:root {
  --slate-grey: #6b7c93;
  --dark-slate-grey: #444;
  --mixpanel-grey: #f8f9fc;
  --burntsienna: #e47a47;
  --mixpanel-blue: #4284fb;
  --white: white;
  --black: black;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5em;
}

p {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

a {
  text-decoration: underline;
}

.div-standard {
  flex-direction: column;
  width: auto;
  max-width: 1280px;
  min-height: 30px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.div-standard._60-bottom-padding {
  margin-bottom: 70px;
}

.div-standard._40-bottom-padding {
  margin-bottom: 40px;
}

.div-standard.hide-desktop {
  display: none;
}

.div-standard._20-bottom-margin {
  margin-bottom: 20px;
}

.div-standard._1100-w {
  max-width: 1100px;
}

.div-standard._1100-w.contact {
  flex-direction: row;
  width: 66%;
  max-width: none;
  margin-top: 6%;
  padding-bottom: 10%;
  display: flex;
}

.div-standard._100vh {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  display: block;
}

.div-standard._60-bottom-margin, .div-standard._60-bottom-padding {
  margin-bottom: 60px;
}

.heading-1 {
  color: #000;
  text-transform: none;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.6em;
}

.heading-1.centre {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-1.centre._950w {
  color: #333;
  max-width: 950px;
  font-family: PT Sans Caption, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-1.white {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.heading-1.white._50px {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 600;
}

.heading-1._45font {
  color: var(--dark-slate-grey);
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 1em;
}

.tag-title {
  color: #000;
  margin-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
}

.precisepath-icon {
  flex: none;
  max-width: none;
  height: 40%;
  margin-left: 0;
  margin-right: 15px;
  display: block;
  position: static;
}

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

.precisepath-wrap {
  z-index: 5;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  padding: 15px 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .19);
}

.product-button {
  letter-spacing: 0;
  background-color: #7ec7c3;
  border-radius: 2px;
  flex: 0 auto;
  order: 0;
  margin-right: 0;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.product-button.clone {
  background-color: #063583;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 17px;
}

.tag-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  margin-right: 25px;
  display: flex;
}

.author {
  color: #9b9eb8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.testimonial-name {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
}

.testimonial-name.white {
  color: #fff;
  line-height: 1.6em;
}

.paragraph {
  color: #6b7c93;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
}

.paragraph._400w.mixpanel {
  color: #6b7c93;
  width: auto;
  max-width: 450px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.paragraph._400w.mixpanel._30-bottom-margin {
  margin-bottom: 30px;
}

.paragraph._400w.mixpanel._30-bottom-margin.demo {
  color: var(--slate-grey);
}

.paragraph._400w {
  color: #333;
  width: 400px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.paragraph._400w.mixpanel {
  font-size: 18px;
}

.paragraph._400w.mixpanel.white {
  color: #fff;
}

.paragraph._400w.mixpanel.white._30px-bottom {
  width: auto;
  max-width: 450px;
  margin-bottom: 30px;
}

.paragraph._400w.mixpanel.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph._400w.mixpanel.centre._25-bottom-padding {
  margin-bottom: 20px;
  font-size: 17px;
}

.paragraph.auto {
  color: #6b7c93;
  width: 400px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.paragraph.auto.mixpanel {
  color: #6b7c93;
  width: auto;
  font-size: 17px;
  text-decoration: none;
}

.paragraph.auto.mixpanel._22px {
  font-size: 22px;
}

.paragraph.auto.mixpanel._22px._555color {
  color: #555;
}

.paragraph.auto.mixpanel._22px._555color._300w {
  color: #6b7c93;
  max-width: 300px;
}

.paragraph._9b9eb8-color {
  color: #9b9eb8;
}

.paragraph._15px {
  font-size: 15px;
}

.paragraph._15px.grey {
  color: #555;
  background-color: rgba(0, 0, 0, 0);
}

.paragraph._15px.grey._10-top-margin {
  margin-top: 10px;
}

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

.paragraph.centre.no-bottom-margin {
  margin-bottom: 0;
}

.paragraph._450w {
  max-width: 450px;
}

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

.column-54 {
  justify-content: center;
  display: flex;
  overflow: visible;
}

.standard-image {
  z-index: 2;
  max-width: 120%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.heading-2 {
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-2._450w {
  color: #333;
  width: auto;
  max-width: 450px;
  margin-bottom: 15px;
  font-family: PT Sans Caption, sans-serif;
}

.heading-2.centre {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-2.centre._700w {
  color: var(--mixpanel-grey);
  width: auto;
  max-width: 700px;
  margin-bottom: 43px;
  font-family: PT Sans Caption, sans-serif;
}

.heading-2.centre._700w.white {
  color: #fff;
  margin-bottom: 30px;
}

.heading-2.centre.mixpanel {
  font-size: 45px;
}

.heading-2.centre.mixpanel._950w {
  color: #333;
  max-width: 950px;
  font-family: PT Sans Caption, sans-serif;
}

.heading-2.white {
  color: #fff;
}

.heading-2._75-width {
  width: 75%;
}

.image-58 {
  float: left;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -25px;
}

.image-58.no-position {
  left: auto;
}

.column-64 {
  justify-content: center;
  display: flex;
}

.standard-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.standard-section.hero {
  background-color: #f8f9fc;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.standard-section.hero.blue-backgroound {
  color: #fff;
  background-color: #4284fb;
  flex-direction: row;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-top: 168px;
  padding-bottom: 60px;
  display: block;
}

.standard-section.hero.f8f9fc-background {
  background-color: #f8f9fc;
}

.standard-section.hero.f8f9fc-background.mixpanel {
  height: auto;
  margin-top: 0;
  padding-top: 200px;
  overflow: visible;
}

.standard-section.hero.pricing {
  background-color: var(--mixpanel-grey);
  background-image: linear-gradient(to bottom, var(--mixpanel-grey), white 84%);
  margin-top: 0;
  padding-top: 165px;
}

.standard-section.hero.contact {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 91px;
  padding-top: 30px;
  display: flex;
}

.standard-section.testimonial {
  background-color: var(--burntsienna);
  color: var(--dark-slate-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.standard-section.blue-background {
  background-color: #4284fb;
}

.standard-section._380-top-padding {
  padding-top: 400px;
  padding-bottom: 101px;
  position: static;
}

.standard-section.grey-half-background {
  background-image: linear-gradient(to right, rgba(66, 132, 251, .08) 65%, #fff 45%);
  padding-top: 120px;
  padding-bottom: 120px;
}

.standard-section.grey-half-background.bg-flip {
  background-image: linear-gradient(270deg, rgba(66, 132, 251, .08) 65%, #fff 45%);
}

.standard-section.grey {
  background-color: #f8f9fc;
}

.subheadline {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.subheadline._24px {
  font-size: 24px;
}

.subheadline._24px.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.subheadline._24px.centre._750w {
  color: var(--mixpanel-blue);
  letter-spacing: .3px;
  max-width: 750px;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}

.div-500w {
  max-width: 500px;
  min-height: 15px;
  margin-left: auto;
  margin-right: auto;
}

.button.core {
  background-color: var(--burntsienna);
  letter-spacing: .8px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 220px;
  max-width: none;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, .15);
}

.button.core:hover {
  border: 1.5px solid var(--burntsienna);
  background-color: var(--white);
  opacity: 1;
  color: var(--burntsienna);
}

.button.core.ghost {
  background-color: var(--mixpanel-grey);
  color: #4284fb;
  border: 1.5px solid #4284fb;
  font-family: PT Sans, sans-serif;
}

.button.core.ghost:hover {
  background-color: var(--mixpanel-blue);
  color: var(--white);
}

.button.core.ghost.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.core.ghost.centre {
  margin-left: auto;
  margin-right: auto;
}

.button.core.ghost.centre._55-height {
  height: 55px;
}

.button.core.ghost.centre._55-height.no-shadow {
  box-shadow: none;
}

.button.core.ghost.narrow:hover {
  border-color: var(--mixpanel-grey);
}

.button.core.white {
  color: #4284fb;
  background-color: #fff;
  font-weight: 500;
}

.button.core._55px-height {
  height: 55px;
}

.button.contact-form {
  background-color: var(--mixpanel-blue);
  letter-spacing: .8px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  display: flex;
  box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, .15);
}

.button.contact-form:hover {
  opacity: .7;
}

.body-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.body-text.centre {
  text-align: center;
}

.body-text.centre._650w {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.body-text.centre._650w.mixpanel {
  color: #6b7c93;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.body-text.centre._650w.mixpanel._300 {
  max-width: 300px;
}

.text-span-7 {
  color: #7030a0;
}

.standard-columns {
  display: flex;
}

.standard-columns.vcentre-aligned {
  align-items: center;
}

.stepper {
  color: #161338;
  margin-bottom: 15px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 1.6em;
}

.stepper.mixpanel {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.stepper.mixpanel.white {
  color: #fff;
  letter-spacing: 1px;
}

.stepper.mixpanel.centre {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

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

.stepper-columns {
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.stepper-columns.is-hidden {
  display: none;
}

.div-450w {
  float: none;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.div-450w.left-aligned {
  float: left;
}

.column-87 {
  padding-left: 0;
}

.logo-slider {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo-slider.mixpanel {
  max-width: 200px;
  margin-bottom: 20px;
}

.logo-slider.mixpanel.inverted {
  filter: invert();
}

.slide {
  margin-top: auto;
  padding-top: 20px;
}

.testimonial {
  color: #555;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  line-height: 1.5em;
}

.testimonial.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial.centre._850-width {
  max-width: 850px;
}

.testimonial.centre._850-width._36-font-size {
  font-size: 36px;
}

.testimonial.centre._850-width._36-font-size.white {
  color: #fff;
  margin-bottom: 20px;
}

.testimonial.white {
  color: #fff;
}

.slide-nav.hidden {
  display: none;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.text-span-36 {
  font-weight: 100;
  line-height: 1.6em;
}

.italic-text {
  text-decoration: underline;
}

.stats.mixpanel {
  color: var(--burntsienna);
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans Caption, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 1.5em;
}

.stats.mixpanel.big-stat {
  font-size: 65px;
}

.stats.mixpanel.big-stat.right-aligned {
  text-align: left;
  margin-bottom: 10px;
  font-size: 55px;
}

.stats-column-row {
  align-items: center;
  margin-bottom: 40px;
  display: block;
}

.right-stats-column {
  padding-left: 10px;
}

.home__vc-div {
  background-color: #dae2f0;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 100px auto -400px;
  padding: 30px;
  display: flex;
  box-shadow: 3px 3px 17px rgba(0, 0, 0, .1);
}

.div-block-23 {
  z-index: 3;
  margin-bottom: auto;
  position: relative;
}

.heading-3 {
  color: #333;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5em;
}

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

.link {
  color: var(--burntsienna);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link.e47a47 {
  color: var(--burntsienna);
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.link.e47a47:hover {
  opacity: .7;
}

.link.e47a47.centered {
  text-align: center;
  text-transform: uppercase;
  margin-top: 33px;
  text-decoration: underline;
}

.link-block-2 {
  float: left;
  flex: 1;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image {
  float: left;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 170px;
  max-width: 90%;
  margin: 15px auto auto;
  padding-top: auto;
  display: block;
  position: relative;
  top: 0;
}

.image:hover {
  opacity: .8;
  transform: rotateX(5deg)rotateY(10deg)rotateZ(0);
}

.image.on-top {
  background-color: rgba(0, 0, 0, 0);
  width: 180px;
  margin-bottom: 0;
  position: static;
}

.image.on-top:hover {
  opacity: .8;
  position: static;
  transform: none;
}

.nav-menu-2 {
  float: right;
  clear: none;
  width: 200px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.nav-link-2 {
  float: none;
  clear: left;
  color: #000;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link-2:hover {
  perspective: 627px;
  perspective-origin: 50%;
  color: var(--mixpanel-blue);
}

.nav-link-2.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link-2.call-to-action {
  z-index: 1;
  float: right;
  clear: none;
  border: 2px solid var(--mixpanel-blue);
  color: var(--mixpanel-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 45px;
  margin-top: 5px;
  margin-left: 40px;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  line-height: 14px;
  display: flex;
  position: static;
  top: 0;
  left: 800%;
  right: 0;
}

.nav-link-2.call-to-action:hover {
  border-color: var(--mixpanel-blue);
  background-color: var(--mixpanel-blue);
  opacity: 1;
  color: var(--white);
  text-align: center;
}

.nav-link-2.call-to-action.white {
  border-color: #fff;
}

.nav-link-2.call-to-action.mobile {
  transition: all .2s;
}

.nav-link-2.white, .nav-link-2.white.w--current {
  color: #fff;
}

.nav-menu-3 {
  float: none;
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  width: auto;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 13px -11px #000;
}

.navbar.edit {
  margin-top: 125px;
}

.image-93-copy {
  border-radius: 25px;
  max-width: 960px;
  margin: 60px auto 0;
  display: block;
  box-shadow: 3px 3px 17px rgba(0, 0, 0, .1);
}

.div-block-25 {
  z-index: 99999;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  box-shadow: 0 1px 13px -12px #000;
}

.left-stats-column {
  padding-left: 0;
  padding-right: 20px;
}

._3-column-div {
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

._3-column-div._300-min-height {
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  margin-bottom: 30px;
  display: flex;
}

._3-column-div._300-min-height.flex {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

._3-column-div.popular {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.price {
  color: var(--mixpanel-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
}

._3-column-selector {
  align-items: flex-start;
  margin-top: 60px;
  display: block;
}

._3-column-selector.piricng-grdi {
  align-items: flex-end;
  display: flex;
}

.pricing-table-list {
  border-bottom: 1px solid var(--mixpanel-grey);
  min-height: auto;
  padding-top: 10px;
}

.pricing-table-list._30-top-margin {
  margin-top: 30px;
}

.heading-4 {
  letter-spacing: .5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-4.centre {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.heading-4._20-bottom-margin {
  margin-bottom: 20px;
}

.footer {
  border-top: 1px solid rgba(85, 85, 85, .33);
  justify-content: space-around;
  align-items: center;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.grid-white {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template: "."
                 "."
                 / 1fr 3.25fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding-top: 15px;
  padding-left: 25px;
  display: grid;
}

.grid-white.top-border {
  border-top: 2px solid #f5f6f8;
  align-items: center;
  padding-left: 25px;
}

.grid-grey {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  background-color: var(--mixpanel-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3.25fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding-top: 15px;
  padding-left: 25px;
  display: grid;
}

.check {
  max-width: 26px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-94 {
  width: 30px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns {
  align-items: center;
  display: flex;
}

.pricing-tabs-mobile {
  display: none;
}

.faq-columns {
  margin-bottom: 39px;
}

.div-form {
  background-color: #fff;
  border-radius: 4px;
  width: 95%;
  max-width: 450px;
  min-height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  border-radius: 4px;
  max-width: 450px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.text-field-5 {
  border: 1px solid rgba(107, 124, 147, .1);
  border-radius: 4px;
  min-height: 45px;
  margin-bottom: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.column-92 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  display: block;
}

.price-header {
  color: #9b9eb8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.price-header.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.price-header.centre._18px {
  font-size: 18px;
}

.price-header.centre._18px.inconsolata {
  color: #8e90a5;
  letter-spacing: -.5px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.most-popular {
  background-color: #6b7c93;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.popular-tag {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.nav-bar-under {
  z-index: 1;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: 85px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.click-trigger {
  color: var(--slate-grey);
  margin-top: 15px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  display: block;
}

.columns-2 {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.column-93 {
  flex: 0 auto;
}

.demo-logo {
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-3 {
  height: 100%;
  display: block;
}

.list-item {
  color: var(--slate-grey);
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

.list-item._20px {
  font-size: 20px;
  line-height: 1.1em;
}

.image-96 {
  max-width: 80%;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-97 {
  max-width: 90%;
}

.columns-4 {
  margin-top: 100px;
  margin-bottom: auto;
}

.columns-4._30-top-margin {
  margin-top: 30px;
}

.heading-5 {
  font-family: PT Sans Caption, sans-serif;
}

.italic-text-2 {
  color: var(--mixpanel-blue);
}

.brand {
  margin-top: 30px;
  margin-bottom: 30px;
}

.brand.nav {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.brand.nav.w--current {
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo {
  margin-right: 20px;
}

.logo-text {
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans Caption, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.nav__menu-wrap {
  display: flex;
}

.nav__logo {
  width: 250px;
  margin-right: 15px;
  padding-right: 0;
}

.nav__logo.footer {
  border-top-style: none;
  width: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.columns-5 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.column-94 {
  border-right: 1px solid var(--slate-grey);
  border-left: 1px solid var(--slate-grey);
}

.footer__text {
  color: var(--dark-slate-grey);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  font-family: PT Sans, sans-serif;
}

.footer__link {
  color: var(--burntsienna);
}

.navbuttonwrap {
  display: flex;
}

.home__vc-img {
  margin-right: 30px;
}

.home__vc-text-wrap {
  width: 75%;
}

.contact__text-div {
  width: 50%;
}

.contact__form-wrap {
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  box-shadow: 0 0 12px -8px rgba(0, 0, 0, .88);
}

.contact__list {
  color: var(--black);
}

.contact__list-bold {
  line-height: 1.5em;
}

.clickable-link {
  color: var(--slate-grey);
  text-decoration: none;
}

.is---hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .div-standard {
    width: 95%;
  }

  .div-standard._1100-w.contact {
    align-items: flex-start;
    width: 80%;
  }

  .heading-1 {
    font-size: 45px;
  }

  .heading-1.centre {
    font-size: 40px;
  }

  .heading-1.centre._950w {
    width: 80%;
    font-size: 40px;
  }

  .heading-1.white._50px {
    font-size: 40px;
  }

  .heading-1._45font {
    font-size: 30px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph._400w, .paragraph.auto {
    width: 90%;
  }

  .paragraph.auto.mixpanel._22px._555color {
    font-size: 18px;
  }

  .column-54 {
    padding-left: 20px;
    padding-right: 0;
  }

  .standard-image {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-2._450w {
    width: auto;
    font-size: 30px;
  }

  .heading-2.centre.mixpanel {
    font-size: 30px;
  }

  .image-58 {
    max-width: 100%;
    display: block;
    position: static;
    left: auto;
  }

  .column-64 {
    padding-left: 0;
    padding-right: 0;
  }

  .standard-section.hero.f8f9fc-background.mixpanel {
    padding-top: 160px;
  }

  .standard-section.testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .subheadline._24px.centre._750w {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .button.core.ghost.centre._55-height.no-shadow, .button.core._55px-height {
    width: auto;
    height: 50px;
    font-size: 17px;
  }

  .body-text.centre._650w.mixpanel._300 {
    font-size: 16px;
  }

  .testimonial.centre._850-width._36-font-size.white {
    max-width: 600px;
    font-size: 30px;
  }

  .stats.mixpanel {
    font-size: 20px;
  }

  .stats.mixpanel.big-stat.right-aligned {
    font-size: 40px;
  }

  .stats-column-row {
    display: flex;
  }

  .home__vc-div {
    width: 90%;
    max-width: 960px;
    margin-top: 40px;
  }

  .div-block-23 {
    margin-top: 0;
    padding-top: 60px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .image {
    margin-left: 15px;
  }

  .nav-menu-2 {
    float: left;
    clear: right;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  }

  .nav-link-2 {
    clear: none;
    text-align: center;
    object-fit: fill;
    background-color: rgba(255, 255, 255, 0);
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px auto;
    display: flex;
    position: static;
  }

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

  .nav-link-2.call-to-action {
    float: right;
    clear: none;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    left: 300%;
  }

  .nav-link-2.call-to-action.mobile {
    border-color: var(--mixpanel-grey);
    color: var(--mixpanel-grey);
  }

  .nav-link-2.call-to-action.mobile:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-3 {
    float: right;
    clear: left;
    background-color: #fff;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  }

  .navbar {
    object-fit: fill;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-93-copy {
    width: 90%;
    max-width: 960px;
    margin-top: 40px;
  }

  .div-block-25 {
    height: 95px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-4 {
    font-size: 23px;
  }

  .columns-2 {
    align-items: flex-start;
  }

  .brand.nav, .brand.nav.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo-text {
    text-align: left;
  }

  .nav__menu-wrap {
    justify-content: center;
    align-items: center;
  }

  .nav__logo {
    width: 200px;
  }

  .columns-5 {
    max-width: 100%;
  }

  .navbuttonwrap {
    background-color: var(--burntsienna);
    flex-flow: column wrap;
    align-items: center;
    padding: 20px 20% 50px;
    display: flex;
    box-shadow: 0 11px 13px rgba(0, 0, 0, .14);
  }

  .mobilemenubutton.w--open {
    background-color: var(--burntsienna);
    border-radius: 50%;
  }

  .contact__form-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .div-standard.hide-desktop {
    display: block;
  }

  .div-standard._1100-w.contact {
    flex-direction: column;
  }

  .heading-1 {
    font-size: 35px;
  }

  .heading-1.centre {
    font-size: 30px;
  }

  .heading-1.centre._950w {
    font-size: 26px;
  }

  .heading-1.demo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-1._45font {
    font-size: 30px;
    line-height: 1.2em;
  }

  .precisepath-wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .product-button {
    margin-right: 15px;
  }

  .product-button.clone {
    margin-right: 0;
  }

  .tag-title-wrap {
    margin-right: 10px;
  }

  .paragraph._400w.mixpanel {
    font-size: 16px;
  }

  .paragraph._400w.mixpanel._30-bottom-margin.demo {
    text-align: left;
  }

  .paragraph._400w, .paragraph.auto {
    font-size: 15px;
  }

  .paragraph.auto.mixpanel {
    font-size: 16px;
  }

  .paragraph.auto.mixpanel._22px._555color {
    font-size: 15px;
  }

  .column-54 {
    justify-content: flex-start;
    margin-top: 18px;
    padding-left: 0;
  }

  .standard-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2, .heading-2._450w {
    font-size: 25px;
  }

  .heading-2.centre._700w {
    width: auto;
    max-width: 575px;
  }

  .heading-2.centre.mixpanel._950w {
    font-size: 27px;
  }

  .image-58 {
    float: none;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .standard-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .standard-section._380-top-padding {
    padding-top: 340px;
  }

  .standard-section.grey-half-background, .standard-section.grey-half-background.bg-flip {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subheadline._24px.centre._750w {
    font-size: 18px;
  }

  .button.core {
    width: auto;
    height: 50px;
    font-size: 18px;
  }

  .button.core.ghost {
    width: auto;
    max-width: none;
  }

  .button.core.ghost.narrow {
    max-width: 66%;
  }

  .button.contact-form {
    width: auto;
    height: 50px;
    font-size: 18px;
  }

  .body-text.centre._650w.mixpanel._300 {
    font-size: 15px;
  }

  .standard-columns.vcentre-aligned {
    display: block;
  }

  .standard-columns.vcentre-aligned._7-5 {
    padding-left: 6%;
    padding-right: 20%;
  }

  .standard-columns.vcentre-aligned._7-5.no-pad {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-450w {
    max-width: none;
    margin-left: 0;
    padding-left: 5%;
  }

  .testimonial.centre._850-width._36-font-size.white {
    font-size: 25px;
  }

  .stats.mixpanel {
    font-size: 20px;
  }

  .stats.mixpanel.big-stat.right-aligned {
    font-size: 30px;
  }

  .icon {
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 0;
  }

  .home__vc-div {
    flex-direction: row;
  }

  .heading-3 {
    font-size: 20px;
  }

  .nav-menu-2 {
    margin-top: 0;
    display: none;
  }

  .nav-link-2 {
    float: none;
    clear: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    flex: none;
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link-2.call-to-action {
    float: none;
    clear: none;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: static;
    left: 100%;
  }

  .nav-link-2.call-to-action.mobile {
    display: flex;
  }

  .nav-menu-3 {
    clear: none;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
  }

  ._3-column-div {
    margin-bottom: 15px;
  }

  ._3-column-div._300-min-height {
    flex-direction: column;
    justify-content: space-between;
    min-height: 230px;
    display: flex;
  }

  ._3-column-div._300-min-height.flex {
    margin-bottom: 15px;
  }

  ._3-column-selector {
    display: block;
  }

  .heading-4 {
    font-size: 20px;
  }

  .grid-white.top-border {
    padding-left: 15px;
  }

  .grid-white.hidden-mobile {
    display: none;
  }

  .grid-white.mobile {
    grid-column-gap: 10px;
    grid-template-columns: 2fr 3.25fr;
    padding-left: 15px;
  }

  .grid-grey {
    padding-left: 15px;
  }

  .grid-grey.hidden-mobile {
    display: none;
  }

  .grid-grey.mobile {
    grid-column-gap: 10px;
    grid-template-columns: 2fr 3.25fr;
  }

  .pricing-tabs-mobile {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tabs-menu {
    justify-content: space-between;
    display: flex;
  }

  .plan-tab {
    background-color: #fff;
    justify-content: center;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    display: flex;
  }

  .plan-tab.w--current {
    border-bottom: 3px solid var(--mixpanel-blue);
    background-color: var(--white);
    color: var(--mixpanel-blue);
    width: 100%;
    font-weight: 600;
  }

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

  .most-popular {
    margin-left: auto;
    margin-right: auto;
  }

  .list-item._20px {
    font-size: 15px;
  }

  .nav__logo {
    width: 175px;
  }

  .footer__text {
    font-size: 10px;
    line-height: 14px;
  }

  .navbuttonwrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mobilemenubutton.w--open {
    padding: 10px;
  }

  .contact__text-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .contact__form-wrap {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 25px;
  }

  .heading-1.centre._950w {
    width: 90%;
    font-size: 24px;
  }

  .heading-1.white._50px {
    font-size: 30px;
  }

  .heading-1._45font {
    text-align: center;
    font-size: 24px;
  }

  .precisepath-left-wrap {
    display: none;
  }

  .precisepath-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .product-button {
    margin-top: 19px;
    display: block;
  }

  .product-button.clone {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .tag-title-wrap {
    width: 100%;
    padding-left: 4px;
    display: flex;
  }

  .paragraph._400w.mixpanel {
    font-size: 15px;
  }

  .paragraph._400w.mixpanel._30-bottom-margin.demo {
    margin-bottom: 15px;
    font-size: 15px;
  }

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

  .heading-2 {
    font-size: 23px;
  }

  .heading-2._450w {
    font-size: 24px;
    line-height: 1.2em;
  }

  .heading-2.centre._700w {
    width: auto;
  }

  .heading-2.centre.mixpanel._950w {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 1.2em;
  }

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

  .standard-section, .standard-section.hero.blue-backgroound {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .standard-section.hero.f8f9fc-background.mixpanel {
    padding-top: 125px;
  }

  .standard-section._380-top-padding {
    width: 100%;
    padding-top: 130px;
  }

  .subheadline._24px.centre._750w {
    font-size: 14px;
    line-height: 18px;
  }

  .button.core, .button.core.ghost {
    width: 100%;
  }

  .button.core.white {
    margin-bottom: 10px;
  }

  .body-text.centre._650w.mixpanel {
    font-size: 14px;
  }

  .stepper.mixpanel {
    font-size: 14px;
    line-height: 1.2em;
  }

  .column-87 {
    justify-content: center;
    display: flex;
  }

  .testimonial.centre._850-width._36-font-size.white {
    max-width: 90%;
    font-size: 18px;
  }

  .right-stats-column {
    padding-left: 0;
  }

  .column-89 {
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .column-90 {
    justify-content: center;
    display: flex;
  }

  .column-91 {
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
  }

  .home__vc-div {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: -200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    margin-left: 5px;
  }

  .nav-menu-2 {
    float: right;
    clear: left;
  }

  .nav-link-2 {
    float: none;
    clear: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-2.call-to-action {
    float: right;
    clear: none;
    width: 90%;
  }

  .nav-link-2.call-to-action.mobile {
    flex: none;
    align-self: stretch;
    width: 100%;
  }

  .nav-menu-3 {
    float: right;
    clear: left;
  }

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

  .grid-white, .grid-grey {
    grid-template-columns: 1.5fr 3.25fr;
  }

  .pricing-tabs-mobile {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .plan-tab {
    width: 30%;
    font-size: 15px;
  }

  .plan-tab.w--current {
    width: 30%;
  }

  .div-form {
    width: 100%;
  }

  .form-block {
    padding: 20px;
  }

  .columns-2 {
    display: block;
  }

  .list-item._20px {
    font-size: 16px;
  }

  .italic-text-2 {
    font-size: 14px;
    line-height: 1em;
  }

  .brand.nav {
    text-align: left;
    width: 80%;
    margin-bottom: 0;
  }

  .logo-text {
    font-size: 14px;
    line-height: 14px;
  }

  .nav__logo {
    width: 150px;
  }

  .column-94 {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: rgba(107, 124, 147, .44);
    border-bottom-width: 1px;
    border-bottom-color: rgba(107, 124, 147, .44);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer__text {
    text-align: left;
    font-size: 10px;
    line-height: 12px;
  }

  .navbuttonwrap {
    align-items: stretch;
  }

  .mobilemenubutton.w--open {
    margin-right: 10px;
    padding: 10px;
  }

  .home__vc-img {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact__text-div {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .contact__form-wrap {
    width: 100%;
  }
}


