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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  color: #603eff;
  text-decoration: underline;
}

.section-standard {
  display: block;
  height: auto;
  max-height: none;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter, sans-serif;
}

.section-standard.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 650px;
  margin-top: 60px;
  padding-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-standard.hero.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  min-height: 104vh;
  padding-top: 7%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Blobs-Image.png');
  background-position: 100% 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.section-standard.hero.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  min-height: 95px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-standard.hero.style-guide {
  height: 50vh;
  max-height: none;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #140f3a;
}

.section-standard.hero.lp-template {
  height: auto;
  max-height: none;
  min-height: 85vh;
  margin-top: 0px;
  padding-top: 140px;
}

.section-standard.hero.lp-template.light-blue {
  height: auto;
  max-height: none;
  min-height: 85vh;
  margin-top: 0px;
  padding-top: 140px;
  background-color: #c7f3f8;
}

.section-standard.hero.blog {
  display: block;
  height: auto;
  max-height: none;
  background-color: transparent;
}

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

.section-standard.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  max-height: 550px;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181818;
}

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

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

.section-standard.demo-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.section-standard._60-top-margin {
  margin-top: 60px;
}

.section-standard.white {
  background-color: #fff;
}

.section-standard.blue-background {
  display: block;
  background-color: #f5f8fa;
}

.section-standard.blue-background.extended-background {
  padding-top: 375px;
}

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

.section-standard.light-blue {
  background-color: #f5f8fa;
}

.section-standard.dark-blue {
  background-color: #0a236d;
}

.section-standard._0-padding {
  margin-top: 51px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-standard {
  display: block;
  width: 95%;
  max-width: 1280px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-standard._40-bottom-margin {
  margin-bottom: 40px;
  border-radius: 10px;
}

.div-standard.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1280px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
}

.div-standard.flex.justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-standard.flex.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-standard.flex.top-align {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-standard.justify-spaced {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-standard.justify-spaced._1140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
}

.div-standard.justify-spaced._1140._60-top-padding {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-standard.justify-spaced._1080 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 60px;
}

.div-standard.justify-spaced._1080 {
  max-width: 1080px;
}

.div-standard.justify-spaced._1080.flex {
  width: 95%;
  max-width: 1140px;
}

.div-standard.justify-spaced._800 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
}

.div-standard.justify-spaced._800._60-bottom-margin {
  margin-bottom: 60px;
}

.div-standard.justify-spaced._800._60-bottom-margin.right-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: 0px;
  margin-bottom: 40px;
}

.div-standard.justify-spaced._800.right-aligned {
  margin-right: 0px;
}

.div-standard.justify-spaced.flex {
  width: auto;
}

.div-standard._1150-width {
  max-width: 1150px;
}

.div-standard.style-guide {
  padding: 30px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
}

.div-standard._960-width {
  width: 97%;
  max-width: 960px;
}

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

.heading-1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 50px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -1px;
}

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

.heading-1.centre.white {
  font-family: Inter, sans-serif;
  color: #fff;
}

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

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

.heading-1.centre._950w {
  max-width: 950px;
}

.heading-1.centre._960-width {
  max-width: 960px;
  font-weight: 600;
}

.heading-1.centre.brown._950-width {
  max-width: 950px;
  color: #fff;
}

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

.heading-1.white.centre._900-width {
  max-width: 900px;
}

.heading-1._45px {
  color: #181818;
  font-size: 45px;
}

.heading-1._45px.demo-page {
  opacity: 1;
  font-weight: 600;
}

