.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 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: Poppins, sans-serif;
  color: #313f34;
  font-size: 56px;
  line-height: 80px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
  text-align: left;
}

h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  line-height: 32px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

a {
  padding: 12px 24px;
  font-family: 'Open Sans', sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

li {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 44px;
  background-image: url('../images/checkmark.svg');
  background-position: 0% 4px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Poppins, sans-serif;
  color: #1e1e1e;
  line-height: 24px;
}

blockquote {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px none transparent;
  line-height: 32px;
  text-align: center;
}

.flowout-body {
  background-color: #f9f9f9;
  color: #313f34;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.flowout-container {
  max-width: 1440px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-navbar {
  background-color: transparent;
}

.flowout-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 44px;
  padding: 0px;
  -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;
}

.flowout-brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.flowout-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-burger {
  margin-left: 21px;
}

.flowout-nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px;
}

.flowout-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.flowout-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  -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: #e16847;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #e16847;
  font-weight: 600;
  text-align: center;
}

.flowout-button:hover {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button:focus {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button.flowout-button-cta {
  border-color: #e16847;
  background-color: #e16847;
  color: #f9f9f9;
}

.flowout-button.flowout-button-cta:hover {
  border-color: #313f34;
  background-color: #313f34;
}

.flowout-button.flowout-button-cta:focus {
  border-color: #b1e2b1;
  background-color: #b1e2b1;
}

.flowout-button.flowout-button-cta.flowout-navbar-button {
  margin-left: 21px;
}

.flowout-button.flowout-navbar-button {
  min-height: 48px;
  min-width: 107px;
  margin-left: 21px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.flowout-button.flowout-button-dark {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button.flowout-button-dark:hover {
  background-color: transparent;
  color: #313f34;
}

.flowout-button.flowout-button-dark:focus {
  background-color: transparent;
  color: #313f34;
}

.flowout-button.flowout-footer-hero-button {
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #f4eee2;
  background-color: #f4eee2;
  color: #313f34;
}

.flowout-button.flowout-footer-hero-button:hover {
  border-color: #f9f9f9;
  background-color: transparent;
  color: #f9f9f9;
}

.flowout-button.flowout-footer-hero-button:focus {
  border-color: #f9f9f9;
  background-color: transparent;
  color: #f9f9f9;
}

.flowout-button.flowout-section-button {
  margin-top: 44px;
  background-color: #fff;
}

.flowout-button.flowout-section-button:hover {
  background-color: #e16847;
}

.flowout-button.flowout-button-light {
  border-color: #f9f9f9;
  color: #f9f9f9;
}

.flowout-button.flowout-button-light:hover {
  background-color: transparent;
}

.flowout-button.flowout-button-light:focus {
  background-color: transparent;
}

.flowout-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Collage_Fotor_17x9-copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Collage_Fotor_17x9-copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.flowout-header.brand {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/SamsungCafe-BannerSize.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SamsungCafe-BannerSize.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.flowout-footer-hero-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #f9f9f9;
}

.flowout-hero-company {
  width: 180px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.flowout-hero-company:hover {
  opacity: 0.7;
}

.flowout-hero-company:focus {
  opacity: 0.7;
}

.flowout-main {
  background-color: #f9f9f9;
}

.flowout-footer {
  background-color: #e16847;
}

.flowout-testimonials.flowout-section.flowout-section-dark {
  display: block;
  background-color: #e0d9bf;
}

.flowout-features.flowout-section.flowout-section-dark {
  display: block;
  background-color: #e16847;
}

.flowout-features.flowout-section.flowout-section-dark.green {
  background-color: #313f34;
}

.flowout-faq.flowout-section {
  display: none;
}

.flowout-pricing.flowout-section {
  display: none;
}

.flowout-tag {
  display: inline-block;
  height: 36px;
  margin-bottom: 12px;
  padding: 8px 12px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  border-radius: 2px;
  background-color: #e16847;
  font-family: Poppins, sans-serif;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.flowout-tag.flowout-quote-author {
  margin-top: 16px;
  color: #f9f9f9;
}

.flowout-text-center {
  text-align: center;
}

.flowout-section-heading.flowout-text-center.flowout-text-white {
  color: #f9f9f9;
}

.flowout-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.flowout-section.flowout-section-dark {
  background-color: #313f34;
}

.flowout-section-item-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.flowout-section-item {
  grid-auto-flow: row;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-columns: minmax(500px, 784fr) repeat(auto-fit, minmax(200px, -webkit-max-content));
  grid-template-columns: minmax(500px, 784fr) repeat(auto-fit, minmax(200px, max-content));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowout-section-item.flowout-section-item-full {
  grid-template-columns: minmax(200px, -webkit-max-content) repeat(auto-fit, minmax(500px, 784fr));
  grid-template-columns: minmax(200px, max-content) repeat(auto-fit, minmax(500px, 784fr));
}

.flowout-section-item-content {
  max-width: 416px;
}

.flowout-section-item-content.flowout-section-item-content-full {
  padding-top: 40px;
  padding-bottom: 40px;
}

.flowout-section-item-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flowout-section-item-image.image-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/64998466_2708774405800880_1468765595599110144_n.jpeg'), url('../images/8442d096-d279-48d7-a83d-3bd5bfb8223f.JPG');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.image-1.brand {
  background-image: url('../images/tech_top.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flowout-section-item-image.image-3 {
  background-image: url('../images/reporting.png');
  background-position: 50% 50%;
  background-size: contain;
}

.flowout-section-item-image.image-3.brand {
  background-image: url('../images/Picture-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.flowout-section-item-image.image-2 {
  background-image: url('../images/43514680-0-machines.jpg');
  background-size: contain;
}

.flowout-section-item-image.image-2.brand {
  background-image: url('../images/CollageNew.jpg'), url('../images/43514680-0-machines.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: contain, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-left {
  padding-right: 0px;
}

.flowout-section-item-heading {
  margin-bottom: 24px;
  color: #2b403a;
}

.flowout-section-item-text {
  margin-bottom: 44px;
  font-weight: 400;
}

.flowout-left-arrow {
  display: none;
}

.flowout-right-arrow {
  display: none;
}

.flowout-slide-full {
  width: 100%;
  height: 100%;
}

.flowout-slider-full-dots {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 56px;
  height: 20px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 16px;
}

.flowout-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.flowout-slider-mask {
  width: 100%;
  height: auto;
}

.flowout-slide-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: minmax(500px, 576px) repeat(auto-fit, minmax(200px, -webkit-max-content));
  grid-template-columns: minmax(500px, 576px) repeat(auto-fit, minmax(200px, max-content));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f4eee2;
}

.flowout-footer-hero-content {
  width: 100%;
  max-width: 416px;
  margin-right: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.flowout-footer-copyrights {
  padding-top: 16px;
  padding-bottom: 16px;
  -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: #f4eee2;
}

.flowout-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.flowout-footer-menu-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #313f34;
  text-decoration: underline;
}

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

.flowout-footer-menu-link:focus {
  text-decoration: none;
}

.flowout-footer-logo {
  padding-left: 0px;
}

.flowout-footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.flowout-social-link {
  margin-right: 8px;
  margin-left: 8px;
  padding: 0px;
}

.flowout-social-link:hover {
  opacity: 0.9;
}

.flowout-social-link:focus {
  opacity: 0.9;
}

.flowout-social-link.flowout-last-link {
  margin-right: 0px;
}

.flowout-social-icon {
  width: 24px;
  height: 24px;
  max-width: none;
}

.flowout-card-subtext {
  margin-top: 16px;
  margin-bottom: 0px;
}

.flowout-card-body {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f9f9f9;
}

.flowout-card.flowout-card-cta {
  background-color: #f4eee2;
}

.flowout-card-header {
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid hsla(0, 0%, 63.9%, 0.6);
}

.flowout-list {
  font-size: 18px;
  line-height: 20px;
}

.flowout-grid-card {
  margin-bottom: 40px;
  -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;
  border-radius: 2px;
  background-color: #f9f9f9;
}

.flowout-grid-card.flowout-grid-card-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4eee2;
}

.flowout-grid-card.flowout-grid-card-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-grid-card-text {
  font-size: 20px;
  line-height: 32px;
}

.flowout-grid-card-content {
  padding: 32px;
}

.flowout-grid-card-background {
  min-height: 430px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flowout-grid-card-background.background-2 {
  height: 100%;
  min-height: 300px;
  margin-top: auto;
  background-image: url('../images/home_suppliers.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.flowout-grid-card-image-wrapper {
  margin: auto 32px 32px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flowout-grid-card-mini-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px;
  -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;
  -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;
}

.flowout-grid-card-mini-content {
  padding: 32px 24px 32px 0px;
  -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;
}

.flowout-grid-card-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.flowout-dropdown-wrapper {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.00004354385632%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-grid-card-image-mini {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-card-title-smaller {
  display: inline;
  font-size: 36px;
  line-height: 56px;
  font-weight: 400;
}

.flowout-menu-center {
  display: none;
}

.flowout-brand-image {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flowout-companies {
  background-color: #e0d9bf;
}

.flowout-slide-image {
  background-image: url('../images/suppliers_hero.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flowout-slide-image._1st-image {
  background-image: url('../images/home_hero.jpeg');
}

.flowout-slide-image._2nd-image {
  background-image: url('../images/tech_o2o.jpg');
  background-position: 50% 0%;
}

.flowout-slide-image._3rd-image {
  background-image: url('../images/64998466_2708774405800880_1468765595599110144_n.jpeg');
}

.flowout-slide-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  padding: 56px 96px;
  -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: #f4eee2;
}

.flowout-quote {
  position: relative;
  width: 100%;
  color: #1e1e1e;
  text-align: center;
}

.flowout-footer-hero-text {
  margin-bottom: 48px;
  color: #f9f9f9;
}

.flowout-footer-hero-image {
  width: 100%;
  background-image: url('../images/footer-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0px;
}

.flowout-footer-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowout-container-semi {
  max-width: 1440px;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-container-always-full {
  margin-top: 112px;
  margin-bottom: 112px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e0d9bf;
}

.flowout-container-always-full.flowout-light-bg {
  background-color: #f4eee2;
}

.flowout-slide {
  width: 33.33%;
  height: 100%;
}

.flowout-slider-dots {
  display: none;
}

.flowout-hero {
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flowout-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flowout-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f9f9f9;
}

.flowout-hero-heading {
  width: 100%;
  max-width: 680px;
  margin-top: 0px;
  margin-bottom: -12px;
  font-family: Poppins, sans-serif;
  color: #f9f9f9;
  font-size: 56px;
  line-height: 80px;
  font-weight: 400;
}

.flowout-hero-cta {
  width: 100%;
  max-width: 400px;
  margin-left: 40px;
}

.flowout-hero-text {
  margin-bottom: 8px;
}

.flowout-card-heading {
  display: inline;
}

.flowout-card-text {
  margin-bottom: 48px;
  color: grey;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.flowout-card-button {
  margin-top: auto;
  padding-top: 8px;
}

.flowout-slider-container {
  max-width: 1440px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowout-grid-card-heading {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.flowout-grid-cards {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flowout-companies-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  -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;
}

.flowout-companies-content {
  max-width: 220px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 32px;
}

.flowout-companies-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-single-faq {
  width: 100.0000332528946%;
  border-bottom: 1px solid #000;
}

.flowout-faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0000332528946%;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
  cursor: pointer;
}

.flowout-faq-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 9.88px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow-down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flowout-faq-question-text {
  padding-right: 25px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.04px;
}

.flowout-faq-answer {
  display: none;
  width: 100%;
  opacity: 0;
}

.flowout-faq-answer-text {
  margin-bottom: 0px;
  padding-bottom: 24px;
}

.flowout-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.flowout-container-full {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.flowout-wrapper-full {
  max-width: 1440px;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-slider-full-mask {
  width: 100%;
  height: auto;
}

.flowout-grid-card-mini-heading {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.flowout-grid-card-mini-text {
  font-size: 20px;
  line-height: 32px;
}

.flowout-top {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.flowout-container-special {
  max-width: 1440px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 80px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e16847;
}

.div-block-72 {
  width: 100%;
  max-width: 770px;
  min-height: 50px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: auto;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.25px;
}

.paragraph._15px {
  margin-bottom: 10px;
  color: #444;
  font-size: 15px;
  font-weight: 300;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
}

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

.column-72 {
  position: relative;
  left: auto;
  top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.demo-form {
  width: 100%;
  max-width: 500px;
  min-height: 600px;
  margin: 60px auto -40px;
  padding: 30px 50px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 11px 11px 0 0 #2b403a;
}

.vprop-wrapper {
  max-width: 520px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.vprop-wrapper.homme-v2 {
  max-width: 520px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.form {
  color: #111;
}

.book-demo-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 0vh;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e16847;
}

.form-field-2 {
  height: 50px;
  margin-right: 20px;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0.5px;
  border-color: #8a8a8a;
  border-radius: 0px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #111;
  font-size: 13px;
}

.form-field-2:focus {
  border-color: #048060;
}

.form-field-2.hidden {
  display: none;
}

.subheadline {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

.subheadline.white {
  color: #fff;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  color: #161616;
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-1.white {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.section {
  overflow: hidden;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.book-demo {
  overflow: visible;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 210px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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-radius: 30px;
  background-color: #e16847;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.button:hover {
  background-color: rgba(225, 104, 71, 0.8);
  color: #fff;
}

.button.no-max-width {
  width: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.button.no-max-width:hover {
  border-color: #2b0d41;
  background-color: rgba(225, 104, 71, 0.8);
  color: #fff;
}

.button.no-max-width._15-bottom-margin {
  margin-bottom: 15px;
}

.message-field-2 {
  display: block;
  height: auto;
  max-height: 100px;
  min-height: 100px;
  margin-bottom: 25px;
  border: 0.5px solid #8a8a8a;
  border-radius: 4px;
  background-color: transparent;
}

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

.logo-image {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

._60px-wrapper {
  margin-top: 80px;
}

._60px-wrapper._60-opacity {
  width: 97%;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
}

.div-block-73 {
  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-73.logo-bar {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

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

.div-block-73.logo-bar._20-top-margin._60-opacity {
  width: 100vw;
  max-width: 960px;
  margin-top: 30px;
  -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;
  opacity: 0.6;
}

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

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #222;
  font-size: 50px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: -1px;
}

.heading-2.centre.smaller {
  color: #000;
  font-size: 36px;
  font-weight: 500;
}

.logo-block-120 {
  width: auto;
  height: auto;
  max-width: 120px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-family: Lora;
    color: #313f34;
    font-size: 56px;
    line-height: 80px;
    font-weight: 400;
  }

  .flowout-container {
    padding-right: 80px;
    padding-left: 80px;
  }

  .flowout-brand.w--current {
    margin-right: 34px;
  }

  .flowout-nav-link {
    margin-right: 28px;
    margin-left: 28px;
  }

  .flowout-button.flowout-button-dark {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flowout-section-item {
    grid-column-gap: 96px;
  }

  .flowout-section-item-content.flowout-section-item-content-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .flowout-footer-hero-content {
    margin-right: 80px;
  }

  .flowout-card {
    padding: 48px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .flowout-grid-card-text {
    font-size: 24px;
    line-height: 40px;
  }

  .flowout-grid-card-background.background-2 {
    height: 100%;
    min-height: auto;
  }

  .flowout-grid-card-mini-image {
    max-width: 192px;
    -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;
  }

  .flowout-grid-card-mini-content {
    font-size: 24px;
    line-height: 1.5;
  }

  .flowout-grid-card-image-mini {
    height: auto;
  }

  .flowout-footer-hero-text {
    font-size: 24px;
  }

  .flowout-container-semi {
    padding-left: 80px;
  }

  .flowout-container-always-full {
    width: 100%;
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .flowout-card-text {
    margin-bottom: 48px;
  }

  .flowout-card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flowout-slider-container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .flowout-grid-card-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .flowout-container-full {
    padding-right: 80px;
    padding-left: 80px;
  }

  .flowout-wrapper-full {
    padding-left: 80px;
  }

  .flowout-grid-card-mini-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .flowout-grid-card-mini-text {
    font-size: 24px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .column-71 {
    margin-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -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;
  }

  .div-block-72 {
    margin-top: 0px;
    margin-bottom: auto;
  }

  .paragraph {
    color: #333;
    font-size: 19px;
    font-weight: 300;
  }

  .paragraph._15px {
    color: #333;
  }

  .column-72 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .demo-form {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    border: 0.5px solid #000;
    border-radius: 2px;
    background-color: #fff;
  }

  .vprop-wrapper {
    max-width: 520px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .vprop-wrapper.homme-v2 {
    margin-right: auto;
    margin-left: auto;
  }

  .book-demo-columns {
    margin-top: 60px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-field-2 {
    height: 50px;
    border-width: 0.5px;
    border-color: #e7e7e7;
    background-color: #fff;
    color: #181818;
  }

  .form-field-2:hover {
    border-color: #048060;
    background-color: transparent;
  }

  .form-field-2:focus {
    border-color: #048060;
    background-color: transparent;
  }

  .subheadline {
    color: #444;
    font-size: 20px;
  }

  .heading-1 {
    color: #111;
    font-weight: 700;
  }

  .section {
    padding-top: 80px;
  }

  .section.book-demo {
    min-height: 0vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button {
    height: 55px;
  }

  .button.no-max-width {
    height: 50px;
  }

  .button.no-max-width._15-bottom-margin:hover {
    background-color: rgba(225, 104, 71, 0.8);
  }

  .message-field-2 {
    max-height: none;
    min-height: 90px;
    border-width: 0.5px;
    border-color: #e7e7e7;
    background-color: transparent;
  }

  .message-field-2:hover {
    border-color: #048060;
  }

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

  ._60px-wrapper._60-opacity {
    opacity: 0.6;
  }

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

  .company-logo-section {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .flowout-body {
    font-size: 18px;
    line-height: 26px;
  }

  .flowout-burger {
    display: none;
  }

  .flowout-navbar-container {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flowout-features.flowout-section.flowout-section-dark {
    padding-bottom: 16px;
  }

  .flowout-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .flowout-section-item-right {
    width: 100%;
    height: 100%;
  }

  .flowout-section-item {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-section-item.flowout-section-item-full {
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-section-item-content {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .flowout-section-item-content.flowout-section-item-content-full {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flowout-section-item-image {
    height: 100%;
    margin-bottom: 24px;
  }

  .flowout-section-item-left {
    width: 100%;
    height: 450px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flowout-slider-full-dots {
    bottom: 20px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .flowout-slider-mask {
    padding-right: 60px;
    padding-bottom: 40px;
    padding-left: 60px;
  }

  .flowout-slide-item {
    display: block;
  }

  .flowout-footer-hero-content {
    max-width: 285px;
  }

  .flowout-footer-menu {
    display: none;
  }

  .flowout-grid-card {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flowout-grid-card-text {
    display: inline;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .flowout-grid-card-content {
    padding: 16px 16px 24px;
  }

  .flowout-grid-card-background {
    min-height: 360px;
  }

  .flowout-grid-card-background.background-2 {
    min-height: 400px;
  }

  .flowout-grid-card-image-wrapper {
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }

  .flowout-grid-card-mini-image {
    max-width: 150px;
    -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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flowout-grid-card-mini-content {
    font-size: 18px;
    line-height: 24px;
  }

  .flowout-dropdown-wrapper {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-grid-card-image-mini {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flowout-card-title-smaller {
    font-size: 32px;
    line-height: 48px;
  }

  .flowout-slide-image {
    height: 450px;
  }

  .flowout-slide-testimonial {
    height: auto;
    min-height: 350px;
    padding-right: 56px;
    padding-left: 56px;
  }

  .flowout-container-semi {
    padding-right: 0px;
    padding-left: 40px;
  }

  .flowout-container-always-full {
    margin-top: 56px;
    margin-bottom: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .flowout-slide {
    width: 100%;
  }

  .flowout-slider-dots {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .flowout-hero-content {
    margin-bottom: 56px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flowout-hero-heading {
    margin-bottom: 20px;
  }

  .flowout-hero-cta {
    margin-left: 0px;
  }

  .flowout-card-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .flowout-features-grid {
    display: block;
  }

  .flowout-grid-card-heading {
    font-size: 24px;
    font-weight: 700;
  }

  .flowout-grid-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flowout-companies-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .flowout-companies-content {
    max-width: none;
    margin-right: 0px;
    padding-bottom: 20px;
  }

  .flowout-faq-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flowout-buttons {
    -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;
  }

  .flowout-companies-text {
    text-align: center;
  }

  .flowout-wrapper-full {
    padding-right: 40px;
    padding-left: 40px;
  }

  .icon {
    display: none;
  }

  .flowout-grid-card-mini-heading {
    font-size: 24px;
    font-weight: 700;
  }

  .flowout-grid-card-mini-text {
    display: inline;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-72 {
    margin-bottom: 0px;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .demo-form {
    max-width: 420px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .vprop-wrapper {
    margin-top: 0px;
  }

  .book-demo-columns {
    min-height: 0vh;
  }

  .subheadline {
    font-size: 18px;
  }

  .subheadline.white {
    font-size: 18px;
  }

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

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

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

  .section.book-demo {
    min-height: 0vh;
    padding-bottom: 40px;
  }

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

  ._60px-wrapper._60-opacity {
    width: 97%;
    margin-top: 0px;
  }

  .div-block-73.logo-bar._20-top-margin._60-opacity {
    display: -ms-grid;
    display: grid;
    width: auto;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

@media screen and (max-width: 767px) {
  .flowout-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-slider-full-dots {
    bottom: 40px;
  }

  .flowout-slider-mask {
    padding-right: 80px;
    padding-left: 0px;
  }

  .flowout-footer-hero-content {
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .flowout-card-body {
    padding: 16px 24px;
  }

  .flowout-card {
    text-align: left;
  }

  .flowout-card-header {
    padding: 16px 24px;
  }

  .flowout-grid-card-background {
    min-height: 320px;
  }

  .flowout-grid-card-background.background-2 {
    min-height: 350px;
  }

  .flowout-grid-card-mini-content {
    padding-right: 16px;
    padding-left: 8px;
  }

  .flowout-list-item {
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .flowout-slide-testimonial {
    padding: 32px 32px 56px;
  }

  .flowout-footer-hero-text {
    margin-bottom: 24px;
  }

  .flowout-footer-hero-image {
    height: 400px;
  }

  .flowout-footer-hero {
    padding-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flowout-container-semi {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-hero {
    height: auto;
  }

  .flowout-hero-content {
    margin-top: 112px;
    margin-bottom: 56px;
  }

  .flowout-hero-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .flowout-hero-text {
    line-height: 32px;
  }

  .flowout-slider-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-companies-wrapper {
    -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;
  }

  .flowout-companies-logos {
    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;
  }

  .flowout-faq-question-text {
    font-size: 20px;
  }

  .flowout-companies-text {
    text-align: center;
  }

  .flowout-container-full {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-wrapper-full {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-slider-full-mask {
    padding-bottom: 24px;
  }

  .flowout-container-special {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-71 {
    height: auto;
    margin-top: 60px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .paragraph {
    font-size: 15px;
  }

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

  .column-72 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .demo-form {
    max-width: 450px;
    margin: 0px auto 8px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .vprop-wrapper.homme-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -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;
  }

  .book-demo-columns {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subheadline {
    font-size: 14px;
  }

  .subheadline.white {
    font-size: 17px;
  }

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

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

  .heading-1.white.mobile-centre {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

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

  .button.no-max-width {
    margin-right: auto;
    margin-left: auto;
  }

  .logo-image {
    display: block;
    max-width: 80%;
  }

  .div-block-73.logo-bar._20-top-margin._60-opacity {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    margin-top: 0px;
  }

  .flowout-container {
    display: block;
    max-width: 100vh;
    padding-right: 16px;
    padding-left: 16px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-navbar {
    width: 100%;
  }

  .flowout-brand.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flowout-burger {
    position: absolute;
    z-index: -1;
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0px;
    -ms-flex: 0 0px;
    flex: 0 0px;
  }

  .flowout-navbar-container {
    position: relative;
  }

  .flowout-button.flowout-navbar-button.flowout-button-cta {
    min-height: 40px;
    margin-left: 12px;
  }

  .flowout-button.flowout-navbar-button.flowout-button-light {
    display: none;
  }

  .flowout-button.flowout-section-button {
    margin-top: 16px;
  }

  .flowout-features.flowout-section.flowout-section-dark {
    padding-bottom: 40px;
  }

  .flowout-tag {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .flowout-section-item-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .flowout-section-item-left {
    height: 375px;
  }

  .flowout-section-item-heading {
    margin-top: 0px;
  }

  .flowout-section-item-text {
    margin-bottom: 24px;
    line-height: 32px;
  }

  .flowout-slider-full-dots {
    bottom: 16px;
  }

  .flowout-slider-mask {
    padding-right: 40px;
  }

  .flowout-slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flowout-footer-hero-content {
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flowout-footer-copyrights {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .flowout-footer-logo {
    max-width: 100%;
    margin-top: 24px;
    padding: 0px;
  }

  .flowout-footer-socials {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flowout-card-subtext {
    margin-top: 10px;
  }

  .flowout-card-body {
    padding: 0px;
  }

  .flowout-card {
    padding: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flowout-card-header {
    margin-bottom: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
  }

  .flowout-grid-card.flowout-grid-card-featured {
    margin-bottom: 24px;
  }

  .flowout-grid-card.flowout-grid-card-mini {
    margin-bottom: 24px;
  }

  .flowout-grid-card-text {
    line-height: 32px;
  }

  .flowout-grid-card-content {
    padding-bottom: 16px;
  }

  .flowout-grid-card-background {
    min-height: 230px;
  }

  .flowout-grid-card-background.background-2 {
    min-height: 250px;
  }

  .flowout-grid-card-mini-image {
    max-width: none;
    margin: 8px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .flowout-grid-card-mini-content {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-5 {
    width: 100%;
  }

  .flowout-grid-card-image-mini {
    width: 100%;
  }

  .flowout-list-item {
    margin-bottom: 0px;
    padding-left: 28px;
    background-position: 0% 10px;
    background-size: 20px 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .flowout-card-title-smaller {
    display: inline;
  }

  .flowout-slide-image {
    height: 343px;
  }

  .flowout-slide-testimonial {
    min-height: auto;
    padding-top: 56px;
    padding-right: 16px;
    padding-left: 16px;
    -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;
  }

  .flowout-footer-hero-text {
    line-height: 32px;
  }

  .flowout-footer-hero {
    padding-top: 32px;
  }

  .flowout-container-semi {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-container-always-full {
    padding-top: 0px;
    padding-bottom: 24px;
  }

  .flowout-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-hero-wrapper {
    height: auto;
    margin-top: auto;
  }

  .flowout-hero-content {
    margin-top: auto;
    margin-bottom: 56px;
  }

  .flowout-hero-cta {
    max-width: none;
  }

  .flowout-card-text {
    margin-bottom: 16px;
  }

  .flowout-slider-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-grid-card-heading {
    font-size: 20px;
    line-height: 32px;
  }

  .flowout-companies-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flowout-companies-content {
    padding-bottom: 16px;
  }

  .flowout-faq-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .flowout-companies-text {
    font-size: 18px;
  }

  .flowout-container-full {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-wrapper-full {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-slider-full-mask {
    padding-bottom: 0px;
  }

  .flowout-grid-card-mini-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .flowout-grid-card-mini-text {
    font-size: 12px;
    line-height: 20px;
  }

  .flowout-container-special {
    display: block;
    max-width: 100vh;
    padding-right: 16px;
    padding-left: 16px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-71 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .paragraph {
    font-size: 15px;
    text-align: center;
  }

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

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

  .column-72 {
    z-index: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .demo-form {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .book-demo-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .subheadline {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }

  .subheadline.white {
    font-size: 16px;
  }

  .heading-1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
  }

  .heading-1.white {
    padding-right: 0px;
  }

  .section {
    margin-top: auto;
  }

  .section.book-demo {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button {
    width: 100%;
    height: 40px;
    max-width: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
  }

  ._60px-wrapper._60-opacity {
    width: 95%;
    margin-top: 0px;
  }

  .div-block-73.logo-bar._20-top-margin._60-opacity {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .company-logo-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-2.centre.smaller {
    color: #2b403a;
  }
}

#w-node-_815f9520-ca56-bdf2-260d-078e8a829d67-d87c7ef8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7d1c4df6-4f55-af29-f97c-8173d4617e2a-d87c7ef8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7d1c4df6-4f55-af29-f97c-8173d4617e2a-9625779a {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_815f9520-ca56-bdf2-260d-078e8a829d67-9625779a {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e56-d87c7ef8 {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e54-d87c7ef8 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fb680252-d723-8e10-7688-b7bc308a20bc-d87c7ef8 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fb680252-d723-8e10-7688-b7bc308a20c0-d87c7ef8 {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e56-9625779a {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e54-9625779a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fb680252-d723-8e10-7688-b7bc308a20bc-9625779a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fb680252-d723-8e10-7688-b7bc308a20c0-9625779a {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }
}

