@font-face {
  font-family: "Font awesome 5 duotone solid 900";
  src: url('../fonts/Font-Awesome-5-Duotone-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 pro 400";
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --light-blue: #2082fe;
  --blue: #2b44ff;
  --black: black;
  --dim-grey: #585858;
  --ghost-blue: #f7f9fd;
  --white-smoke: #f8f8f8;
  --dark-blue: #234bbe;
  --bright-green: #66cb69;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 35px;
}

a {
  color: #05457c;
  font-weight: 700;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 40px 30px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.div-block-2 {
  flex-wrap: wrap;
  display: flex;
}

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

.heading {
  object-fit: scale-down;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 128px;
  font-family: Open Sans, sans-serif;
  transition: opacity .2s;
  position: static;
}

.grid {
  grid-template-rows: auto;
  grid-template-areas: "Area";
}

.sticky-nav {
  z-index: 1;
  background-color: #fff;
  padding: 10px;
  position: static;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 150px;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero {
  background-color: #0000;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: 39px;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.button {
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-3 {
  margin-top: -82px;
}

.button-2 {
  border-radius: 20px;
}

.heading-2 {
  font-family: Merriweather, serif;
}

.heading-3 {
  color: #05457c;
  letter-spacing: normal;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.main-cta-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-cta-btn.button {
  color: #fff;
  background-color: #0341d3;
  border-radius: 20px;
  margin-top: 15px;
  padding: 9px 35px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.container {
  margin-top: 30px;
  padding: 70px 15px;
  display: flex;
}

.column {
  object-fit: fill;
}

.column-2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
}

.image {
  border: 3px #0006;
  margin: 0;
  padding-left: 0;
}

.homepage-banner {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 40px;
  padding-left: 0;
}

.navbar {
  background-color: #0000;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.paragraph-2 {
  color: #333;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.paragraph-2.landing-page-value-prop {
  color: #333;
  text-align: left;
  font-weight: 400;
  line-height: 24px;
}

.benefits {
  background-color: #fff;
  min-height: 300px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.heading-4 {
  color: #05457c;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.columns {
  padding-top: 20px;
}

.client-logo {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-3 {
  margin-top: 0;
  padding-top: 15px;
  font-family: Open Sans, sans-serif;
}

.brand {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  display: flex;
  right: auto;
}

.nav-button {
  color: #fff;
  background-color: #0341d3;
  border-radius: 20px;
  margin: 9px 20px 15px 25px;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.nav-link-2 {
  color: #01457c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.nav-link-2.w--current {
  color: #05457c;
  font-family: Open Sans, sans-serif;
}

.nav-link-3, .nav-link-4 {
  color: #01457c;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-5 {
  color: #919191;
  text-align: center;
  letter-spacing: .025em;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-2 {
  opacity: .8;
  filter: contrast(200%);
  text-align: center;
  object-fit: contain;
  width: 100%;
  max-width: 200px;
  height: 90px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.image-3 {
  opacity: .42;
  filter: grayscale();
  background-color: #0000;
  width: auto;
  max-width: 200px;
  height: 80px;
  display: block;
}

.image-4 {
  opacity: .8;
  text-align: center;
  object-fit: none;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-5 {
  opacity: .74;
  object-fit: none;
  width: 100%;
  max-width: 200px;
  height: 70px;
  padding-right: 0;
}

.image-6 {
  object-fit: contain;
  align-self: auto;
  width: 80px;
  max-width: 100%;
  height: 80px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.heading-6 {
  color: #01457c;
  text-align: left;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-3 {
  text-align: left;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: static;
}

.container-4 {
  margin-top: 40px;
}

.div-block-4 {
  text-align: center;
  background-color: #fff;
  border-radius: 150px;
  width: 100px;
  height: 100px;
  display: flex;
}

.image-7 {
  width: 100%;
  max-height: 100%;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  position: relative;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-4, .column-5, .column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  margin-top: 16px;
  padding-left: 15px;
  display: block;
}

.heading-7 {
  color: #000;
  background-color: #ffffff45;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 24px;
}

.collection-list {
  background-color: #ffffffab;
}

.image-9 {
  opacity: 1;
  margin-top: 0;
  padding-bottom: 23px;
}

.image-10 {
  width: 100%;
  min-width: 100%;
  max-height: 400px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.blog-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 680px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.blog-summary {
  color: #727272;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.body {
  letter-spacing: .02px;
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.blog-title {
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 52px;
}

.updated-date {
  color: #919191;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.blog-main-content {
  letter-spacing: -.03em;
  column-count: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.blog-page-section {
  background-color: #fff;
}

.divider-blog {
  border-bottom: 1px solid #e2e2e2;
  min-width: 100%;
  margin: 40px auto;
}

.div-block-6 {
  min-width: 100%;
}

.author-image {
  clear: right;
  text-align: center;
  object-fit: fill;
  border-radius: 50px;
  width: 48px;
  height: 100%;
  margin-left: 5px;
  margin-right: 10px;
}

.author-name {
  color: #616161;
  text-align: left;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  position: static;
}

.container-6 {
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.blog-main-image {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #2a16fc;
  min-width: 100%;
  max-width: 80%;
  max-height: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  color: #fff;
  background-color: #0000;
  max-width: 90%;
  margin-top: 80px;
  padding-left: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  position: absolute;
}

.div-blog-image {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 80%;
  max-height: 650px;
  margin: 40px 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.blog-main-image-overlay {
  background-color: #0000006e;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.written-by {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
}

.author-image-bottom {
  float: right;
  border-radius: 100px;
  max-width: 100px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.container-7 {
  max-width: 80%;
}

.div-block-9 {
  border-bottom: 2px solid #c4c4c4;
  min-width: 100%;
}

.image-suggested-articles {
  object-fit: cover;
  border-radius: 3px 3px 0 0;
  min-width: 100%;
  max-height: 250px;
  margin-top: 0;
}

.column-7, .column-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-suggested-articles {
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px 3px 5px 5px;
  min-height: 105px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 20px 0 20px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.author-name-bottom {
  object-fit: fill;
  margin-top: 3px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: static;
}

.author-tagline {
  color: #858585;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.heading-more-articles {
  color: #fff;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.suggested-articles-section {
  background-color: #05457c;
  border: 1px #0000;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}

.divider {
  border: .5px solid #e6e6e6;
  border-bottom: .3px solid #ececec;
  min-width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.footer {
  background-color: #181818;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  inset: auto 0% 0%;
}

.container-8 {
  max-width: 80%;
}

.blog-author-div {
  align-items: center;
  min-width: 100%;
  display: flex;
}

.image-15 {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph-9 {
  color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.block-quote {
  margin: 40px;
  font-family: Open Sans, sans-serif;
}

.reading-list-overview {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 65px;
  padding-bottom: 0;
}

.container-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1100px;
  margin-top: 0;
  padding-top: 40px;
  display: block;
}

.container-9.topics {
  display: none;
}

.collection-item-2 {
  float: left;
  clear: none;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 95%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.article-publish-date {
  color: #919191;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.heading-10 {
  margin-top: -5px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

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

.div-block-11 {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.image-16 {
  object-fit: cover;
  min-height: 480px;
}

.overlay {
  color: #fff;
  object-fit: fill;
  background-color: #00000080;
  max-width: 100%;
  max-height: 100%;
  margin: 0 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: 0%;
}

.heading-11 {
  color: #fff;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.new-blogs {
  margin-top: 60px;
  margin-bottom: 30px;
}

.collection-item-3 {
  flex-direction: column;
  display: block;
}

.paragraph-10 {
  color: #cacaca;
  text-transform: uppercase;
  max-width: 180px;
  margin-top: 140px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-11 {
  color: #919191;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.new-blog-heading {
  cursor: auto;
  margin-top: 0;
  padding-top: 5px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.collection-item-4 {
  margin-top: 0;
  margin-bottom: 23px;
  padding-top: 5px;
}

.column-11 {
  padding-left: 0;
  padding-right: 15px;
  left: 15px;
}

.heading-12 {
  padding-bottom: 30px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

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

.collection-list-wrapper {
  display: flex;
}

.link {
  color: #333;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.link-2 {
  position: absolute;
}

.next {
  position: relative;
  inset: 0% 0% 0% auto;
}

.container-11 {
  background-color: #0000;
  max-width: 1150px;
  display: flex;
}

.button-5 {
  background-color: #0241d3;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 9px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.navbar-2 {
  z-index: 99;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block {
  padding: 20px 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.brand-2 {
  min-width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection-list-wrapper-2 {
  display: flex;
}

.heading-13 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.collection-item-5 {
  margin-left: 0;
}

.empty-state {
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}

.collection-list-3 {
  display: flex;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.dropdown-toggle {
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 500;
}

.dropdown-toggle.w--open {
  margin-bottom: 0;
  margin-left: 35px;
  margin-right: 35px;
  padding-top: 0;
}

.icon-2 {
  margin-top: 3px;
}

.link-3 {
  color: #333;
  text-align: center;
  letter-spacing: .05px;
  background-color: #fafafa;
  border-bottom: 1px solid #e6e4e4;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.nav-link-5 {
  margin-left: 0;
  margin-right: 0;
}

.success-message {
  color: #333;
  background-color: #b4ff94;
  border-radius: 3px;
  padding-left: 150px;
  padding-right: 150px;
  font-family: Inter, sans-serif;
}

.field-label {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.field-label-2 {
  color: var(--white);
  margin-top: 1px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.submit-button {
  background-color: var(--light-blue);
  text-align: left;
  border-radius: 4px;
  margin: 15px auto;
  padding: 9px 48px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: block;
}

.submit-button:hover {
  background-color: var(--blue);
  background-image: linear-gradient(#3d5add80, #3d5add80);
  border-radius: 4px;
}

.heading-14 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.request-a-demo {
  background-color: var(--black);
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 120px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.form {
  background-color: var(--black);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 90px;
  font-family: Inter, sans-serif;
  display: flex;
}

.container-12 {
  background-color: #fff;
  border-radius: 5px;
  display: block;
}

.form-block {
  background-color: var(--black);
  margin-bottom: 0;
  padding: 15px 50px;
}

.text-field {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
}

.text-field-2 {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
}

.features {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.features.benefits {
  min-width: 100%;
  max-width: 1140px;
  padding-top: 90px;
  padding-left: 5rem;
  padding-right: 5rem;
}

.features.features-new {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.features-heading {
  max-width: 100%;
  color: var(--white);
  text-align: center;
  margin: 20px auto 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.div-block-12 {
  display: flex;
}

.heading-15 {
  clear: right;
  flex-direction: column;
  display: flex;
}

.paragraph-12 {
  clear: none;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.feature-heading-left {
  color: var(--black);
  text-transform: none;
  white-space: normal;
  direction: ltr;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.feature-paragraph-left {
  color: #696969;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.features-image {
  float: left;
  max-height: 300px;
  margin-top: 20px;
  padding: 0 0 0 30px;
}

.features-image.feature-image-left {
  padding-left: 0;
  padding-right: 30px;
}

.feature-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.feature-right.feature {
  margin-top: 80px;
  margin-bottom: 80px;
}

.column-12 {
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  display: flex;
}

.feature-left.feature {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-13 {
  max-width: 90%;
  padding: 40px 0;
}

.second-cta {
  background-color: #05457c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-14 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.container-14.ecosystems {
  flex-direction: column;
}

.heading-17 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 60px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
}

.heading-17.ecosystem {
  padding-bottom: 35px;
  padding-right: 0;
}

.feature-image-left {
  float: left;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

.feature-image-right {
  float: right;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.section-6 {
  background-color: #05457c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-18 {
  color: #fff;
  text-align: center;
  max-width: 75%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-14 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.heading-19 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.image-18 {
  clear: none;
  text-align: left;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-13 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.overview.benefits {
  background-color: #fff;
}

.popular {
  margin-top: 60px;
  margin-bottom: 100px;
}

.topics {
  margin-bottom: 40px;
  padding-top: 0;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-20 {
  color: #fff;
  align-self: center;
  max-width: 10%;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
}

.heading-21 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.paragraph-15 {
  color: #919191;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.link-block {
  display: block;
}

.collection-item-6 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-19 {
  max-height: 200px;
  margin: 0 auto;
  padding: 15px;
  display: block;
}

.columns-2 {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-15 {
  padding: 40px 15px 60px;
}

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

.column-16 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-3 {
  margin-top: 40px;
}

.text-block-3 {
  font-family: Open Sans, sans-serif;
}

.empty-state-2 {
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.columns-3 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-14 {
  display: flex;
}

.div-block-15 {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.div-block-16 {
  justify-content: flex-end;
  align-items: center;
  min-width: 60%;
  max-width: 100%;
  display: flex;
}

.div-block-16.left-image {
  justify-content: flex-start;
  min-width: 100%;
  max-width: 100%;
}

.features-left {
  margin-top: 60px;
  margin-bottom: 125px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.features-right {
  margin: 125px 0;
  display: flex;
}

.features-right.feature-page {
  justify-content: center;
}

.features-left-image {
  margin-top: 20px;
  padding-left: 30px;
}

.div-block-17 {
  align-items: center;
  min-width: 50%;
  max-width: 100%;
  display: flex;
}

.feature-image-left-modified {
  min-width: 60%;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 0;
  position: static;
}

.feature-image-left-modified.feature-page {
  max-width: 80%;
  padding-left: 0;
}

.feature-image-left-modified.feature-page.update {
  min-width: 80%;
  max-width: 100%;
  padding-left: 25px;
}

.feature-image-right-modified {
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 30px;
}

.feature-paragraph-right {
  color: #696969;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.feature-heading-right {
  color: var(--black);
  margin-bottom: 8px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.div-block-19 {
  display: flex;
}

.div-block-20 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.div-block-21 {
  min-width: 35%;
  padding-left: 30px;
  padding-right: 15px;
}

.blog-new-image {
  opacity: 1;
  object-fit: cover;
  background-color: #0000;
  min-height: 450px;
  padding-left: 0;
  padding-right: 0;
}

.container-16 {
  max-width: 1100px;
  display: flex;
}

.link-block-2 {
  background-color: #0000;
}

.div-block-22 {
  object-fit: fill;
  background-color: #000000c9;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: static;
  inset: 0% auto auto 0%;
}

.heading-22 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 10px 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.paragraph-16 {
  color: #cacaca;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  position: static;
}

.div-block-23 {
  flex-direction: column;
  width: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: absolute;
}

.div-block-24 {
  object-fit: fill;
  background-color: #07000059;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.new-blog-wrapper {
  display: flex;
}

.latest-blog-post-wrapper {
  max-width: 65%;
  position: relative;
}

.new-blog-list-wrapper {
  padding-left: 30px;
  overflow: hidden;
}

.container-17 {
  max-width: 1100px;
}

.image-20 {
  object-fit: fill;
  min-height: 450px;
  position: relative;
}

.latest-blog-posts {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.div-block-26 {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.heading-23 {
  border: 1px #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-27 {
  color: #fff;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown {
  padding-top: 20px;
}

.paragraph-17 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.body-3 {
  font-family: Open Sans, sans-serif;
}

.nav-link-6 {
  color: #333;
  padding-left: 6px;
  font-weight: 500;
}

.nav-link-6.w--current {
  color: #333;
  text-transform: none;
  padding-left: 20px;
}

.fa-icon {
  color: #333;
  padding-right: 0;
  font-family: "Font awesome 5 pro 400", sans-serif;
  font-weight: 400;
}

.fa-icon.w--current {
  color: #333;
}

.container-18 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-block-3 {
  flex-direction: row;
  display: flex;
}

.body-4 {
  font-family: Open Sans, sans-serif;
}

.heading-24 {
  font-weight: 600;
}

.paragraph-18 {
  color: #a6a6a6;
  font-weight: 400;
}

.heading-25 {
  color: #ececec;
  text-align: left;
}

.link-block-4 {
  border: 1px solid #ececec;
  border-radius: 5px;
  margin: 0;
  display: flex;
}

.heading-26 {
  color: #333;
  font-weight: 600;
}

.paragraph-19 {
  color: #919191;
  margin-bottom: 30px;
  font-weight: 400;
}

.div-block-28 {
  flex: 1;
  margin: 40px 0;
  padding-left: 15px;
}

.image-21 {
  float: none;
  text-align: left;
  max-width: 100%;
  max-height: 200px;
  padding: 10px;
  display: inline-block;
}

.section-8 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.div-block-30 {
  display: flex;
}

.image-22 {
  order: -1;
  padding-right: 30px;
}

.container-19 {
  color: #333;
  background-color: #fdfdfd;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 6px;
  min-width: auto;
  max-width: 60%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px 0;
}

.subscribe {
  background-color: #fdfdfd;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.text-field-3 {
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 15px;
}

.link-4 {
  color: #fff;
  font-weight: 400;
}

.column-19 {
  margin-top: 20px;
  margin-bottom: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.collection-list-wrapper-5 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-31 {
  align-items: flex-start;
  max-width: 99%;
  display: flex;
}

.paragraph-20 {
  color: #919191;
  text-align: left;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 400;
}

.heading-27 {
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.image-23 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.link-block-5 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px 3px 5px 5px;
}

.collection-item-7 {
  border: 1px #ddd;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 10px;
  padding-right: 10px;
}

.success-message-2 {
  background-color: #b4ff94;
  border-radius: 3px;
}

.field-label-3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-field-4 {
  margin-bottom: 16px;
}

.image-24 {
  min-width: 150px;
  margin-left: 15px;
  padding-left: 0;
}

.footer-2 {
  border-top: 1px solid var(--dim-grey);
  color: var(--ghost-blue);
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.footer-flex-container {
  color: var(--dim-grey);
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 150px;
  height: 100%;
  margin-top: -20px;
  padding-top: 0;
}

.footer-heading {
  color: var(--ghost-blue);
  -webkit-text-stroke-color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  font-size: 14px;
}

.footer-link.legal-links {
  padding-left: 25px;
  font-size: 14px;
}

.footer-link.hidden {
  display: none;
}

.nav-link-7 {
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 500;
}

.nav-link-7.w--current {
  color: var(--dark-blue);
}

.nav-link-7.subscribe {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cards-section {
  padding-top: 30px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body-5 {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.paragraph-21 {
  text-align: center;
  max-width: 80%;
  padding-top: 40px;
  font-size: 16px;
}

.heading-28 {
  text-align: center;
  max-width: 80%;
  font-family: Inter, sans-serif;
}

.container-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9 {
  padding-top: 60px;
}

.div-block-32 {
  padding-bottom: 30px;
}

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

.section-10.header {
  padding-bottom: 0;
}

.section-10.jump-to {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  position: static;
  inset: auto 0% 0%;
}

.section-10.resource-section {
  padding-top: 20px;
}

.collection-list-wrapper-6, .collection-list-4 {
  display: flex;
}

.heading-29 {
  color: #333;
}

.body-6 {
  font-family: Inter, sans-serif;
}

.paragraph-22 {
  color: #333;
  font-weight: 300;
}

.link-block-6 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.collection-item-8 {
  flex: 0 auto;
  max-width: 33%;
}

.image-25 {
  text-align: left;
  max-width: 200px;
  display: block;
}

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

.empty-state-3 {
  background-color: #fff;
}

.button-6 {
  color: #0e42d3;
  background-color: #0000;
  border: 1px solid #0e42d3;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.paragraph-23 {
  margin-bottom: 20px;
  font-weight: 300;
}

.heading-30 {
  margin-top: 20px;
}

.paragraph-24 {
  color: #333;
  font-weight: 300;
}

.heading-31 {
  color: #333;
  font-weight: 600;
}

.body-7 {
  font-family: Open Sans, sans-serif;
}

.collection-list-wrapper-7 {
  padding-left: 0;
}

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

.heading-32 {
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 15px;
}

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

.heading-33 {
  margin-right: 2px;
}

.image-26 {
  max-width: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

.heading-34 {
  color: #3b99d2;
  font-size: 120px;
  line-height: 100px;
}

.heading-35 {
  color: #3b99d2;
  font-size: 120px;
}

.heading-36 {
  text-align: left;
}

.image-27 {
  margin-bottom: 30px;
}

.container-23 {
  max-width: 100%;
}

.div-block-35 {
  color: #fff;
}

.list {
  color: #fff;
  margin-left: 0;
  padding-left: 0;
}

.text-block-4 {
  color: var(--white-smoke);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.collection-item-9 {
  margin-top: 0;
  padding: 30px 15px;
  display: flex;
}

.div-block-36 {
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-5 {
  margin-top: 10px;
}

.collection-item-10 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 15px;
  display: flex;
}

.div-block-37 {
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.link-6 {
  margin-top: 10px;
}

.collection-item-11 {
  padding: 30px 15px;
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paragraph-26 {
  margin-bottom: 0;
  font-weight: 300;
}

.link-7 {
  margin-top: 10px;
}

.container-24 {
  padding: 0;
}

.image-28 {
  max-width: 150px;
  margin-top: 15px;
}

.heading-37 {
  color: #686868;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 400;
}

.heading-37.sub-heading {
  color: var(--white);
  margin-top: -35px;
  font-size: 18px;
}

.feature-description-heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.heading-39 {
  color: #333;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.error-message {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
}

.text-block-5 {
  text-align: center;
  border-radius: 6px;
}

.div-block-39 {
  min-width: 75%;
  display: flex;
}

.div-block-40 {
  flex-direction: column;
  min-width: 75%;
  display: flex;
}

.div-block-41 {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  min-width: 30%;
  max-width: 33%;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 15px;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 4px #00000040;
}

.link-8, .link-9 {
  color: #05457c;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-weight: 600;
}

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

.div-block-43 {
  max-width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-44 {
  min-width: 25%;
  padding: 15px;
}

.body-8 {
  background-color: #fafafa;
  border-radius: 3px;
  font-family: Open Sans, sans-serif;
}

.form-2 {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 25px;
  padding: 15px;
  box-shadow: 1px 1px 4px #00000040;
}

.heading-40 {
  color: #333;
  border: 1px #333;
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
}

.submit-button-2 {
  text-align: left;
  border-radius: 3px;
  margin-top: 15px;
  padding: 8px 25px;
}

.text-field-5, .text-field-6 {
  border-radius: 3px;
}

.select-field {
  color: #a09f9f;
  background-color: #fff;
  padding-right: 0;
}

.field-label-4, .field-label-5, .field-label-6, .field-label-7 {
  padding-top: 10px;
  font-weight: 600;
}

.heading-41 {
  margin-top: 25px;
}

.heading-42 {
  margin-bottom: 10px;
}

.div-block-45 {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.link-block-7 {
  border-radius: 5px;
  box-shadow: 1px 1px 4px #00000040;
}

.div-block-46 {
  background-color: #acc2ff;
  padding: 60px 15px;
}

.div-block-46.orange {
  background-color: #ffdf8e;
}

.div-block-46.purple {
  background-color: #f1acff;
}

.heading-43 {
  color: #000;
}

.div-block-47 {
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.body-9 {
  font-family: Open Sans, sans-serif;
}

.bold-text {
  font-weight: 600;
  line-height: 28px;
}

.div-block-48 {
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.div-block-49 {
  justify-content: space-between;
  display: flex;
}

.text-block-6 {
  color: #969696;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-27 {
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-50 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-51 {
  justify-content: space-between;
  display: flex;
}

.div-block-52 {
  color: #333;
  background-color: #f8f8f8;
  border-radius: 100px;
  margin: 5px;
  font-weight: 400;
}

.text-block-7 {
  padding: 7px 15px;
  font-size: 12px;
}

.text-block-8 {
  color: #b1b1b1;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 400;
}

.div-block-53 {
  justify-content: flex-end;
  margin-top: 5px;
  display: flex;
}

.div-block-54 {
  display: flex;
}

.text-block-9 {
  color: #c4c4c4;
  margin-top: 3px;
  margin-left: 7px;
  font-size: 14px;
  font-weight: 400;
}

.container-25 {
  margin-top: 80px;
}

.link-10 {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.heading-44 {
  margin-bottom: 20px;
  padding-left: 15px;
  font-weight: 600;
}

.body-10 {
  font-family: Inter, sans-serif;
}

.div-block-55 {
  margin-top: 0;
}

.div-block-56 {
  background-color: #fff;
  margin-top: -101px;
  margin-bottom: 0;
  padding-bottom: 110px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 600;
}

.body-11 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-28, .paragraph-29 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

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

.div-block-59 {
  max-width: 50%;
}

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

.paragraph-31 {
  font-size: 90px;
}

.paragraph-32 {
  font-size: 72px;
}

.paragraph-33 {
  color: #0e457c;
  text-align: center;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  font-size: 66px;
  line-height: 80px;
}

.div-block-60 {
  margin-top: 25px;
  display: flex;
}

.div-block-61 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-62, .div-block-63 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-11 {
  background-color: #0e457c;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-45 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.div-block-64 {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.section-12 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-cta-btn-copy {
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-cta-btn-copy.button {
  color: #fff;
  background-color: #0e457c;
  border-radius: 20px;
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Open Sans, sans-serif;
}

.section-13 {
  background-color: #e0f4ff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0;
}

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

.button-7 {
  color: #fff;
  background-color: #0e457c;
  border-radius: 50px;
  padding: 12px 40px;
  font-weight: 300;
}

.div-block-65 {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

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

.section-14 {
  background-color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-14.what-to-expect {
  background-color: #f7f7f7;
}

.section-14.suggested-chat-format {
  background-color: #fff;
}

.div-block-66 {
  padding-left: 25px;
}

.submit-button-3 {
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300;
  display: block;
}

.success-message-3 {
  background-color: #289c70;
  border-radius: 5px;
  margin-top: 30px;
}

.section-15 {
  color: #fff;
  background-color: #0e457c;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 175px;
  padding-bottom: 175px;
}

.heading-48 {
  color: #fff;
  font-weight: 400;
}

.field-label-8, .field-label-9 {
  font-weight: 600;
}

.text-field-7 {
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.text-field-8 {
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 35px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.form-3 {
  width: 500px;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.container-27 {
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-67 {
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 32px;
}

.div-block-69 {
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.div-block-70 {
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding: 0 10px;
  display: flex;
}

.div-block-71, .div-block-72 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-10, .text-block-11 {
  text-align: center;
}

.text-block-12, .text-block-13 {
  margin-bottom: 15px;
}

.text-block-14 {
  margin-bottom: 15px;
  padding-bottom: 0;
}

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

.bold-text-6 {
  color: #0e457c;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  font-weight: 600;
  display: flex;
}

.div-block-73 {
  flex-direction: column;
  display: flex;
}

.error-message-2 {
  background-color: #bd4747;
  border-radius: 3px;
  margin-top: 20px;
}

.div-block-74 {
  display: flex;
}

.image-30 {
  object-fit: cover;
  border-radius: 3px;
  flex: 1;
  display: block;
  position: static;
}

.div-block-76 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 3px;
  max-width: 100%;
  padding: 20px 20px 30px;
  display: block;
  overflow: visible;
  box-shadow: 1px 1px 3px #00000040;
}

.container-28 {
  object-fit: contain;
  display: flex;
}

.body-12 {
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.section-16 {
  margin: 30px 0;
}

.div-block-77 {
  box-shadow: none;
  background-color: #fff;
  border-radius: 3px;
  margin-left: 15px;
  padding: 20px;
}

.container-29 {
  object-fit: cover;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-16 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-17 {
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 14px;
}

.text-block-18 {
  color: #7e7e7e;
}

.link-11 {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.bold-text-7 {
  color: #0082f3;
  font-size: 12px;
  font-weight: 600;
}

.bold-text-8 {
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 600;
}

.bold-text-9 {
  color: #0082f3;
  font-size: 12px;
  font-weight: 600;
}

.div-block-78 {
  object-fit: cover;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.text-block-19 {
  color: #0082f3;
  font-weight: 600;
}

.text-block-20 {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
}

.text-block-21 {
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.heading-49 {
  font-size: 42px;
  line-height: 48px;
}

.text-block-22 {
  color: #0082f3;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
}

.text-block-23 {
  color: #333;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
}

.div-block-79 {
  flex-direction: column;
  min-width: 30%;
  max-width: 30%;
  display: flex;
}

.div-block-80 {
  display: flex;
}

.div-block-81 {
  margin-left: 20px;
}

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

.div-block-82, .div-block-83, .div-block-84, .div-block-85 {
  min-width: 40%;
}

.heading-50 {
  text-transform: uppercase;
}

.rich-text-block, .rich-text-block-2, .rich-text-block-3, .rich-text-block-4, .rich-text-block-5, .rich-text-block-6, .rich-text-block-7, .rich-text-block-8, .rich-text-block-9, .rich-text-block-10, .rich-text-block-11, .rich-text-block-12, .rich-text-block-13 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.video {
  border-radius: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 1px 1px 3px #00000040;
}

.div-block-86 {
  border-radius: 3px;
}

.image-32, .image-33, .image-34 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.collection-list-wrapper-8 {
  margin-bottom: 30px;
  display: block;
}

.div-block-87 {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  padding: 10px 25px;
  box-shadow: 1px 1px 3px #00000040;
}

.paragraph-34 {
  color: #333;
  font-weight: 400;
}

.empty-state-4 {
  background-color: #fafafa;
}

.image-35 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.heading-51 {
  font-weight: 600;
}

.blog-subscribe-cta {
  background-color: #fdfdfd;
  border-radius: 2px;
  flex-direction: column;
  margin-top: 50px;
  padding: 15px 30px;
  display: flex;
  box-shadow: 1px 1px 3px #00000040;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #0341d3;
  border-radius: 20px;
  max-width: 50%;
  font-weight: 400;
}

.paragraph-35 {
  margin-bottom: 20px;
}

.div-block-89 {
  margin-top: 0;
  margin-bottom: 5px;
}

.collection-list-wrapper-9 {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-36 {
  max-width: 150px;
}

.collection-list-5 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-90 {
  border: 1px solid #ececec;
  border-radius: 3px;
  justify-content: flex-start;
  min-width: 100%;
  margin: 15px 0;
  padding: 15px;
  display: flex;
}

.paragraph-36 {
  color: #696969;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-91 {
  padding: 0 15px;
}

.value-prop-items {
  justify-content: center;
  display: flex;
}

.value-prop-items.faqs {
  flex-direction: column;
}

.value-prop-card {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  box-shadow: 1px 1px 6px #00000040;
}

.value-prop-card.faqs {
  margin-bottom: 25px;
}

.image-37 {
  width: 40px;
  min-height: auto;
  max-height: 40px;
  padding: 0;
}

.value-prop-icon {
  flex: 0 auto;
  width: 80px;
  margin-top: 10px;
  padding-top: 10px;
}

.value-prop-text {
  flex-direction: column;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.column-21 {
  text-align: center;
}

.container-30 {
  display: flex;
}

.div-block-93 {
  min-width: 42%;
  max-width: 60%;
}

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

.cta-btn-secondary {
  color: #0341d3;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 400;
}

.heading-52 {
  color: #05457c;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.body-13, .body-14, .body-15, .body-16 {
  font-family: Inter, sans-serif;
}

.heading-53 {
  color: #05457c;
  font-weight: 500;
}

.body-17 {
  font-family: Inter, sans-serif;
}

.section-17 {
  margin-top: 60px;
}

.heading-54 {
  color: #05457c;
  font-family: "Font awesome 5 pro 400", sans-serif;
}

.client-logos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". . . Area"
  / minmax(200px, 1fr) 1fr;
  grid-auto-columns: minmax(200px, 1fr);
}

.section-18 {
  background-color: #fafafa;
  padding-top: 10px;
  padding-bottom: 50px;
}

.columns-5 {
  margin-bottom: 0;
  padding-top: 20px;
}

.paragraph-37 {
  font-size: 16px;
  line-height: 25px;
}

.field-label-10, .field-label-11 {
  font-size: 16px;
  font-weight: 500;
}

.div-block-96 {
  background-color: var(--dim-grey);
  color: var(--dim-grey);
  border: 1px solid #d4d4d4;
  margin-bottom: 15px;
}

.div-block-97 {
  color: var(--dim-grey);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-98 {
  align-items: center;
  display: flex;
}

.heading-55 {
  font-size: 22px;
  font-weight: 600;
}

.link-block-8 {
  display: flex;
}

.text-block-24 {
  font-family: "Font awesome 5 duotone solid 900", sans-serif;
}

.community-homepage-container {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
}

.community-homepage-hero-section {
  background-image: linear-gradient(#00000059, #00000059), url('../images/orlando-bg.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-div {
  display: flex;
}

.hero-content {
  max-width: 50%;
  padding-top: 78px;
  padding-left: 0;
  padding-right: 30px;
}

.hero-image-community-homepage {
  position: relative;
}

.hero-heading {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.homepage-hero-content {
  color: #fff;
  padding-top: 25px;
  font-size: 18px;
  line-height: 24px;
}

.image-38 {
  margin-right: 0;
  position: relative;
  inset: 0% 0% 0% auto;
}

.body-18 {
  font-family: Open Sans, sans-serif;
}

.button-9 {
  border-radius: 20px;
  padding-right: 44px;
}

.primary-button-community {
  background-color: var(--blue);
  border-radius: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 53px;
  padding-right: 53px;
  font-weight: 600;
}

.primary-button-community.secondary {
  color: var(--blue);
  background-color: #fff;
  font-weight: 400;
}

.navbar-3 {
  background-color: var(--blue);
  color: #fff;
  justify-content: center;
  display: block;
}

.nav-menu-3 {
  color: #fff;
  display: flex;
}

.community-nav {
  color: #fff;
  font-weight: 600;
}

.full-width-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-39 {
  max-width: 175px;
  display: block;
}

.brand-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-99 {
  clear: none;
  justify-content: flex-start;
  display: flex;
}

.community-homepage-nav {
  background-color: var(--blue);
  color: #fff;
}

.nav-menu-4 {
  color: #fff;
}

.nav-link-community-homepage {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.container-31 {
  max-width: 1300px;
}

.image-40 {
  width: 175px;
  padding-top: 15px;
}

.community-body-container {
  max-width: 1300px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-56 {
  color: var(--blue);
  text-align: center;
  font-weight: 600;
}

.body-19 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.paragraph-38 {
  color: #9e9e9e;
  text-align: center;
  padding-top: 15px;
  font-size: 18px;
}

.body-20 {
  font-family: Open Sans, sans-serif;
}

.body-21 {
  background-color: #f5f5f5;
  font-family: Open Sans, sans-serif;
}

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

.heading-57 {
  color: #fff;
  font-weight: 600;
}

.div-block-101 {
  margin-top: 50px;
}

.paragraph-39 {
  color: #fff;
  font-size: 18px;
}

.div-block-102 {
  justify-content: flex-start;
  align-items: center;
  margin-top: -25px;
  display: flex;
  position: relative;
}

.image-41 {
  max-width: 80px;
  display: block;
}

.paragraph-40 {
  color: #fff;
}

.div-block-103 {
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-104 {
  align-items: flex-start;
  margin-top: 3px;
  padding-bottom: 0;
  padding-left: 37px;
  display: flex;
}

.grid-3 {
  grid-template-rows: minmax(0, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: minmax(200px, 1fr);
  justify-content: start;
  justify-items: start;
}

.selling-point-icon-community {
  margin-top: 10px;
  margin-right: 10px;
}

.selling-point-heading-style {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-105 {
  display: flex;
}

.paragraph-41 {
  color: #797979;
  margin-bottom: 0;
}

.div-block-106 {
  text-align: center;
  margin-top: 74px;
}

.container-homepage-hero {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.homepage-hero-image {
  max-width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.homepage-hero-text {
  max-width: 50%;
  margin-top: 50px;
  margin-right: 0;
  padding-right: 30px;
}

.home-page-hero-titles {
  max-width: 100%;
}

.homepage-hero-buttons {
  position: relative;
}

.image-42 {
  z-index: 3;
  max-width: 100%;
  margin-right: 0;
  display: inline-block;
  position: relative;
  inset: 87px auto 0% 0%;
}

.homepage-hero-section {
  background-color: var(--black);
  max-width: 100%;
  min-height: 0;
  color: var(--white);
  border: 1px #0000;
  margin-top: -65px;
  margin-bottom: 0;
  padding-top: 134px;
  padding-bottom: 20px;
  position: relative;
}

.white-text {
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.white-text.hero-subheading {
  max-width: 100%;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.primary-button {
  border: 3px solid var(--light-blue);
  background-color: var(--light-blue);
  color: var(--white);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
}

.primary-button:hover {
  border-color: var(--blue);
  background-color: var(--blue);
}

.primary-button:active {
  border-style: solid;
  transform: scale(1.01);
  box-shadow: inset 0 2px 5px #0003;
}

.primary-button.green {
  background-color: var(--bright-green);
  color: var(--black);
}

.primary-button.get-started {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 0;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rl-body {
  font-family: Inter, sans-serif;
}

.rl-body.grey-bg {
  background-color: #f0f3f5;
}

.button-secondary {
  border: 3px solid var(--dark-blue);
  color: var(--dark-blue);
  background-color: #0000;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.button-secondary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
  font-weight: 400;
}

.button-secondary:active {
  border-style: none;
  transform: scale(1.01);
}

.button-secondary.white {
  z-index: 5;
  border-color: var(--white);
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  position: relative;
}

.button-secondary.white:hover {
  border-color: var(--white);
  color: var(--black);
  background-color: #fff;
}

.button-secondary.white:active {
  border-style: solid;
  transform: scale(1.01);
}

.button-secondary.white.solid {
  background-color: var(--white);
  color: var(--black);
}

.button-secondary.white.mobile.nav {
  font-size: 14px;
}

.button-secondary.white.mobile.nav.w--current:hover {
  border-color: var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-color: #fff;
  font-weight: 400;
}

.button-secondary.nav-button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 20px;
}

.homepage-hero-h1 {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 700;
  line-height: 72px;
}

.background-video-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.motion-icon-homepage {
  max-width: 40%;
  min-height: 0%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-header-heading {
  text-align: left;
  flex-direction: column;
  max-width: 100%;
  font-size: 120px;
  font-weight: 900;
  line-height: .9em;
  display: block;
}

.button-10 {
  color: #fff;
  letter-spacing: 0;
  background-color: #00b3f0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 1px #0000;
}

.button-10:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.button-10.homepage-header-button {
  text-align: center;
  letter-spacing: 0;
  background-color: #00b3f0;
  justify-content: center;
  max-width: 200px;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
}

.homepage-header-text {
  flex-direction: column;
  max-width: 65%;
  display: flex;
}

.homepage-header {
  margin-top: 90px;
  margin-bottom: 50px;
  display: flex;
}

.body-container {
  z-index: 22;
  text-align: center;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.dark-image-overlay {
  opacity: 1;
  filter: blur();
  background-color: #00000040;
  min-height: 100%;
  box-shadow: inset 14px 14px 20px 2000px #00000026;
}

.n-image {
  min-height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-header-subheading {
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.background-video {
  z-index: 23;
  min-height: 80vh;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-43 {
  z-index: 0;
  max-width: 350px;
  display: none;
  position: absolute;
  inset: auto 0% 9% auto;
  overflow: hidden;
}

.image-43.homepage-hero {
  inset: auto auto -6% -29%;
}

.homepage-nav {
  background-color: var(--black);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
}

.homepage-nav.white {
  background-color: var(--ghost-blue);
}

.nav-container {
  color: #333;
  max-width: 1140px;
}

.nav-white {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  display: block;
}

.nav-white.w--current {
  color: var(--white);
  display: none;
}

.nav-white.contact-us {
  border: 2px solid var(--white);
  border-radius: 5px;
  margin-top: 11px;
  padding: 9px 20px;
}

.nav-white.contact-us.w--current, .dropdown-toggle-2 {
  color: var(--white);
}

.dropdown-toggle-2.dark {
  color: #333;
}

.text-block-25 {
  font-weight: 500;
}

.dropdown-list {
  min-width: 200px;
}

.dropdown-list.w--open {
  z-index: 5000;
  background-color: var(--white);
  border-radius: 5px;
  min-width: 500px;
  padding: 30px;
  left: -175px;
  box-shadow: 1px 1px 4px #00000014;
}

.dropdown-list.grey-bg.w--open {
  background-color: var(--white);
  box-shadow: 1px 1px 8px #00000078;
}

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

.dropdown-link.dark-blue {
  color: var(--dark-blue);
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-link.dark-blue.w--current, .dropdown-link-2, .dropdown-link-3 {
  color: var(--dark-blue);
}

.dropdown-nav-explainer-text {
  color: var(--dim-grey);
  margin-top: -8px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 18px;
}

.dropdown-nav-container {
  display: flex;
}

.dropdown-nav-container.hidden {
  display: none;
}

.dropdown-nav-icon {
  margin-right: 10px;
  padding-top: 10px;
}

.nav-menu-5 {
  display: flex;
}

.image-44 {
  min-width: 40px;
  max-height: 40px;
}

.dropdown-nav-icon-image {
  max-width: 40px;
  min-height: 40px;
}

.trusted-by-logos {
  z-index: 10;
  background-color: var(--white-smoke);
  border-radius: 5px;
  max-width: 1140px;
  margin-top: -35px;
  padding: 15px 30px;
  position: relative;
}

.trusted-by-logos.use-case-page {
  background-color: var(--white-smoke);
  border-radius: 5px;
  margin-top: -60px;
}

.trusted-by-logos.usecases {
  background-color: var(--light-blue);
}

.section-white {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-white.three-features {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-white.three-features.universities {
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-58 {
  max-width: 80%;
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
}

.heading-58.dark-text {
  max-width: 85%;
  color: var(--dim-grey);
}

.heading-58.solution-heading {
  max-width: 100%;
  font-size: 44px;
}

.body-container-1140 {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.body-container-1140.centered {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.body-container-1140.centered.vertical {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.body-container-1140.centered.vertical.page-header {
  margin-bottom: 40px;
  padding-bottom: 60px;
}

.body-container-1140.centered.reversed {
  flex-direction: row;
}

.body-container-1140.relative {
  position: relative;
}

.section-light-blue {
  background-color: var(--ghost-blue);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-light-blue.feature-page-cta {
  position: relative;
}

.section-light-blue.feature-page-end {
  padding-bottom: 150px;
}

.text-left-div {
  align-self: flex-start;
  max-width: 50%;
}

.text-left-div.arrow {
  position: relative;
}

.text-left-div.right-aligned {
  justify-content: flex-end;
  max-width: 50%;
  display: flex;
}

.text-left-div.feature-page {
  align-self: center;
}

.image-right-div {
  clear: none;
  justify-content: flex-end;
  align-items: center;
  max-width: 50%;
  max-height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.image-right-div.feature-page.contiainer {
  min-width: 100px;
  max-width: 100%;
}

.horizontal-flex-div {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.horizontal-flex-div.three-features {
  margin-top: 35px;
  margin-bottom: 35px;
}

.horizontal-flex-div.reversed {
  flex-direction: row-reverse;
}

.horizontal-flex-div.margin-top {
  justify-content: center;
  margin-top: 259px;
  display: flex;
}

.horizontal-flex-div.feature-page {
  flex-wrap: nowrap;
  padding: 40px 0;
}

.section-heading {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
}

.section-heading.right {
  text-align: right;
}

.image-48 {
  z-index: 10;
  max-width: 70%;
  position: static;
  inset: 0% 0% 0% auto;
}

.hero-image-right {
  justify-content: flex-end;
  align-items: center;
  max-width: 50%;
  display: flex;
  position: relative;
}

.image-49 {
  z-index: 5;
  margin-top: 30px;
  position: relative;
}

.features-div {
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.features-div.three-features {
  flex-direction: column;
  flex: 1;
  min-width: 33%;
}

.features-heading-large {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.image-50 {
  z-index: 5;
  max-width: 300px;
  position: absolute;
  inset: auto auto -3% 0%;
  transform: rotate(0);
}

.image-50.flipped {
  transform-style: preserve-3d;
  inset: -7% auto auto 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-50.flipped.feature-page-cta {
  top: 91%;
}

.section-black {
  background-color: var(--black);
  color: #fff;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-black.free-trial {
  min-height: 100vh;
}

.grid-4 {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "."
                       "Area";
  grid-auto-flow: row;
}

.grid-4.city-connect {
  padding: 40px 15px;
}

.heading-59 {
  font-size: 32px;
  line-height: 42px;
}

.city-ecosystem-card {
  background-image: url('../images/Sydney.png');
  background-size: cover;
  border-radius: 15px;
  min-height: 300px;
  position: static;
}

.city-ecosystem-card.pittsburgh {
  background-image: url('../images/Los-Angeles.png');
  background-position: 0 0;
  background-size: cover;
}

.city-ecosystem-card.orlando {
  background-image: url('../images/Orlando.png');
}

.city-ecosystem-card.philly {
  background-image: url('../images/Philly.png');
}

.city-ecosystem-card.kobe {
  background-image: url('../images/Tallahassee.png');
  background-position: 50%;
  background-size: cover;
}

.city-ecosystem-card.qld {
  background-image: url('../images/Newcastle.png');
}

.city-ecosystem-card.newcastle {
  background-image: url('../images/Traverse-City.png');
  background-position: 0 0;
  background-size: cover;
}

.city-ecosystem-card.tallahassee {
  background-image: url('../images/Screen-Shot-2022-04-07-at-12.21.59-pm.png');
  background-position: 0 0;
  background-size: cover;
}

.city-ecosystem-card.columbia {
  background-image: url('../images/Screen-Shot-2022-04-07-at-12.24.46-pm.png'), url('../images/Sydney.png');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.city-ecosystem-name {
  align-items: flex-end;
  padding-left: 15px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.country {
  padding-left: 15px;
}

.div-block-107 {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 213px;
  padding-left: 5px;
  display: flex;
  position: static;
  inset: auto 0% 6%;
}

.text-block-26 {
  color: var(--bright-green);
}

.div-block-108 {
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-109 {
  justify-content: flex-end;
  margin-top: 15px;
  display: flex;
}

.image-51 {
  max-width: 100%;
  max-height: 500px;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.section-header {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
}

.grid-5 {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.grid-5.alternatives {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-5.use-cases {
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.feature-list-card {
  display: flex;
}

.list-of-features.use-cases {
  justify-content: center;
  min-width: 100%;
  display: flex;
}

.feature-icon {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.feature-details {
  padding-left: 10px;
}

.image-53 {
  max-width: 40px;
  max-height: 40px;
}

.feature-list-details {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-weight: 300;
}

.feature-list-details.more {
  font-weight: 600;
}

.feature-list-heading {
  color: #333;
  margin-bottom: 3px;
  font-weight: 600;
}

.feature-list-heading.white {
  color: var(--white);
  font-weight: 400;
}

.section-header-subheader {
  margin-bottom: 50px;
}

.cta-button-div {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 25px;
  display: flex;
}

.cta-button-div.feature-cta {
  margin-top: 0;
  margin-bottom: -1px;
}

.cta-button-div.feature-cta.feature-page {
  margin-top: 60px;
}

.paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45 {
  font-weight: 300;
}

.bold-text-11 {
  color: var(--white);
  font-size: 64px;
  line-height: 72px;
}

.bold-text-11.dark-text {
  color: var(--dim-grey);
}

.bold-text-11.dark-text.homepage {
  font-size: 48px;
  line-height: 54px;
}

.bold-text-11.solution-heading {
  font-size: 100%;
  line-height: 56px;
}

.section-subheading {
  color: var(--dim-grey);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.white-text {
  color: var(--white);
}

.image-54 {
  z-index: 5;
  max-width: 80%;
  position: absolute;
  inset: auto 0% -12% auto;
}

.image-54.homepge {
  bottom: -8%;
}

.image-54.use-case-page {
  z-index: 5;
  inset: auto 0% -12% auto;
}

.image-54.feature-page {
  max-width: 350px;
}

.use-case-div {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.grid-6 {
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
}

.image-55 {
  max-width: 75%;
}

.use-case-description {
  color: var(--dim-grey);
  font-weight: 300;
}

.use-case-div-item {
  background-color: #0000;
  border-radius: 5px;
  padding: 0 15px 10px;
}

.use-case-div-item.hidden {
  display: none;
}

.use-case-list-div {
  min-width: 50%;
  max-width: 50%;
}

.use-case-heading {
  color: var(--dark-blue);
  letter-spacing: -.1rem;
  align-items: flex-end;
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.learn-more-text-link {
  color: var(--dark-blue);
  margin-top: 5px;
  font-weight: 400;
}

.key-selling-point-heading {
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.bold-text-12 {
  color: #333;
}

.container-33 {
  max-width: 1140px;
}

.nav-link-dark {
  font-weight: 500;
}

.nav-link-dark.request-demo-nav {
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  border-radius: 5px;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 9px 20px;
}

.paragraph-46 {
  max-width: 90%;
  color: var(--white);
  margin-top: 25px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-46.feature-page-subheading {
  margin-top: 0;
  font-size: 20px;
}

.heading-60 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.page-header-section {
  background-color: var(--light-blue);
  margin-top: 52px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-header-section.client-logos {
  background-color: var(--black);
  margin-top: 0;
}

.page-header-section.client-logos.feature-page {
  background-color: var(--black);
}

.image-56 {
  max-width: 200px;
}

.image-57 {
  z-index: 1;
  position: absolute;
  inset: 335px auto 0% -11%;
}

.image-58 {
  text-align: right;
  max-width: 500px;
}

.image-59 {
  text-align: left;
  max-width: 450px;
}

.image-60 {
  max-width: 350px;
  margin-top: 25px;
}

.div-block-110 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -167px;
  display: flex;
}

.image-61 {
  max-height: 300px;
  position: absolute;
  inset: 24% 0% 0% 443px;
  transform: rotate(-34deg);
}

.heading-61 {
  text-align: left;
  max-width: 40%;
  line-height: 42px;
}

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

.image-62 {
  filter: grayscale();
}

.heading-62 {
  text-align: left;
  margin-bottom: 39px;
}

.heading-63 {
  text-align: left;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
}

.features-header-section {
  background-color: var(--black);
  color: var(--white);
  margin-top: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

.feature-description {
  color: #696969;
  font-size: 16px;
  font-weight: 300;
}

.heading-64 {
  text-align: center;
  display: none;
}

.text-block-29, .paragraph-47, .paragraph-48, .paragraph-49 {
  font-weight: 300;
}

.heading-65 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
}

.heading-65.feature-subheading {
  margin-bottom: 12px;
}

.heading-65.feature-subheading.feature-page {
  font-size: 44px;
  line-height: 48px;
}

.body-22 {
  font-family: Inter, sans-serif;
}

.section-blue {
  background-color: var(--light-blue);
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-blue.zero-bottom-padding {
  background-color: var(--black);
  padding-bottom: 0;
}

.white-space {
  margin-top: 30px;
}

.image-63 {
  height: 80px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.client-logo-div {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 200px;
  display: flex;
}

.client-logo-wrapper {
  justify-content: space-between;
  display: flex;
}

.heading-66 {
  margin-top: 80px;
  margin-bottom: 40px;
}

.paragraph-50 {
  text-align: center;
  font-weight: 300;
}

.paragraph-50.feature-page {
  margin-top: 30px;
  font-size: 18px;
}

.feature-details-heading-div {
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.image-64 {
  align-self: flex-end;
  max-width: 40%;
  margin-bottom: 5px;
}

.div-block-111 {
  align-self: center;
  margin-left: 0;
}

.div-block-111.left {
  margin-left: 90px;
}

.div-block-111.right {
  margin-right: 70px;
}

.feature-page-feature-heading {
  font-size: 56px;
  line-height: 56px;
}

.image-65 {
  max-width: 60%;
  display: inline-block;
  position: relative;
}

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

.gif-div.feature-page {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.text-right-div.feature-page {
  max-width: 505px;
  padding-left: 80px;
}

.image-left-div.feature-page {
  min-width: 50%;
  max-width: 50%;
}

.image-left {
  min-width: 100%;
}

.image-66 {
  text-align: center;
  border-radius: 4px;
  align-self: center;
  max-width: 80%;
  margin-top: 40px;
  display: inline-block;
  position: relative;
}

.image-67 {
  max-width: 120px;
  max-height: 25px;
  position: absolute;
  inset: auto 19% 5% auto;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
}

.flex-block-2 {
  border: 1px solid #e0e6ea;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.image-68 {
  max-width: 16px;
  max-height: 16px;
}

.feature-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature-section.light-blue {
  background-color: #f8f9fd;
}

.feature-container {
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  max-width: 1140px;
  padding: 50px 15px;
  display: flex;
}

.feature-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 8px;
  display: flex;
}

.feature-text-left {
  max-width: 50%;
  padding-left: 15px;
  padding-right: 24px;
}

.feature-image-left {
  align-items: center;
  min-width: 50%;
  max-width: 50%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-image-right {
  align-items: center;
  min-width: 50%;
  max-width: 50%;
  margin-top: 0;
  display: flex;
}

.feature-heading {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.feature-heading.centre {
  text-align: center;
}

.feature-subheading {
  margin-top: 9px;
  margin-bottom: 32px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.feature-subheading.centre {
  text-align: center;
}

.feature-selling-point-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  padding: 8px 8px 16px;
}

.feature-selling-point-div.horizontal-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  flex: 1;
}

.feature-selling-point-div.centre {
  text-align: center;
  flex: 1;
  align-items: center;
}

.selling-point-heading {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.selling-point-subheading {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}

.selling-point-icon-div {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 48px;
  max-height: 48px;
  padding: 16px;
  display: flex;
}

.selling-point-icon-div.bg-color {
  background-color: #f8f9fa;
}

.selling-point-icon-div.bg-color.centre {
  max-width: 64px;
  max-height: 64px;
}

.selling-point-icon {
  min-width: 24px;
}

.feature-image-div {
  min-width: 100%;
}

.feature-text-div {
  flex: 0 auto;
  padding-right: 0;
}

.feature-text-div.horizontal-list {
  flex: 1;
}

.feature-text-div.centered {
  flex: 0 auto;
  align-items: center;
  min-width: 100%;
  position: static;
}

.feature-column-div {
  align-items: center;
}

.flex-block-5 {
  max-width: 50%;
}

.image-69 {
  min-width: 100%;
}

.feature-text-right {
  max-width: 50%;
  padding-left: 24px;
  padding-right: 15px;
}

.feature-row-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
}

.flex-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
}

.get-started-form {
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.get-started-form.mobile {
  display: none;
}

.flex-block-8 {
  border: 1px solid var(--ghost-blue);
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 4px;
  display: none;
}

.get-started-email {
  border: 0 solid #000;
  border-radius: 4px;
  min-width: 264px;
  min-height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
}

.body-23 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.section-19 {
  background-color: var(--black);
}

.free-trial-text {
  color: #fff;
  text-align: center;
  padding-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

.success-message-4 {
  background-color: #ddd0;
}

.div-block-113 {
  color: #fff;
  background-color: #0000;
}

.error-message-3 {
  border-radius: 8px;
  max-height: 72px;
  margin-top: 0;
  margin-left: 0;
  padding: 16px;
}

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

.get-started-form-div {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  display: block;
}

.get-started-homepage-div {
  justify-content: center;
  align-items: center;
}

.get-started-homepage-div.homepage {
  margin-top: 24px;
}

.free-trial-heading {
  text-align: center;
  margin-bottom: 44px;
  font-size: 34px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 15px;
    padding-bottom: 70px;
  }

  .image {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0 0 0 11px;
  }

  .paragraph-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-2.landing-page-value-prop {
    padding-top: 0;
    padding-left: 0;
  }

  .icon {
    color: #0241d3;
    background-color: #0000;
    font-size: 32px;
    line-height: 32px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-button {
    margin: 20px auto 25px;
    padding-top: 10px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    text-align: center;
  }

  .image-2 {
    width: auto;
    min-width: auto;
    max-width: 200px;
  }

  .image-3 {
    width: auto;
    max-width: none;
    height: 80px;
    display: block;
  }

  .image-5 {
    display: none;
  }

  .nav-menu {
    height: auto;
    min-height: 0;
    box-shadow: none;
    background-color: #edfbfd;
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
    border: 1px #000;
    border-radius: 4px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
    border: 1px #fff;
  }

  .logo {
    margin-top: 16px;
  }

  .image-10 {
    width: 100%;
    min-width: 100%;
    max-height: 210px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-container {
    max-width: 95%;
    padding: 0 15px;
    overflow: hidden;
  }

  .blog-summary {
    color: #727272;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .blog-title {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 52px;
  }

  .blog-main-content {
    color: #333;
    letter-spacing: -.03em;
    font-family: Merriweather, serif;
    font-weight: 300;
    line-height: 33px;
  }

  .blog-page-section {
    margin-left: 0;
  }

  .divider-blog {
    margin-top: 40px;
  }

  .div-block-6 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .author-image {
    border-radius: 50px;
    width: 48px;
    height: 100%;
    padding-top: 0;
  }

  .author-name {
    color: #616161;
    margin-left: 0;
    padding-top: 8px;
  }

  .author-image-bottom {
    max-height: 100px;
  }

  .container-7 {
    max-width: 95%;
  }

  .heading-suggested-articles {
    font-weight: 400;
    box-shadow: 1px 1px 3px #00000042;
  }

  .author-tagline {
    margin-bottom: 0;
    padding-right: 40px;
  }

  .divider {
    position: relative;
  }

  .container-8 {
    max-width: 95%;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10 {
    position: relative;
  }

  .image-16 {
    min-width: auto;
  }

  .overlay, .heading-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-10 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    position: relative;
  }

  .column-11 {
    clear: both;
    flex-flow: column;
    flex: 1;
    order: 0;
    place-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .success-message {
    opacity: 1;
    background-color: #b4ff94b3;
  }

  .field-label-2 {
    justify-content: flex-start;
    display: flex;
  }

  .submit-button {
    color: #fff;
  }

  .heading-14 {
    font-size: 42px;
    line-height: 42px;
  }

  .request-a-demo {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .form-block {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .features.benefits {
    min-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features.features-new {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-heading {
    max-width: 90%;
    padding-left: 0;
  }

  .feature-heading-left {
    text-align: center;
  }

  .feature-paragraph-left {
    padding-right: 30px;
  }

  .features-image {
    margin-left: 3px;
    padding-left: 0;
  }

  .second-cta {
    background-color: #05457c;
  }

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

  .heading-17 {
    color: #fff;
    padding-right: 30px;
  }

  .feature-image-right {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    max-width: 90%;
  }

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

  .image-19 {
    padding: 10px 0;
  }

  .column-17 {
    right: auto;
  }

  .body-2 {
    overflow: visible;
  }

  .columns-3 {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 95%;
    margin-left: 0;
    padding-left: 19px;
    display: flex;
    overflow: visible;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper-4 {
    object-fit: cover;
    padding-left: 0;
  }

  .div-block-15 {
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    text-align: left;
    order: 0;
    min-width: 50%;
    max-width: 50%;
  }

  .features-left {
    flex-direction: column-reverse;
    align-items: center;
  }

  .features-right {
    flex-direction: row;
  }

  .features-right.feature-page {
    flex-direction: column;
    align-items: center;
  }

  .feature-image-left-modified {
    text-align: left;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image-right-modified {
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-paragraph-right {
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
  }

  .feature-heading-right {
    color: var(--black);
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .div-block-19 {
    flex: 1;
    display: flex;
  }

  .div-block-20 {
    object-fit: cover;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 0;
    display: block;
  }

  .div-block-21 {
    flex-direction: column;
    flex: 0 auto;
    min-width: 5%;
    max-width: 35%;
    padding-left: 30px;
    padding-right: 15px;
    display: flex;
  }

  .blog-new-image {
    min-width: 65%;
    min-height: 480px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    inset: 0%;
  }

  .link-block-2 {
    background-color: #3c3939;
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
  }

  .paragraph-16 {
    left: 0;
  }

  .div-block-24 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 16px;
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .new-blog-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-blog-list-wrapper {
    padding-left: 15px;
  }

  .div-block-26 {
    background-color: #0006;
  }

  .dropdown {
    justify-content: center;
    margin-right: 20px;
    display: flex;
  }

  .nav-link-6 {
    justify-content: center;
    padding-left: 20px;
    display: flex;
  }

  .nav-link-6.w--current {
    padding-left: 20px;
  }

  .fa-icon {
    display: none;
  }

  .form-block-2 {
    max-width: 80%;
  }

  .heading-27 {
    font-size: 18px;
    line-height: 26px;
  }

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

  .nav-menu-2 {
    background-color: #fafafa;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #fafafa;
  }

  .icon-3 {
    color: #0241d3;
  }

  .image-24 {
    margin-left: 10px;
    padding-left: 0;
  }

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

  .footer-image {
    max-width: 100px;
    margin-top: -17px;
    margin-left: 0;
  }

  .footer-link.legal-links {
    align-items: center;
    display: block;
  }

  .nav-link-7 {
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .section-10.header {
    padding-bottom: 0;
  }

  .section-10.jump-to {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-10.resource-section {
    padding-top: 15px;
  }

  .button-6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-33 {
    position: sticky;
  }

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

  .div-block-41 {
    clear: none;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .div-block-55 {
    padding-left: 15px;
  }

  .div-block-57 {
    padding-left: 12px;
    padding-right: 0;
  }

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

  .submit-button-3 {
    margin-top: 15px;
    padding-top: 9px;
  }

  .text-field-8 {
    margin-bottom: 35px;
  }

  .container-27 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .text-block-17 {
    object-fit: fill;
    max-width: 90%;
    padding-right: 0;
  }

  .bold-text-8 {
    white-space: normal;
  }

  .text-block-21 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-79 {
    min-width: 35%;
    max-width: 35%;
  }

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

  .div-block-84 {
    flex-wrap: nowrap;
    max-width: 100%;
    display: flex;
  }

  .div-block-92 {
    padding-left: 15px;
  }

  .div-block-93 {
    min-width: 40%;
    max-width: 50%;
  }

  .div-block-94 {
    padding-right: 15px;
  }

  .div-block-95 {
    max-width: 65%;
  }

  .cta-btn-secondary {
    background-color: #fff;
    border: 1px #fff;
    border-radius: 20px;
    padding-left: 39px;
    padding-right: 40px;
    font-weight: 400;
  }

  .client-logos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-97 {
    align-items: flex-start;
  }

  .community-homepage-container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .image-38 {
    margin-left: 30px;
  }

  .primary-button-community {
    margin-bottom: 20px;
  }

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

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

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-homepage-hero {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .homepage-hero-image {
    max-width: 40%;
    position: absolute;
    inset: 22% 0% 0% auto;
  }

  .homepage-hero-text {
    max-width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .home-page-hero-titles {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .homepage-hero-buttons {
    text-align: center;
    margin-bottom: 47px;
  }

  .image-42 {
    margin-right: 0;
    position: relative;
    inset: 0% 0;
  }

  .white-text {
    display: flex;
    overflow: visible;
  }

  .white-text.hero-subheading {
    align-items: center;
  }

  .button-secondary.white.mobile {
    font-weight: 300;
  }

  .homepage-hero-h1 {
    text-align: center;
    font-size: 56px;
    line-height: 68px;
  }

  .background-video-section {
    min-height: 80vh;
  }

  .motion-icon-homepage {
    display: none;
  }

  .homepage-header-text {
    max-width: 80%;
  }

  .homepage-header {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-container {
    flex-direction: column;
    align-items: center;
    min-height: 0;
    display: flex;
  }

  .n-image {
    opacity: .8;
  }

  .image-43 {
    z-index: 5;
    display: none;
    right: -7%;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-white {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
  }

  .nav-white.contact-us {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-white.contact-us.mobile {
    flex: 0 auto;
  }

  .dropdown-toggle-2 {
    float: none;
    font-size: 16px;
    font-weight: 300;
  }

  .text-block-25 {
    font-weight: 300;
  }

  .dropdown-list.w--open {
    min-width: 250px;
    max-width: 100%;
    top: 70px;
    left: 0;
  }

  .menu-button-3.w--open {
    background-color: var(--light-blue);
  }

  .nav-menu-5 {
    background-color: var(--light-blue);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-left: 211px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .trusted-by-logos {
    margin-top: -32px;
    position: relative;
  }

  .trusted-by-logos.use-case-page, .trusted-by-logos.usecases {
    max-width: 90%;
  }

  .section-light-blue {
    padding: 22px 30px;
  }

  .text-left-div {
    padding-right: 15px;
  }

  .image-right-div {
    flex: 1;
    align-items: center;
  }

  .image-right-div.homepage {
    max-width: 40%;
  }

  .horizontal-flex-div {
    justify-content: space-between;
  }

  .image-48 {
    max-width: 100%;
    max-height: 60%;
    margin-top: 45px;
    padding-left: 0;
  }

  .hero-image-right {
    text-align: center;
    max-width: 100%;
  }

  .image-49 {
    margin-top: 52px;
  }

  .image-50 {
    z-index: 5;
    bottom: -1%;
  }

  .image-50.flipped {
    z-index: 5;
  }

  .image-50.flipped.feature-page-cta {
    max-width: 250px;
  }

  .grid-4 {
    z-index: 10;
    grid-template: "."
                   "Area"
                   / 1fr 1fr 1fr;
    position: relative;
  }

  .grid-4.city-connect {
    padding-left: 0;
    padding-right: 0;
  }

  .city-ecosystem-card.qld {
    display: none;
  }

  .city-ecosystem-card.newcastle {
    display: none;
    overflow: visible;
  }

  .div-block-109 {
    padding-right: 25px;
    display: none;
  }

  .image-51 {
    max-height: 200px;
  }

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

  .bold-text-11 {
    font-size: 54px;
    line-height: 60px;
  }

  .section-subheading {
    font-size: 16px;
  }

  .image-54 {
    max-width: 40%;
    bottom: 77%;
    right: 0%;
    overflow: visible;
  }

  .image-54.homepge {
    bottom: -4%;
  }

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

  .use-case-list-div {
    max-width: 60%;
  }

  .use-case-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .image-59 {
    max-width: 350px;
  }

  .image-60 {
    max-width: 280px;
  }

  .image-61 {
    max-height: 200px;
    top: 28%;
    left: 339px;
  }

  .heading-61 {
    max-width: 60%;
  }

  .icon-4 {
    color: var(--white);
  }

  .dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-description {
    text-align: center;
  }

  .image-63 {
    width: auto;
    min-width: 170px;
    height: auto;
    min-height: 80px;
  }

  .client-logo-div {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
  }

  .client-logo-wrapper {
    flex-wrap: wrap;
  }

  .feature-heading-div {
    text-align: center;
  }

  .div-block-111.left {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .feature-page-feature-heading {
    font-size: 48px;
    line-height: 52px;
  }

  .image-65 {
    max-width: 90%;
  }

  .text-right-div.feature-page {
    padding-left: 0;
  }

  .image-66 {
    max-width: 90%;
    margin-top: 16px;
  }

  .image-67 {
    max-height: 30px;
    bottom: 5%;
    right: 3%;
  }

  .feature-container {
    flex-direction: column;
  }

  .feature-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column-reverse;
    flex: none;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-text-left {
    flex: 1;
    max-width: 100%;
    padding-right: 15px;
  }

  .feature-image-left, .feature-image-right {
    max-width: 100%;
  }

  .feature-selling-point-div.centre {
    padding-bottom: 24px;
  }

  .feature-image-div {
    text-align: center;
    flex: 0 auto;
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .feature-text-div {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-text-div.horizontal-list {
    align-items: flex-start;
  }

  .feature-column-div {
    flex-direction: column-reverse;
  }

  .feature-column-div.text-right {
    flex-direction: column;
  }

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

  .feature-text-right {
    max-width: 100%;
    padding: 0 15px;
  }

  .feature-row-list {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
    justify-content: center;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    clear: both;
    position: relative;
  }

  .heading-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-cta-btn.button {
    margin-top: 0;
    margin-left: 15px;
  }

  .container {
    flex-direction: column;
  }

  .image {
    max-width: 80%;
    margin-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    transform: none;
  }

  .homepage-banner {
    padding-top: 34px;
  }

  .paragraph-2 {
    padding-left: 15px;
  }

  .paragraph-2.landing-page-value-prop {
    padding-left: 13px;
  }

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

  .image-2 {
    max-width: 200px;
    margin: 15px auto;
  }

  .image-3 {
    text-align: left;
    width: auto;
    max-width: 180px;
    height: auto;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-5 {
    max-width: 180px;
  }

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

  .blog-title {
    line-height: 52px;
  }

  .author-image-bottom {
    float: left;
    clear: none;
    display: block;
  }

  .heading-suggested-articles {
    margin-bottom: 20px;
  }

  .image-15 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-9 {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .column-10 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-9 {
    align-items: flex-start;
  }

  .collection-item-2 {
    flex: 0 auto;
    justify-content: center;
    min-width: auto;
    display: flex;
  }

  .column-11 {
    margin-top: 25px;
    padding-left: 15px;
  }

  .navbar-2 {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .form {
    max-width: 100%;
    margin-top: 35px;
  }

  .container-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

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

  .features.features-new {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .features-heading {
    max-width: 100%;
  }

  .features-image {
    padding-left: 0;
  }

  .features-image.feature-image-left {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: inline-block;
  }

  .container-13 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-14 {
    text-align: center;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .feature-image-right {
    order: -1;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-18 {
    margin-bottom: 0;
  }

  .div-block-13 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .column-14 {
    clear: none;
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .heading-20 {
    font-size: 48px;
    line-height: 54px;
  }

  .body-2 {
    overflow: visible;
  }

  .columns-3 {
    flex-direction: column;
  }

  .div-block-14 {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-16 {
    text-align: center;
    order: -1;
    justify-content: center;
    align-self: center;
    min-width: 90%;
    max-width: 100%;
  }

  .div-block-16.left-image {
    justify-content: center;
    min-width: 90%;
    max-width: 100%;
  }

  .features-left {
    flex-direction: column;
  }

  .features-left.reverse {
    flex-direction: column-reverse;
  }

  .features-right {
    flex-direction: column;
  }

  .features-left-image {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-17 {
    text-align: center;
    flex-direction: row-reverse;
    align-self: center;
    display: block;
  }

  .feature-image-left-modified {
    max-width: 80%;
    margin-bottom: 65px;
  }

  .feature-image-right-modified {
    text-align: left;
    max-width: 80%;
    margin-bottom: 65px;
    padding-right: 0;
  }

  .feature-paragraph-right, .feature-heading-right {
    padding-left: 0;
  }

  .div-block-18 {
    align-self: auto;
    padding-left: 15px;
    padding-right: 10px;
  }

  .div-block-21 {
    min-width: 100%;
    max-width: 100%;
    position: static;
  }

  .container-16 {
    flex-flow: column;
    align-items: center;
  }

  .new-blog-wrapper {
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .latest-blog-post-wrapper {
    max-width: 100%;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-blog-list-wrapper {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-17 {
    flex-direction: column;
    margin-top: 45px;
    margin-bottom: 30px;
    display: flex;
  }

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

  .link-block-4 {
    flex-direction: column;
  }

  .paragraph-19 {
    margin-bottom: 30px;
  }

  .div-block-28 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .image-21 {
    min-width: 100%;
    max-height: 300px;
  }

  .div-block-29 {
    order: -1;
    align-self: center;
    display: flex;
  }

  .section-8 {
    margin-bottom: 100px;
  }

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

  .form-block-2 {
    max-width: 90%;
  }

  .image-24 {
    margin-left: 0;
    padding-left: 0;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    display: flex;
  }

  .footer-image {
    clear: none;
    object-fit: contain;
    min-width: 120px;
    max-width: 150px;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .footer-heading {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 16px;
  }

  .footer-link {
    text-align: left;
    padding-top: 10px;
  }

  .nav-link-7.subscribe {
    color: var(--dim-grey);
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-self: stretch;
    max-width: none;
  }

  .collection-list-4 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .link-block-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
  }

  .collection-item-8 {
    max-width: 100%;
  }

  .div-block-35 {
    padding-left: 40px;
  }

  .list {
    text-align: center;
  }

  .heading-37.sub-heading {
    margin-top: -20px;
  }

  .column-20 {
    display: flex;
  }

  .div-block-40 {
    min-width: 65%;
  }

  .div-block-41 {
    min-width: 80%;
    max-width: 100%;
  }

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

  .div-block-44 {
    min-width: 35%;
  }

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

  .div-block-47 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-57, .div-block-58 {
    padding-left: 40px;
  }

  .div-block-59 {
    max-width: 100%;
  }

  .image-29 {
    padding: 54px;
  }

  .div-block-60 {
    flex-wrap: wrap;
  }

  .div-block-61 {
    min-width: auto;
  }

  .main-cta-btn-copy.button {
    margin-top: 0;
  }

  .div-block-68 {
    padding-left: 0;
  }

  .div-block-74 {
    flex-direction: column-reverse;
  }

  .div-block-75 {
    flex-direction: column;
    display: flex;
  }

  .image-30 {
    flex: 0 auto;
  }

  .div-block-76 {
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .container-28 {
    flex-direction: column;
  }

  .div-block-77 {
    margin-top: 15px;
    margin-left: 0;
  }

  .bold-text-8 {
    min-width: 40%;
  }

  .div-block-79 {
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div-block-84 {
    min-width: 40%;
  }

  .blog-subscribe-cta {
    margin-top: 50px;
    margin-bottom: 50px;
    display: none;
    box-shadow: 1px 1px 3px #00000040;
  }

  .value-prop-items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    display: grid;
  }

  .value-prop-card {
    min-width: 100%;
    max-width: 100%;
  }

  .columns-4 {
    flex-direction: column;
    display: flex;
  }

  .container-30 {
    flex-direction: column-reverse;
  }

  .div-block-93 {
    text-align: center;
    max-width: 100%;
  }

  .div-block-95 {
    max-width: 90%;
  }

  .div-block-97 {
    align-items: center;
  }

  .hero-div {
    flex-direction: column;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-image-community-homepage {
    display: none;
  }

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

  .container-homepage-hero {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .homepage-hero-image {
    max-width: 90%;
    display: inline-block;
    inset: 371px 0% 0% 6%;
  }

  .homepage-hero-text {
    max-width: 100%;
    margin-top: -18px;
    padding-right: 0;
  }

  .white-text.hero-subheading {
    line-height: 24px;
  }

  .homepage-hero-h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .home-header-heading {
    font-size: 80px;
  }

  .homepage-header-text {
    max-width: 90%;
  }

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

  .image-43 {
    display: none;
  }

  .nav-white.contact-us {
    margin-left: 153px;
    margin-right: 153px;
  }

  .nav-menu-5 {
    margin-left: 119px;
  }

  .trusted-by-logos {
    justify-content: space-between;
    display: block;
  }

  .trusted-by-logos.usecases {
    max-width: 100%;
  }

  .heading-58 {
    align-self: auto;
    max-width: 100%;
  }

  .section-light-blue {
    padding-left: 0;
    padding-right: 0;
  }

  .text-left-div {
    text-align: center;
    align-self: center;
    max-width: 100%;
  }

  .image-right-div {
    justify-content: center;
    margin-top: 24px;
    display: none;
  }

  .image-right-div.feature-page {
    max-width: 90%;
    display: block;
  }

  .horizontal-flex-div {
    flex-direction: column;
    justify-content: space-between;
  }

  .horizontal-flex-div.feature-page {
    align-items: center;
  }

  .horizontal-flex-div.feature-page.left {
    flex-direction: column-reverse;
  }

  .image-48 {
    max-width: 200px;
    max-height: 160px;
  }

  .hero-image-right {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .features-div.three-features {
    text-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-50.flipped {
    top: -4%;
  }

  .image-50.flipped.feature-page-cta {
    top: 95%;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
    max-width: 98%;
  }

  .image-51 {
    display: none;
  }

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

  .bold-text-11.dark-text.homepage {
    font-size: 32px;
    line-height: 40px;
  }

  .image-54 {
    bottom: 80%;
  }

  .use-case-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .use-case-list-div {
    max-width: 100%;
  }

  .div-block-110 {
    margin-top: 11px;
  }

  .image-61 {
    top: 39%;
    left: 182px;
    transform: rotate(-14deg);
  }

  .heading-61 {
    text-align: left;
    max-width: 80%;
  }

  .client-logo-div {
    min-width: 0;
    max-width: 150px;
  }

  .image-left-div.feature-page {
    min-width: 90%;
    max-width: 90%;
  }

  .image-67 {
    max-width: 100px;
    bottom: 4%;
    right: -1%;
  }

  .feature-text-left {
    flex-direction: column;
  }

  .feature-image-right {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-column-div {
    flex-direction: column;
  }

  .get-started-email {
    min-width: 220px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-cta-btn.button {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    padding-top: 8px;
  }

  .image {
    max-width: 100%;
  }

  .homepage-banner {
    margin-top: -120px;
    padding-top: 120px;
  }

  .navbar {
    font-family: Lato, sans-serif;
    position: relative;
  }

  .paragraph-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-2.landing-page-value-prop {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    color: #0241d3;
    background-color: #0000;
  }

  .brand {
    padding-left: 20px;
    position: static;
    left: 18px;
  }

  .nav-button {
    margin-bottom: 50px;
  }

  .image-2 {
    max-width: 150px;
    margin-bottom: 0;
  }

  .nav-menu {
    box-shadow: none;
    border: 1px #000;
  }

  .menu-button {
    border: 0 #0000;
    border-radius: 0;
  }

  .menu-button.w--open {
    border: 0 #0000;
  }

  .logo {
    margin-top: 20px;
    margin-left: -30px;
    padding-left: 0;
    position: static;
  }

  .image-10 {
    width: 100%;
    min-width: 100%;
    margin-left: -1px;
    margin-right: 0;
  }

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

  .blog-title {
    line-height: 52px;
  }

  .author-image-bottom {
    float: left;
    max-width: 80px;
    max-height: 80px;
  }

  .image-suggested-articles {
    margin-top: 30px;
  }

  .heading-suggested-articles {
    margin-bottom: 30px;
  }

  .footer {
    position: relative;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    display: flex;
  }

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

  .article-publish-date {
    color: #919191;
    margin-top: -25px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .paragraph-10 {
    display: none;
  }

  .column-11 {
    padding-left: 0;
  }

  .collection-item-5 {
    flex-direction: column;
    display: flex;
  }

  .collection-list-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .success-message {
    padding-left: 40px;
    padding-right: 40px;
  }

  .request-a-demo {
    height: auto;
  }

  .form {
    min-width: auto;
    max-width: 95%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .form-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .features.features-new {
    padding-left: 0;
    padding-right: 0;
  }

  .features-heading {
    max-width: 100%;
    font-size: 26px;
  }

  .feature-heading-left {
    font-size: 26px;
  }

  .container-13 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17 {
    margin-top: 10px;
  }

  .feature-image-right {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .heading-18 {
    max-width: 95%;
    font-size: 22px;
  }

  .heading-20 {
    text-align: left;
    max-width: 90%;
    font-size: 34px;
    line-height: 40px;
  }

  .body-2 {
    overflow: visible;
  }

  .div-block-16.left-image {
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .features-left, .features-right {
    margin-top: 50px;
  }

  .feature-image-left-modified {
    max-width: 100%;
  }

  .feature-image-left-modified.feature-page.update {
    text-align: left;
    align-self: auto;
    min-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .feature-image-right-modified {
    max-width: 100%;
  }

  .feature-heading-right {
    font-size: 26px;
  }

  .div-block-23 {
    position: absolute;
  }

  .latest-blog-post-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-23 {
    border-style: none;
  }

  .nav-link-6.w--current {
    padding-left: 20px;
  }

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

  .image-22 {
    max-width: 0%;
  }

  .form-block-2 {
    max-width: 95%;
  }

  .text-field-3 {
    border-radius: 3px;
  }

  .nav-menu-2 {
    background-color: #fafafa;
  }

  .menu-button-2 {
    background-color: #fafafa;
    display: flex;
  }

  .icon-3 {
    color: #0241d3;
  }

  .image-24 {
    margin-left: 0;
    padding-left: 0;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Open Sans, sans-serif;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .footer-link, .footer-link.w--current {
    text-align: center;
  }

  .footer-link.legal-links {
    padding-left: 15px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-21 {
    max-width: 95%;
  }

  .heading-28 {
    max-width: 95%;
    font-size: 28px;
    line-height: 34px;
  }

  .section-10.jump-to {
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .link-block-6 {
    flex-direction: column;
    display: flex;
  }

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

  .text-block-4 {
    text-align: center;
    margin-top: 30px;
  }

  .collection-item-9 {
    flex-direction: column;
  }

  .image-28 {
    align-self: center;
  }

  .heading-37.sub-heading {
    margin-top: -15px;
  }

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

  .div-block-41 {
    margin-left: 15px;
  }

  .heading-41 {
    padding-left: 15px;
  }

  .container-26 {
    max-width: 100%;
  }

  .div-block-57, .div-block-58 {
    padding-left: 20px;
  }

  .image-29 {
    padding: 0;
  }

  .div-block-66 {
    padding-left: 0;
  }

  .heading-48 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-3 {
    width: 280px;
  }

  .div-block-67 {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

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

  .div-block-70 {
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-73 {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .image-30 {
    object-fit: cover;
  }

  .button-8 {
    max-width: 70%;
  }

  .value-prop-items {
    grid-template-columns: 1fr;
  }

  .div-block-94 {
    margin-top: -40px;
    padding-top: 0;
  }

  .client-logos {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-97 {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .div-block-98 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading {
    flex-wrap: wrap;
    font-size: 34px;
    display: block;
  }

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

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

  .grid-3 {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
  }

  .container-homepage-hero {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .homepage-hero-image {
    display: none;
    top: 482px;
  }

  .homepage-hero-text {
    text-align: center;
    margin-top: 0;
    padding-right: 0;
  }

  .home-page-hero-titles {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .homepage-hero-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .homepage-hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text.hero-subheading {
    line-height: 24px;
  }

  .primary-button {
    margin-right: 0;
  }

  .primary-button.get-started {
    min-width: 100%;
    margin-top: 12px;
    display: block;
  }

  .button-secondary {
    margin-top: 25px;
  }

  .homepage-hero-h1 {
    font-size: 40px;
    line-height: 54px;
  }

  .background-video-section {
    min-height: 60vh;
  }

  .home-header-heading {
    text-align: left;
    font-size: 48px;
  }

  .button-10 {
    max-width: 300px;
  }

  .button-10.homepage-header-button {
    justify-content: center;
  }

  .homepage-header-text {
    align-items: flex-start;
    max-width: 100%;
  }

  .body-container {
    min-height: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dark-image-overlay {
    min-height: 100vh;
    overflow: visible;
  }

  .home-header-subheading {
    text-align: left;
  }

  .background-video {
    min-height: 80vh;
  }

  .homepage-nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-white.contact-us {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-list.w--open {
    flex-flow: column wrap;
    min-width: 100%;
    max-width: 100%;
    min-height: 350px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    position: absolute;
    top: 67px;
    left: 0;
  }

  .dropdown-link.dark-blue {
    padding-left: 0;
  }

  .dropdown-nav-explainer-text {
    object-fit: fill;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .dropdown-nav-container {
    flex: 0 auto;
    align-self: auto;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    position: static;
  }

  .dropdown-nav-icon {
    margin-right: 0;
  }

  .menu-button-3 {
    background-color: var(--black);
  }

  .menu-button-3.w--open {
    background-color: var(--light-blue);
    border-radius: 0;
  }

  .nav-menu-5 {
    background-color: var(--light-blue);
    min-height: 100vh;
    margin-left: 0;
    padding: 25px 0 40px;
  }

  .image-44, .dropdown-nav-icon-image, .image-46, .image-47 {
    display: none;
  }

  .trusted-by-logos {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .trusted-by-logos.usecases {
    max-width: 100%;
    display: none;
  }

  .heading-58 {
    max-width: 100%;
  }

  .heading-58.solution-heading {
    max-width: 300px;
    font-size: 32px;
    line-height: 36px;
  }

  .body-container-1140 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    display: flex;
  }

  .section-light-blue {
    padding-right: 0;
  }

  .text-left-div {
    text-align: center;
    padding-right: 0;
  }

  .image-right-div.feature-page {
    max-width: 100%;
  }

  .horizontal-flex-div.feature-page, .horizontal-flex-div.feature-page.left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .image-50 {
    z-index: 5;
  }

  .image-50.flipped {
    top: -1%;
  }

  .section-black {
    display: block;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    max-width: 95%;
  }

  .section-header {
    font-size: 24px;
    line-height: 32px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .grid-5.alternatives {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .grid-5.use-cases {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-of-features {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .feature-list-heading.white {
    font-size: 14px;
  }

  .cta-button-div {
    flex-direction: column;
  }

  .bold-text-11 {
    font-size: 40px;
    line-height: 52px;
  }

  .bold-text-11.solution-heading {
    max-width: 100%;
    line-height: 44px;
  }

  .image-54 {
    max-width: 60%;
    display: none;
    bottom: 14%;
  }

  .use-case-div-item {
    padding-left: 0;
    padding-right: 0;
  }

  .image-56 {
    max-width: 180px;
  }

  .image-59 {
    max-width: 280px;
  }

  .div-block-110 {
    margin-top: 154px;
  }

  .image-61 {
    top: 46%;
    left: 90px;
    transform: rotate(34deg);
  }

  .text-block-27, .text-block-28 {
    font-size: 12px;
  }

  .client-logo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .feature-page-feature-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .image-65, .image-66 {
    max-width: 100%;
  }

  .div-block-112 {
    flex: 1;
    align-self: center;
    display: flex;
  }

  .image-67 {
    max-width: 50px;
    bottom: 9%;
    right: -2%;
  }

  .feature-text-left {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image-right {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .feature-text-div.centered {
    align-items: center;
  }

  .feature-text-right {
    padding-left: 0;
    padding-right: 0;
  }

  .get-started-form {
    align-items: stretch;
    max-width: 320px;
    display: block;
  }

  .get-started-form.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .get-started-form.mobile.header {
    margin-top: 40px;
  }

  .flex-block-8 {
    flex-flow: row;
  }

  .get-started-email {
    min-width: 120px;
  }

  .get-started-form-div {
    display: block;
  }

  .get-started-homepage-div.homepage {
    display: none;
    overflow: visible;
  }
}

#w-node-_824b0a70-579b-1d34-e4f2-215bd32c88eb-e9750a76, #w-node-_2f1d43fb-026a-c2a8-950f-aee2b561b843-e9750a76, #w-node-c2c86d78-5fa5-cb1f-8193-952357525ad7-e9750a76, #w-node-f3a720a9-8f5a-afed-8203-4af27d3367a2-e9750a76 {
  place-self: center;
}

#w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bcb8-ec38f504, #w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bcc0-ec38f504, #w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bcc8-ec38f504, #w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bcd0-ec38f504, #w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bcd8-ec38f504, #w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bce0-ec38f504, #w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bce8-ec38f504, #w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bcf0-ec38f504, #w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bcf8-ec38f504, #w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bd00-ec38f504, #w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bd08-ec38f504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d37fbf2-ecf7-a4cb-3653-f2da0470bd10-ec38f504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7c7d2ab2-64ad-2d69-4c2c-e2b9b90981de-47e85b80 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_1b6ce5f9-1129-9688-70fd-219ba1736734-47e85b80 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_42d8ec8b-6f06-bf15-383f-825199bf728a-47e85b80 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-d566b25e-1afa-b0c9-e4de-71334ef85381-47e85b80 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-ea74c4ac-295c-1567-1560-47ea59e77279-47e85b80 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_2010d61f-ac76-4735-732e-21b90debefd5-47e85b80 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_3df2d5a0-98dc-192a-a54b-8a51acfc8fcb-47e85b80 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_27ba9f7d-c8b5-4af5-6f0d-866880aef3a2-47e85b80 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_87c17ef4-2671-f9ce-9fc0-d46eef0c45d7-47e85b80 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
}

#w-node-f6cd6adc-62cb-7465-45e5-d733ae58575a-2292a72e {
  place-self: center;
}

#w-node-f6cd6adc-62cb-7465-45e5-d733ae58575c-2292a72e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f6cd6adc-62cb-7465-45e5-d733ae58575e-2292a72e {
  place-self: center;
}

#w-node-f6cd6adc-62cb-7465-45e5-d733ae585760-2292a72e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-af4fffa9-b8ca-7d77-92ec-8bc4c6bd8554-2292a72e, #w-node-ffd9de56-8433-7ee4-a0f8-d749e6b584b5-2292a72e, #w-node-ad47b382-5f56-f882-d09f-8d2d43b5d1a3-2292a72e, #w-node-_8fb8be7d-f59e-67e6-17c2-9cc4ed51e10d-2292a72e, #w-node-ee540886-14ab-22ba-881f-511a1471aea1-2292a72e, #w-node-b2da290d-e6a2-4942-0dc7-daad0034029e-2292a72e, #w-node-fe2fa3f4-f607-ccad-03fe-e13a08b03062-2292a72e, #w-node-_916adfd8-7431-1cd9-12fe-8f33f4e8ed99-2292a72e, #w-node-fe2b5cf6-a017-4a9c-991d-bfe5b22efe4e-2292a72e, #w-node-dda5d396-8249-cafa-edda-cf972c52f132-2292a72e, #w-node-_01d14d3c-0a68-1ca3-f9f5-0b18d46c4388-2292a72e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_013824ae-182c-48ec-58dc-b7cc66490b6e-2292a72e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7563cfe2-bdbb-5162-7ee8-b7631c35f57f-2292a72e, #w-node-_7563cfe2-bdbb-5162-7ee8-b7631c35f586-2292a72e, #w-node-_7563cfe2-bdbb-5162-7ee8-b7631c35f58d-2292a72e, #w-node-_7563cfe2-bdbb-5162-7ee8-b7631c35f594-2292a72e, #w-node-_7563cfe2-bdbb-5162-7ee8-b7631c35f59b-2292a72e, #w-node-_7563cfe2-bdbb-5162-7ee8-b7631c35f5a2-2292a72e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f48931a1-8ead-4924-2dbe-dacede05e591-43f489b2 {
  place-self: center;
}

#w-node-f48931a1-8ead-4924-2dbe-dacede05e593-43f489b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f48931a1-8ead-4924-2dbe-dacede05e595-43f489b2 {
  place-self: center;
}

#w-node-f48931a1-8ead-4924-2dbe-dacede05e597-43f489b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_588a234b-e68e-00e2-e283-16cb6299341f-43f489b2, #w-node-_588a234b-e68e-00e2-e283-16cb62993426-43f489b2, #w-node-_588a234b-e68e-00e2-e283-16cb6299342d-43f489b2, #w-node-_588a234b-e68e-00e2-e283-16cb62993434-43f489b2, #w-node-_916adfd8-7431-1cd9-12fe-8f33f4e8ed99-43f489b2, #w-node-af4fffa9-b8ca-7d77-92ec-8bc4c6bd8554-43f489b2, #w-node-ffd9de56-8433-7ee4-a0f8-d749e6b584b5-43f489b2, #w-node-ad47b382-5f56-f882-d09f-8d2d43b5d1a3-43f489b2, #w-node-_8fb8be7d-f59e-67e6-17c2-9cc4ed51e10d-43f489b2, #w-node-ee540886-14ab-22ba-881f-511a1471aea1-43f489b2, #w-node-b2da290d-e6a2-4942-0dc7-daad0034029e-43f489b2, #w-node-fe2fa3f4-f607-ccad-03fe-e13a08b03062-43f489b2, #w-node-fe2b5cf6-a017-4a9c-991d-bfe5b22efe4e-43f489b2, #w-node-dda5d396-8249-cafa-edda-cf972c52f132-43f489b2, #w-node-_01d14d3c-0a68-1ca3-f9f5-0b18d46c4388-43f489b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_013824ae-182c-48ec-58dc-b7cc66490b6e-43f489b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c52deede-f5ae-df38-4502-fcbca475bdaf-8376faa4 {
  place-self: center;
}

#w-node-c46fd011-42e4-07bc-98ed-1459d07f0ec2-8376faa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b2212fb-60bb-2f59-b4d0-05fa56095998-8376faa4 {
  place-self: center;
}

#w-node-_6b2212fb-60bb-2f59-b4d0-05fa56095999-8376faa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_588a234b-e68e-00e2-e283-16cb6299341f-8376faa4, #w-node-_588a234b-e68e-00e2-e283-16cb62993426-8376faa4, #w-node-_588a234b-e68e-00e2-e283-16cb6299342d-8376faa4, #w-node-_588a234b-e68e-00e2-e283-16cb62993434-8376faa4, #w-node-_916adfd8-7431-1cd9-12fe-8f33f4e8ed99-8376faa4, #w-node-af4fffa9-b8ca-7d77-92ec-8bc4c6bd8554-8376faa4, #w-node-ffd9de56-8433-7ee4-a0f8-d749e6b584b5-8376faa4, #w-node-ad47b382-5f56-f882-d09f-8d2d43b5d1a3-8376faa4, #w-node-_8fb8be7d-f59e-67e6-17c2-9cc4ed51e10d-8376faa4, #w-node-ee540886-14ab-22ba-881f-511a1471aea1-8376faa4, #w-node-b2da290d-e6a2-4942-0dc7-daad0034029e-8376faa4, #w-node-fe2fa3f4-f607-ccad-03fe-e13a08b03062-8376faa4, #w-node-fe2b5cf6-a017-4a9c-991d-bfe5b22efe4e-8376faa4, #w-node-dda5d396-8249-cafa-edda-cf972c52f132-8376faa4, #w-node-_01d14d3c-0a68-1ca3-f9f5-0b18d46c4388-8376faa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_013824ae-182c-48ec-58dc-b7cc66490b6e-8376faa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a3b55206-be1f-bad3-6431-ab6b92b41e85-ef4c0750 {
  place-self: center;
}

#w-node-a3b55206-be1f-bad3-6431-ab6b92b41e87-ef4c0750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a3b55206-be1f-bad3-6431-ab6b92b41e89-ef4c0750 {
  place-self: center;
}

#w-node-a3b55206-be1f-bad3-6431-ab6b92b41e8b-ef4c0750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_588a234b-e68e-00e2-e283-16cb6299341f-ef4c0750, #w-node-_588a234b-e68e-00e2-e283-16cb62993426-ef4c0750, #w-node-_588a234b-e68e-00e2-e283-16cb6299342d-ef4c0750, #w-node-_588a234b-e68e-00e2-e283-16cb62993434-ef4c0750, #w-node-_916adfd8-7431-1cd9-12fe-8f33f4e8ed99-ef4c0750, #w-node-af4fffa9-b8ca-7d77-92ec-8bc4c6bd8554-ef4c0750, #w-node-ffd9de56-8433-7ee4-a0f8-d749e6b584b5-ef4c0750, #w-node-ad47b382-5f56-f882-d09f-8d2d43b5d1a3-ef4c0750, #w-node-_8fb8be7d-f59e-67e6-17c2-9cc4ed51e10d-ef4c0750, #w-node-ee540886-14ab-22ba-881f-511a1471aea1-ef4c0750, #w-node-b2da290d-e6a2-4942-0dc7-daad0034029e-ef4c0750, #w-node-fe2fa3f4-f607-ccad-03fe-e13a08b03062-ef4c0750, #w-node-fe2b5cf6-a017-4a9c-991d-bfe5b22efe4e-ef4c0750, #w-node-dda5d396-8249-cafa-edda-cf972c52f132-ef4c0750, #w-node-_01d14d3c-0a68-1ca3-f9f5-0b18d46c4388-ef4c0750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_013824ae-182c-48ec-58dc-b7cc66490b6e-ef4c0750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a021cf3b-5890-c577-0feb-8cee674ce182-914a6a0b {
  place-self: center;
}

#w-node-a021cf3b-5890-c577-0feb-8cee674ce184-914a6a0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a021cf3b-5890-c577-0feb-8cee674ce186-914a6a0b {
  place-self: center;
}

#w-node-a021cf3b-5890-c577-0feb-8cee674ce188-914a6a0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_725e7437-8dec-e95a-3be8-d94c2a8faff3-914a6a0b, #w-node-_725e7437-8dec-e95a-3be8-d94c2a8faffb-914a6a0b, #w-node-_725e7437-8dec-e95a-3be8-d94c2a8fb003-914a6a0b, #w-node-_725e7437-8dec-e95a-3be8-d94c2a8fb00b-914a6a0b, #w-node-_725e7437-8dec-e95a-3be8-d94c2a8fb013-914a6a0b, #w-node-_725e7437-8dec-e95a-3be8-d94c2a8fb033-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd10-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd18-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd20-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd28-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd30-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd38-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd40-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd48-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd50-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd58-914a6a0b, #w-node-ae383924-6e4d-028f-34f4-266f0e6cdd60-914a6a0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae383924-6e4d-028f-34f4-266f0e6cdd68-914a6a0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0f709a19-a6aa-49b9-1c6a-5d768c85544e-d6a6e7e9, #w-node-d15e8e81-897d-0c96-d04b-69492b9ed32c-d6a6e7e9, #w-node-b67af243-cbd2-9024-fece-2c4405252540-b78f04fc, #w-node-b67af243-cbd2-9024-fece-2c4405252548-b78f04fc, #w-node-b67af243-cbd2-9024-fece-2c4405252550-b78f04fc, #w-node-f10b6a8e-f26e-8d42-9e26-31dd311790c6-b78f04fc, #w-node-b67af243-cbd2-9024-fece-2c4405252558-b78f04fc, #w-node-b67af243-cbd2-9024-fece-2c4405252540-9c7de196, #w-node-b67af243-cbd2-9024-fece-2c4405252548-9c7de196, #w-node-b67af243-cbd2-9024-fece-2c4405252550-9c7de196, #w-node-f10b6a8e-f26e-8d42-9e26-31dd311790c6-9c7de196, #w-node-b67af243-cbd2-9024-fece-2c4405252558-9c7de196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f6cd6adc-62cb-7465-45e5-d733ae58575c-2292a72e, #w-node-f48931a1-8ead-4924-2dbe-dacede05e593-43f489b2, #w-node-c46fd011-42e4-07bc-98ed-1459d07f0ec2-8376faa4, #w-node-a3b55206-be1f-bad3-6431-ab6b92b41e87-ef4c0750, #w-node-a021cf3b-5890-c577-0feb-8cee674ce184-914a6a0b {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d19c05cf-da3a-b69a-3337-5b4ae8372321-d42842ab, #w-node-d19c05cf-da3a-b69a-3337-5b4ae8372323-d42842ab, #w-node-d19c05cf-da3a-b69a-3337-5b4ae8372328-d42842ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d19c05cf-da3a-b69a-3337-5b4ae837232a-d42842ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}


@font-face {
  font-family: 'Font awesome 5 duotone solid 900';
  src: url('../fonts/Font-Awesome-5-Duotone-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 pro 400';
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}