.heading-1.brown {
  margin-bottom: 30px;
  color: #f8eee7;
  letter-spacing: -0.5px;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.paragraph._16px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #181818;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

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

.paragraph._26px {
  height: auto;
  font-size: 25px;
  font-weight: 300;
}

.paragraph._26px.blue {
  color: #603eff;
  font-weight: 400;
}

.paragraph.centre {
  margin-right: auto;
  margin-left: auto;
  color: #181818;
  text-align: center;
}

.paragraph.centre._550-width {
  max-width: 550px;
}

.paragraph.blog {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #181818;
}

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

.paragraph._15px.no-margin {
  margin-bottom: 0px;
}

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

.paragraph._400w {
  max-width: 400px;
}

.paragraph.pricing-label {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.paragraph.package-name {
  color: #181818;
  font-size: 30px;
  font-weight: 600;
}

.paragraph._20px {
  font-size: 20px;
}

.paragraph.blog-summary {
  font-size: 14px;
}

.paragraph._12px {
  font-size: 12px;
}

.paragraph._12px._70-opacity {
  margin-bottom: 10px;
  opacity: 0.8;
}

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

.paragraph._14px.sticky-bar {
  margin-bottom: 10px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 170px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #e7a59b;
  border-radius: 30px;
  background-color: #f35456;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.button.ghost {
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: #603eff;
  background-color: transparent;
  color: #603eff;
}

.button.ghost:hover {
  border-style: none;
  background-color: #603eff;
  color: #fff;
}

.button.left-aligned {
  margin-left: 0px;
}

.button.underlined:hover {
  text-decoration: underline;
}

.button.underlined.no-right-margin {
  margin-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button._100 {
  width: 100%;
  height: 50px;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  border-style: solid;
  border-width: 2px;
  border-color: #603eff;
  border-radius: 30px;
  background-color: #603eff;
  color: #fff;
}

.button._100:hover {
  background-color: transparent;
  color: #603eff;
}

.button.sidebar {
  height: 46px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button.no-max-width {
  max-width: none;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.pricing {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.sticky {
  height: 40px;
  max-width: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #054a49;
  background-color: #054a49;
  font-size: 15px;
  font-weight: 400;
}

.button.sticky:hover {
  background-color: transparent;
}

.two-columns-450-w {
  max-width: 525px;
  margin-right: auto;
  margin-left: 0px;
}

.two-columns-450-w.centre {
  margin-right: auto;
  margin-left: auto;
}

.two-columns-450-w._450 {
  max-width: 450px;
}

.two-columns-450-w._450.centre {
  margin-right: auto;
  margin-left: auto;
}

.checkmar {
  max-height: 15px;
  max-width: none;
}

.checkmark-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.6;
}

.text-checkmark {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.heading-3 {
  font-family: Graphik, sans-serif;
  color: #181818;
  font-size: 36px;
  line-height: 1.5em;
}

.image {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.image._120w {
  width: 120px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.logo-bar {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.div-block.logo-bar._20-top-margin {
  margin-top: 20px;
}

.div-block.logo-bar._20-top-margin._60-opacity {
  width: 100vw;
  max-width: 1080px;
  opacity: 0.6;
}

.div-block.logo-bar._20-top-margin._60-opacity.demo-page {
  display: -ms-grid;
  display: grid;
  width: auto;
  max-width: 450px;
  margin-top: 60px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-4 {
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 26px;
  line-height: 1.5em;
}

.div-500-width {
  display: block;
  width: 500px;
  min-height: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-500-width.auto-align {
  margin-right: auto;
  margin-left: auto;
}

.div-500-width.demo {
  margin-bottom: 80px;
  padding-bottom: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 45px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: -1px;
}

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

.heading-2.centre._800w {
  max-width: 800px;
  margin-bottom: 10px;
  font-weight: 600;
}

.heading-2.centre._1100w {
  max-width: 1100px;
}

.heading-2._450 {
  max-width: 500px;
  line-height: 1.4em;
}

.heading-2._450._50px {
  font-size: 50px;
}

.heading-2._35px {
  font-size: 35px;
  font-weight: 600;
}

.heading-2._35px.centre {
  margin-bottom: 63px;
}

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

.link-red {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #fecabc;
  font-family: Inter, sans-serif;
  color: #fcc8aa;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  text-decoration: none;
}

.link-red:hover {
  opacity: 0.62;
}

.large-testimonial {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 35px;
  line-height: 1.5em;
  font-weight: 600;
}

.large-testimonial.centre {
  text-align: center;
}

.link-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-image {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.image-6:hover {
  opacity: 0.8;
  -webkit-transform: rotateX(5deg) rotateY(10deg) rotateZ(0deg);
  transform: rotateX(5deg) rotateY(10deg) rotateZ(0deg);
}

.image-6.on-top {
  position: static;
  width: 140px;
  margin-top: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  background-color: transparent;
}

.image-6.on-top:hover {
  position: static;
  opacity: 0.8;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-link {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 60px;
  min-width: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px;
  float: right;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  -webkit-perspective: 627px;
  perspective: 627px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  color: #181818;
  text-decoration: underline;
}

.nav-link.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #181818;
  font-weight: 400;
}

.nav-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 55px;
  margin-right: 0px;
  margin-left: auto;
  float: right;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}

.testimonial-name-white {
  display: inline-block;
  margin: 0px auto 0px 0px;
  border-bottom: 1px dashed #603eff;
  font-family: Inter, sans-serif;
  color: #603eff;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.testimonial-name-white.white {
  color: #fff;
}

.testimonial-name-white.centre {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  text-decoration: none;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-bottom: 15px;
}

.form-block._500w {
  max-width: 500px;
}

.form-block._500w.centre {
  width: 100vw;
}

.form-block.centre {
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  height: 50px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #603eff;
  border-radius: 4px;
  background-color: #f6f6f6;
  font-family: Inter, sans-serif;
  line-height: 1em;
}

.text-field._15-padding {
  margin-right: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f0386b;
}

.text-field._15-padding:focus {
  border-color: rgba(96, 62, 255, 0.74);
}

.small-testimonial {
  max-width: 420px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 15px;
  border-style: dashed none none;
  border-width: 1px 3px 3px;
  border-color: rgba(0, 0, 0, 0.15) #000 #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.7;
  font-family: Graphik, sans-serif;
  color: #181818;
  font-size: 23px;
  line-height: 1.4em;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0px;
}

.h4.package-name {
  margin-bottom: 15px;
  text-align: center;
}

.search {
  display: block;
  height: 46px;
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #f7f2ef;
  border-radius: 5px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 14px;
}

.search:focus {
  background-color: #fff;
  opacity: 1;
}

.article-hero {
  overflow: hidden;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f8f8f8;
}

.div-block-32 {
  width: auto;
  height: 100vh;
  max-height: 400px;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff9f5;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.link-footer {
  display: block;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #f8eee7;
  text-decoration: none;
}

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

.link-footer.centre {
  text-align: center;
}

.link-footer.centre.attribution {
  position: relative;
  top: 127px;
  overflow: hidden;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 1000%;
  object-position: 50% 1000%;
}

.legal {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  color: #000;
  text-align: center;
}

.search-result-item {
  margin-bottom: 10px;
  padding: 5px 10px;
  text-decoration: none;
}

.search-result-item:hover {
  background-color: #f7f2ef;
}

.search-results {
  padding-top: 100px;
}

.search-result-wrapper {
  margin-top: 20px;
}

.blog-cta {
  width: 100%;
  max-height: none;
  max-width: 350px;
  margin-right: 0px;
  margin-left: 30px;
  padding: 30px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 3px none #000;
  border-radius: 3px;
  background-color: #f5f8fa;
}

.sidebar-headling {
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 30px;
  line-height: 1.5em;
}

.subheadline {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

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

.subheadline.centre.white {
  color: #fff;
}

.subheadline.centre.white._750 {
  max-width: 700px;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-weight: 300;
}

.subheadline.centre._750w {
  max-width: 750px;
}

.subheadline._500w {
  max-width: 500px;
  margin-bottom: 20px;
}

.subheadline.white {
  color: #fff;
}

.slide {
  position: static;
  max-height: none;
  max-width: 350px;
  margin-right: 40px;
  text-align: left;
}

.slide-nav {
  display: none;
}

.testimonial {
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 600;
}

.testimonial.white {
  color: #fff;
  font-size: 19px;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 150px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.body {
  background-color: #fcfcfc;
  font-family: Inter, sans-serif;
}

.mask {
  width: 90%;
  max-height: none;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right-arrow {
  position: absolute;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.image-73:hover {
  opacity: 0.5;
}

.column-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-3 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-72 {
  padding-right: 0px;
}

.div-final-cta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 10px;
}

.div-block-33 {
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-74 {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 6px;
  margin-right: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-4 {
  height: auto;
  max-height: none;
}

.column-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-560w {
  width: auto;
  max-width: 560px;
}

.nav-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-34 {
  margin-right: auto;
  margin-left: auto;
}

._350-width {
  max-width: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._350-width._300-width {
  margin-right: auto;
  margin-left: auto;
}

.horizontal-fixed-height {
  min-height: auto;
}

.testimonial-image-2 {
  width: auto;
  height: 200px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-testimonial-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-testimonial-large._40-top-margin {
  margin-top: 40px;
}

.div-block-35 {
  max-width: 800px;
  margin-right: 0px;
  margin-left: auto;
}

.div-block-35.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.small-testimonial-image {
  width: 40px;
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  margin-right: 15px;
  border: 2px none #181818;
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.div-450-width.right-aligned {
  margin-right: 3%;
  float: none;
}

.div-450-width.left-aligned.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 0px;
}

.div-450-width.left-aligned.flex.centre {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-image {
  display: inline-block;
  width: 100%;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.home-image.left-align {
  max-width: 80%;
  margin-left: 0px;
}

.home-image.left-align._20-top-margin {
  max-width: 85%;
}

.home-image._80 {
  max-width: 80%;
}

.home-image.right-align {
  margin-right: 0px;
}

.home-image.right-align._20-top-margin {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.home-image._2 {
  width: 100%;
  max-width: 650px;
}

.home-image._3 {
  max-width: 500px;
}

.home-image._1 {
  max-width: 550px;
}

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

.persona {
  display: block;
  width: auto;
  max-width: none;
  min-height: 0px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 25px 0px 15px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 3px none #000;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.persona:hover {
  box-shadow: none;
}

.link-block---persona {
  display: block;
  max-width: 350px;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
}

.tabs-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  max-width: 20px;
}

.tabs-content-2 {
  width: 500px;
  max-width: none;
  margin-top: -270px;
  margin-right: auto;
  margin-left: 63px;
}

.pricing-table {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.columns-pricing-table-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 45px;
  max-width: 135px;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #603eff;
  border-radius: 30px;
  background-color: transparent;
  opacity: 1;
  color: #603eff;
  font-weight: 400;
  text-align: center;
}

.tab-link-tab-1-2.w--current {
  margin-right: 7px;
  margin-left: 7px;
  border-width: 3px;
  border-color: #603eff;
  border-radius: 30px;
  background-color: #603eff;
  opacity: 1;
  color: #fff;
}

.price {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #603eff;
  font-size: 45px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.price.small {
  margin-bottom: 10px;
  color: #666;
  font-size: 24px;
}

.pricing-div {
  width: 99%;
  max-width: 375px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
  color: #000;
}

.pricing-div.promotion {
  border-style: solid;
  border-width: 3px;
  border-color: #603eff;
}

.columns-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-grey {
  display: -ms-grid;
  display: grid;
  max-height: 70px;
  min-height: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 3.25fr;
  grid-template-columns: 1fr 3.25fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
  background-color: #f8f8f8;
}

.grid-grey.top-border {
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #f5f6f8;
  background-color: #f8f8f8;
}

.grid-grey.top-border.hidden-mobile {
  max-height: 70px;
}

.grid-grey.hidden-mobile {
  max-height: 70px;
}

.grid-white {
  display: -ms-grid;
  display: grid;
  max-height: 70px;
  min-height: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 3.25fr;
  grid-template-columns: 1fr 3.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.grid-white.hidden-mobile {
  max-height: 70px;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.image-95 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.columns-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.message-field {
  height: auto;
  max-height: 100px;
  min-height: 100px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #603eff;
  border-radius: 4px;
  background-color: #f6f6f6;
  font-family: Inter, sans-serif;
}

.message-field:focus {
  border-color: #f0386b;
}

.form-field {
  height: 50px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #603eff;
  border-radius: 4px;
  background-color: #f6f6f6;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 13px;
}

.form-field:focus {
  border-color: rgba(96, 62, 255, 0.74);
}

.demo-form {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-name {
  font-weight: 400;
}

.testimonial-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-name-small {
  display: inline-block;
  margin: 0px auto 0px 0px;
  border-bottom: 1px none #181818;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 600;
}

.form-sidebar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100vw;
  height: 100%;
  max-height: none;
  max-width: 45%;
  margin-top: 60px;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f8fa;
}

.test-block {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: right;
  font-size: 16px;
  line-height: 1.7em;
}

.columns-features-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.color-circle {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #fff9f5;
}

.color-circle._181818 {
  background-color: #181818;
}

.color-circle.fcc8aa {
  background-color: #fcc8aa;
}

.color-circle.ffff {
  background-color: #fff;
}

.color-circle._140f3a {
  background-color: #140f3a;
}

.color-circle._054a49 {
  background-color: #054a49;
}

.small-testimonial-wrapper {
  max-width: 450px;
  margin-top: 40px;
}

.div-60px-top-margin {
  margin-top: 80px;
}

.div-60px-top-margin._60-opacity {
  display: none;
  width: 97%;
  max-width: 1280px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 166px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 36px;
  background-color: #603eff;
  color: #fff;
  cursor: pointer;
}

.button-div:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #603eff;
  background-color: transparent;
  color: #181818;
}

.button-div.centre-mobile {
  text-align: center;
}

.button-div.centre-mobile.ghost {
  border-style: solid;
  border-width: 2px;
  border-color: #603eff;
  background-color: transparent;
  color: #603eff;
}

.div-link-text {
  margin-bottom: 0px;
  font-size: 15px;
  cursor: pointer;
}

.icon {
  margin-bottom: 20px;
}

.giant-testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.giant-testimonial-image {
  width: 700px;
  height: 100vh;
  max-height: 475px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/DAEVliv3_BIEB_AUTHORISED_TEST_CENTRE_flag.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-block {
  position: relative;
  left: -119px;
  top: 52px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 250px;
  max-width: 400px;
  margin-left: auto;
  padding: 17px 35px 8px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.integration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.integrations-div {
  display: -ms-grid;
  display: grid;
  max-width: 960px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-integration {
  color: #603eff;
  font-weight: 500;
}

.final-cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #0a236d;
}

.hero-image-tablet {
  display: none;
  overflow: hidden;
}

.image-101 {
  width: 45%;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 450px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.tab:hover {
  background-color: hsla(0, 0%, 100%, 0.62);
}

.tab.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 500;
}

.tabs-selectors {
  position: relative;
  left: -47px;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-right: 3%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-103 {
  display: block;
}

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

._350w {
  max-width: 350px;
  margin-right: 0px;
  margin-left: 0px;
}

._300-width {
  max-width: 300px;
}

.div-650-width {
  max-width: 650px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pricing-tabss {
  width: auto;
  max-width: none;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.column-79 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.centre-hero-image-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 530px;
  max-width: 880px;
  margin-top: 50px;
  margin-bottom: -350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-image: url('../images/Background-Video2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.column-80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-53 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}

.collection-list-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-link {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  border-radius: 0px;
  box-shadow: 0 0 10px 0 rgba(96, 62, 255, 0.07);
  color: #181818;
  text-decoration: none;
}

.blog-link:hover {
  box-shadow: 1px 0 10px 0 rgba(96, 62, 255, 0.15);
}

.blog-link.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: none;
}

.thumbnail-image {
  margin-bottom: 20px;
  border-radius: 0px;
}

.article-name {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
}

.article-name.hero {
  margin-bottom: 20px;
  font-size: 25px;
}

.article-information-wrapper {
  height: 100%;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-information-wrapper.hero {
  max-width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-hero {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.thumbnail-image-featured {
  width: 50%;
  height: 400px;
  margin-right: 0px;
  margin-left: auto;
  border-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-date {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 16px;
  text-align: center;
}

.blog-cta.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 300px;
  max-width: 960px;
  min-height: 0px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(96, 62, 255, 0.05);
}

.div-block-54 {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ebook {
  margin-right: auto;
  margin-left: auto;
}

.link-block-4 {
  margin-right: auto;
  margin-left: auto;
}

.link-block-4.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 60px;
  max-width: none;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.logo {
  width: 150px;
}

.nav-menu-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #3f0a3d;
}

.nav-link-plain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 15px;
}

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

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

.button-2 {
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #02676b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

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

.dropdown-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.dropdown-list.w--open {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 10px;
}

.icon-3 {
  margin-right: 10px;
}

.dropdown-list-2 {
  color: #181818;
}

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

.sticky-notice-delete {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 15px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #e08d5d;
  border-radius: 5px;
  background-color: #fcc8aa;
  box-shadow: 0 0 10px 0 rgba(96, 62, 255, 0.1);
}

.design-file-link {
  margin-top: 15px;
  color: #603eff;
  font-size: 13px;
}

.div-block-55 {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.div-block-56 {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.image-107 {
  max-height: 230px;
  max-width: 100px;
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #fcfcfc;
  }
  h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #181818;
    line-height: 1.4em;
  }
  p {
    margin-bottom: 30px;
    line-height: 1.6em;
  }
  .section-standard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }
  .section-standard.hero.home {
    padding-bottom: 40px;
    background-color: transparent;
    background-image: url('../images/Blobs-Image.png');
    background-position: 120% 35%;
    background-size: auto 70%;
    background-repeat: no-repeat;
  }
  .section-standard.hero.features {
    height: auto;
    max-height: none;
    min-height: 95vh;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: none;
  }
  .section-standard.hero.style-guide {
    height: 50vh;
    max-height: none;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #140f3a;
  }
  .section-standard.hero.lp-template {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-standard.hero.lp-template.light-blue {
    min-height: 85vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #c7f3f8;
  }
  .section-standard._40-padding {
    background-color: transparent;
  }
  .section-standard._40-bottom-padding {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-standard.demo-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }
  .section-standard.blue-background {
    min-height: 0vh;
  }
  .section-standard.grey {
    background-color: #f7f7f7;
  }
  .div-standard {
    width: 90%;
    max-width: 1280px;
  }
  .div-standard.flex {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-standard.flex.top-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-standard.justify-spaced._1140._60-top-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-standard.justify-spaced._1080 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin-top: 60px;
  }
  .div-standard.justify-spaced._1080.flex {
    max-width: 1140px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-standard.justify-spaced._800 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
  }
  .div-standard.justify-spaced._800._60-bottom-margin {
    margin-bottom: 60px;
  }
  .div-standard.justify-spaced._800._60-bottom-margin.right-aligned {
    margin-right: 0px;
  }
  .div-standard.justify-spaced._800.right-aligned {
    margin-right: 0px;
  }
  .div-standard.justify-spaced.flex._60-top-margin {
    margin-top: 60px;
  }
  .div-standard._1150-width {
    width: 96%;
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-standard.style-guide {
    padding: 20px;
    border: 3px solid #181818;
    background-color: #fff;
    box-shadow: -4px 4px 0 0 #000;
  }
  .heading-1 {
    font-weight: 600;
  }
  .heading-1.centre._950w {
    max-width: 950px;
  }
  .heading-1.centre._950w.white {
    color: #f8eee7;
  }
  .heading-1.centre._960-width {
    max-width: 960px;
  }
  .heading-1.centre.brown._950-width {
    color: #fff;
  }
  .heading-1.white {
    color: #fff;
  }
  .heading-1._45px {
    font-size: 45px;
  }
  .heading-1.brown {
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
  }
  .paragraph {
    color: #181818;
    font-size: 17px;
  }
  .paragraph._26px {
    font-size: 26px;
    font-weight: 400;
  }
  .paragraph.centre {
    color: #181818;
    text-align: center;
  }
  .paragraph.blog {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph._15px.no-margin {
    margin-bottom: 0px;
  }
  .paragraph._400w {
    color: #333;
  }
  .paragraph.pricing-label {
    color: #444;
    font-size: 27px;
  }
  .paragraph.package-name {
    margin-bottom: 0px;
    font-weight: 600;
  }
  .button.ghost {
    border-color: #603eff;
    background-color: transparent;
    color: #603eff;
  }
  .button.ghost:hover {
    border-style: solid;
    background-color: #603eff;
  }
  .button.left-aligned {
    font-weight: 500;
  }
  .button._100 {
    height: 50px;
    max-width: none;
    margin-bottom: 15px;
    border-color: #603eff;
    border-radius: 30px;
    background-color: #603eff;
    color: #fff;
  }
  .button.pricing {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .div-block.logo-bar._20-top-margin._60-opacity {
    width: 100vw;
    opacity: 0.6;
  }
  .heading-4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .heading-2 {
    font-weight: 600;
  }
  .heading-2._35px {
    letter-spacing: 0px;
  }
  .link-red {
    margin-bottom: 20px;
    font-weight: 600;
  }
  .large-testimonial {
    font-weight: 600;
  }
  .div-block-25 {
    max-width: none;
  }
  .link-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-6.on-top {
    width: 180px;
    margin-bottom: auto;
    margin-left: 0px;
    float: none;
  }
  .navbar {
    background-color: #fcfcfc;
  }
  .testimonial-name-white {
    display: inline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-color: #603eff;
    color: #603eff;
  }
  .testimonial-name-white.white {
    max-width: none;
    border-bottom-color: #fff;
  }
  .heading-5 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 20px;
  }
  .text-field {
    margin-right: 20px;
  }
  .text-field._15-padding {
    border-color: #603eff;
  }
  .small-testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 420px;
    min-height: 120px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: dashed none none;
    border-width: 1px 3px 3px;
    border-color: rgba(0, 0, 0, 0.15) #000 #000;
    border-radius: 0px;
    background-color: transparent;
    opacity: 0.7;
  }
  .h4 {
    font-size: 22px;
  }
  .h4.package-name {
    margin-bottom: 0px;
    text-align: center;
  }
  .search {
    display: block;
    height: 50px;
    max-width: 300px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-cta {
    max-width: 350px;
    margin-left: 30px;
    border-style: none;
    background-color: #f5f8fa;
    box-shadow: none;
  }
  .subheadline {
    color: #181818;
  }
  .subheadline.white {
    color: #fff;
    font-weight: 400;
  }
  .testimonial {
    color: #181818;
    font-size: 19px;
    text-align: left;
  }
  .body {
    background-color: #fcfcfc;
  }
  .column-71 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-560w {
    margin-right: auto;
    margin-left: 0px;
  }
  .testimonial-image-2 {
    height: 250px;
  }
  .div-testimonial-large {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-35 {
    margin-right: auto;
    margin-left: 40px;
  }
  .small-testimonial-image {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 2px none #181818;
  }
  .columns-features {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .columns-features.reverse-mobile {
    max-width: 1280px;
  }
  .div-450-width.left-aligned {
    margin-left: 0px;
  }
  .div-450-width.left-aligned.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .home-image {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .home-image.left-align {
    max-width: 75%;
    margin-left: 0px;
    float: left;
  }
  .home-image.left-align._20-top-margin {
    max-width: 85%;
  }
  .home-image.right-align {
    margin-right: 0px;
  }
  .home-image.right-align._20-top-margin {
    max-width: 90%;
    float: none;
  }
  .home-image._2 {
    display: block;
    width: 80%;
    max-width: none;
  }
  .home-image._3 {
    display: block;
    width: 80%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .home-image._1 {
    display: block;
    width: 80%;
  }
  .persona {
    padding-right: 0px;
    padding-left: 0px;
  }
  .persona:hover {
    box-shadow: none;
  }
  .tabs-menu-2 {
    margin-bottom: 40px;
  }
  .image-13 {
    display: block;
  }
  .tabs-content-2 {
    width: 500px;
    margin-left: 60px;
  }
  .columns-pricing-table-features {
    margin-bottom: 20px;
  }
  .tab-link-tab-1-2 {
    border-color: #363636;
    color: #181818;
  }
  .tab-link-tab-1-2:hover {
    border-color: #000;
    color: #000;
  }
  .tab-link-tab-1-2.w--current {
    background-color: #603eff;
    color: #fff;
  }
  .price {
    font-family: Inter, sans-serif;
  }
  .pricing-div {
    width: 100vw;
    max-width: 375px;
    padding: 30px;
    background-color: hsla(0, 0%, 100%, 0.6);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .columns-price {
    min-height: 55px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .pricing-columns {
    width: auto;
  }
  .grid-grey {
    max-height: 90px;
    background-color: #f8f8f8;
  }
  .grid-grey.top-border {
    max-height: 90px;
    margin-top: 20px;
  }
  .grid-grey.top-border.hidden-mobile {
    margin-top: 0px;
  }
  .grid-grey.hidden-mobile {
    padding-top: 20px;
  }
  .grid-white {
    max-height: 90px;
    background-color: #fff;
  }
  .image-95 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq-columns {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .message-field {
    max-height: none;
    min-height: 90px;
    border-width: 2px;
    border-color: #603eff;
    background-color: #f6f6f6;
  }
  .message-field:hover {
    border-color: #181818;
  }
  .message-field:focus {
    border-color: #f0386b;
  }
  .form-field {
    height: 50px;
    border-width: 2px;
    border-color: #603eff;
    background-color: #f6f6f6;
    color: #181818;
  }
  .form-field:hover {
    border-color: #181818;
  }
  .form-field:focus {
    border-color: #f0386b;
  }
  .demo-form {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    border-radius: 8px;
    background-color: #f5f8fa;
  }
  .testimonial-name {
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial-name-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .testimonial-name-small {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-style: none;
    border-bottom-color: #181818;
    color: #181818;
  }
  .heading-3 {
    font-weight: 600;
  }
  .form-sidebar {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 90vh;
    max-height: 100vh;
    max-width: 50%;
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-color: #f5f8fa;
  }
  .columns-features-page {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
  .columns-features-page.reverse-mobile {
    max-width: 1280px;
  }
  .color-circle {
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border: 1px solid #000;
    border-radius: 100px;
    background-color: #fff9f5;
  }
  .color-circle._181818 {
    background-color: #181818;
  }
  .color-circle.fcc8aa {
    background-color: #fecabc;
  }
  .color-circle.ffff {
    background-color: #fff;
  }
  .color-circle._054a49 {
    background-color: #054a49;
  }
  .columns-styleguide {
    margin-bottom: 30px;
  }
  .small-testimonial-wrapper {
    max-width: 420px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: 0px;
    border: 3px none #000;
    border-radius: 4px;
  }
  .div-60px-top-margin._60-opacity {
    opacity: 0.6;
  }
  .button-div.centre-mobile.ghost:hover {
    background-color: #603eff;
    color: #fff;
  }
  .integrations-div {
    margin-top: 60px;
  }
  .image-101 {
    width: 45%;
    margin-right: 0px;
  }
  ._300-width {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-650-width {
    max-width: 650px;
  }
  .centre-hero-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    max-height: 530px;
    max-width: 880px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-list-5 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .collection-list-wrapper-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .blog-link {
    width: 100%;
    height: 100%;
    max-width: 400px;
    min-height: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(96, 62, 255, 0.07);
    color: #181818;
    text-decoration: none;
  }
  .blog-link:hover {
    box-shadow: 1px 0 15px 0 rgba(96, 62, 255, 0.15);
  }
  .thumbnail-image {
    margin-bottom: 20px;
    border-radius: 0px;
  }
  .article-name {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
  }
  .article-information-wrapper {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .article-information-wrapper.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .collection-item-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .collection-list-hero {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .link-block-4.w--current {
    margin-bottom: 20px;
  }
  .column-81 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dropdown-link:hover {
    text-decoration: underline;
  }
  .sticky-notice-delete {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  .section-standard {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-standard.hero {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .section-standard.hero.home {
    overflow: hidden;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
  }
  .section-standard.hero.features {
    overflow: visible;
    margin-top: 0px;
    background-color: transparent;
  }
  .section-standard.hero.style-guide {
    background-color: #013969;
  }
  .section-standard.hero.lp-template.light-blue {
    max-height: none;
  }
  .section-standard.hero.blog {
    display: block;
    height: auto;
    max-height: none;
    padding-top: 50px;
    background-color: transparent;
  }
  .section-standard.blog {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .section-standard.demo-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-standard.blue-background.extended-background {
    padding-top: 250px;
  }
  .div-standard.flex {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-standard.flex.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-standard.justify-spaced._1140._60-top-padding {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-standard.justify-spaced._1080.flex {
    width: 95%;
  }
  .div-standard._1150-width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-standard._1150-width.demo {
    display: none;
  }
  .heading-1 {
    font-size: 40px;
  }
  .heading-1.centre.white {
    font-size: 50px;
  }
  .heading-1.centre._850._40px {
    font-size: 35px;
  }
  .heading-1.white.centre {
    font-size: 40px;
  }
  .heading-1._45px.demo-page {
    font-size: 30px;
  }
  .paragraph {
    font-size: 16px;
  }
  .paragraph._16px {
    font-size: 15px;
  }
  .paragraph._16px.centre {
    font-size: 16px;
  }
  .paragraph._26px {
    font-size: 20px;
  }
  .paragraph.blog {
    max-width: 650px;
  }
  .paragraph._15px.no-margin {
    font-size: 14px;
  }
  .paragraph.pricing-label {
    font-size: 25px;
  }
  .paragraph.package-name {
    font-size: 26px;
  }
  .paragraph.blog-summary {
    font-size: 15px;
  }
  .paragraph._12px._70-opacity {
    margin-bottom: 0px;
  }
  .paragraph._14px.sticky-bar {
    font-size: 13px;
  }
  .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.ghost {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.no-max-width {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button.pricing {
    font-size: 14px;
  }
  .image._120w {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block.logo-bar._20-top-margin._60-opacity {
    display: -ms-grid;
    display: grid;
    width: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .heading-4 {
    font-size: 23px;
  }
  .div-500-width.demo {
    width: auto;
  }
  .heading-2 {
    font-size: 35px;
  }
  .heading-2.centre._800w {
    font-size: 40px;
  }
  .heading-2._450._50px {
    font-size: 40px;
  }
  .heading-2._35px {
    font-size: 30px;
  }
  .heading-2._30px {
    font-size: 25px;
  }
  .link-red {
    font-size: 18px;
  }
  .large-testimonial {
    font-size: 25px;
  }
  .div-block-25 {
    overflow: visible;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-6 {
    margin-left: 15px;
  }
  .nav-link {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .nav-link.w--current {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .nav-menu-2 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    clear: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .small-testimonial {
    font-size: 20px;
  }
  .h4 {
    font-size: 18px;
  }
  .article-hero {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-block-32 {
    display: block;
    width: auto;
    max-height: 300px;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-cta {
    max-width: 270px;
    margin-left: 20px;
  }
  .sidebar-headling {
    font-size: 25px;
  }
  .subheadline.centre.white._750 {
    font-size: 17px;
  }
  .slide {
    max-width: 300px;
  }
  .mask {
    width: 80%;
  }
  .div-560w {
    width: 100vw;
    max-width: 450px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f0386b;
  }
  ._350-width {
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial-image-2 {
    position: relative;
  }
  .div-testimonial-large {
    padding-right: 40px;
    padding-left: 25px;
  }
  .div-testimonial-large._40-top-margin {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-35 {
    margin-right: auto;
    margin-left: 30px;
  }
  .small-testimonial-image {
    max-height: 250px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-450-width.right-aligned {
    margin-right: 0%;
  }
  .div-450-width.right-aligned._400-tablet {
    max-width: 400px;
  }
  .home-image._2 {
    max-width: 100%;
  }
  .persona {
    margin-right: auto;
    margin-left: auto;
  }
  .link-block---persona {
    margin-right: auto;
    margin-left: auto;
  }
  .tabs-content-2 {
    width: auto;
    max-width: 90%;
    margin-top: -221px;
    margin-left: auto;
  }
  .price {
    font-size: 30px;
  }
  .pricing-div {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid-grey {
    padding-right: 25px;
  }
  .grid-white {
    padding-right: 25px;
  }
  .form-sidebar {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 0px;
    padding: 60px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-60px-top-margin._60-opacity {
    width: 97%;
    margin-top: 40px;
  }
  .giant-testimonial-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .testimonial-block {
    left: -372px;
    width: auto;
    height: auto;
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .link-block-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-image-tablet {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-right: 2%;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-101 {
    margin-left: 10px;
  }
  .tabs-selectors {
    left: auto;
    margin-right: 0%;
  }
  .image-103 {
    max-width: 90%;
  }
  .image-104 {
    max-width: 90%;
  }
  .image-105 {
    max-width: 90%;
  }
  ._350w {
    margin-right: 5px;
    margin-left: 5px;
  }
  .pricing-tabss {
    width: auto;
    max-width: 90%;
    margin-top: 0px;
    margin-left: auto;
  }
  .centre-hero-image-wrapper {
    width: 100%;
    height: 100vh;
    max-height: 400px;
    max-width: 600px;
    margin-bottom: -252px;
  }
  .image-106 {
    display: block;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .thumbnail-image-featured {
    height: 300px;
  }
  .blog-cta.bottom {
    width: 95%;
    max-height: none;
  }
  .ebook {
    max-width: 95%;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navigation-div {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 0px;
  }
  .brand {
    margin-right: 10px;
    margin-left: 5px;
    padding: 0px;
  }
  .nav-menu-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    color: #fff;
  }
  .nav-link-plain {
    width: 100%;
    color: #fff;
  }
  .nav-link-plain:hover {
    color: #fff;
  }
  .line-break {
    display: none;
  }
  .menu-button-green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(2, 103, 107, 0.1);
    color: #603eff;
  }
  .menu-button-green.w--open {
    border-color: #02676b;
    background-color: #603eff;
    color: #603eff;
  }
  .icon-2 {
    margin-top: 18px;
    color: #000;
  }
  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon-3 {
    margin-right: auto;
    margin-left: auto;
  }
  .dropdown {
    display: block;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sticky-notice-delete {
    display: none;
  }
  .div-block-55 {
    max-width: 60%;
  }
  .div-block-56 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-standard {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-standard.hero {
    display: block;
  }
  .section-standard.hero.home {
    max-height: none;
    padding-top: 50px;
    background-image: none;
  }
  .section-standard.hero.features {
    margin-top: 0px;
  }
  .section-standard.hero.lp-template {
    padding-top: 50px;
  }
  .section-standard.hero.lp-template.light-blue {
    max-height: none;
  }
  .section-standard.blog {
    display: block;
  }
  .section-standard.demo-page {
    display: block;
    height: auto;
  }
  .section-standard._0-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-standard {
    max-width: 95%;
  }
  .div-standard._40-bottom-margin {
    max-width: 95%;
    margin-bottom: 40px;
  }
  .div-standard.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-standard.flex.justify {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-standard.justify-spaced._1080.flex {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-standard._1150-width {
    display: block;
  }
  .heading-1.centre.white {
    font-size: 30px;
  }
  .heading-1.centre._850._40px {
    font-size: 30px;
  }
  .heading-1.centre._960-width {
    font-size: 35px;
  }
  .paragraph {
    font-size: 15px;
  }
  .paragraph._16px.centre {
    font-size: 14px;
  }
  .paragraph._26px {
    font-size: 18px;
  }
  .paragraph.blog {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph._15px.no-margin {
    font-size: 13px;
  }
  .paragraph.pricing-label {
    font-size: 15px;
  }
  .paragraph._20px {
    font-size: 17px;
  }
  .paragraph.blog-summary {
    display: none;
  }
  .button.left-aligned {
    font-size: 15px;
  }
  .button.sidebar {
    margin-right: auto;
    margin-left: auto;
  }
  .button.no-max-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.pricing {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    text-align: center;
  }
  .button.sticky {
    padding-right: 10px;
  }
  .two-columns-450-w {
    margin-bottom: 10px;
  }
  .image {
    display: block;
    max-width: 80%;
  }
  .image._120w {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block.logo-bar._20-top-margin._60-opacity {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .heading-4 {
    font-size: 21px;
  }
  .div-500-width {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-2 {
    font-size: 30px;
  }
  .heading-2.centre._800w {
    font-size: 30px;
  }
  .heading-2._35px {
    font-size: 27px;
  }
  .large-testimonial {
    font-size: 20px;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    text-align: center;
  }
  .nav-menu-2 {
    display: none;
    margin-top: 0px;
  }
  .testimonial-name-white.white {
    display: inline;
    font-size: 14px;
  }
  .heading-5 {
    font-size: 18px;
  }
  .small-testimonial {
    font-size: 16px;
  }
  .h4 {
    font-size: 18px;
  }
  .article-hero {
    padding-top: 40px;
  }
  .div-block-32 {
    width: auto;
    max-height: 300px;
    margin-bottom: 40px;
  }
  .div-footer-column {
    margin-bottom: 30px;
  }
  .heading-8 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .link-footer {
    font-size: 15px;
  }
  .blog-cta {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .sidebar-headling {
    text-align: center;
  }
  .subheadline.centre.white._750 {
    font-size: 16px;
  }
  .subheadline.centre._750w {
    font-size: 16px;
  }
  .mask {
    width: 80%;
  }
  .column-71 {
    display: -ms-grid;
    display: grid;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .column-60 {
    margin-bottom: 20px;
  }
  .column-73 {
    display: -ms-grid;
    display: grid;
    height: auto;
    grid-auto-flow: column dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .nav-menu-4 {
    height: auto;
    padding-bottom: 20px;
    background-color: #fff;
  }
  ._350-width {
    width: 100%;
  }
  .testimonial-image-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-testimonial-large {
    width: 97%;
    padding: 10px 0px 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-testimonial-large._40-top-margin {
    padding-bottom: 10px;
  }
  .columns-features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns-features.reverse-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .div-450-width {
    margin-bottom: 20px;
  }
  .div-450-width.right-aligned._400-tablet {
    margin-right: auto;
    margin-left: auto;
  }
  .home-image.left-align {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .home-image.left-align._20-top-margin {
    margin-top: 20px;
  }
  .home-image._80 {
    max-width: 95%;
  }
  .home-image.right-align {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .home-image.right-align._20-top-margin {
    margin-top: 20px;
  }
  .persona {
    width: auto;
    min-height: auto;
  }
  .tabs-content-2 {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pricing-div {
    width: 100%;
    margin-bottom: 10px;
  }
  .grid-grey {
    max-height: none;
  }
  .grid-grey.top-border {
    max-height: none;
    padding-left: 15px;
  }
  .grid-grey.mobile {
    padding-left: 15px;
    grid-column-gap: 10px;
    -ms-grid-columns: 2fr 3.25fr;
    grid-template-columns: 2fr 3.25fr;
  }
  .grid-grey.hidden-mobile {
    display: none;
  }
  .grid-white {
    max-height: none;
    padding-left: 15px;
  }
  .grid-white.mobile {
    grid-column-gap: 10px;
    -ms-grid-columns: 2fr 3.25fr;
    grid-template-columns: 2fr 3.25fr;
  }
  .grid-white.hidden-mobile {
    display: none;
  }
  .pricing-tabs-mobile {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .plan-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
  }
  .plan-tab.w--current {
    width: 100%;
    border-bottom: 3px solid #603eff;
    background-color: #fff;
    color: #603eff;
    font-weight: 600;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .faq-columns {
    margin-bottom: 20px;
  }
  .testimonial-name {
    font-size: 14px;
  }
  .heading-3 {
    margin-top: 0px;
  }
  .form-sidebar {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
  }
  .columns-features-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-features-page.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .icon {
    width: 45px;
  }
  .giant-testimonial-image {
    width: 100%;
  }
  .testimonial-block {
    position: relative;
    left: -447px;
    top: 22px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .integration {
    width: 150px;
    height: 110px;
  }
  .integrations-div {
    grid-column-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .image-101 {
    width: 80%;
  }
  .tabs-selectors {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .tabs-2 {
    display: block;
  }
  ._350w {
    margin-right: 5px;
    margin-left: 5px;
  }
  .pricing-tabss {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .centre-hero-image-wrapper {
    max-height: 350px;
    max-width: 500px;
  }
  .collection-list-5 {
    grid-column-gap: 10px;
  }
  .blog-link {
    height: 100%;
  }
  .blog-link.hero {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .article-name {
    font-size: 15px;
  }
  .article-information-wrapper.hero {
    max-width: 50%;
  }
  .thumbnail-image-featured {
    width: 60%;
    height: 225px;
  }
  .blog-cta.bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-54 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ebook {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .dropdown-toggle-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .icon-3 {
    margin-right: 5%;
  }
  .div-block-56 {
    max-width: 45%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .section-standard.hero {
    height: 80vh;
    max-height: none;
  }
  .section-standard.hero.home {
    max-height: none;
  }
  .section-standard.hero.features {
    margin-top: 0px;
  }
  .section-standard.hero.lp-template {
    padding-top: 50px;
  }
  .section-standard.blog {
    height: 60vh;
    max-height: none;
  }
  .section-standard.demo-page {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-standard.flex.justify {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-standard._100w {
    max-width: 100%;
  }
  .div-standard.justify-spaced._1140._60-top-padding {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .heading-1 {
    font-size: 30px;
    text-align: center;
  }
  .heading-1.centre._850._40px {
    font-size: 25px;
  }
  .heading-1.white.centre._900-width {
    font-size: 28px;
  }
  .paragraph {
    font-size: 15px;
  }
  .paragraph._16px {
    font-size: 14px;
  }
  .paragraph._26px {
    font-size: 16px;
  }
  .paragraph._15px {
    font-size: 14px;
  }
  .paragraph._15px.centre-mobile {
    text-align: center;
  }
  .paragraph._20px {
    font-size: 15px;
  }
  .button {
    width: 100%;
    height: 40px;
    max-width: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
  }
  .button.ghost {
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button.left-aligned {
    height: 40px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .button.left-aligned:hover {
    background-color: transparent;
  }
  .button.sidebar {
    height: 40px;
  }
  .two-columns-450-w {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .checkmark-column {
    margin-top: 5px;
    border-radius: 0px;
    opacity: 0.6;
  }
  .div-block.logo-bar._20-top-margin._60-opacity {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-500-width {
    width: auto;
    max-width: 500px;
  }
  .heading-2 {
    font-size: 26px;
  }
  .heading-2.centre._800w {
    font-size: 25px;
  }
  .heading-2._450._50px {
    font-size: 30px;
    text-align: center;
  }
  .heading-2._35px {
    font-size: 24px;
  }
  .heading-2._35px.centre {
    font-size: 23px;
  }
  .link-red {
    font-size: 16px;
  }
  .large-testimonial {
    text-align: center;
  }
  .image-6 {
    margin-left: 5px;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    background-color: #fff;
    text-align: center;
  }
  .nav-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-menu-2 {
    float: right;
    clear: left;
  }
  .testimonial-name-white.centre {
    border-bottom-style: none;
  }
  .heading-5 {
    text-align: left;
  }
  .heading-5.centre-mobile {
    text-align: center;
  }
  .form {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-block._500w.centre {
    width: 100%;
  }
  .text-field {
    height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-field._15-padding {
    margin-right: 5px;
  }
  .small-testimonial {
    margin-bottom: 10px;
  }
  .h4 {
    font-size: 17px;
  }
  .article-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-32 {
    max-height: 200px;
  }
  .div-footer-column {
    margin-bottom: 20px;
  }
  .heading-8 {
    margin-top: 20px;
    font-size: 16px;
  }
  .link-footer {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .sidebar-headling {
    font-size: 20px;
  }
  .subheadline {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
  .subheadline._500w {
    font-size: 16px;
  }
  .right-arrow {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .left-arrow {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-73 {
    max-width: 35%;
  }
  .column-71 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .column-60 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-73 {
    grid-auto-flow: row dense;
  }
  .div-560w {
    width: auto;
    max-width: 100%;
  }
  ._350-width {
    margin-right: 5px;
    margin-left: 5px;
  }
  .testimonial-image-2 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-testimonial-large {
    display: block;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .div-testimonial-large._40-top-margin {
    padding-bottom: 10px;
  }
  .div-block-35 {
    margin-right: auto;
    margin-left: auto;
  }
  .columns-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-features.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-450-width.left-aligned.flex {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-image._80 {
    display: block;
    max-width: 75%;
  }
  .persona {
    padding: 20px 10px 15px;
  }
  .pricing-div {
    margin-bottom: 20px;
  }
  .grid-grey {
    -ms-grid-columns: 1.5fr 3.25fr;
    grid-template-columns: 1.5fr 3.25fr;
  }
  .grid-white {
    -ms-grid-columns: 1.5fr 3.25fr;
    grid-template-columns: 1.5fr 3.25fr;
  }
  .pricing-tabs-mobile {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .plan-tab {
    width: 30%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
  }
  .plan-tab.w--current {
    width: 30%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .testimonial-name {
    text-align: center;
  }
  .testimonial-name-wrap {
    max-width: 250px;
  }
  .heading-3 {
    font-size: 18px;
  }
  .test-block {
    width: 90%;
  }
  .div-60px-top-margin._60-opacity {
    width: 95%;
    margin-top: 30px;
  }
  .button-div.centre-mobile {
    margin-right: auto;
    margin-left: auto;
  }
  .button-div.centre-mobile.ghost.blog {
    height: 40px;
    margin-left: 0px;
  }
  .icon.centre-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .giant-testimonial-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .giant-testimonial-image {
    max-height: 300px;
  }
  .testimonial-block {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
  }
  .integration {
    width: auto;
  }
  .integrations-div {
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .link-integration {
    text-align: center;
  }
  .final-cta-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab {
    font-size: 14px;
  }
  .tab.w--current {
    font-size: 14px;
  }
  .centre-hero-image-wrapper {
    width: 95%;
    max-height: 250px;
  }
  .collection-list-5 {
    grid-column-gap: 7px;
    grid-row-gap: 15px;
  }
  .blog-link.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .article-name {
    font-size: 15px;
  }
  .article-name.hero {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .article-information-wrapper.hero {
    max-width: none;
  }
  .thumbnail-image-featured {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
}

#w-node-8321375832e9-9355dc10 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-af8504ce179a-9855dc11 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e09afdc240a8-0a55dc13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8321375832e9-5355dc18 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-9d1d109287ed-ee55dc0e {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-e09afdc240b5-0a55dc13 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-a99d5fc85532-0a55dc13 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-RegularItalic.otf') format('opentype'), url('../fonts/Graphik-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}