:root {
  --white: white;
  --indian-red: #f83f5a;
  --black: black;
  --size: 0px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #121217;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #717177;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

a {
  color: #919197;
  text-decoration: underline;
}

ul {
  color: #0854a5;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: none;
}

li {
  color: #0854a5;
  padding-top: 0;
  padding-bottom: 5px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 2px solid var(--indian-red);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 25px;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner {
  background-image: linear-gradient(#21b4fd, #21b4fd), linear-gradient(#0003, #0003);
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner.second {
  background-color: #1fb6ff;
  background-image: linear-gradient(#1fb6ff, #1fb6ff), linear-gradient(#00000080, #00000080);
  height: 100vh;
}

.banner.second.webforms {
  background-color: #4ab6ff;
  background-image: none;
}

.banner.third {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  padding-left: 0;
  padding-right: 0;
}

.banner.third.trial {
  height: auto;
  margin-top: 98px;
  overflow: visible;
}

.banner.fourth {
  background-color: #6e6e6e;
  background-image: none;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.banner.six {
  background-color: #313137;
  background-image: url('../images/AsplundhFastFieldBanner.jpg'), linear-gradient(#0006, #0006);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.banner.fourth {
  opacity: 1;
  background-color: #1fb6ff;
  background-image: linear-gradient(#1fb6ff00, #1187c0);
  border: 1px #000;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -48px;
  margin-bottom: 200px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.section.with-color {
  background-color: #dfdfdf;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.with-color.image {
  background-color: #a5a5a5;
  background-image: none;
  background-position: 0 0;
  overflow: hidden;
}

.section.less {
  border-top: 1px solid #ededed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.gray {
  background-color: #f5f5f7;
  margin-top: 0;
  padding-top: 10px;
}

.section.with-image {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section.with-image.second {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.with-image.second.thin {
  background-image: linear-gradient(#20b6ff, #20b6ff);
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.with-image.second.thin-copy {
  background-image: linear-gradient(#1cb6ff, #1cb6ff);
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.with-image.top-margin {
  display: none;
}

.section.overflow {
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.overflow.lightbackground {
  margin-bottom: 38px;
  overflow: hidden;
}

.section.overflow.fanbackground {
  overflow: visible;
}

.section.zero-bottom-padding {
  background-image: none;
  background-size: auto;
  padding-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

.section.zero-bottom-padding:hover {
  font-size: 14.25px;
}

.section.thin {
  background-color: #0000;
  background-image: linear-gradient(to top, #f1f1f1, #fff 14% 86%, #fff 99%);
  border: 1px solid #ececec;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.section.with-gradient {
  background-color: #21b6ff;
  background-image: none;
}

.containermobileformsapp-bottom {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom.center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.containermobileformsapp-bottom.center.in-sub-page {
  top: 58%;
}

.containermobileformsapp-bottom.in-mobile {
  flex: 1;
  margin-top: -173px;
}

.containermobileformsapp-bottom.buildercontainerhome {
  margin-top: -35px;
}

.containermobileformsapp-bottom.top-margin {
  margin-top: -200px;
  margin-bottom: 80px;
}

.containermobileformsapp-bottom.algin-center {
  margin-bottom: 160px;
}

.containermobileformsapp-bottom.top-margin-large {
  margin-top: 0;
}

.containermobileformsapp-bottom.top-margin-copyfeatures {
  margin-bottom: 80px;
}

.full-page {
  width: 100%;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 20px 50px -20px #0000001a;
}

.navbar.transparent {
  box-shadow: none;
  background-color: #0000;
  border-width: 0;
  border-bottom-style: solid;
  border-bottom-color: #ffffff4d;
  height: 100px;
}

.navbar.solid {
  box-shadow: 0 11px 38px -20px #0000001a;
}

.nav-link {
  color: #919197;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
}

.nav-link:hover {
  color: #515157;
  -webkit-text-stroke-color: #1fb6ff;
}

.nav-link.w--current {
  -webkit-text-stroke-color: grey;
}

.nav-link.normal {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

.nav-link.normal.w--current {
  text-decoration: underline;
}

.nav-link.normal.white-version {
  opacity: 1;
  text-align: center;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
}

.nav-link.normal.white-version:hover {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-weight: 400;
  text-decoration: underline;
}

.nav-link.normal.white-version.w--current {
  text-decoration: underline;
}

.nav-link.white-version {
  color: #fff;
}

.brand {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
  top: 0;
  left: 0;
}

.brand.w--current {
  height: 70px;
}

.arrow-icon {
  margin-right: 3px;
}

.line-divider-nav {
  float: right;
  background-color: #ededed;
  width: 1px;
  height: 60px;
  margin-left: 20px;
  margin-right: 10px;
}

.line-divider-nav.second-style {
  background-color: #ffffff4d;
  margin-right: 30px;
}

.social-wrapper {
  float: right;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.social-icon {
  opacity: .4;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition: all .3s;
  display: flex;
}

.social-icon:hover {
  opacity: .7;
}

.social-icon.normal {
  opacity: 1;
}

.brand-logo {
  z-index: 1;
  width: 200px;
  max-width: 200%;
  position: relative;
  top: 0;
}

.top-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  display: flex;
}

.top-wrapper.left {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 0;
}

.flex-row {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-row.center {
  align-items: center;
}

.flex-row.center.make-normal {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  display: block;
  overflow: visible;
}

.flex-row.center-copy {
  align-items: center;
}

.flex-row.center-copy.make-normal {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  display: block;
  overflow: visible;
}

.flex-row.forms-automation-software-hero-center {
  align-items: center;
}

.flex-row.forms-automation-software-hero-center.make-normal, .flex-row.forms-automation-software-hero-center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  display: block;
  overflow: visible;
}

.top-wrapper-margin {
  margin-top: 220px;
  margin-bottom: 80px;
}

.features-title {
  color: #282830;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.top-margin {
  margin-top: 50px;
}

.top-margin.half, .top-margin.in-project {
  margin-top: 25px;
}

.top-margin.less {
  margin-top: 20px;
}

.scrollbar {
  z-index: 10;
  background-color: #0854a5;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.scrollbar.white {
  background-color: #fff;
}

.sub-text {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.sub-text.small {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.sub-text.small.with-line {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  display: flex;
}

.sub-text.white {
  color: #fff;
  text-align: right;
  letter-spacing: 3px;
  font-size: 16px;
}

.sub-text.whiter {
  color: #ffffffb3;
}

.sub-text.white-normal {
  color: #fff;
}

.sub-text.dark {
  color: #383838;
  text-align: center;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 600;
}

.sub-text.large, .sub-text.large-copy {
  font-size: 22px;
}

.top-title {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title.smaller {
  font-size: 30px;
  line-height: 36px;
}

.top-title.in-banner {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title.in-banner.second {
  margin-top: 10px;
  font-size: 36px;
}

.top-title.in-banner.black {
  color: #121217;
}

.top-title.in-banner.black.smaller {
  font-size: 38px;
  line-height: 45px;
}

.top-title.in-banner.dynamictitle {
  line-height: 20px;
}

.top-title.in-banner.dynamictitle.small {
  margin-top: 0;
  font-size: 30px;
  line-height: 30px;
}

.top-title.whiter {
  color: #fff;
  text-align: center;
}

.top-title.algin-center {
  text-align: center;
  margin-top: 0;
}

.top-title.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.column-zero-padding {
  padding-left: 0;
  padding-right: 0;
}

.phone-number {
  color: #919197;
  margin-bottom: 0;
}

.right-content-slide-left {
  width: 400px;
}

.right-content-slide-left.make-left-auto {
  text-align: left;
}

.social-big-wrapper {
  z-index: 1;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rotated-sub-text {
  color: #b0b0bd;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -150px;
  transform: rotate(-90deg);
}

.rotated-sub-text.second {
  left: -120px;
}

.rotated-sub-text.fourth {
  text-decoration: none;
  left: -52px;
}

.rotated-sub-text.fourth:hover {
  text-decoration: none;
}

.rotated-sub-text.white {
  color: #fff;
  left: -148px;
}

.rotated-sub-text.white.second {
  left: -220px;
}

.rotated-sub-text.white.in-sub-pages {
  color: #b0b0bd;
  top: 58%;
  left: -45px;
}

.rotated-sub-text.white.in-sub-pages.in-categories {
  left: -38px;
}

.rotated-sub-text.white.in-sub-pages._2 {
  left: -35px;
}

.rotated-sub-text.white.in-sub-pages.licensing {
  left: -60px;
}

.rotated-sub-text.five {
  left: -28px;
}

.job-title {
  color: #919197;
  letter-spacing: 2px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.section-header-bold {
  margin-bottom: 5px;
  margin-right: 19px;
  font-size: 18px;
  font-weight: 600;
}

.section-header-bold.align-left {
  padding-right: 20px;
}

.margin-page {
  margin-top: 120px;
  margin-left: auto;
}

.fun-facts-wrapper {
  align-items: center;
  display: flex;
}

.fun-image {
  margin-right: 20px;
}

.fun-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph-white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
}

.footer-infos {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-link {
  color: #919197;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-link:hover {
  color: #515157;
}

.footer-link.normal {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.top-margin-2 {
  margin-top: 10px;
}

.footer-links {
  margin-bottom: 30px;
  margin-right: -20px;
  padding-right: 0;
}

.footer-style-1 {
  background-color: #fff;
  padding: 80px 40px 20px;
  position: relative;
}

.footer-column-second {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.link {
  color: #515157;
  text-decoration: none;
}

.link.color {
  color: #1eb6ff;
  font-size: 16px;
  text-decoration: underline;
}

.footer-line {
  background-color: #ededed;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.align-right {
  text-align: right;
}

.copyright {
  color: #919197;
}

.office-name {
  font-size: 14px;
  font-weight: 500;
}

.text-field {
  background-color: #f5f5f7;
  border-style: none;
  height: 52px;
}

.text-field::placeholder {
  color: #919197;
}

.success-message {
  color: #fff;
  background-color: #0dce79;
  font-weight: 500;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button.with-icon {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none-1.png'), linear-gradient(45deg, #112be9, #6736e6 28%, #ee9e54);
  background-position: 27px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 17px, auto;
  padding-left: 55px;
}

.button.second-color {
  color: #3b3b3b;
  background-color: #fcd717;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: auto;
  font-size: 15px;
  display: inline-block;
}

.button.second-color:hover {
  background-color: #29a1db;
}

.button.second-color.full {
  text-align: center;
  width: 100%;
}

.button.second-color.homemaincalltoaction {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button.second-color.homecalltoactionwhite {
  background-color: var(--white);
  color: #4b565c;
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button.second-color.homemaincalltoaction-copy {
  color: #4b565c;
  text-transform: none;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button.simple-color {
  color: #919197;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.button.simple-color:hover {
  box-shadow: none;
  color: #616167;
  transform: none;
}

.button.simple-color.left {
  padding-left: 0;
  padding-right: 0;
}

.button.subscribe {
  width: 100%;
  height: 52px;
}

.button.white {
  color: #1db5ff;
  text-transform: none;
  background-color: #fff;
  border-radius: 7px;
  font-size: 18px;
}

.button.second-color-copy-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button.second-color-copy-copy:hover {
  background-color: #29a1db;
}

.button.second-color-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button.second-color-copy:hover {
  background-color: #29a1db;
}

.button.button-yellow {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: auto;
  font-size: 15px;
  display: inline-block;
}

.button.button-yellow:hover {
  background-color: #29a1db;
}

.button.button-yellow.homemaincalltoaction {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.align-center {
  text-align: center;
}

.instagram-wrapper {
  justify-content: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.instagram-left-part {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.instagram-right-part {
  align-items: center;
  width: 70%;
  height: 400px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.instagram-photo {
  background-color: #f5f5f7;
  width: 240px;
  margin-left: 5px;
  margin-right: 0;
  position: relative;
}

.instagram-photo.down {
  margin-top: -50px;
}

.instagram-photo.up {
  margin-top: 50px;
}

.instagram-overlay {
  z-index: 1;
  background-image: linear-gradient(270deg, #fff 6%, #fff0);
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.instagram-photo-overlay {
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.project-wrapper {
  color: #121217;
  text-align: center;
  width: 95%;
  margin-bottom: 40px;
  text-decoration: none;
}

.project-wrapper.style-2 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.project-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.project-image {
  width: 100%;
}

.square-icon {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  transition: background-color .3s;
}

.square-icon:hover {
  background-color: #337fcf;
}

.project-title {
  color: #0854a5;
  margin-bottom: 5px;
  font-size: 18px;
}

.project-title.biger {
  font-size: 24px;
  line-height: 30px;
}

.dropdown-link {
  color: #8492a6;
  letter-spacing: 1px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #01bbff;
}

.dropdown-link.w--current {
  color: #8492a6;
}

.dropdown-link.w--current:hover {
  color: #01bbff;
}

.dropdown-list {
  background-color: #fafafa;
}

.dropdown-list.w--open {
  background-color: #f5f5f7;
  padding-top: 5px;
  padding-bottom: 5px;
}

.preloader {
  z-index: 9999;
  opacity: .46;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  width: 40px;
}

.scroll-down-wrapper {
  z-index: auto;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: auto;
  display: inline-block;
  position: absolute;
  inset: auto 0% 134px;
  overflow: auto;
}

.scroll-down-wrapper.fullscreen {
  margin-bottom: 63px;
  bottom: 30px;
}

.mouse-scroll {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: 140px;
  display: flex;
  position: relative;
}

.mouse-scroll.w--current {
  margin-right: 112px;
}

.mouse-dots {
  background-color: #d1d1d1;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: 10px;
}

.brand-logo-v2 {
  opacity: 0;
  width: 200px;
  max-width: 200%;
  height: auto;
  margin-top: 0;
  position: relative;
  top: 0;
  left: -200px;
}

.paragraph-banner {
  color: #ffffffc4;
  text-transform: none;
  width: 85%;
  margin-top: 34px;
  font-size: 18px;
  font-weight: 300;
}

.features-wrapper {
  overflow: visible;
}

.features-content {
  z-index: 1;
  float: left;
  color: #f9f9f9;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ededed;
  width: 33.33%;
  height: auto;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1px 50px 40px;
  position: relative;
}

.features-box {
  border-style: none;
  border-color: #0854a5 #ededed #ededed;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: -1px auto 25px;
  display: flex;
}

.portfolio-item-2 {
  padding-left: 0;
  padding-right: 0;
}

.team-photo {
  height: 350px;
  position: relative;
  overflow: hidden;
}

.team-content {
  text-align: center;
  padding: 20px 30px;
}

.footer {
  background-color: #fff;
  align-items: center;
  padding: 50px 40px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-block {
  color: #b0b0b4;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-block:hover {
  color: #717177;
  text-decoration: underline;
}

.footer-column-2 {
  margin-right: 30px;
}

.footer-title {
  align-items: center;
  height: 60px;
  display: flex;
}

.footer-logo-block {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.blog-wrapper {
  color: #121217;
  width: 95%;
  text-decoration: none;
  transition: all .2s;
}

.blog-wrapper:hover {
  color: #0854a5;
}

.blog-wrapper.center {
  text-align: center;
  background-color: #fff;
  padding: 10px;
}

.blog-wrapper.in-page {
  margin-bottom: 50px;
}

.blog-image {
  position: relative;
  overflow: hidden;
}

.meta-tag {
  position: absolute;
  top: 0;
  left: 0;
}

.meta-number {
  background-image: linear-gradient(to bottom, var(--indian-red), var(--indian-red));
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 26px;
  display: flex;
}

.meta-month {
  color: #9d9da5;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.meta-month.auto {
  color: #fff;
  background-color: #0854a5;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
}

.banner-left-flex {
  flex: 1;
  height: 100%;
  margin-top: 3px;
  padding: 0;
}

.banner-left-flex.with-infos {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-left-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  display: flex;
}

.vertical-column-flex {
  align-items: center;
  display: flex;
}

.container-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo-client {
  float: right;
  border: 1px solid #ffffff4d;
  border-top-color: #fff;
  width: 46%;
  height: 160px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.logo-client.logo-6 {
  cursor: default;
  background-image: url('../images/JetBlue.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 82px;
}

.logo-client.logo-1 {
  cursor: default;
  background-image: url('../images/Alaska.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 92px;
}

.logo-client.logo-4 {
  cursor: default;
  background-image: url('../images/Oakley.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 91px;
}

.logo-client.logo-5 {
  cursor: default;
  background-image: url('../images/Coca-Cola-HBC_164x74_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 82px;
  background-attachment: scroll;
}

.logo-client.logo-3 {
  cursor: default;
  background-image: url('../images/Milwaukee.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 82px;
}

.logo-client.logo-2 {
  cursor: default;
  background-image: url('../images/Pepsi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.clients-wrapper {
  text-align: right;
  flex-direction: row;
}

.blog-content {
  background-color: #fff;
  padding: 20px 41px;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.arrow {
  background-color: #ffffff4d;
  width: 70px;
  height: 70px;
  font-size: 20px;
  transition: all .2s;
}

.arrow:hover {
  background-color: var(--indian-red);
}

.arrow.left {
  border-left-color: #0000;
  border-right-color: #fff;
}

.service-wrapper {
  color: #121212;
  cursor: pointer;
  background-color: #fff;
  width: 97%;
  transition: all .4s;
  display: block;
}

.service-wrapper:hover {
  box-shadow: 0 0 20px #0000001a;
}

.service-wrapper.features {
  min-height: 450px;
}

.service-bottom {
  padding: 20px 30px;
  text-decoration: none;
}

.image-101 {
  clear: none;
  width: auto;
  max-width: 120%;
  max-height: 100%;
  display: block;
}

.testi-center {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.testimonials-wrapper-3 {
  background-color: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 25px 5px;
  display: block;
  box-shadow: 14px 14px 30px -9px #0000001a;
}

.testimonials-wrapper-3.fixedsize {
  min-height: 330px;
}

.div-block {
  flex: 1;
  display: block;
}

.services-wrapper-2 {
  height: 400px;
  position: relative;
  box-shadow: 0 -20px 100px -30px #0003;
}

.services-wrapper-2.different {
  height: 200px;
  display: block;
}

.services-content {
  float: left;
  text-align: center;
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.services-content._2 {
  background-color: #e6e6e6;
}

.services-content._3 {
  background-color: #efefef;
}

.services-content._4 {
  background-color: #e6e6e6;
}

.paragraph-whiter {
  color: #fff;
}

.left-content-div {
  justify-content: center;
  margin-left: 83px;
  display: flex;
}

.slide {
  background-image: linear-gradient(#0003, #0003), url('../images/FastFieldPhotoCapture.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/FastFieldRemoteDataCollection.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.make-center-mobile {
  padding-bottom: 1px;
  padding-left: 36px;
}

.iphone-mockup {
  width: 600px;
  margin-top: 24px;
  margin-bottom: -37px;
}

.move-sub-banner {
  padding-left: 40px;
}

.sub-banner {
  background-color: #f5f5f7;
  background-image: linear-gradient(#1fb6ff, #1fb6ff);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  position: relative;
}

.sub-banner.thin {
  background-color: var(--white);
  height: 100px;
}

.filter-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-link {
  color: #b0b0bd;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
}

.filter-link:hover, .filter-link.w--current {
  color: #5b5b63;
}

.filter-link.in-sidebar {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}

.collection-list, .collection-item {
  display: inline-block;
}

.collection-list-2 {
  background-color: #f5f5f7;
}

.sidebar {
  object-fit: fill;
  padding-left: 20px;
  position: sticky;
  top: 40px;
  bottom: auto;
}

.sidebar.light-background {
  background-color: #f6f6f6;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 32px;
  padding-right: 20px;
}

.sidebar-content {
  text-align: left;
  margin-bottom: 70px;
  display: block;
  position: sticky;
  top: 60px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 25px;
}

.empty-state {
  background-color: var(--indian-red);
  color: #fff;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: flex;
}

.pages-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.optional-price-wrapper {
  text-align: center;
  background-color: #1db5ff;
  border: 1px #ebebeb;
  border-radius: 7px;
  min-width: 325px;
  min-height: 100px;
  margin-top: 8px;
  position: relative;
}

.optional-price-wrapper.lighterbackground {
  background-color: #0000;
  min-width: 0;
  display: none;
}

.price-middle {
  padding-top: 20px;
  padding-bottom: 0;
}

.price {
  color: #fff;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 40px;
}

.price-end {
  padding: 10px 40px 40px;
  display: block;
}

.price-end.align-left {
  margin-top: auto;
  margin-bottom: 1px;
  padding-top: 100px;
}

.from-text {
  color: #fff;
  margin-bottom: 5px;
  padding-top: 25px;
  font-size: 20px;
  font-weight: 500;
}

.top-price {
  padding: 0 20px;
  font-size: 14px;
}

.price-square {
  border: 0 solid #0854a5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 140px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 124px;
  padding-bottom: 6px;
  display: flex;
}

.algin-center {
  text-align: center;
  position: relative;
}

.algin-center.section {
  background-image: linear-gradient(to top, #f6f6f6, #fff), linear-gradient(#f5f5f7, #f5f5f7);
}

.meta-blog-page {
  color: #919197;
  margin-right: 5px;
  display: inline-block;
}

.meta-blog-page.normal-color {
  color: #717177;
}

.project-left {
  margin-right: 30px;
}

.mail {
  color: #818187;
  text-decoration: none;
  display: inline-block;
}

.slider-3 {
  background-color: #0000;
  height: 60px;
}

.slide-3 {
  clear: none;
  position: relative;
}

.signupbutton {
  color: #fff;
  text-transform: none;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 7px;
  font-weight: 500;
}

.signupbutton:hover {
  background-color: #1fb6ff;
}

.customerbanner {
  object-fit: cover;
  margin-top: 0;
  padding-top: 0;
  overflow: visible;
}

.paragraph {
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
  list-style-type: none;
}

.homepagemainfeaturelarge {
  background-image: url('../images/BlackAndWhiteBackgroundSlopeRight.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 2000px;
  background-attachment: scroll;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.homepagemainfeaturelarge.appfeature {
  background-image: none;
  background-size: auto;
}

.collectmockup {
  margin-left: 68px;
  padding-left: 0;
}

.feature-small-text {
  color: #676b75;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.form-field-name {
  color: #676b75;
  text-align: left;
}

.section-header {
  color: #676b75;
  text-align: center;
  max-width: 570px;
  margin: 10px auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.section-header.creatingaccount {
  color: #1eb6ff;
  font-size: 20px;
  display: block;
}

.div-block-10 {
  padding-left: 0;
  padding-right: 0;
}

.form-field {
  text-align: left;
  border-radius: 5px;
  height: 45px;
  padding-left: 8px;
  padding-right: 0;
  font-size: 15px;
  font-weight: 300;
  overflow: visible;
}

.form {
  display: block;
}

.coming-soon-wrapper {
  color: #fff;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 133px auto 2px;
  padding-bottom: 26px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.column-13 {
  left: 7px;
}

.hidden-field {
  display: none;
}

.error-message-2 {
  color: #323439;
}

.column-14, .column-15 {
  padding-left: 0;
}

.paragraph-2 {
  color: #121217;
  text-align: left;
}

.paragraph-3 {
  text-align: center;
}

.right-align {
  text-align: left;
}

.right-align:hover {
  color: #717177;
  -webkit-text-stroke-color: #1fb6ff;
}

.right-align.optionalpricelist {
  font-weight: 300;
}

.html-embed {
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}

.div-block-13 {
  text-align: center;
}

.image-103 {
  float: right;
  clear: none;
  width: 650px;
  max-width: none;
  max-height: 100%;
  display: inline-block;
  position: static;
  overflow: visible;
}

.image-104 {
  width: 65%;
  display: block;
  position: static;
}

.section-3 {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.column-16 {
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.div-block-15 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 500px;
  display: block;
  overflow: visible;
}

.image-105 {
  width: 85%;
  max-height: 100%;
  display: inline-block;
}

.feature-icon-column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.feature-icon-image {
  margin-right: 15px;
}

.feature-list-group {
  text-align: left;
  max-width: 800px;
}

.column-17 {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: block;
  position: relative;
}

.div-block-16 {
  justify-content: center;
  margin-top: -69px;
  display: flex;
}

.image-106 {
  width: 120px;
  margin-top: 6px;
}

.div-block-17 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.trial-content-panel {
  align-items: center;
  margin-top: 358px;
  display: flex;
}

.blog-subtitle {
  color: #525252;
}

.blog-list {
  color: #121217;
  text-indent: 3px;
  margin-left: 6px;
  padding-bottom: 10px;
  line-height: 16px;
}

.list-item {
  color: #717177;
  line-height: 24px;
}

.button-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-4:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-4.second-color {
  background-color: #1fb6ff;
  border-radius: 7px;
  font-size: 15px;
}

.button-4.second-color:hover {
  background-color: #29a1db;
}

.large-video {
  background-color: #0000;
  border: 0 solid #000;
  width: 100%;
  height: 100%;
}

.feature-list {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.paragraph-4 {
  padding-left: 38px;
  font-style: italic;
}

.block-quote {
  border-left-color: #1eb6ff;
}

.div-block-22 {
  text-align: left;
  margin-top: 60px;
}

.column-19 {
  text-align: left;
}

.text-block-19 {
  color: #383838;
  text-align: left;
  padding-top: 38px;
  font-size: 16px;
  line-height: 26px;
}

.div-block-24 {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: -39px;
  left: 40px;
}

.column-20 {
  text-align: right;
  position: static;
}

.creating-account-progress {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: none;
  position: static;
}

.creating-account-progress:focus {
  justify-content: flex-end;
  display: flex;
}

.div-block-26 {
  background-color: #fafafa;
  padding: 21px 30px 35px;
}

.list {
  margin-top: 21px;
}

.heading-2 {
  text-align: center;
}

.heading-3 {
  color: #1eb6ff;
  text-transform: none;
  max-width: 700px;
  font-size: 40px;
}

.feature-header-image {
  text-align: center;
  max-width: 150px;
}

.feature-header-wrapper {
  text-align: center;
  padding-top: 11px;
}

.div-block-31, .div-block-32 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.use-case-icon {
  width: 100px;
  min-width: 100px;
}

.slide-4 {
  margin-top: 5px;
}

.mask {
  margin-top: 15px;
}

.div-block-37 {
  margin-top: 30px;
}

.arrow-2 {
  background-color: #ffffff4d;
  width: 70px;
  height: 70px;
  font-size: 20px;
  transition: all .2s;
}

.arrow-2:hover {
  background-color: #f83f5a;
}

.arrow-2.left {
  border-left-color: #0000;
  border-right-color: #fff;
}

.dashboardimage {
  float: none;
  clear: none;
  object-fit: fill;
  width: 600px;
  max-width: none;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.bulletlist {
  color: #1fb6ff;
  padding-left: 16px;
}

.bulletlistitem {
  color: #717177;
}

.div-block-39 {
  clear: none;
  text-align: left;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  height: auto;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.column-26 {
  justify-content: flex-end;
  padding-right: 69px;
  display: flex;
}

.optionalpricingfootnote {
  color: #717177;
  text-align: center;
}

.optional-price-middle {
  padding-top: 0;
  padding-bottom: 0;
}

.optionalfeaturestitle {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.optionalfeaturestitle.align-left {
  padding-top: 20px;
  padding-bottom: 3px;
  font-size: 17px;
  text-decoration: underline;
}

.optionalpricelist {
  max-width: 330px;
}

.feature-checklist-mark {
  color: #49b5ff;
  text-align: center;
  font-size: 24px;
}

.section-tall {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -105px;
  padding: 173px 40px 0;
  position: relative;
  overflow: hidden;
}

.feature-title-color {
  color: #54b4f8;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  overflow: visible;
}

.left-content-wide {
  width: 400px;
}

.collectmockup-copy {
  margin-left: 62px;
  padding-left: 0;
}

.image-117 {
  transition: opacity .2s;
}

.image-120 {
  margin-left: 57px;
}

.image-121 {
  margin-left: 13px;
}

.banner-construction {
  background-color: #52b2f4;
  background-image: url('../images/Construction_Page_Hero_v1.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-6 {
  margin-top: 23px;
  margin-bottom: 10px;
}

.dashboard-s-c {
  float: none;
  clear: none;
  object-fit: fill;
  width: 675px;
  max-width: none;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.button-try-it-free {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  margin-left: 114px;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.button-try-it-free:hover {
  background-color: #1fb6ff;
}

.image-124, .image-125 {
  margin-left: 29px;
}

.image-126 {
  margin-left: 18px;
}

.image-127 {
  margin-left: 15px;
}

.image-128 {
  margin-left: 17px;
}

.banner-aim {
  opacity: 1;
  background-image: linear-gradient(#0003, #0003), url('../images/AIM_Hero_Image_v4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-title-aim {
  color: #686868;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-aim.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 15px;
  font-size: 47px;
  font-weight: 700;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.sub-text-aim {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-banner-aim {
  color: #ffffffc4;
  text-transform: none;
  width: 85%;
  font-size: 18px;
  font-weight: 400;
}

.html-embed-2 {
  max-width: 130%;
  max-height: 130%;
  margin-left: -46px;
}

.button-copy.second-color-copy-copy-copy {
  color: #3c3b3b;
  background-color: #fcd717;
  border-radius: 7px;
  margin-top: 30px;
  font-size: 15px;
  transition: all .3s;
  transform: translate(0);
}

.button-copy.second-color-copy-copy-copy:hover {
  background-color: #fcd717;
}

.section-aim-page-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 40px 0;
  display: block;
  position: relative;
  overflow: visible;
}

.report-builder-2-reports {
  width: 800px;
  margin-top: 29px;
  margin-bottom: -37px;
}

.image-129 {
  max-width: 125%;
  padding-right: 81px;
}

.html-embed-copy {
  object-fit: scale-down;
  width: auto;
  max-width: none;
  height: auto;
  margin-right: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.html-embed-8 {
  object-fit: contain;
  display: block;
  overflow: hidden;
}

.i {
  width: 800px;
  margin-top: 41px;
  margin-bottom: -37px;
}

.paragraph-9 {
  color: #717176;
  text-align: center;
}

.features-content-offline {
  z-index: 1;
  float: left;
  background-color: var(--white);
  color: #f9f9f9;
  text-align: left;
  border: 1px solid #ededed;
  width: 33.333%;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1px 50px 40px;
  position: relative;
}

.column-28 {
  margin-bottom: 202px;
}

.iphone-mockup-form {
  width: 800px;
  margin-top: 22px;
  margin-bottom: -37px;
}

.align-center-copy {
  text-align: center;
  margin-top: -74px;
  padding-top: 0;
  padding-bottom: 99px;
}

.section-copy.gray {
  background-color: #f5f5f7;
}

.section-copy.overflow {
  text-align: left;
  background-color: #0000;
  margin-top: -2px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-copy.gray-copy {
  background-color: #f5f5f7;
  margin-top: 78px;
  padding-top: 0;
}

.columns-4 {
  margin-top: -62px;
  padding-top: 0;
}

.algin-center-copy.section-copy {
  background-image: linear-gradient(to top, #f6f6f6, #fff), linear-gradient(#f5f5f7, #f5f5f7);
  padding-bottom: 78px;
}

.section-4 {
  padding-bottom: 218px;
}

.image-132 {
  max-height: none;
  padding-left: 41px;
  display: block;
}

.mockup-banner-safety-page {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 120%;
  max-height: 150%;
  margin: 0 auto -74px;
  padding-top: 42px;
  padding-left: 0;
  display: inline-block;
  position: static;
  right: -20px;
  overflow: visible;
}

.use-case-link-blocks {
  text-decoration: none;
}

.link-block-3 {
  font-style: normal;
  text-decoration: none;
}

.use-case-subhead {
  color: #18b5f8;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.use-case-paragraph {
  font-style: normal;
  text-decoration: none;
}

.use-case-title {
  color: #282830;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.column-29 {
  margin-top: 10px;
  position: sticky;
  overflow: auto;
}

.text-block-24 {
  margin-top: 146px;
  margin-left: 0;
  display: block;
}

.column-30 {
  z-index: auto;
  position: sticky;
  top: 40px;
}

.list_item_sidemenu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns-5 {
  margin-top: -102px;
}

.sidemenulink {
  padding-top: 10px;
  text-decoration: none;
  transition: opacity .2s;
}

.sidemenulink:hover {
  color: #18b5f8;
  font-size: 14px;
}

.sidemenulist {
  border: 0px solid var(--black);
  background-color: #f8f8f8;
  border-radius: 3px;
  margin-top: 8px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 40px;
  position: sticky;
  top: 40px;
  box-shadow: 3px 3px 15px -6px #000;
}

.image-134 {
  display: none;
}

.div-block-44, .column-31 {
  position: sticky;
  top: 60px;
}

.text-block-25 {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.sidemenulink-top {
  padding-top: 10px;
  padding-bottom: 0;
  text-decoration: none;
  transition: opacity .2s;
}

.sidemenulink-top:hover {
  color: #18b5f8;
  font-size: 14.5px;
}

.sidemenulink-copy {
  padding-top: 10px;
  text-decoration: none;
  transition: opacity .2s;
}

.sidemenulink-copy:hover {
  color: #18b5f8;
  font-size: 14.5px;
}

.sidemenulink-bottom {
  padding-top: 10px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.sidemenulink-bottom:hover {
  color: #18b5f8;
  font-size: 14.5px;
}

.section-copy.with-color-copy {
  background-color: #dfdfdf;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.with-color-copy.image-copy {
  background-color: #a5a5a5;
  background-image: none;
  background-position: 0 0;
  overflow: hidden;
}

.sub-text-copy, .sub-text-copy-copy {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.section-copypricingtop {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 67px;
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
}

.container-pricingtop {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.sub-text-copyinspectionapp {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.image-136 {
  display: none;
}

.left-content-wide-copyinspectionapp {
  width: 400px;
}

.image-138 {
  display: none;
}

.image-139, .image-140 {
  display: block;
}

.image-141 {
  display: none;
}

.image-142 {
  display: block;
}

.image-143 {
  display: none;
}

.image-101-copymobileforms {
  clear: none;
  width: 900px;
  max-width: none;
  max-height: 100%;
  display: block;
}

.image-144 {
  display: none;
}

.image-101-copychecklist {
  clear: none;
  width: 900px;
  max-width: none;
  max-height: 100%;
  display: none;
}

.top-wrapper-copyhome {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  display: flex;
}

.div-block-47 {
  width: 100%;
  overflow: hidden;
}

.image-145 {
  display: none;
}

.sub-text-copydigitalforms {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.sub-text-copywebforms {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.image-132-copy {
  padding-left: 41px;
  display: none;
}

.image-146 {
  display: none;
}

.image-147 {
  display: block;
}

.image-148 {
  display: none;
}

.image-149 {
  display: block;
}

.sub-text-copysafety {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.top-title-copymobileforms {
  color: #686868;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.section-copymobileforms {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
}

.section-copymobileforms.with-image {
  background-color: #20b6ff;
}

.sub-text-copyfeatures {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.sub-text-copyfeatures.white {
  color: #fff;
  text-align: right;
  letter-spacing: 3px;
  font-size: 16px;
}

.paragraph-banner-copydatacollection {
  color: #ffffffc4;
  text-transform: none;
  width: 85%;
  font-size: 18px;
  font-weight: 300;
}

.button-copy.second-color-copy.homemaincalltoaction-copy-copy, .button-copy.second-color-copy.homemaincalltoaction-copy-copy-copy {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy.second-color-copy.homemaincalltoaction-copy-copy:hover {
  background-color: #fcd717;
}

.button-copy.second-color-copy.homemaincalltoaction-copy-copy-copy {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy.second-color-copy.homemaincalltoaction-copy-copy-copy:hover {
  background-color: #fcd717;
}

.paragraph-banner-copy1 {
  color: #ffffffc4;
  text-transform: none;
  width: 85%;
  font-size: 18px;
  font-weight: 300;
}

.button-copymf {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-copymf:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-copymf.second-color-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copymf.second-color-copy:hover {
  background-color: #29a1db;
}

.button-copy.second-color-copydc {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy.second-color-copydc:hover {
  background-color: #29a1db;
}

.button-copy.second-color-copy.homemaincalltoaction-copy-copy:hover {
  color: #4b565c;
}

.button-copy.second-color-try-it-free {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy.second-color-try-it-free:hover {
  background-color: #29a1db;
}

.paragraph-banner-copy {
  color: #ffffffc4;
  text-transform: none;
  width: 85%;
  font-size: 18px;
  font-weight: 300;
}

.right-align-copy-copy.optionalpricelist-copy {
  text-align: left;
  margin-left: auto;
  padding-left: 0;
  font-weight: 300;
}

.features-content-offline-copy {
  z-index: 1;
  float: left;
  background-color: var(--white);
  color: #f9f9f9;
  text-align: left;
  border: 1px solid #ededed;
  width: 33.333%;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1px 50px 40px;
  position: relative;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.div-block-50 {
  margin-bottom: 102px;
  margin-right: 51px;
  position: absolute;
}

.right-align-copy {
  text-align: left;
  text-align: left;
}

.image-152, .image-153, .image-154 {
  display: none;
}

.top-wrapper-copydf {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -165px;
  margin-bottom: 41px;
  display: flex;
}

.containermobileformsapp-bottom-copywf {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -105px;
  margin-bottom: 80px;
  position: static;
}

.image-155-dbstack {
  display: none;
}

.containermobileformsapp-bottom-copycopy, .containermobileformsapp-bottom-copy_3, .containermobileformsapp-bottom-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.image-157 {
  display: none;
}

.image-158 {
  display: block;
}

.image-159, .image-160 {
  display: none;
}

.image-163, .image-164 {
  display: none;
}

.containermobileformsapp-bottom-copy6 {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.image-165 {
  display: none;
}

.image-166 {
  display: none;
}

.image-167, .image-168 {
  display: none;
}

.image-169 {
  display: none;
}

.containermobileformsapp-bottom-copym {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copym.top-margin {
  margin-bottom: 80px;
}

.paragraph-white-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
}

.image-170 {
  display: none;
}

.paragraph-7-copy {
  color: var(--white);
  text-align: right;
  margin-top: 20px;
  margin-bottom: 19px;
  padding-top: 0;
  padding-left: 68px;
}

.html-embed-10 {
  margin-bottom: 0;
  display: block;
}

.mobilelogos-copy {
  display: none;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.right-align-copy-copy {
  text-align: left;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.sub-text-copy {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.section-copywebforms-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
}

.section-copywebforms-copy.with-image {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section-copywebforms-copy.with-image.second {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-copywebforms-copy.with-image.second.thin {
  background-image: linear-gradient(#20b6ff, #20b6ff);
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-copywebforms-copy.thin {
  background-color: #0000;
  background-image: linear-gradient(to top, #f1f1f1, #fff 14% 86%, #fff 99%);
  border: 1px solid #ececec;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.div-block-60 {
  margin-top: 40px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.section-aim-page-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 112px;
  margin-bottom: 0;
  padding: 60px 40px 0;
  position: relative;
  overflow: hidden;
}

.section-copy.with-image.second.thin {
  background-image: linear-gradient(#20b6ff, #20b6ff);
  padding-top: 70px;
  padding-bottom: 70px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.div-block-22-copy, .right-align-copy {
  text-align: left;
}

.top-title-copy {
  color: #686868;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.section-copy-copy.with-image.second.thin {
  background-image: linear-gradient(#20b6ff, #20b6ff);
  padding-top: 70px;
  padding-bottom: 70px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.html-embed-12, .html-embed-13, .html-embed-14, .section-5 {
  display: block;
}

.section-6 {
  padding-right: 83px;
  display: block;
}

.html-embed-15 {
  display: block;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.html-embed-16 {
  display: block;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.html-embed-17 {
  display: block;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.html-embed-20 {
  display: block;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.html-embed-21 {
  display: block;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.image-171 {
  display: none;
}

.html-embed-22 {
  display: block;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.html-embed-23 {
  margin-top: 149px;
  display: block;
}

.image-172 {
  margin-left: auto;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.html-embed-24 {
  display: block;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.html-embed-25 {
  display: block;
}

.image-173 {
  display: none;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.image-174 {
  display: block;
}

.containermobileformsapp-bottom-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  display: none;
  position: static;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.flex-row-copy.center.make-normal {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
  overflow: hidden;
}

.containermobileformsapp-bottom-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  display: block;
  position: static;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: 48px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
  display: block;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy2 {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.section-aim-page-copy-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 112px;
  margin-bottom: 0;
  padding: 60px 40px 0;
  position: relative;
  overflow: hidden;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copyccc {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copyccc.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: right;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copyccccc {
  color: #686868;
  text-align: center;
  margin-top: 200px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy {
  color: #686868;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  display: block;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.div-block-65 {
  margin-top: 86px;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.button-readreviews, .button-readreviews-copy, .button-readreviews-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .3s;
  display: none;
}

.asplundh-video {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
}

.button-readreviews-copy, .button-readreviews-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .3s;
  display: none;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.button-readreviews-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .3s;
  display: none;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.right-align-copy {
  text-align: left;
}

.section-copy.with-color.image {
  background-color: #20b4fd;
  background-image: linear-gradient(#0003, #0003);
  overflow: hidden;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.make-center-mobile-copy2 {
  margin-top: 54px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 0;
}

.make-center-mobile-copy-copy2 {
  margin-top: 100px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 36px;
}

.createdigitalformsdiv {
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 0;
}

.make-center-mobile-copy, .make-center-mobile-copy-copy-copy {
  padding-bottom: 1px;
  padding-left: 36px;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  text-align: left;
  object-fit: fill;
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.button-readreviewstopmargin {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .3s;
  display: none;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy-copytoppad {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copy-copytoppad.top-margin-copy {
  margin-top: -178px;
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-toppadedit, .containermobileformsapp-toppadding {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.image-175 {
  display: none;
}

.containermobileformsapp-bottom-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  display: block;
  position: static;
}

.top-title-copy-pricingheader {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.containermobileformsapp-bottomtopheader, .containermobileformsapp-bottom-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-botheader, .containermobileformsapp-bottomheader {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.image-176, .image-177 {
  display: none;
}

.containermobileformsapp-bottom-copyaim {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copyaim.buildercontainerhome {
  margin-top: -139px;
}

.image-178 {
  display: none;
}

.containermobileformsapp-bottom-copy1 {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.section-aim-page-copy-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 40px 0;
  display: block;
  position: relative;
  overflow: visible;
}

.containermobileformsapp-bottom-copyq {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copyq.top-margin-copy {
  margin-bottom: 80px;
}

.image-179 {
  display: none;
}

.image-180, .image-181 {
  display: none;
}

.column-41 {
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  padding-left: 173px;
  position: static;
}

.image-101-copy-copy-copy {
  clear: none;
  width: 900px;
  max-width: none;
  max-height: 100%;
  display: none;
}

.containermobileformsapp-bottom-copy-co {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -168px;
  margin-bottom: 80px;
  position: static;
}

.sub-text-copy-copy {
  color: #555d61;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.containermobileformsapp-botsstom-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  display: none;
  position: static;
}

.top-title-features {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-features.in-banner-features {
  float: none;
  clear: none;
  color: #fff;
  text-align: right;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copycontactus {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy-copyconstruction, .containermobileformsapp-bottom-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copycc {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copycc.top-margin {
  margin-bottom: 178px;
}

.containermobileformsapp-bottom-copy-copyc-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: auto;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copycocopy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copycocopy.buildercontainerhome {
  margin-top: -35px;
}

.containermobileformsapp-bottom-copycsasd {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copycsasd.buildercontainerhome {
  margin-top: -35px;
}

.containermobileformsapp-bottom-copyasdffff {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copyasdffff.buildercontainerhome {
  margin-top: -35px;
}

.section-aim-page-copy-copy-copy1111 {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 112px;
  margin-bottom: 0;
  padding: 60px 40px 0;
  position: relative;
  overflow: hidden;
}

.image-182 {
  display: none;
}

.top-titleasd {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.section-aim-page-copy-copy-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: -117px;
  padding: 60px 40px 0;
  position: relative;
  overflow: hidden;
}

.top-title-copyfeatureslist {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.algin-center-copy {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 38px;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
}

.containermobileformsapp-bottom-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  text-align: left;
  object-fit: fill;
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.top-title-copymobileappdownlaods {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.div-block-46-copy {
  margin-bottom: -105px;
}

.image-183 {
  object-fit: scale-down;
  max-width: 105%;
  margin-bottom: -110px;
  display: inline-block;
}

.blogcontainer, .containermobileformsapp-bottom-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.top-title-copy-copy.in-banner-copy-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.algin-center-copy {
  text-align: center;
  position: relative;
}

.algin-center-copy.section-copy {
  background-image: linear-gradient(to top, #f6f6f6, #fff), linear-gradient(#f5f5f7, #f5f5f7);
}

.top-title-copy-copy.in-banner-copy-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.mockup-banner-large-copy {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 110%;
  max-height: 110%;
  margin-top: 196px;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
  position: static;
  right: -20px;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy1234-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: 48px;
  margin-bottom: 80px;
  position: static;
}

.div-block-69 {
  margin-top: 100px;
}

.top-title-copy-copy.in-banner-copy-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.mockup-banner-safety-copy {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 150%;
  max-height: 150%;
  margin: 0 auto 69px 0;
  padding-left: 0;
  display: inline-block;
  position: static;
  right: -20px;
  overflow: visible;
}

.button-copy.second-color-copy.homemaincalltoaction-copy-copy {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.image-115-copy {
  margin-left: 48px;
  padding-left: 0;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.columns-8 {
  margin-top: 102px;
}

.top-title-copy-copy.in-banner-copy-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.image-137-copy {
  display: block;
}

.containermobileformsapp-bottom-copy.top-margin-large-copy {
  margin-top: 0;
}

.image-184 {
  display: none;
}

.image-186 {
  display: none;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.div-block-72 {
  margin-top: 220px;
}

.top-title-copyc-copy {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copyc-copy.in-banner-copy-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.heading-9 {
  color: #686868;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.image-189 {
  display: none;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.paragraph-27 {
  margin-top: auto;
}

.image-191 {
  display: none;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.div-block-77 {
  margin-top: 63px;
}

.containermobileformsapp-bottom-contactmobile-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -108px;
  margin-bottom: 80px;
  position: static;
}

.image-192 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-193 {
  display: none;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.left-content-copy.make-left-auto {
  text-align: left;
  margin-right: 0;
}

.left-content-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
}

.top-title-copy {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.div-block-78, .div-block-79, .div-block-80, .div-block-81, .div-block-82, .div-block-83, .div-block-84, .div-block-85, .div-block-86, .div-block-87, .div-block-88, .div-block-89, .div-block-90, .div-block-91, .div-block-92 {
  text-align: center;
}

.div-block-93 {
  margin-top: 40px;
}

.image-195 {
  display: none;
}

.top-title-copy-copy-copy-copy {
  color: #686868;
  text-align: center;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.button-try-it-free-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .3s;
  display: inline-block;
}

.div-block-how-it-works {
  flex: 1;
  display: none;
}

.div-block-how-it-works-copy {
  flex: 1;
  display: block;
}

.testi-center-copy {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-98 {
  display: block;
}

.div-block-99 {
  display: none;
}

.div-block-copy {
  flex: 1;
  display: none;
}

.div-block-copy-copy, .div-block-copydispatch {
  flex: 1;
  display: block;
}

.div-block-copydispatch-copy {
  flex: 1;
  display: none;
}

.image-196 {
  margin-left: 89px;
}

.section-copy.overflow.lightbackground-copy {
  background-image: linear-gradient(#f8f8f8, #fff);
  margin-bottom: 38px;
}

.image-197 {
  display: none;
}

.containermobileformsapp-bottom-copycsasd-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copycsasd-copy.buildercontainerhome {
  margin-top: -35px;
}

.image-199 {
  display: none;
}

.section-7, .section-8 {
  background-image: linear-gradient(#f8f8f8, #fff);
}

.section-copy-copy.overflow.lightbackground {
  background-image: linear-gradient(#f8f8f8, #fff);
  margin-bottom: 38px;
}

.image-201, .image-202, .image-203, .image-204, .image-205, .image-206, .image-207 {
  display: none;
}

.image-208 {
  margin-left: 89px;
  display: block;
}

.image-209 {
  display: none;
}

.section-copy.gray-copy {
  background-color: #f5f5f7;
}

.video-banner {
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-video {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
}

.slide-6 {
  object-fit: fill;
  object-position: 50% 50%;
  height: auto;
  min-height: 600px;
  max-height: none;
}

.slider-4 {
  clear: none;
  background-color: #0000;
  height: auto;
  margin-left: 135px;
  margin-right: 135px;
  position: relative;
}

.slide-8, .slide-9 {
  height: 600px;
}

.section-9 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.background-video-9 {
  background-color: #0000008f;
  height: 800px;
  position: absolute;
  inset: 0%;
}

.top-margin-copy {
  text-align: center;
  margin-top: 50px;
  margin-left: 220px;
  margin-right: 220px;
}

.left-arrow {
  display: block;
}

.containermobileformsapp-bottom-copy.top-margin-copy {
  margin-bottom: 80px;
}

.top-title-copy-copy-copy {
  color: #686868;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  display: none;
  overflow: visible;
}

.div-block-101 {
  margin-bottom: -32px;
}

.div-block-102 {
  margin-bottom: -6px;
}

.div-block-103 {
  margin-top: -143px;
  margin-bottom: 22px;
}

.top-title-copy-copy {
  color: #686868;
  margin-top: -115px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: visible;
}

.flex-row-copy.center-copy.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: visible;
}

.div-block-104 {
  margin: 0;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.div-block-105 {
  margin-bottom: -10px;
}

.div-block-106, .div-block-107, .div-block-108, .div-block-109 {
  margin-bottom: 0;
}

.paragraph-32, .paragraph-33 {
  text-align: left;
}

.sub-text-copy.large-copy-copy {
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
}

.div-block-110 {
  margin-bottom: 0;
}

.div-block-111 {
  margin-top: -16px;
  margin-bottom: -194px;
}

.sub-text-copy {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -143px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.top-wrapper-copy-copy-copy22 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -175px;
  margin-bottom: -6px;
  display: flex;
}

.top-wrapper-copy {
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -184px;
  margin-bottom: 41px;
  display: flex;
}

.secionbodygsunique {
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 60px;
  font-size: 12px;
  text-decoration: none;
}

.gstitle {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 12px;
}

.gsdiv {
  margin-top: 109px;
}

.gsdivtop {
  margin-top: 0;
  margin-bottom: -25px;
}

.div-block-113 {
  background-color: #be9b9b;
}

.secionbodygstop {
  color: #171212;
  margin-top: 40px;
  padding-left: 60px;
  font-size: 12px;
}

.bold-text-4 {
  font-size: 16px;
}

.list-item-2 {
  color: var(--black);
  column-count: 0;
  margin-bottom: 40px;
  margin-left: 146px;
  list-style-type: none;
  overflow: visible;
}

.list-2 {
  margin-top: 17px;
  margin-bottom: 22px;
  margin-left: 16px;
  padding-left: 0;
}

.bold-text-5 {
  margin-left: 40px;
  padding-left: 0;
  font-size: 16px;
  text-decoration: none;
}

.getting-started-banner {
  margin-top: 220px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 30px;
}

.div-block-114 {
  margin-top: 177px;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.boldlistitem {
  color: var(--black);
  column-count: 0;
  margin-top: 5px;
  margin-left: 121px;
  margin-right: 40px;
  padding-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  list-style-type: none;
  overflow: visible;
}

.gslink {
  color: #0854a5;
}

.secionbodygstop-copy {
  margin-top: 29px;
  padding-left: 60px;
  font-size: 12px;
}

.secionbodygstop-copy-copy {
  margin-top: 25px;
  margin-bottom: -44px;
  padding-left: 60px;
  font-size: 12px;
}

.list-2-copy {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
}

.list-item-2-copy {
  column-count: 0;
  margin-top: -29px;
  margin-left: 146px;
  list-style-type: none;
  overflow: visible;
}

.bold-text-7 {
  color: red;
}

.secionbodygs-copy {
  margin-top: 10px;
  padding-left: 60px;
  font-size: 12px;
}

.secionbodygstop-copy-copy {
  color: #171212;
  margin-top: -3px;
  margin-bottom: 0;
  padding-left: 60px;
  font-size: 12px;
}

.container-5 {
  margin-bottom: -146px;
}

.heading-11 {
  color: #686868;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 100px;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.link-3 {
  color: #0854a5;
}

.link-4, .link-5 {
  color: #0854a5;
}

.boldlistitem-copy {
  color: var(--black);
  column-count: 0;
  margin-top: 5px;
  margin-left: 121px;
  margin-right: 40px;
  padding-bottom: 10px;
  font-size: 14px;
  list-style-type: decimal;
  overflow: visible;
}

.list-2-copy-copy-copy {
  margin-top: 20px;
  margin-bottom: 22px;
  margin-left: 44px;
  padding-left: 0;
  list-style-type: decimal;
}

.link-6 {
  color: #0854a5;
}

.secionbodygstop-copy-copy {
  color: #171212;
  margin-top: 0;
  margin-bottom: -42px;
  padding-left: 46px;
  font-size: 12px;
}

.list-2-copy-copy, .list-2-copy-copy-copy {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.list-2-copy-copy-copy-copy {
  margin-top: 20px;
  margin-bottom: 22px;
  margin-left: 44px;
  padding-left: 0;
  list-style-type: decimal;
}

.list-2-copy-copy-copy-copy-copy {
  margin-top: 60px;
  margin-bottom: 22px;
  margin-left: 44px;
  padding-left: 0;
  list-style-type: decimal;
}

.secionbodygstop-copy, .secionbodygstop-copy-copy {
  color: #171212;
  margin-top: 40px;
  padding-left: 60px;
  font-size: 12px;
}

.secionbodygstop-copy-copy-copy-copy {
  color: #171212;
  margin-top: 60px;
  padding-left: 60px;
  font-size: 12px;
}

.link-7 {
  color: #0854a5;
}

.secionbodygstop-copy-copy-copy-copy-copy {
  color: #171212;
  margin-top: 20px;
  padding-left: 60px;
  font-size: 12px;
}

.link-8 {
  color: #0854a5;
}

.secionbodygs-copy-copy {
  margin-top: -19px;
  padding-left: 60px;
  font-size: 12px;
}

.link-9, .link-10, .link-11 {
  color: #0854a5;
}

.link-12 {
  color: #0854a5;
}

.bold-text-8 {
  color: var(--indian-red);
}

.list-2-copy-copy-copy {
  margin-top: 40px;
  margin-bottom: 22px;
  margin-left: 16px;
  padding-left: 0;
}

.link-14, .link-15 {
  color: #0854a5;
}

.secionbodygs-copy-copy-copy-copy {
  margin-top: 0;
  padding-left: 60px;
  font-size: 12px;
  text-decoration: none;
}

.secionbodygs-copy-copy-copy-copy-copy {
  margin-top: 57px;
  padding-left: 60px;
  font-size: 12px;
}

.link-16, .link-17 {
  color: #0854a5;
}

.secionbodygs-copy-copy-copy-copy-copy-copy {
  margin-top: 44px;
  padding-left: 60px;
  font-size: 12px;
}

.list-2-copy {
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 0;
}

.secionbodygs-copy-copy-copy-copy {
  margin-top: 0;
  padding-left: 60px;
  font-size: 12px;
}

.link-18 {
  color: #0854a5;
}

.secionbodygs-copy-copy-copy {
  margin-top: -19px;
  padding-left: 60px;
  font-size: 12px;
}

.list-2-copy, .list-2-copy-copy, .list-2-copy-copy-copy, .list-2-copy-copy-copy-copy {
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 16px;
  padding-left: 0;
}

.list-2-copy-copy-copy-copy-copy {
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: -29px;
  padding-left: 0;
}

.link-19 {
  color: #0854a5;
}

.link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27 {
  color: #0854a5;
}

.gstitle-copy {
  margin-top: 38px;
  padding-left: 20px;
  font-size: 12px;
}

.secionbodygstop-copy-copy-copy-copy-copy-copy-copy-copy {
  color: #171212;
  margin-top: 38px;
  padding-left: 60px;
  font-size: 12px;
}

.link-28 {
  color: #0854a5;
}

.list-2-copy-copy {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.list-2-copy-copy-copy {
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 0;
}

.link-29 {
  color: #0854a5;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12, .italic-text-13, .italic-text-14, .italic-text-15, .italic-text-16, .italic-text-17, .italic-text-18, .italic-text-19, .italic-text-20, .italic-text-21, .italic-text-22 {
  font-style: normal;
}

.secionbodygs-copy {
  margin-top: 75px;
  margin-bottom: -49px;
  padding-left: 60px;
  font-size: 12px;
}

.list-item-2-copy {
  color: var(--black);
  column-count: 0;
  margin-top: 45px;
  margin-bottom: 40px;
  margin-left: 146px;
  list-style-type: none;
  overflow: visible;
}

.secionbodygstop-copy-copy-copy-copy {
  clear: left;
  object-fit: fill;
  margin: 47px;
  padding: 0;
  font-size: 12px;
  display: block;
  position: static;
}

.link-30 {
  color: var(--black);
  text-decoration: none;
}

.list-2-copy-copy {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
}

.secionbodygs-copy-copy {
  margin-top: 60px;
  margin-bottom: -51px;
  padding-left: 60px;
  font-size: 12px;
}

.secionbodygs-copy-copy {
  margin-top: 66px;
  margin-bottom: -49px;
  padding-left: 60px;
  font-size: 12px;
  text-decoration: none;
}

.secionbodygs-copy-copy-copy-copy-copy {
  margin-top: 34px;
  padding-left: 60px;
  font-size: 12px;
  text-decoration: none;
}

.secionbodygstop-copy-copy-copy-copy-copy-copy {
  color: #171212;
  margin-top: -44px;
  padding-left: 48px;
  font-size: 12px;
}

.sectionbodygs-paragraph {
  color: #171212;
  margin-top: 22px;
  margin-bottom: 1px;
  padding-bottom: 0;
  padding-left: 60px;
  font-size: 12px;
}

.link-31, .link-32, .link-33 {
  color: #0854a5;
}

.online-portal-list {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
}

.online-portal-items {
  column-count: 0;
  margin-top: -25px;
  margin-left: 146px;
  list-style-type: none;
  overflow: visible;
}

.link-34 {
  color: #0854a5;
}

.indented-subhead {
  margin-left: 40px;
  padding-left: 0;
  font-size: 16px;
  text-decoration: none;
}

.link-35 {
  color: #0854a5;
}

.paragraph-34 {
  margin-top: 190px;
}

.image-211 {
  width: 50%;
  margin-right: auto;
}

.rmcapturehomebody {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.rmcapturehomebody.buildercontainerhome {
  margin-top: -200px;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.top-title-copyc-copy-copy {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copyc-copy-copy.in-banner-copy-copy-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-margin-copy.half-copy {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 335px;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.containermobileformsapp-bottom-copy.top-margin-copy {
  margin-top: -200px;
  margin-bottom: 80px;
}

.make-center-mobile-copy-copy-copy-copy-copy {
  margin-left: 108px;
  padding-bottom: 1px;
  padding-left: 36px;
}

.containermobileformsapp-bottom-copy1-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy-copy {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  display: block;
  overflow: visible;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy-copy.center-copy, .flex-row-copy-copy.center-copy-copy {
  align-items: center;
}

.html-embed-copy {
  width: auto;
  max-width: none;
  height: auto;
  padding-left: 100px;
  display: block;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.image-212 {
  display: none;
}

.containermobileformsapp-bottom-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  display: block;
  position: static;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.div-block-22-copy {
  text-align: left;
  margin-top: 140px;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy-copy.center-copy, .flex-row-copy-copy.center-copy-copy {
  align-items: center;
}

.flex-row-copy-copy.center-copy-copy-copy {
  align-items: center;
}

.flex-row-copy-copy.center-copy-copy-copy.make-normal-copy-copy {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  display: flex;
  overflow: visible;
}

.flex-row-copy-copy.center-copy, .flex-row-copy-copy.center-copy-copy {
  align-items: center;
}

.containermobileformsapp-bottom-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  display: block;
  position: static;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.div-block-120 {
  margin-top: 200px;
}

.top-wrapper-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 41px;
  display: flex;
}

.top-title-copy-copy-copy-copy {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  display: block;
  overflow: visible;
}

.sub-text-copy-copy-copy {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -67px;
  font-size: 14px;
  font-weight: 400;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.section-copy.with-image-copy.second-copy.thin-copy {
  background-image: linear-gradient(#20b6ff, #20b6ff);
  padding-top: 70px;
  padding-bottom: 70px;
}

.make-center-mobile-copy-copy-copy-copy {
  padding-bottom: 1px;
  padding-left: 36px;
}

.button-copy-copy.second-color-copy-copy {
  color: #3c3b3b;
  background-color: #fcd717;
  border-radius: 7px;
  margin-top: 30px;
  font-size: 15px;
  transition: all .3s;
  transform: translate(0);
}

.button-copy-copy.second-color-footer-copy {
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: -34px;
  font-size: 15px;
}

.button-copy-copy.second-color-footer-copy:hover {
  background-color: #29a1db;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy {
  text-align: left;
}

.top-margin-copy, .top-margin-copy-copy, .top-margin-copy-copy-copy, .top-margin-copy {
  margin-top: 50px;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.div-block-22-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
}

.div-block-22-copy-copy, .div-block-22-copy {
  text-align: left;
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.button-copy-copy.second-color-copy.homemaincta {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy-copy.second-color-copy.homemaincta:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-copy-copy.second-color-copy.homemaincta-copy {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy-copy.second-color-copy.homemaincta-copy:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-top: auto;
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  display: block;
  position: static;
}

.button-copy-copy.second-color-copy-copy.homemaincalltoaction-copy-copy-copy-copy {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.top-margin-copy, .top-margin-copy-copy {
  margin-top: 50px;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.div-block-70-copy {
  margin-top: -86px;
  margin-bottom: -111px;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.button-copy-copy.second-color-copy-copy-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy.second-color-copy-copy-copy:hover {
  background-color: #29a1db;
}

.button-copy.second-color {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-margin-copy-copy {
  text-align: center;
  margin-top: 50px;
  margin-left: 220px;
  margin-right: 220px;
}

.div-block-22-copy-copy {
  text-align: left;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy.whiter-copy-copy, .top-title-copy-copy.whiter-copy-copy-copy {
  color: #fff;
}

.large-video-copy.top-margin, .large-video-copy.ai-video-section-video-1 {
  margin-top: -73px;
}

.button-copy-copy-copy.second-color-copy-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy-copy.second-color-copy-copy:hover {
  background-color: #29a1db;
}

.button-copy-copy-copy.second-color-copy-copy-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy-copy.second-color-copy-copy-copy:hover {
  background-color: #29a1db;
}

.top-title-copy-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.button-try-it-free-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d4bd09;
  border-radius: 7px;
  margin-top: 30px;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .3s;
  display: inline-block;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.div-block-24-copy {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
  margin-right: 100px;
  padding-right: 0;
  display: block;
  position: relative;
  left: 40px;
}

.align-center-copy {
  text-align: center;
  margin-top: 0;
}

.top-margin-copy-copy {
  margin-top: 200px;
  margin-bottom: -10px;
}

.button-try-it-free-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  margin-left: auto;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.top-margin-copy-copy-copy {
  text-align: center;
  margin-top: 50px;
  margin-left: 220px;
  margin-right: 220px;
}

.div-block-70-copy {
  margin-top: 10px;
}

.div-block-24-copy {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 0;
  display: block;
  position: relative;
  left: 40px;
}

.div-block-131 {
  margin-bottom: -194px;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.container-7 {
  margin-bottom: 200px;
}

.flex-row-copy-copy.center-copy, .flex-row-copy-copy.center-copy-copy {
  align-items: center;
}

.top-margin-copy-copy-copy, .top-margin-copy-copy-copy-copy {
  margin-top: 200px;
}

.top-margin-copy-copy-copy-copy {
  margin-top: 50px;
  margin-bottom: -89px;
}

.left-content-copy-copy {
  width: 400px;
  margin-left: -159px;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.top-margin-copy-copy-copy-copy-copy {
  margin-top: 200px;
}

.top-margin-copy-copy-copy-copy {
  margin-top: 50px;
}

.align-center-copy-copy {
  text-align: center;
  margin-bottom: -98px;
}

.section-3-copy {
  justify-content: center;
  margin-bottom: 137px;
  display: flex;
}

.top-margin-copy-copy-copy {
  margin-top: -19px;
  margin-bottom: -48px;
}

.align-center-copy-copy {
  text-align: center;
  margin-top: 41px;
  margin-bottom: 22px;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy, .left-content-copy.make-left-auto-copy {
  text-align: left;
}

.left-content-copy {
  width: 400px;
}

.left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy {
  text-align: left;
}

.make-center-mobile-copy-copy {
  padding-bottom: 1px;
  padding-left: 36px;
}

.feature-title-color-copy-copy {
  color: #54b4f8;
  letter-spacing: 1px;
  text-transform: none;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  overflow: visible;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.left-content-copy-copy-copy {
  width: 400px;
  margin-left: -159px;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.top-title-copylp-copy {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 34px;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  display: block;
  position: static;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.survey-b-hero-image {
  float: none;
  clear: none;
  object-fit: scale-down;
  flex: 0 auto;
  max-width: 150%;
  max-height: 150%;
  margin: 0 auto 75px 0;
  padding-top: 42px;
  padding-left: 0;
  display: inline-block;
  position: static;
  right: -20px;
  overflow: visible;
}

.webform-embed-survey-page {
  width: 700px;
  margin-top: 24px;
  margin-bottom: -37px;
}

.kiosk-mode {
  width: 600px;
}

.flex-row-copy-copy.center-copy, .flex-row-copy-copy.center-copy-copy {
  align-items: center;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  display: block;
  position: static;
}

.flex-row-copy-copy.center-copy, .flex-row-copy-copy.center-copy-copy {
  align-items: center;
}

.div-block-70-copy-copy {
  margin-top: 200px;
  margin-bottom: -111px;
}

.flex-row-copy-copy.center-copy.make-normal-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: visible;
}

.flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 168px;
  margin-bottom: 80px;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy.top-margin-copy-copy {
  margin-bottom: 80px;
  display: block;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy.center-copy {
  align-items: center;
}

.flex-row-copy.center-copy.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.div-block-138 {
  margin-left: auto;
  margin-right: auto;
}

.flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  overflow: visible;
}

.flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy-copy {
  justify-content: center;
  align-items: center;
  margin: 80px 133px 80px auto;
  overflow: visible;
}

.flex-row-copy-copy.center-copy, .flex-row-copy-copy.center-copy-copy {
  align-items: center;
}

.flex-row-copy-copy.center-copy, .flex-row-copy-copy.center-copy-copy {
  align-items: center;
}

.flex-row-copy-copy.center-copy-copy {
  align-items: center;
}

.flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 0;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy.top-margin-copy {
  margin-bottom: 80px;
  display: block;
}

.flex-row-copy-copy {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-row-copy-copy.center-copy {
  align-items: center;
}

.flex-row-copy-copy.center-copy.make-normal-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  overflow: visible;
}

.flex-row-copy-copy-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
  justify-content: center;
  align-items: center;
  margin: 80px 89px 80px 63px;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.link-36 {
  color: #1fb6ff;
}

.make-center-mobile-copy-copy {
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 36px;
}

.top-margin-copy-copy, .top-margin-copy-copy-copy-copy {
  margin-top: 50px;
}

.gw-hero {
  object-fit: scale-down;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.list-2-copy, .list-2-copy-copy {
  margin-top: 17px;
  margin-bottom: 22px;
  margin-left: 16px;
  padding-left: 0;
}

.list-2-copy-copy-casd {
  margin-top: 17px;
  margin-bottom: -63px;
  margin-left: 16px;
  padding-left: 0;
}

.environments-list-copy {
  column-count: 0;
  margin-top: 12px;
  margin-left: 200px;
  list-style-type: none;
  overflow: visible;
}

.banner-gw {
  background-image: linear-gradient(#21b4fd, #21b4fd), linear-gradient(#0003, #0003);
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-gw.second-gw {
  background-color: var(--white);
  background-image: linear-gradient(#222d3c, #222d3c), linear-gradient(#00000080, #00000080);
  height: 100vh;
  padding-bottom: 121px;
}

.secionbodygs-copy {
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 60px;
  font-size: 12px;
  text-decoration: none;
}

.secionbodygsunique-copy {
  margin-top: 54px;
  margin-bottom: 8px;
  padding-left: 60px;
  font-size: 12px;
  text-decoration: none;
}

.section-5-copy {
  margin-top: 200px;
  display: block;
}

.column-53 {
  padding-left: 0;
  padding-right: 2px;
}

.align-rightss {
  text-align: right;
  margin-right: 20px;
}

.section-header-bold-copy.align-center {
  margin-right: auto;
}

.columns-9 {
  margin-bottom: 22px;
}

.column-54 {
  padding-left: 0;
  padding-right: 54px;
}

.paragraph-35 {
  margin-top: 89px;
  margin-left: 200px;
  padding-left: 220px;
  padding-right: 220px;
}

.section-copy.with-image-copy.second-copy.thin-copy {
  margin-top: 102px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.tabs-content {
  text-align: left;
  margin-top: 40px;
}

.button-try-it-free-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  margin-left: 48px;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.top-title-copy-copy {
  color: #686868;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 17px;
  font-size: 25px;
  line-height: 38px;
  overflow: visible;
}

.bold-text-9 {
  font-size: 38px;
}

.column-55 {
  margin-top: 124px;
  padding-left: 119px;
}

.gsdiv-copy {
  margin-top: 41px;
}

.gstitle-copy {
  text-align: center;
  margin-top: 10px;
  padding-left: 0;
  font-size: 12px;
}

.image-213 {
  margin-top: 32px;
  padding-right: 95px;
}

.list-item-2-copy-copy {
  color: var(--black);
  column-count: 0;
  margin-bottom: 40px;
  margin-left: 111px;
  padding-right: 41px;
  list-style-type: none;
  overflow: visible;
}

.secionbodygsunique-copy {
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 60px;
  padding-right: 0;
  font-size: 12px;
  text-decoration: none;
}

.columns-10 {
  margin-right: auto;
}

.column-56 {
  object-fit: fill;
}

.list-2-copy-copy {
  margin-top: -70px;
  margin-bottom: 10px;
  margin-left: -19px;
  padding-top: 0;
  padding-left: 0;
}

.secionbodygstop-copy-copy-copy-copy {
  color: #171212;
  margin-top: 40px;
  margin-bottom: -15px;
  margin-left: -12px;
  padding-left: 60px;
  font-size: 12px;
}

.secionbodygstop-copy-copy-copy-copy-copy {
  color: #171212;
  margin-top: 60px;
  margin-bottom: 35px;
  padding-left: 60px;
  font-size: 12px;
}

.secionbodygstop-copy-copy-copy-copy-copy-copy-copy {
  color: #171212;
  margin-top: 51px;
  padding-left: 48px;
  font-size: 12px;
}

.list-2-copy-copy-copy-copy-copy-copy {
  margin-top: -6px;
  margin-bottom: 22px;
  margin-left: -41px;
  padding-left: 0;
  padding-right: 62px;
}

.secionbodygs-copy-copy-copy-copy-copy-copy {
  margin-top: -29px;
  margin-bottom: -29px;
  margin-left: -22px;
  padding-left: 60px;
  font-size: 12px;
}

.top-title-copy-copy-copy {
  color: #686868;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 51px;
  margin-bottom: 0;
  padding-right: 17px;
  font-size: 25px;
  line-height: 38px;
  overflow: visible;
}

.secionbodygs-copy-copy-copy-copy-copy-copy-copy {
  margin-top: -29px;
  margin-bottom: -29px;
  margin-left: -22px;
  padding-left: 60px;
  font-size: 12px;
}

.secionbodygs-copy-copy-copy-copy-copy-copy-copy-copy {
  margin-top: -13px;
  margin-bottom: -29px;
  margin-left: -22px;
  padding-left: 60px;
  font-size: 12px;
}

.list-item-2-copy {
  color: var(--black);
  column-count: 0;
  margin-bottom: 40px;
  margin-left: 146px;
  list-style-type: none;
  overflow: visible;
}

.list-2-copy {
  margin-top: 17px;
  margin-bottom: 22px;
  margin-left: -48px;
  padding-left: 0;
}

.list-2-copy-copy-casd-copy {
  margin-top: 17px;
  margin-bottom: -63px;
  margin-left: -48px;
  padding-left: 0;
}

.feature-list-copy {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.containermobileformsapp-bottom-toppadedit-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.top-wrapper-copy-copy-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -114px;
  margin-bottom: 41px;
  display: flex;
}

.paragraph-38 {
  text-align: left;
  padding-top: 42px;
  padding-left: 154px;
  padding-right: 154px;
  font-size: 18px;
  line-height: 30px;
}

.heading-14 {
  color: #686868;
  text-align: center;
  margin-top: 56px;
}

.image-216 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 156px;
  position: static;
}

.video-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.top-title-copy-copy-copy-copy {
  color: #686868;
  text-align: center;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.make-center-mobile-copy222-copy-copy-copy {
  margin-top: -35px;
  margin-right: 121px;
  padding-bottom: 1px;
  padding-left: 36px;
}

.make-center-mobile-copy-copy-copy-copy-copy {
  margin-top: 140px;
  padding-bottom: 1px;
  padding-left: 36px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.column-57 {
  padding-left: 46px;
  display: block;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.div-block-142 {
  cursor: auto;
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
}

.grid-words {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area Area-2 Area-3" 125px
  / 1fr 1fr 1fr;
  place-content: stretch center;
  place-items: center;
  margin-top: 13px;
  margin-bottom: 0;
}

.div-block-143-copy {
  border: 0 solid #000;
  border-radius: 20px;
  margin-top: 20px;
}

.heading-16 {
  text-align: left;
  margin-left: auto;
  padding-right: 0;
  font-size: 18px;
  display: block;
}

.containermobileformsapp-bottom-copy-copy-copy.top-margin {
  margin-top: -200px;
  margin-bottom: 80px;
}

.sub-text-copy-copy {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 38px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy-copy.whiter-copy-copy, .top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.large-video-copy {
  background-color: #0000;
  border: 0 solid #000;
  width: 100%;
  height: 100%;
}

.large-video-copy.top-margin {
  margin-top: 38px;
  margin-bottom: 200px;
}

.mockup-banner-copy {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 150%;
  max-height: 150%;
  margin: 0 auto -117px 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
  right: -20px;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  float: none;
  clear: none;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy-copy.in-banner-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  padding-right: 20px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -127px;
  margin-bottom: -156px;
  position: static;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.image-218 {
  max-height: 57%;
}

.image-219 {
  max-height: 51%;
}

.image-220 {
  max-height: 53%;
}

.image-221 {
  max-height: 48%;
}

.image-222, .image-223 {
  max-height: 53%;
}

.div-block-152 {
  margin-top: 100px;
  margin-left: -152px;
  margin-right: 100px;
  overflow: visible;
}

.column-59 {
  padding-left: 0;
  padding-right: 0;
}

.secionbodygstop-copy-copy-copy-copy-copy-copy-copy-copy {
  color: #171212;
  margin-top: 54px;
  margin-bottom: 89px;
  padding-left: 60px;
  font-size: 12px;
}

.top-title-home {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 200px;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-wrapper-home {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -114px;
  margin-bottom: 41px;
  display: flex;
}

.top-margin-home {
  margin-top: 50px;
  margin-bottom: -159px;
  margin-left: 0;
}

.sub-text-home {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -143px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -57px;
  margin-bottom: 80px;
  display: block;
  position: static;
}

.columns-11 {
  margin-bottom: -92px;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -73px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-fieldreporting {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.section-6-copy {
  margin-top: -140px;
  margin-right: 86px;
  padding-right: 121px;
  display: block;
}

.full-page-copy-copy {
  margin-top: 13px;
}

.column-16-copy {
  display: block;
  position: static;
}

.top-title-copy-copy-copy-copy-copy-copy-copy {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  display: block;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -73px;
  margin-bottom: 80px;
  position: static;
}

.top-titlle-safety, .top-title-inspection {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.iphone-mockup-surveys {
  width: 600px;
  margin-top: 24px;
  margin-bottom: -37px;
  margin-right: -70px;
  padding-right: 157px;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-digitalformsapp {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -38px;
  margin-bottom: 80px;
  position: static;
}

.section-digitalformsapp {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -48px;
  margin-bottom: 32px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.section-copy-copy.with-image-copy.second-copy.thin-copy {
  background-image: linear-gradient(#20b6ff, #20b6ff);
  margin-top: -13px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-formbuildertop {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -48px;
  margin-bottom: 32px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.section-inspectiontemplatetop {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -48px;
  margin-bottom: 29px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.top-titlle-videos {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-videos {
  color: #686868;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.containermobileformsapp-bottom-mobileforms {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-mobileforms.buildercontainerhome {
  margin-top: -200px;
  margin-bottom: -137px;
}

.top-title-howitworks {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.section-forms-automation {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -48px;
  margin-bottom: 13px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.top-title-construction {
  color: #686868;
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.dashboardimage-copy {
  float: none;
  clear: none;
  object-fit: fill;
  width: 800px;
  max-width: none;
  padding-left: 44px;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.containermobileformsapp-usecase {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -127px;
  margin-bottom: -156px;
  position: static;
}

.containermobileformsapp-builder {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.flex-row-home {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-row-home.center-copy-copy {
  align-items: center;
}

.flex-row-home.center-copy-copy.make-normal-copy-copy {
  justify-content: center;
  align-items: center;
  margin: 80px -10px 80px 98px;
  overflow: visible;
}

.left-content-div-inspectionapp {
  justify-content: center;
  margin-left: 98px;
  display: flex;
}

.top-title-inspectiontemplate {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.section-checklist {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -48px;
  margin-bottom: 0;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.flex-row-copy-copy-copy {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-row-copy-copy-copy.center-copy-copy {
  align-items: center;
}

.flex-row-copy-copy-copy.center-copy-copy.make-normal-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -130px;
  overflow: visible;
}

.section-webformsmiddle {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -48px;
  margin-bottom: -41px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.section-copy-copy-copy.with-image.second.thin {
  background-image: linear-gradient(#20b6ff, #20b6ff);
  margin-top: 48px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-11 {
  margin-top: -35px;
  margin-bottom: 140px;
}

.containermobileformsapp-bottom-copy.buildercontainerhome-copy {
  margin-top: -200px;
}

.margin-page-copy {
  margin-top: -32px;
  margin-left: auto;
}

.div-block-153 {
  margin-top: 117px;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: 63px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-safety {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -175px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-topchecklist {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -168px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-topformsautomation {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -190px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-topformworkflow {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.make-center-mobile-topsafety {
  margin-top: 60px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 36px;
}

.banner-industry-construction {
  background-color: #52b2f4;
  background-image: url('../images/Construction_Page_Hero_xs.png');
  background-position: 50% 0;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.const-header-paragraph-copy {
  direction: ltr;
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  margin-top: 20px;
  margin-bottom: 19px;
  padding-top: 0;
  padding-left: 68px;
}

.containermobileformsapp-bottom-copyccs-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copyccs-copy.buildercontainerhome {
  margin-top: -200px;
}

.containermobileformsapp-bottom-copyinspectionapp {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copyinspectionapp.top-margin-large-copy {
  margin-top: 0;
  margin-bottom: -83px;
}

.div-block-15-copy {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 650px;
  margin-left: 79px;
  display: block;
  overflow: hidden;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
}

.flex-row-copy-copy-copy-copy.center-copy-copy, .flex-row-copy-copy-copy-copy.center-copy-copy-copy {
  align-items: center;
}

.flex-row-copy-copy-copy-copy.center-copy-copy-copy.make-normal-copy-copy-copy {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -63px;
  overflow: visible;
}

.align-center-copy {
  text-align: center;
  margin-right: -57px;
}

.flex-row-copy-copy-copy-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
  justify-content: center;
  align-items: center;
  margin: 168px -48px 187px 200px;
  overflow: visible;
}

.align-center-copy-copyhowitworks {
  text-align: center;
  margin-top: -16px;
  margin-bottom: -44px;
  padding-top: 0;
  padding-bottom: 99px;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  padding-left: 173px;
  position: static;
}

.button-readreviews-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .3s;
  display: none;
}

.top-wrapper-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  display: flex;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.algin-center-pricing {
  text-align: center;
  position: relative;
}

.top-title-datacollection {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-wrapper-margin-datacollection {
  margin-top: 220px;
  margin-bottom: 80px;
}

.div-block-156 {
  margin-top: 140px;
}

.algin-center-copy-copy {
  text-align: center;
  margin-top: 175px;
  position: relative;
}

.div-block-157 {
  margin-top: 140px;
}

.column-61 {
  display: block;
}

.collectmockup-copy-copy {
  margin-left: 62px;
  padding-left: 0;
}

.top-title-blog {
  color: #686868;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 38px;
  overflow: visible;
}

.heading-17 {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 24px;
}

.column-62 {
  margin-top: -38px;
  padding-left: 60px;
  padding-right: 146px;
}

.sidemenulist-copy {
  border: 0px solid var(--black);
  background-color: #f8f8f8;
  border-radius: 3px;
  margin-top: 3px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 40px;
  list-style-type: decimal;
  display: block;
  position: sticky;
  top: 40px;
  box-shadow: 3px 3px 15px -6px #000;
}

.container-blog {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: 161px;
  margin-bottom: 11px;
  position: static;
}

.div-block-160 {
  object-fit: scale-down;
  width: 100%;
  height: 625px;
  margin: -181px auto -162px;
  overflow: hidden;
}

.top-blog-section {
  margin-bottom: -57px;
}

.image-224 {
  object-fit: cover;
  margin: -63px auto -117px;
  display: block;
  overflow: hidden;
}

.subheading-blog {
  color: #686868;
  padding-left: 0;
  font-size: 18px;
}

.text-span {
  color: #1fb6ff;
  height: auto;
  padding-left: 0;
  display: block;
}

.top-wrapper-margin-copy {
  margin-top: 220px;
  margin-bottom: -200px;
}

.text-block-30 {
  color: #121217;
  letter-spacing: .25px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.text-block-33 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.bold-text-10 {
  color: #1fb6ff;
  text-align: left;
  padding-left: 0;
}

.section-copy.zero-bottom-padding-copy {
  background-image: none;
  background-size: auto;
  margin-top: 32px;
  padding-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

.section-copy.zero-bottom-padding-copy-copy {
  background-image: none;
  background-size: auto;
  margin-top: -200px;
  margin-bottom: 6px;
  padding-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

.section-copy.zero-bottom-padding-copy-copy {
  background-image: none;
  background-size: auto;
  margin-top: 32px;
  padding-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

.section-copy.zero-bottom-padding-copy-copy:hover {
  font-size: 14.25px;
}

.list-5 {
  display: none;
}

.image-224-blogtablet {
  object-fit: scale-down;
  width: 100%;
  max-width: none;
  display: none;
  overflow: visible;
}

.top-blog-section-copy {
  margin-top: -25px;
  margin-bottom: -57px;
}

.container-blog-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: 137px;
  margin-bottom: 80px;
  position: static;
}

.image-224-copy {
  object-fit: scale-down;
  width: 100%;
  max-width: none;
  margin-left: auto;
  display: block;
  overflow: visible;
}

.top-margin-copy-copy {
  margin-top: 50px;
}

.top-margin-copy-copy.align-center-copy {
  margin-top: -47px;
  margin-left: auto;
}

.dashboardimage-copy-copy {
  float: none;
  clear: none;
  object-fit: fill;
  width: 800px;
  max-width: none;
  margin-right: 20px;
  padding-left: 44px;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.flex-row-copy-copy-copy-copy-copy-copy {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-row-copy-copy-copy-copy-copy-copy.center-copy-copy {
  align-items: center;
}

.flex-row-copy-copy-copy-copy-copy-copy.center-copy-copy.make-normal-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 80px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 59px;
  display: block;
  overflow: visible;
}

.containerreviews {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: 63px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  padding-left: 0;
  display: block;
  position: static;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.sublist, .list-item-3 {
  list-style-type: none;
}

.sublistblog {
  color: var(--black);
  list-style-type: square;
}

.list-6 {
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
}

.section-copy-blog {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
}

.section-copy-blog.with-color {
  background-color: #dfdfdf;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy-blog.with-color.image {
  background-color: #a5a5a5;
  background-image: none;
  background-position: 0 0;
  overflow: hidden;
}

.blog-paragraph {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-paragraph.fine-print {
  font-size: 9px;
  line-height: 12px;
}

.image-225 {
  text-align: center;
  margin-bottom: 41px;
}

.flex-row-copy-copy-copy-copy {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-row-copy-copy-copy-copy.center-copy-copy {
  align-items: center;
}

.div-block-162 {
  margin-bottom: 0;
}

.top-wrapper-margin-copy-copy {
  margin-top: 130px;
  margin-bottom: 0;
}

.containerreportbuilder {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.top-margin-copy-copy-copy-copy-copy {
  margin-top: 50px;
  margin-bottom: 0;
}

.animated-video-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -114px;
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
}

.containeryopto {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.containeryopto.top-margin {
  margin-top: -200px;
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.top-margin {
  margin-top: -200px;
  margin-bottom: 220px;
  overflow: visible;
}

.section-copy-copy.overflow.lightbackground {
  margin-bottom: 38px;
}

.section-copy-copy.with-image-copy.second-copy {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-copy-copy.with-image-copy.second-copy.thin-copy {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-copy-copy.with-image-copy {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.containermobileformsapp-bottom-copy-copy-copy.top-margin-copy-copy {
  margin-top: -16px;
  margin-bottom: 80px;
}

.containeryopto-videopage {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -95px;
  margin-bottom: 80px;
  position: static;
}

.section-copy-copy-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
}

.section-copy-copy-copy.gray {
  background-color: #f5f5f7;
  margin-top: 0;
  padding-top: 10px;
}

.section-copy-copy-copy.with-image {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section-copy-copy-copy.with-image.second {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-copy-copy-copy.with-image.second.thin {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-copy-copy-copy.thin {
  background-color: #0000;
  background-image: linear-gradient(to top, #f1f1f1, #fff 14% 86%, #fff 99%);
  border: 1px solid #ececec;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.containermobileformsapp-bottom-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -117px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 6px;
  padding-left: 173px;
  position: static;
}

.align-center-copy-copy-copy {
  text-align: center;
  margin-top: 41px;
  margin-bottom: 54px;
}

.div-block-22-copy {
  text-align: left;
  margin-left: 40px;
}

.containermobileformsapp-bottom-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  padding-left: 0;
  position: static;
}

.mockup-banner-copy-copy {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 120%;
  max-height: 150%;
  margin: 0 auto -137px 0;
  padding-top: 42px;
  padding-left: 0;
  display: inline-block;
  position: static;
  right: -20px;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -73px;
  margin-bottom: 80px;
  position: static;
}

.containerdigitalformstop {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -54px;
  margin-bottom: 80px;
  position: static;
}

.container-13 {
  margin-top: -190px;
}

.enterprisecontainerbottom {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.enterprisecontainerbottom.buildercontainerhome {
  margin-top: -190px;
}

.formbuilderimage {
  clear: none;
  width: 150%;
  max-width: 150%;
  max-height: 100%;
  display: block;
}

.topcontainersurveysb {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -73px;
  margin-bottom: 80px;
  position: static;
}

.secondcontainersurveysb {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -127px;
  margin-bottom: 80px;
  position: static;
}

.embedwebformdiv {
  text-align: center;
  margin-right: -73px;
}

.div-block-164 {
  object-fit: fill;
}

.surveysdivblock {
  text-align: left;
  margin-left: 60px;
}

.enterpriecontainerinspectiontemplate {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.inspectiontemplatebottomsection {
  padding-bottom: 0;
}

.tryitfreebottomdivfeaturelist {
  text-align: center;
  margin-top: -121px;
}

.enterprisecontainerbottommobileform {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.formbuilderimagehowitworks {
  clear: none;
  width: 1500px;
  max-width: 150%;
  max-height: 100%;
  margin-left: 100px;
  display: block;
  overflow: visible;
}

.formsautomationcontainer2 {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -184px;
  margin-bottom: 80px;
  position: static;
}

.electronicformscontainer {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.digitalformstopwrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -73px;
  margin-bottom: 41px;
  display: flex;
}

.digitallformssecondcontainer {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -137px;
  margin-bottom: 80px;
  position: static;
}

.yoptotopwrapper {
  margin-top: 92px;
  margin-bottom: 80px;
}

.reportbuilderdivblock {
  text-align: left;
  margin-top: 140px;
  margin-left: 60px;
}

.div-block-165, .digitalformsdivblock2 {
  margin-right: 60px;
}

.inspectionchecklistappdiv {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 0;
  display: block;
  position: relative;
  left: 40px;
}

.workflowdivblock {
  text-align: left;
  margin-left: 40px;
}

.workflowdivblockright {
  margin-right: 40px;
}

.enterprisecontainergw {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.enterprisecontainergw.buildercontainerhome {
  margin-top: -35px;
  margin-bottom: -79px;
}

.headerdivblockworkorder {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 0;
  display: block;
  position: relative;
  left: 40px;
}

.headertextherodiv {
  margin-top: 140px;
  margin-left: auto;
  margin-right: 20px;
  padding-bottom: 1px;
  padding-left: 36px;
  padding-right: 20px;
}

.bannerheroimage {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 120%;
  max-height: 120%;
  margin: 0 auto -55px 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
  right: -20px;
  overflow: visible;
}

.formbuilderheaderdiv {
  margin-top: 100px;
  margin-left: auto;
  padding-right: 40px;
}

.htmlembeddiv {
  text-align: center;
  margin-left: -63px;
}

.customersurveyimage {
  clear: none;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.top-wrapper-marginsurveysb {
  margin-top: 127px;
  margin-bottom: 80px;
}

.digitalformsheadercopy {
  margin-top: 100px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 36px;
  padding-right: 20px;
}

.formbuilderimagedashboard {
  clear: none;
  width: auto;
  max-width: 150%;
  max-height: 100%;
  display: block;
}

.inspectiontempateheaderimage {
  float: none;
  clear: none;
  object-fit: scale-down;
  flex: 0 auto;
  max-width: 100%;
  max-height: 100%;
  margin: 83px auto 67px;
  padding-left: 0;
  display: block;
  position: static;
  right: -20px;
  overflow: visible;
}

.formsautomationheaderimage {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 120%;
  max-height: 150%;
  margin: auto;
  padding-left: 0;
  display: block;
  position: static;
  right: -20px;
  overflow: visible;
}

.checklistappheaderimage {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 120%;
  max-height: 150%;
  margin: 83px auto 67px;
  padding-left: 0;
  display: block;
  position: static;
  right: -20px;
  overflow: visible;
}

.checklistappheadertext {
  margin-top: 220px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 36px;
  padding-right: 40px;
}

.formworkflowheaderimage {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 120%;
  max-height: 150%;
  margin: 83px auto 67px;
  padding-left: 0;
  display: block;
  position: static;
  right: -20px;
  overflow: visible;
}

.formworkflowheadertext {
  margin-top: 220px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 36px;
  padding-right: 20px;
}

.constructioncontainer {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -184px;
  margin-bottom: 80px;
  position: static;
}

.gsheaderimage, .formsautomationheaderimage-lp, .electronicformsheader {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 120%;
  max-height: 150%;
  margin: 83px auto 67px;
  padding-left: 0;
  display: block;
  position: static;
  right: -20px;
  overflow: visible;
}

.electronicformsheadercopy {
  margin-top: 220px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 36px;
  padding-right: 40px;
}

.digitalformslpheader {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 120%;
  max-height: 150%;
  margin: 83px auto 67px;
  padding-left: 0;
  display: block;
  position: static;
  right: -20px;
  overflow: visible;
}

.digitalformslpheadercopy {
  margin-top: 220px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 36px;
  padding-right: 40px;
}

.formsautomationheaderimage-copyworkforder {
  float: none;
  clear: none;
  flex: 0 auto;
  max-width: 120%;
  max-height: 150%;
  margin: 83px auto 67px;
  padding-left: 0;
  display: block;
  position: static;
  right: -20px;
  overflow: visible;
}

.homedivtablet1 {
  text-align: left;
}

.tabletflexrow {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.tabletflexrow.center-copy-copy {
  align-items: center;
}

.tabletflexrow.center-copy-copy.make-normal-copy-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.centercopy {
  text-align: left;
}

.topwrappertablet {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  display: flex;
}

.flexrowtablet-body {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flexrowtablet-body.centerbody {
  align-items: center;
}

.flexrowtablet-body.centerbody.make-normal-body {
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  overflow: visible;
}

.bodysubtitleh2 {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  display: block;
  overflow: visible;
}

.bodycontentright {
  margin-right: 20px;
}

.bodysubtexth2 {
  color: #18b5f8;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.flex-row-copy-copy-copy-copy-copy {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-row-copy-copy-copy-copy-copy.center-copy-copy {
  align-items: center;
}

.bodycontainer {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin: 100px auto;
  padding-left: 0;
  position: static;
}

.topsection {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -48px;
  margin-bottom: auto;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.bodysection {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: -200px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.column-63 {
  display: block;
}

.footercontainer {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -124px;
  margin-bottom: 80px;
  position: static;
}

.top-title-body-left {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.sub-text-body-left {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.toptitletop {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.flexrowheader {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flexrowheader.centercopyheader {
  align-items: center;
}

.flexrowheader.centercopyheader.makenormalheader {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  overflow: visible;
}

.topmarginfirstheader {
  margin-top: 50px;
}

.topwrapperfirstheader {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  display: flex;
}

.div-block-header-webforms {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: -39px;
  left: 40px;
}

.subheaderwebforms {
  margin-bottom: 5px;
  margin-right: 19px;
  font-size: 18px;
  font-weight: 600;
}

.webformssubp {
  color: #919197;
  letter-spacing: 2px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.topcontainer {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.bottomcontainerlast {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.top-wrapper-margin-copy-copy-copy {
  margin-top: 165px;
  margin-bottom: 200px;
}

.feature-title-color-reformat {
  color: #54b4f8;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  overflow: visible;
}

.dashboardimage-copy {
  float: none;
  clear: none;
  object-fit: fill;
  width: 700px;
  max-width: none;
  padding-left: 140px;
  display: block;
  position: static;
  overflow: visible;
}

.bodycontaineraim {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.div-block-gwheader {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: -39px;
  left: 40px;
}

.gwdivblocktop {
  text-align: left;
  margin-top: 100px;
  margin-left: 40px;
}

.report-builder-2-reports-image {
  width: 800px;
  margin-top: 29px;
  margin-bottom: -37px;
}

.image-226 {
  object-fit: scale-down;
}

.div-block-170 {
  margin-top: 100px;
}

.bodyimagemiddle {
  width: 800px;
  margin-top: 29px;
  margin-bottom: -37px;
}

.bodyparagraphright {
  margin-right: 40px;
}

.div-block-171 {
  opacity: 1;
}

.report-builder-2-reports-copy {
  width: 800px;
  margin-top: 29px;
  margin-bottom: -37px;
}

.div-block-173 {
  margin-top: 100px;
}

.topcontainerfeatures {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.html-embed-copy {
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}

.column-26-copy {
  justify-content: flex-end;
  display: flex;
}

.column-21-copy {
  padding-right: 0;
}

.sub-text-copy {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.sub-text-copy.large {
  margin-bottom: 0;
  font-size: 22px;
}

.iphone-mockup-copy {
  width: 600px;
  margin-top: 24px;
  margin-bottom: -37px;
}

.button-try-it-free-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  margin-left: 114px;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.left-content-div-copy-copy {
  justify-content: center;
  margin-left: 83px;
  display: flex;
}

.button-try-it-free-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  margin-left: auto;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .3s;
  display: inline-block;
}

.button-try-it-free-copy:hover {
  background-color: #1fb6ff;
}

.button-try-it-free-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  margin-left: auto;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .3s;
  display: inline-block;
}

.button-try-it-free-copy-copy:hover {
  background-color: #1fb6ff;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy.buildercontainerhome-copy {
  margin-top: -35px;
}

.paragraph-59, .heading-19 {
  display: none;
}

.sub-text-const {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.sub-text-const.white-const {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  padding-left: 68px;
  font-size: 16px;
}

.heading-17-copy {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 63px;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 24px;
}

.column-62-copy {
  margin-top: -38px;
  padding-left: 60px;
  padding-right: 146px;
}

.containeryopto-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -200px;
  margin-bottom: 80px;
  position: static;
}

.align-center-copy {
  text-align: center;
}

.left-content-wide-copyinspectionapp-copy, .left-content-copy-copy {
  width: 400px;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.top-title-copy-copy-copy-copy {
  color: #686868;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
}

.top-title-body-left-copy {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.section-copy.with-image-copy.second-copy {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-copy.with-image-copy.second-copy.thin-copy {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-copy.with-image-copy {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section-copy.zero-bottom-padding-copy {
  background-image: none;
  background-size: auto;
  padding-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

.section-copy.zero-bottom-padding-copy:hover {
  font-size: 14.25px;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
}

.top-title-copy-copy-copy {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.left-content-wide-copyinspectionapp-copy, .left-content-copy-copy {
  width: 400px;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.left-content-copy-copy-copy-copy {
  width: 400px;
  margin-left: -159px;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy-copy.whiter-copy-copy, .top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.flex-row-copy.center.make-normal {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  overflow: visible;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
}

.top-margin-copy {
  margin-top: 50px;
}

.top-margin-copy.half-copy {
  margin-top: 25px;
}

.button-try-it-free-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  margin-left: auto;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .3s;
  display: inline-block;
}

.button-try-it-free-copy-copy-copy:hover {
  background-color: #1fb6ff;
}

.div-block-21-copy {
  text-align: right;
  padding-left: 230px;
}

.sectionreviews {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy-copy.whiter-copy-copy, .top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy-copy {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy.whiter-copy-copy {
  color: #fff;
}

.top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.top-title-copy-copy.whiter-copy-copy, .top-title-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
}

.top-title-copy-copy-copy {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copy-copy-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.sub-text-copyinspectionapp-copy {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.left-content-copy-copy {
  width: 400px;
}

.left-content-copy-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
}

.column-68 {
  margin-top: 168px;
}

.top-title-lp {
  color: #686868;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.grid-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area Area-2 Area-3" 339px
  / 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: stretch space-around;
  margin-top: 125px;
  overflow: visible;
}

.image-229 {
  object-fit: cover;
  width: 700px;
  max-width: none;
  height: 340px;
  margin-top: 0;
  margin-left: -127px;
  display: inline-block;
}

.image-229.center {
  object-fit: cover;
  width: 120%;
  max-width: none;
  height: 120%;
  margin: auto;
  display: block;
  overflow: hidden;
}

.image-231 {
  width: 591px;
  max-width: none;
  margin-left: -57px;
}

.image-232 {
  width: 591px;
  max-width: none;
  margin-left: auto;
}

.div-block-blog {
  cursor: auto;
  border: 0 solid #000;
  border-radius: 10px;
  overflow: hidden;
}

.div-block-blog:hover {
  filter: none;
}

.slider-5 {
  background-color: #fff;
  height: 500px;
  margin-top: 108px;
}

.grid-slider {
  grid-column-gap: 0px;
  object-fit: scale-down;
  grid-template: "Area" 339px
  / .25fr .75fr;
  grid-auto-flow: column;
  place-content: stretch space-around;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  overflow: visible;
}

.columns-16 {
  margin-top: -105px;
}

.image-blogfeature {
  object-fit: scale-down;
  width: auto;
  max-width: 120%;
  margin-top: 3px;
  margin-left: -33px;
  overflow: visible;
}

.div-block-blog-feature {
  cursor: auto;
  border: 0 solid #000;
  border-radius: 10px;
  max-width: 250%;
  display: block;
  overflow: hidden;
}

.div-block-blog-feature:hover {
  filter: none;
}

.heading-21 {
  text-transform: capitalize;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
}

.top-title-blogtop {
  color: #1fb6ff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 156px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  display: none;
  overflow: visible;
}

.paragraph-64 {
  color: #969696;
  text-align: left;
  margin-top: -124px;
  margin-bottom: auto;
  padding-left: 0;
}

.featureslider1 {
  background-image: linear-gradient(#fff, #fff);
}

.grid-slider-tablet {
  object-fit: scale-down;
  grid-template: "Area" 339px
  / 1.25fr .75fr;
  grid-auto-flow: column;
  place-content: stretch space-around;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  overflow: visible;
}

.bold-text-12 {
  display: none;
}

.div-block-blog-feature-tablet {
  cursor: pointer;
  border: 0 solid #000;
  border-radius: 20px;
  display: none;
  overflow: hidden;
}

.div-block-blog-feature-tablet:hover {
  filter: none;
  box-shadow: 1px 1px 3px #000;
}

.paragraph-65, .div-block-177, .div-block-178, .div-block-179 {
  display: none;
}

.image-blogfeature-slider2 {
  width: 900px;
  max-width: none;
  margin-top: -89px;
  margin-left: -121px;
}

.heading-16-tablet {
  font-size: 18px;
  display: none;
}

.blog-intro-text {
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  margin-top: 35px;
  font-size: 18px;
}

.blog-highlight-headline {
  color: #1fb6ff;
  text-transform: uppercase;
  padding-right: 168px;
}

.blog-highlight-headline:hover {
  color: #0291c9;
}

.blog-highlight-body {
  color: #969696;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
}

.link-38, .link-39 {
  color: #0000;
  cursor: pointer;
}

.bold-text-14 {
  color: #1fb6ff;
  text-transform: uppercase;
}

.bold-text-14:hover {
  color: #0291c9;
}

.paragraph-64-copy, .paragraph-64-slide {
  color: #969696;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
}

.link-42 {
  color: #1fb6ff;
  cursor: pointer;
  text-decoration: none;
}

.link-42:hover {
  color: #009eeb;
  display: block;
}

.image-232-tablet-2, .image-232-tablet-3, .image-232-tablet-4 {
  width: 591px;
  max-width: none;
  margin-left: -137px;
  display: none;
}

.image-233 {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 100%;
  margin-top: -38px;
  margin-right: 0;
  padding-top: 0;
  overflow: visible;
}

.blog-thumbnail-headline {
  direction: ltr;
  text-align: left;
  letter-spacing: normal;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  display: block;
}

.blog-thumbnail-headline:hover {
  color: #009eeb;
}

.link-43 {
  color: #1fb6ff;
  text-decoration: none;
}

.link-43:hover {
  color: #009eeb;
  display: block;
}

.bold-text-15 {
  color: #1fb6ff;
  text-align: left;
  display: none;
}

.bold-text-15:hover {
  color: #0291c9;
}

.link-44 {
  color: #1fb6ff;
  text-align: left;
  text-decoration: none;
}

.link-44:hover {
  color: #009eeb;
  display: block;
}

.bold-text-16 {
  color: #1fb6ff;
  text-decoration: none;
}

.bold-text-16:hover {
  color: #0291c9;
}

.container-15 {
  display: none;
}

.bold-text-17 {
  display: inline;
}

.bold-text-17:hover {
  color: #0291c9;
}

.heading-16-copy {
  text-align: left;
  margin-left: 0;
  font-size: 18px;
  display: block;
}

.heading-23 {
  color: var(--white);
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.container-17 {
  display: none;
}

.image-233-copy {
  margin-top: -19px;
  padding-top: 0;
  display: none;
}

.div-block-160-copy {
  object-fit: scale-down;
  width: 100%;
  height: 625px;
  margin-top: -181px;
  margin-bottom: -162px;
  overflow: visible;
}

.slide-nav-2, .icon-2 {
  color: #969696;
  background-color: #0000;
}

.icon-3 {
  color: #969696;
}

.grid-titles {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area Area-2 Area-3" 125px
  / 1fr 1fr 1fr;
  place-content: stretch center;
  place-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph-65-copy {
  display: none;
}

.button-copy-copy-copy.second-color-cta-button-blog {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy-copy.second-color-cta-button-blog:hover {
  background-color: #29a1db;
}

.button-copy-copy-copy.second-color-cta-button-blog.homemaincta-button-blog {
  color: #fff;
  text-transform: none;
  background-color: #1fb6ff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy-copy-copy.second-color-cta-button-blog.homemaincta-button-blog:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-cta-blog {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-cta-blog:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-cta-blog.second-color-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-cta-blog.second-color-copy:hover {
  background-color: #29a1db;
}

.button-cta-blog.second-color-copy.homemaincta {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-cta-blog.second-color-copy.homemaincta:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-cta-blog.second-color-cta-button-blog {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-cta-blog.second-color-cta-button-blog:hover {
  background-color: #29a1db;
}

.button-cta-blog.second-color-cta-button-blog.homemaincta {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-cta-blog.second-color-cta-button-blog.homemaincta:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-cta-blog.second-color-cta-button-blog.homemaincta-button-blog {
  color: #fff;
  text-transform: none;
  background-color: #1fb6ff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-cta-blog.second-color-cta-button-blog.homemaincta-button-blog:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.sidemenulist-copy-hidden {
  border: 0px solid var(--black);
  background-color: #f8f8f8;
  border-radius: 3px;
  margin-top: 3px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 40px;
  list-style-type: decimal;
  display: none;
  position: sticky;
  top: 40px;
  box-shadow: 3px 3px 15px -6px #000;
}

.blogbodylink {
  color: #1fb6ff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.image-234 {
  width: 591px;
  max-width: none;
  margin-left: auto;
}

.div-block-182 {
  margin-top: 162px;
}

.link-55 {
  text-decoration: none;
}

.banner-industry-manufacturing {
  background-color: #52b2f4;
  background-image: url('../images/Manufacturing-Page-Banner-Image_xs.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-list-numbered {
  color: #121217;
  text-indent: 3px;
  margin-top: 20px;
  margin-left: 6px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  list-style-type: decimal;
}

.bold-text-30 {
  color: var(--black);
}

.image-224-oil-inspection {
  object-fit: cover;
  margin-top: -51px;
  overflow: hidden;
}

.image-235, .image-237, .image-238 {
  display: none;
}

.button-try-it-free-tablet {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1fb6ff;
  border-radius: 7px;
  margin-top: 30px;
  margin-left: auto;
  padding: 18px 35px 16px;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .3s;
  display: inline-block;
}

.button-try-it-free-tablet:hover {
  background-color: #1fb6ff;
}

.industryimage {
  display: none;
}

.top-title-const-copy {
  color: #686868;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-const-copy.in-banner-copy-copy {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  padding-left: 68px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.div-block-183 {
  margin-top: 149px;
}

.image-239 {
  display: none;
}

.image-240 {
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-copy.second-color {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: auto;
  font-size: 15px;
}

.button-copy.second-color.homemaincalltoaction {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: none;
}

.html-embed-10-copy, .image-242, .image-243 {
  display: none;
}

.image-244 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.industry-title {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.containermobileformsapp-bottom-copy-copy-copy.top-margin {
  margin-top: -69px;
  margin-bottom: 80px;
  display: block;
}

.containermobileformsapp-bottom-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copy.top-margin, .containermobileformsapp-bottom-copy-copy.top-margin-copy {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy-copy-copy, .container-construction {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 80px;
  position: static;
}

.image-245 {
  margin-top: -39px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.left-text-slide-right {
  justify-content: center;
  margin-left: 83px;
  display: flex;
}

.image-247 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-31, .paragraph-67-copy {
  display: none;
}

.paragraph-70 {
  display: block;
}

.paragraph-71, .paragraph-72 {
  display: none;
}

.industry-title-copy {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.bold-text-33 {
  display: none;
}

.paragraph-71-desk {
  display: block;
}

.flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy-copy {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  display: none;
  overflow: visible;
}

.industry-title-desk2 {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.industry-title-desk2-copy {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  display: none;
  overflow: visible;
}

.flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  display: none;
  overflow: visible;
}

.image-224-vegetation {
  object-fit: cover;
  margin-top: -200px;
  overflow: hidden;
}

.image-224-vegetation2 {
  object-fit: cover;
  margin-top: -67px;
  overflow: hidden;
}

.banner-industry-oil-gas-copy {
  background-color: #52b2f4;
  background-image: url('../images/Orange_OffShore_Oil_xs.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-list-bullet {
  color: #121217;
  text-indent: 3px;
  margin-top: 20px;
  margin-left: 6px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  list-style-type: disc;
}

.bold-text-37, .bold-text-38, .bold-text-39 {
  color: #121217;
}

.make-center-mobile-copy {
  margin-top: 140px;
  padding-bottom: 1px;
  padding-left: 36px;
}

.make-center-mobile-copy-copy {
  margin-top: 100px;
  padding-bottom: 1px;
  padding-left: 36px;
}

.make-center-mobile-copy {
  padding-bottom: 1px;
  padding-left: 36px;
}

.workflowdivblockright-copy {
  margin-right: 40px;
}

.make-center-mobile-copy {
  margin-top: 220px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 36px;
}

.div-block-188, .div-block-189 {
  margin-top: 0;
}

.div-block-190, .div-block-191 {
  margin-top: 100px;
}

.div-block-192 {
  margin-top: 18px;
}

.div-block-193 {
  margin-top: -83px;
}

.div-block-194 {
  margin-top: -54px;
}

.div-block-195 {
  margin-top: 140px;
}

.image-106-copy {
  width: 120px;
  margin-top: 6px;
  margin-left: 70px;
}

.div-block-196 {
  margin-top: 100px;
}

.div-block-197 {
  margin-top: 140px;
}

.div-block-198, .div-block-199 {
  margin-top: 100px;
}

.image-248 {
  width: 600px;
  margin-top: 100px;
}

.div-block-22-copy-copy {
  text-align: left;
  text-align: left;
  margin-left: 40px;
}

.div-block-157-copy {
  margin-top: 0;
}

.image-249, .image-250 {
  margin-top: 100px;
}

.left-content-div-copy {
  justify-content: center;
  margin-left: 83px;
  display: flex;
}

.div-block-39-copy {
  clear: none;
  text-align: left;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  height: auto;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.image-252 {
  margin-left: 41px;
  padding-top: 75px;
  padding-left: 0;
}

.containermobileformsapp-bottom-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copy-copy.top-margin {
  margin-bottom: 80px;
}

.containermobileformsapp-bottom-copy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.paragraph-64-copy {
  color: #969696;
  text-align: left;
  margin-top: 85px;
  margin-bottom: auto;
  padding-left: 0;
}

.inspectiontemplateheroimage {
  object-fit: fill;
  max-height: 100%;
  margin-top: 162px;
  display: inline-block;
  overflow: visible;
}

.flex-row-copy {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-row-copy.center {
  align-items: center;
}

.flex-row-copy.center.make-normal {
  justify-content: center;
  align-items: center;
  margin: 200px auto 80px;
  display: block;
  overflow: visible;
}

.flex-row-copy.center.make-normal-copy {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 100px;
  overflow: visible;
}

.div-block-201 {
  margin-top: 168px;
  margin-bottom: 0;
}

.column-69 {
  margin-top: 127px;
}

.image-253 {
  object-fit: scale-down;
  width: 600px;
  max-height: 100.024%;
}

.div-block-202, .column-70 {
  display: block;
}

.image-254 {
  object-fit: cover;
  width: 600px;
}

.div-block-203 {
  margin-top: 184px;
}

.image-255 {
  object-fit: cover;
  width: 600px;
  display: block;
}

.image-106-copy {
  width: 450px;
  margin-top: -69px;
  margin-bottom: -44px;
  margin-left: -80px;
}

.align-center-copy-copy {
  text-align: center;
}

.flex-row-industry {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-row-industry.center {
  align-items: center;
}

.flex-row-industry.center.make-normal {
  clear: none;
  justify-content: center;
  align-items: center;
  margin: 67px auto 80px;
  display: block;
  overflow: visible;
}

.div-block-204 {
  margin-top: 0;
  position: relative;
}

.column-72 {
  z-index: auto;
  margin-top: 100px;
  position: relative;
  inset: 0% 0% 0% auto;
}

.div-block-183-copy {
  margin-top: 95px;
}

.div-block-205 {
  margin-top: -19px;
  position: relative;
}

.banner-industry-utilities {
  background-color: #52b2f4;
  background-image: url('../images/Utilities-Banner-Image_xs.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-7 {
  text-align: left;
}

.html-embed-27 {
  display: block;
}

.containermobileformsapp-bottom-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy.top-margin-large {
  margin-top: 0;
}

.button-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-copy-copy:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-copy-copy.second-color-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy.second-color-copy:hover {
  background-color: #29a1db;
}

.button-copy-copy.second-color-copy-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy.second-color-copy-copy:hover {
  background-color: #29a1db;
}

.make-center-mobile-copy-copy-copy {
  margin-top: 79px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 36px;
}

.image-106-copy-copy {
  width: 350px;
  margin-top: 6px;
  margin-left: 0;
}

.containermobileformsapp-bottom-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-top: -44px;
  margin-bottom: 80px;
  position: static;
}

.containermobileformsapp-bottom-copy-copy.top-margin {
  margin-top: -200px;
  margin-bottom: 80px;
}

.grid-words-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area Area-2 Area-3" 125px
  / 1fr 1fr 1fr;
  place-content: stretch center;
  place-items: center;
  margin-top: -13px;
  margin-bottom: 0;
}

.grid-words-copy-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area Area-2 Area-3" 125px
  / 1fr 1fr 1fr;
  place-content: stretch center;
  place-items: center;
  margin-top: -13px;
  margin-bottom: 0;
}

.image-224-vegetation-copy {
  object-fit: cover;
  margin-top: 86px;
  overflow: hidden;
}

.blog-list-bullet-copy {
  color: #717177;
  text-indent: 3px;
  margin-top: 0;
  margin-left: 6px;
  padding-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style-type: disc;
}

.blog-list-copy {
  color: #121217;
  text-indent: 3px;
  margin-left: 6px;
  padding-bottom: 10px;
  line-height: 16px;
}

.paragraph-banner-copy {
  color: #ffffffc4;
  text-transform: none;
  width: 85%;
  margin-top: 34px;
  font-size: 18px;
  font-weight: 300;
}

.list-8 {
  color: var(--black);
}

.listbullet {
  color: #121217;
  text-indent: 3px;
  margin-top: 0;
  margin-left: 6px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  list-style-type: disc;
}

.blog-list-bullet-copy-copy {
  color: #717177;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  text-indent: 3px;
  margin-top: 0;
  margin-left: -3px;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: disc;
}

.image-258 {
  margin-top: -88px;
}

.section-14 {
  padding-top: 114px;
}

.image-259 {
  padding-top: 48px;
}

.banner-industry-mining {
  background-color: #52b2f4;
  background-image: url('../images/Industry_Mining_Banner_xs.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-content-construction {
  width: 400px;
}

.left-content-construction.make-left-auto-construction {
  text-align: left;
  margin-top: 0;
  margin-right: 0;
}

.paragraph-streamline-construction {
  margin-top: 200px;
}

.image-261 {
  max-width: 130%;
}

.paragraph-const-offline {
  margin-top: 200px;
}

.paragraph-oil-report {
  margin-top: 29px;
  display: block;
}

.image-263 {
  margin-top: 66px;
}

.paragraph-66-task-copy {
  margin-top: 200px;
}

.cloud-utilities {
  margin-top: 31px;
  display: block;
}

.paragraph-floating-icons-utilities {
  margin-top: 198px;
}

.dashboard-utilities-paragraph {
  margin-top: 33px;
  padding-top: 0;
}

.bold-text-40 {
  color: var(--black);
}

.paragraph-enhance-quality-manufacturing {
  margin-top: 192px;
}

.image-264 {
  margin-top: 22px;
}

.paragraph-manuf-improve {
  margin-top: 25px;
  margin-bottom: 10px;
  display: block;
}

.image-224-vegetation-copy-copy {
  object-fit: cover;
  margin-top: 3px;
  overflow: hidden;
}

.image-224-vegetation-copy-copy-copy {
  object-fit: cover;
  margin-top: -197px;
  overflow: hidden;
}

.image-blogfeature-copy {
  object-fit: fill;
  width: 900px;
  max-width: 250%;
  margin-top: -89px;
  margin-left: -168px;
  overflow: visible;
}

.paragraph-bannerhome-copy-copy {
  color: #ffffffc4;
  text-transform: none;
  width: 85%;
  margin-top: 56px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-71-desk-copy {
  margin-top: 21px;
  display: block;
}

.right-content-slide-left-copy {
  width: 400px;
}

.right-content-slide-left-copy.make-left-auto-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  margin-top: -49px;
}

.transportation-header-title {
  margin-top: -25px;
}

.env-paragraph-6 {
  margin-top: 25px;
}

.env-paragraph-4 {
  margin-top: 25px;
  display: block;
}

.env-paragraph {
  margin-top: 200px;
}

.banner-industry-environmental {
  background-color: #52b2f4;
  background-image: url('../images/Environmental_Hero_Image_xs.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-industry-transportation {
  background-color: #52b2f4;
  background-image: url('../images/Transportation_Hero_Image-xs.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-2 {
  white-space: normal;
}

.paragraph-24-copy {
  padding-top: 16px;
}

.tasks-banner {
  background-image: linear-gradient(#21b4fd, #21b4fd), linear-gradient(#0003, #0003);
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tasks-banner.tasks-second {
  background-color: #1fb6ff;
  background-image: linear-gradient(#1fb6ff, #1fb6ff), linear-gradient(#00000080, #00000080);
  height: 100vh;
}

.tasks-hero-image {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tasks-banner-text {
  margin-bottom: 74px;
  padding-bottom: 0;
}

.tasks-headline-text {
  padding-bottom: 1px;
  padding-left: 36px;
}

.blog-list-bullet-smaller {
  color: #121217;
  text-indent: 3px;
  margin-top: 20px;
  margin-bottom: -22px;
  margin-left: 6px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  list-style-type: disc;
}

.blog-list-copy {
  color: #121217;
  text-indent: 3px;
  margin-bottom: 38px;
  margin-left: 6px;
  margin-right: -58px;
  padding-bottom: 10px;
  padding-right: 0;
  line-height: 16px;
}

.blog-list-bullet-copy {
  color: #121217;
  text-indent: 3px;
  margin-top: 20px;
  margin-left: 68px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  list-style-type: disc;
}

.image-224-copy {
  object-fit: contain;
  width: 35%;
  max-width: 39%;
  height: 100%;
  max-height: 100%;
  margin: 91px auto auto;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.top-blog-section-basic-blue {
  background-color: #94d3ff;
  margin-bottom: -57px;
}

.column-62-copy-copy {
  margin-top: -38px;
  padding-left: 11px;
  padding-right: 146px;
}

.tasks-blog-headline {
  color: #1fb6ff;
  text-align: left;
  padding-left: 0;
}

.tasks-blog-subhead-2 {
  color: #686868;
  text-align: left;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 13px;
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  overflow: visible;
}

.tasks-blog-headline-2 {
  color: #686868;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 1px;
  font-size: 36px;
  line-height: 38px;
  overflow: visible;
}

.tasks-blog-banner {
  object-fit: scale-down;
  background-color: #1fb6ff;
  width: 100%;
  height: 625px;
  margin-top: -181px;
  margin-bottom: -162px;
  overflow: hidden;
}

.task-image-2 {
  width: 800px;
  margin-top: -16px;
  margin-bottom: -37px;
  position: static;
}

.image-265 {
  margin-top: -60px;
  padding-top: 0;
}

.image-266 {
  margin-top: -61px;
}

.footer-blue {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
}

.footer-blue.with-image {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.footer-blue.with-image.second {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 160px;
  padding-bottom: 160px;
}

.footer-blue.with-image.second.thin {
  background-image: linear-gradient(#1fb6ff, #1fb6ff), linear-gradient(#000, #fff);
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-blue.thin {
  background-color: #0000;
  background-image: linear-gradient(to top, #f1f1f1, #fff 14% 86%, #fff 99%);
  border: 1px solid #ececec;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.html-embed-copy {
  width: auto;
  max-width: none;
  height: auto;
  margin-top: auto;
  margin-left: 156px;
  padding-left: 0;
  display: block;
}

.csf-link {
  -webkit-text-stroke-color: #919197;
}

.csf-link:hover {
  color: #1fb6ff;
}

.banner-industry-agriculture {
  background-color: #52b2f4;
  background-image: url('../images/Agriculture_Hero_xs.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-content-div-copy {
  justify-content: center;
  margin-top: 71px;
  margin-left: 83px;
  display: flex;
}

.dropdown-toggle-3 {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-link-3 {
  opacity: .98;
}

.dropdown-link-4 {
  opacity: .53;
}

.dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8 {
  opacity: .54;
}

.dropdown-link-9 {
  opacity: 1;
}

.dropdown-link-10, .dropdown-link-11 {
  opacity: .8;
}

.dropdown-link-12, .dropdown-link-13, .dropdown-link-14, .dropdown-link-15 {
  opacity: .7;
}

.dropdown-link-16 {
  opacity: .8;
}

.dropdown-link-17 {
  opacity: .7;
}

.dropdown-link-18, .dropdown-link-19 {
  opacity: .8;
}

.dropdown-link-20 {
  opacity: .96;
}

.dropdown-link-21, .dropdown-link-22 {
  opacity: .54;
}

.dropdown-link-23 {
  opacity: 1;
}

.dropdown-link-24, .dropdown-link-25 {
  opacity: .55;
}

.dropdown-link-26, .dropdown-link-27, .dropdown-link-28, .dropdown-link-29, .dropdown-link-30, .dropdown-link-31 {
  opacity: 1;
}

.dropdown-list-3 {
  background-color: var(--white);
}

.dropdown-list-3.w--open {
  background-color: var(--white);
  opacity: .95;
}

.text-block-41 {
  opacity: .96;
}

.text-block-42 {
  opacity: .8;
}

.text-block-43, .text-block-44 {
  opacity: .79;
}

.nav-link-dropdown {
  color: #919197;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-dropdown:hover {
  color: #1fb6ff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #1fb6ff;
}

.nav-link-dropdown.w--current {
  -webkit-text-stroke-color: grey;
}

.nav-link-dropdown.normal {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-dropdown.normal.w--current {
  text-decoration: underline;
}

.nav-link-dropdown.normal.white-version {
  opacity: 1;
  text-align: center;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
}

.nav-link-dropdown.normal.white-version:hover {
  font-weight: 600;
}

.nav-link-dropdown.normal.white-version.w--current {
  text-decoration: underline;
}

.nav-link-dropdown.white-version {
  color: #fff;
}

.banner-industry-facilities {
  background-color: #52b2f4;
  background-image: url('../images/Industry_Facilities_Banner_xs.png');
  background-position: 50% 0;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-facilities {
  margin-top: 29px;
  display: block;
}

.nav-link-copy {
  color: #919197;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-copy:hover {
  color: #515157;
  -webkit-text-stroke-color: #1fb6ff;
}

.nav-link-copy.w--current {
  -webkit-text-stroke-color: grey;
}

.nav-link-copy.normal {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-copy.normal.w--current {
  text-decoration: underline;
}

.nav-link-copy.normal.white-version {
  opacity: 1;
  text-align: center;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
}

.nav-link-copy.normal.white-version:hover {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-weight: 400;
  text-decoration: underline;
}

.nav-link-copy.normal.white-version.w--current {
  text-decoration: underline;
}

.nav-link-copy.white-version {
  color: #fff;
}

.flex-left-image-trial {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  margin-top: -239px;
  display: flex;
}

.heading-24 {
  color: #1eb6ff;
  text-align: center;
  -webkit-text-stroke-color: #1eb6ff;
  text-transform: none;
  margin-top: 36px;
}

.text-span-3 {
  -webkit-text-stroke-color: #1eb6ff;
  white-space: normal;
}

.sidebar-content-trial {
  text-align: left;
  margin-bottom: 70px;
  display: block;
  position: static;
  top: 74px;
}

.heading-25 {
  text-align: center;
  -webkit-text-stroke-color: #1fb6ff;
  text-transform: none;
}

.text-span-4 {
  color: #1fb6ff;
}

.image-267 {
  float: none;
  clear: none;
  display: inline-block;
  position: static;
  inset: auto 0% 0%;
}

.link-block-4 {
  margin-top: 20px;
  display: inline-block;
}

.section-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-208 {
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-209 {
  padding-left: 60px;
}

.image-224-copy-copy {
  object-fit: cover;
  object-fit: cover;
  margin-top: 57px;
  margin-left: auto;
  overflow: hidden;
}

.div-block-160-copy-copy {
  object-fit: cover;
  width: 100%;
  height: 625px;
  margin-top: -159px;
  margin-bottom: -156px;
  overflow: visible;
}

.image-268 {
  object-fit: contain;
}

.image-224-copy {
  object-fit: cover;
  margin-top: -63px;
  overflow: hidden;
}

.image-224-copy {
  object-fit: scale-down;
  max-width: 50%;
  margin-top: 69px;
  overflow: visible;
}

.link-56 {
  color: #1fb6ff;
}

.link-57 {
  color: #1fb6ff;
  -webkit-text-stroke-color: #1fb6ff;
}

.link-58, .link-59 {
  color: #1fb6ff;
}

.fastfield-qb {
  float: none;
  object-fit: scale-down;
  max-width: 70%;
  margin: 19px auto -117px 321px;
  display: block;
  position: relative;
  overflow: hidden;
}

.qb-banner-announcement.wrapper {
  background-color: #fdd619;
  padding-top: 10px;
  padding-bottom: 10px;
}

.qb-banner.qb-banner-announcement {
  background-color: #10503c;
  padding-top: 10px;
  padding-bottom: 25px;
  display: block;
}

.text-wrapper {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.top-section-home-page {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 77px;
  margin-bottom: auto;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.heading-26 {
  color: #1b2d17;
  text-align: center;
  -webkit-text-stroke-color: #1b2d17;
  text-transform: none;
  font-weight: 500;
}

.text-span-5 {
  color: #fff;
  -webkit-text-stroke-color: #1b2d17;
  font-size: 20px;
}

.qb-log-in-banner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.image-269 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fastfield-qb-copy {
  float: none;
  object-fit: scale-down;
  max-width: 85%;
  margin: 13px auto -117px 321px;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-224-copy, .image-224-copy-copy, .image-224-copy-copy-copy {
  object-fit: scale-down;
  margin: -63px auto -117px;
  overflow: hidden;
}

.image-270 {
  object-fit: scale-down;
}

.image-blogfeature-copy-copy {
  object-fit: fill;
  width: 900px;
  max-width: 100%;
  margin-top: 60px;
  margin-left: 0;
  display: block;
  overflow: visible;
}

.image-224-copy {
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  margin: -63px auto -117px;
  display: block;
  overflow: hidden;
}

.image-224-copy-copy {
  object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  margin-top: 57px;
  overflow: hidden;
}

.image-224-copy-copy-copy-copy {
  object-fit: cover;
  object-fit: cover;
  margin-top: -16px;
  overflow: hidden;
}

.image-224-copy-copy {
  object-fit: cover;
  object-fit: cover;
  margin: -63px auto -117px;
  display: block;
  overflow: hidden;
}

.blog-list-2 {
  color: #121217;
  text-indent: 3px;
  margin-left: 6px;
  padding-bottom: 0;
  line-height: 16px;
}

.blog-list-bullet-2, .blog-list-number {
  color: #121217;
  text-indent: 3px;
  margin-top: 0;
  margin-left: 6px;
  padding-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  list-style-type: disc;
}

.blogimageinline {
  text-align: left;
  object-fit: scale-down;
  margin: -170px auto -200px;
}

.list-item-4 {
  color: var(--black);
  margin-top: -170px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.blogimageinline-copy {
  text-align: left;
  object-fit: scale-down;
  text-align: left;
  object-fit: scale-down;
  margin: 9px auto 10px;
  display: block;
}

.blogimageinline-copy-copy {
  text-align: left;
  object-fit: scale-down;
  margin: 44px auto 47px;
  display: block;
}

.blogimageinline-copy-copy-copy {
  text-align: left;
  object-fit: scale-down;
  margin: 44px auto 10px;
  display: block;
}

.image-135-copy-copy {
  margin-top: 100px;
  margin-left: -65px;
}

.paragraph-76 {
  margin-top: 100px;
}

.image-106-copy-copy-copy {
  width: 300px;
  margin-top: 13px;
  margin-left: auto;
}

.image-229-copy {
  object-fit: scale-down;
  width: 400px;
  max-width: none;
  height: 340px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-229-copy-copy {
  object-fit: contain;
  width: 700px;
  max-width: none;
  height: 340px;
  margin-top: 0;
  margin-left: -175px;
  display: inline-block;
}

.image-271 {
  margin-bottom: 40px;
}

.coming-soon-wrapper-copy {
  color: #fff;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 32px auto 2px;
  padding-bottom: 26px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.heading-3-copy {
  color: #1eb6ff;
  text-transform: none;
  font-size: 28px;
}

.form-field-name-copy {
  color: #676b75;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
}

.form-field-copy {
  text-align: left;
  text-align: left;
  border-radius: 5px;
  height: 45px;
  padding-left: 8px;
  padding-right: 0;
  font-size: 15px;
  font-weight: 300;
  overflow: visible;
}

.form-copy {
  display: block;
}

.move-sub-banner-copy {
  margin-top: 69px;
  padding-left: 40px;
}

.banner-left-flex-copy {
  flex: 1;
  height: 100%;
  padding: 0;
}

.banner-left-flex-copy.with-infos, .banner-left-flex-copy.with-infos-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-copy {
  background-image: linear-gradient(#21b4fd, #21b4fd), linear-gradient(#0003, #0003);
  align-items: center;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-copy.second {
  background-color: #1fb6ff;
  background-image: linear-gradient(#1fb6ff, #1fb6ff), linear-gradient(#00000080, #00000080);
  height: 100vh;
}

.banner-copy.second.webforms {
  background-color: #4ab6ff;
  background-image: none;
}

.banner-copy.third {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  padding-left: 0;
  padding-right: 0;
}

.banner-copy.third.trial {
  height: auto;
  margin-top: 98px;
  overflow: visible;
}

.banner-copy.fourth {
  background-color: #6e6e6e;
  background-image: none;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.banner-copy.six {
  background-color: #313137;
  background-image: url('../images/AsplundhFastFieldBanner.jpg'), linear-gradient(#0006, #0006);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.banner-copy.fourth {
  opacity: 1;
  background-color: #1fb6ff;
  background-image: linear-gradient(#1fb6ff00, #1187c0);
  border: 1px #000;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.full-page-copy {
  margin-top: auto;
}

.block-quote-copy {
  border-left-color: #1eb6ff;
}

.sidebar-content-trial-copy {
  text-align: left;
  margin-bottom: 70px;
  display: block;
  position: static;
  top: 74px;
}

.text-span-3-copy {
  -webkit-text-stroke-color: #1eb6ff;
  white-space: normal;
}

.button-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-copy:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-copy.with-icon {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none-1.png'), linear-gradient(45deg, #112be9, #6736e6 28%, #ee9e54);
  background-position: 27px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 17px, auto;
  padding-left: 55px;
}

.button-copy.second-color {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: auto;
  font-size: 15px;
  display: inline-block;
}

.button-copy.second-color:hover {
  background-color: #29a1db;
}

.button-copy.second-color.full {
  text-align: center;
  width: 100%;
}

.button-copy.second-color.homemaincalltoaction {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy.second-color.homecalltoactionwhite {
  background-color: var(--white);
  color: #4b565c;
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy.second-color.homemaincalltoaction-copy {
  color: #4b565c;
  text-transform: none;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy.simple-color {
  color: #919197;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.button-copy.simple-color:hover {
  box-shadow: none;
  color: #616167;
  transform: none;
}

.button-copy.simple-color.left {
  padding-left: 0;
  padding-right: 0;
}

.button-copy.subscribe {
  width: 100%;
  height: 52px;
}

.button-copy.white {
  color: #1db5ff;
  text-transform: none;
  background-color: #fff;
  border-radius: 7px;
  font-size: 18px;
}

.button-copy.second-color-copy-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy.second-color-copy-copy:hover {
  background-color: #29a1db;
}

.button-copy.second-color-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy.second-color-copy:hover {
  background-color: #29a1db;
}

.button-copy.button-yellow {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: auto;
  font-size: 15px;
  display: inline-block;
}

.button-copy.button-yellow:hover {
  background-color: #29a1db;
}

.button-copy.button-yellow.homemaincalltoaction {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.feature-small-text-copy {
  color: #676b75;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.form-field-copy {
  text-align: left;
  border-radius: 5px;
  height: 45px;
  padding-left: 8px;
  padding-right: 0;
  font-size: 15px;
  font-weight: 300;
  overflow: visible;
}

.select-field {
  background-color: #0000;
}

.div-block-142-copy {
  cursor: auto;
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
}

.formbuilderimage-copy {
  clear: none;
  width: 135%;
  max-width: 150%;
  max-height: 100%;
  display: block;
}

.section-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -48px;
  margin-bottom: 200px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.section-copy.with-color {
  background-color: #dfdfdf;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.with-color.image {
  background-color: #a5a5a5;
  background-image: none;
  background-position: 0 0;
  overflow: hidden;
}

.section-copy.less {
  border-top: 1px solid #ededed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-copy.gray {
  background-color: #f5f5f7;
  margin-top: 0;
  padding-top: 10px;
}

.section-copy.with-image {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section-copy.with-image.second {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-copy.with-image.second.thin, .section-copy.with-image.second.thin-copy {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-copy.with-image.top-margin {
  display: none;
}

.section-copy.overflow {
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section-copy.overflow.lightbackground {
  margin-bottom: auto;
  overflow: hidden;
}

.section-copy.overflow.fanbackground {
  overflow: visible;
}

.section-copy.zero-bottom-padding {
  background-image: none;
  background-size: auto;
  padding-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

.section-copy.zero-bottom-padding:hover {
  font-size: 14.25px;
}

.section-copy.thin {
  background-color: #0000;
  background-image: linear-gradient(to top, #f1f1f1, #fff 14% 86%, #fff 99%);
  border: 1px solid #ececec;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.section-copy.with-gradient {
  background-color: #21b6ff;
  background-image: none;
}

.section-copy-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: -48px;
  margin-bottom: 200px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.section-copy-copy.with-color {
  background-color: #dfdfdf;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy-copy.with-color.image {
  background-color: #a5a5a5;
  background-image: none;
  background-position: 0 0;
  overflow: hidden;
}

.section-copy-copy.less {
  border-top: 1px solid #ededed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-copy-copy.gray {
  background-color: #f5f5f7;
  margin-top: 0;
  padding-top: 10px;
}

.section-copy-copy.with-image {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section-copy-copy.with-image.second {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-copy-copy.with-image.second.thin, .section-copy-copy.with-image.second.thin-copy {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-copy-copy.with-image.top-margin {
  display: none;
}

.section-copy-copy.overflow {
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section-copy-copy.overflow.lightbackground {
  margin-bottom: auto;
  overflow: visible;
}

.section-copy-copy.overflow.fanbackground {
  overflow: visible;
}

.section-copy-copy.zero-bottom-padding {
  background-image: none;
  background-size: auto;
  padding-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

.section-copy-copy.zero-bottom-padding:hover {
  font-size: 14.25px;
}

.section-copy-copy.thin {
  background-color: #0000;
  background-image: linear-gradient(to top, #f1f1f1, #fff 14% 86%, #fff 99%);
  border: 1px solid #ececec;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.section-copy-copy.with-gradient {
  background-color: #21b6ff;
  background-image: none;
}

.image-229-copy {
  object-fit: cover;
  width: 700px;
  max-width: none;
  height: 340px;
  margin-top: 0;
  margin-left: -127px;
  display: inline-block;
}

.image-229-copy.center {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: auto;
  display: block;
  overflow: hidden;
}

.image-229-copy-copy {
  object-fit: scale-down;
  width: 400px;
  max-width: none;
  height: 340px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.flex-left-image-trial-copy {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  margin-top: -19px;
  display: flex;
}

.div-block-210 {
  margin-top: -200px;
  margin-left: 52px;
  margin-right: auto;
}

.div-block-211 {
  text-align: center;
  margin-top: 200px;
}

.list-9 {
  padding-left: 20px;
  list-style: square;
}

.paragraph-77 {
  text-align: justify;
  font-size: 18px;
}

.paragraph-78 {
  font-size: 24px;
}

.paragraph-79 {
  font-size: 26px;
}

.paragraph-80 {
  font-size: 22px;
}

.paragraph-81 {
  text-align: left;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
}

.form-block {
  height: auto;
}

.banner-left-flex-copy {
  flex: 1;
  height: 100%;
  margin-top: 3px;
  padding: 0;
}

.banner-left-flex-copy.with-infos {
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-left-flex-copy-copy {
  flex: 1;
  height: 100%;
  margin-top: 85px;
  padding: 0;
}

.banner-left-flex-copy-copy.with-infos {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-left-image-trial-copy-copy {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  margin-top: -200px;
  display: flex;
}

.top-title-copy {
  color: #686868;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 117px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
  overflow: visible;
}

.top-title-copy.smaller {
  font-size: 30px;
  line-height: 36px;
}

.top-title-copy.in-banner {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 47px;
  line-height: 55px;
  position: static;
  overflow: visible;
}

.top-title-copy.in-banner.second {
  margin-top: 10px;
  font-size: 36px;
}

.top-title-copy.in-banner.black {
  color: #121217;
}

.top-title-copy.in-banner.black.smaller {
  font-size: 38px;
  line-height: 45px;
}

.top-title-copy.in-banner.dynamictitle {
  line-height: 20px;
}

.top-title-copy.in-banner.dynamictitle.small {
  margin-top: 0;
  font-size: 30px;
  line-height: 30px;
}

.top-title-copy.whiter {
  color: #fff;
  text-align: center;
}

.top-title-copy.algin-center {
  text-align: center;
  margin-top: 0;
}

.top-title-copy.whiter-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
}

.sub-text-copy {
  color: #18b5f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: -76px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.sub-text-copy.small {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.sub-text-copy.small.with-line {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  display: flex;
}

.sub-text-copy.white {
  color: #fff;
  text-align: right;
  letter-spacing: 3px;
  font-size: 16px;
}

.sub-text-copy.whiter {
  color: #ffffffb3;
}

.sub-text-copy.white-normal {
  color: #fff;
}

.sub-text-copy.dark {
  color: #383838;
  text-align: center;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 600;
}

.sub-text-copy.large, .sub-text-copy.large-copy {
  font-size: 22px;
}

.paragraph-66-task-copy-copy {
  margin-top: 200px;
}

.workflowdivblock-copy {
  text-align: left;
  margin-top: 148px;
  margin-left: 40px;
}

.formbuilderimage-copy {
  clear: none;
  width: 150%;
  max-width: 150%;
  max-height: 100%;
  margin-top: 135px;
  display: block;
}

.image-101-copy {
  clear: none;
  width: auto;
  max-width: 120%;
  max-height: 100%;
  margin-top: 101px;
  display: block;
}

.column-17-copy {
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: block;
  position: relative;
}

.column-73 {
  padding-right: 20px;
}

.optional-price-wrapper-copy {
  text-align: center;
  background-color: #1db5ff;
  border: 1px #ebebeb;
  border-radius: 7px;
  min-width: 325px;
  min-height: 100px;
  margin-top: 8px;
  margin-right: 140px;
  position: relative;
}

.optional-price-wrapper-copy {
  text-align: center;
  background-color: #1db5ff;
  border: 1px #ebebeb;
  border-radius: 11px;
  min-width: 325px;
  min-height: 100px;
  margin-top: 8px;
  margin-right: auto;
  display: block;
  position: relative;
}

.optional-price-wrapper-copy.lighterbackground {
  background-color: #0000;
  min-width: 0;
}

.column-74 {
  padding-left: 72px;
}

.cell {
  text-align: left;
}

.cell-2 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cell-3 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.div-block-212 {
  margin-left: -143px;
  margin-right: auto;
}

.paragraph-82 {
  text-align: left;
}

.quick-stack {
  padding: 40px;
}

.text-block-45 {
  color: #6fc8ff;
  margin-top: 25px;
  margin-left: -121px;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.list-7-copy {
  text-align: left;
  margin-top: 10px;
  list-style-type: disc;
}

.paragraph-83 {
  margin-right: auto;
}

.list-item-5 {
  margin-right: -102px;
}

.image-272 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.section-16 {
  -webkit-text-fill-color: inherit;
  background-color: #00cff8;
  background-clip: border-box;
}

.heading-27 {
  color: #fff;
  text-align: center;
  margin-top: 38px;
  margin-bottom: -13px;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-header-div {
  align-items: center;
  margin-bottom: -50px;
  padding-bottom: 59px;
}

.cell-4 {
  padding-top: 60px;
  padding-left: 0;
}

.container-18, .container-19, .container-20, .container-21 {
  display: none;
}

.quick-stack-2 {
  margin-top: -38px;
}

.paragraph-82-copy {
  text-align: center;
  margin-left: 14px;
  margin-right: 43px;
}

.text-block-45-copy {
  color: #6fc8ff;
  margin-top: 25px;
  margin-bottom: 19px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.container-21-copy {
  display: none;
}

.list-7-copy-copy {
  text-align: left;
  margin-top: 10px;
  list-style-type: disc;
}

.link-copy {
  color: #515157;
  text-decoration: none;
}

.link-copy.color {
  color: #1eb6ff;
  font-size: 16px;
  text-decoration: underline;
}

.text-block-45-copy, .text-block-45-copy-copy {
  color: #6fc8ff;
  margin-top: 25px;
  margin-left: -121px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-45-copy-copy-copy {
  color: #6fc8ff;
  margin-top: 25px;
  margin-bottom: 22px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-82-copy, .paragraph-82-copy-copy {
  text-align: left;
}

.list-item-5-copy-copy {
  margin-right: -124px;
}

.list-item-5-copy, .list-item-5-copy-copy {
  margin-right: -102px;
}

.button-copy-copy-copy.second-color-copy.homemaincta {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: none;
}

.optional-price-wrapper-copy {
  text-align: center;
  background-color: #1db5ff;
  border: 1px #ebebeb;
  border-radius: 7px;
  min-width: 325px;
  min-height: 100px;
  margin-top: 8px;
  position: relative;
}

.optional-price-wrapper-copy.lighterbackground {
  background-color: #0000;
  min-width: 0;
  display: none;
}

.list-item-5-copy-copy-copy {
  margin-right: -2px;
}

.paragraph-82-copy-copy {
  text-align: center;
  margin-left: 14px;
  margin-right: 43px;
}

.paragraph-82-copy-copy-copy {
  text-align: left;
}

.button-copy-copy-copy-copy.second-color-copy.homemaincta {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-copy-copy-copy:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-copy-copy-copy.second-color-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy-copy.second-color-copy:hover {
  background-color: #29a1db;
}

.button-copy-copy-copy.second-color-copy.homemaincta {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy-copy-copy.second-color-copy.homemaincta:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-copy-copy-copy.second-color-copy.homemaincta-copy {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy-copy-copy.second-color-copy.homemaincta-copy:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-copy-copy-copy-copy.second-color-copy.homemaincta {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  margin-top: 200px;
  margin-left: -194px;
  margin-right: -200px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  position: absolute;
}

.button-copy-copy-copy-copy-copy.second-color-copy.homemaincta {
  z-index: auto;
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  position: absolute;
  inset: 25% 0% auto;
}

.button-copy-copy-copy-copy-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-copy-copy-copy-copy-copy-copy:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-copy-copy-copy-copy-copy-copy.second-color-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy-copy-copy-copy-copy.second-color-copy:hover {
  background-color: #29a1db;
}

.button-copy-copy-copy-copy-copy-copy.second-color-copy.homemaincta {
  z-index: auto;
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  position: absolute;
  inset: 31.5% 10% auto;
}

.button-copy-copy-copy-copy-copy-copy.second-color-copy.homemaincta:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-copy-copy-copy-copy-copy-copy.second-color-copy.homemaincta-copy {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy-copy-copy-copy-copy-copy.second-color-copy.homemaincta-copy:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-copy-copy-copy-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-copy-copy-copy-copy-copy:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-copy-copy-copy-copy-copy.second-color-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy-copy-copy-copy.second-color-copy:hover {
  background-color: #29a1db;
}

.button-copy-copy-copy-copy-copy.second-color-copy.homemaincta {
  color: #333;
  text-transform: none;
  background-color: #62ddf9;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: block;
  position: absolute;
  inset: 31.5% 10% auto;
}

.button-copy-copy-copy-copy-copy.second-color-copy.homemaincta:hover {
  color: #4b565c;
  background-color: #62ddf9;
}

.button-copy-copy-copy-copy-copy.second-color-copy.homemaincta-copy {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy-copy-copy-copy-copy.second-color-copy.homemaincta-copy:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-copy-copy-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0854a5;
  padding: 18px 35px 16px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-copy-copy-copy-copy:hover {
  background-color: #337fcf;
  transform: translate(0, -5px);
  box-shadow: 0 20px 20px #00000026;
}

.button-copy-copy-copy-copy.second-color-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy-copy-copy.second-color-copy:hover {
  background-color: #29a1db;
}

.button-copy-copy-copy-copy.second-color-copy.homemaincta {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: none;
}

.button-copy-copy-copy-copy.second-color-copy.homemaincta:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-copy-copy-copy-copy.second-color-copy.homemaincta-copy {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy-copy-copy-copy.second-color-copy.homemaincta-copy:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-copy-copy-copy-copy.second-color-copy-copy {
  background-color: #1fb6ff;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 15px;
}

.button-copy-copy-copy-copy.second-color-copy-copy:hover {
  background-color: #29a1db;
}

.button-copy-copy-copy-copy.second-color-copy-copy.homemaincta {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: none;
}

.button-copy-copy-copy-copy.second-color-copy-copy.homemaincta:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.button-copy-copy-copy-copy.second-color-copy-copy.homemaincta-copy {
  color: #4b565c;
  text-transform: none;
  background-color: #fcd717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.button-copy-copy-copy-copy.second-color-copy-copy.homemaincta-copy:hover {
  color: #4b565c;
  background-color: #fcd717;
}

.section-copypricingtop-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 67px;
  margin-bottom: 0;
  padding: 20px 40px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.quick-stack-2-copy {
  margin-top: -38px;
}

.section-copypricingtop-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  margin-top: 13px;
  margin-bottom: -69px;
  padding: 20px 40px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.toggle-switch {
  background-color: var(--white);
  border: 2px solid #00a2ff;
  border-radius: 50vw;
  align-items: center;
  width: 280px;
  height: 66px;
  margin-bottom: 44px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-toggle {
  z-index: 1;
  cursor: pointer;
  border-radius: 50vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-size: 16px;
  display: flex;
  position: relative;
}

.text-toggle.monthly {
  color: #fff;
}

.div-block-213, .toggle-button {
  background-color: var(--black);
  border-radius: 50vw;
}

.toggle-button {
  background-color: #00a1ff;
  width: 50%;
  height: 100%;
  position: absolute;
}

.flex-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-copypricingtop-copy-copy {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: 67px;
  margin-bottom: 0;
  padding: 20px 40px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.quick-stack-annual {
  padding: 40px;
}

.quick-stack-monthly {
  align-self: center;
  margin-top: auto;
  padding: 40px;
}

.pricing-header-div-copy {
  align-items: center;
  margin-top: -123px;
  margin-bottom: -50px;
  padding-bottom: 59px;
  display: none;
}

.div-block-214 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-stack-2-copy-copy {
  margin-top: -38px;
}

.text-block-45-copy-copy-copy {
  color: #6fc8ff;
  margin-top: 25px;
  margin-left: -121px;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.div-block-212-copy {
  margin-left: -143px;
  margin-right: auto;
  display: none;
}

.div-block-22-copy {
  text-align: left;
  margin-top: 144px;
  margin-left: auto;
}

.div-block-215 {
  margin-top: 150px;
}

.image-224-copy-copy-copy {
  object-fit: cover;
  margin-top: 57px;
  overflow: hidden;
}

.blog-list-bullet-compact {
  color: #121217;
  text-indent: 3px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 6px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  list-style-type: disc;
}

.blog-list-bu {
  color: #121217;
  text-indent: 3px;
  margin-top: 20px;
  margin-left: 6px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  list-style-type: disc;
}

.blog-list-copy {
  color: #121217;
  text-indent: 3px;
  margin-top: -27px;
  margin-left: 6px;
  padding-bottom: 10px;
  line-height: 16px;
}

.div-block-24-copy {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 200px;
  margin-bottom: -75px;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
  top: -39px;
  left: 40px;
}

.make-center-mobile-copy {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 1px;
  padding-left: 36px;
}

.div-block-24-copy {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  object-fit: scale-down;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: -39px;
  left: 40px;
}

.make-center-mobile-copy2-copy {
  margin-top: 220px;
  margin-left: auto;
  padding-bottom: 1px;
  padding-left: 0;
}

.column-75 {
  margin-top: 100px;
}

.div-block-216 {
  margin-top: 99px;
}

.make-center-mobile-copy-copy-copy {
  object-fit: scale-down;
  margin-top: 162px;
  padding-bottom: 1px;
  padding-left: 36px;
}

.column-76 {
  margin-top: 100px;
  margin-bottom: 162px;
}

.div-block-217 {
  object-fit: scale-down;
}

.make-center-mobile-copy-copy {
  margin-top: 200px;
  margin-bottom: auto;
  padding-bottom: 1px;
  padding-left: 36px;
}

.div-block-24-copy-copy {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 200px;
  padding-right: 0;
  display: block;
  position: relative;
  left: 40px;
}

.make-center-mobile-copy-copy-copy-copy {
  margin-top: 114px;
  padding-bottom: 1px;
  padding-left: 36px;
}

.div-block-24-copy {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: -39px;
  left: 40px;
}

.div-block-24-copy-copy {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
  margin-right: 100px;
  padding-right: 0;
  display: block;
  position: relative;
  left: 40px;
}

.div-block-24-copy-copy-copy {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 220px;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
  left: 40px;
}

.align-right-copy {
  text-align: right;
  margin-top: 140px;
}

.column-77 {
  margin-top: 220px;
}

.html-embed-copy-copy {
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}

.bodysubtexth2-copy {
  color: #18b5f8;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.testimonials-wrapper-3-copy {
  background-color: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 25px 5px;
  display: block;
  box-shadow: 14px 14px 30px -9px #0000001a;
}

.testimonials-wrapper-3-copy.fixedsize {
  min-height: 330px;
}

.testimonials-wrapper-3-copy.fixedsize-copy {
  min-height: 330px;
  margin-top: 10px;
  display: inline-block;
}

.column-78 {
  padding-left: 0;
  padding-right: 0;
}

.column-79 {
  padding-left: 0;
}

.use-case-icon-copy {
  width: 260px;
  min-width: 100px;
  margin-left: 40px;
}

.section-header-bold-copy {
  margin-bottom: 5px;
  margin-right: 19px;
  font-size: 18px;
  font-weight: 600;
}

.section-header-bold-copy.align-left {
  padding-right: 60px;
}

.job-title-copy {
  color: #919197;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.testi-center-copy-copy {
  align-items: center;
  margin-top: 20px;
  margin-bottom: auto;
  display: flex;
}

.div-block-how-it-works-copy-copy {
  flex: 1;
  margin-left: 40px;
  display: block;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-9-copy {
  color: #717177;
  list-style-type: disc;
}

.testimonials-wrapper-3-copy-copy {
  background-color: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 25px 5px;
  display: block;
  box-shadow: 14px 14px 30px -9px #0000001a;
}

.testimonials-wrapper-3-copy-copy.fixedsize {
  min-height: 330px;
}

.testimonials-wrapper-3-copy-copy.fixedsize-copy {
  min-height: 330px;
  margin-top: 10px;
  display: inline-block;
}

.testimonials-wrapper-3-copy-copy.fixedsize-copy-copy {
  min-height: 330px;
  margin-top: 20px;
  display: inline-block;
}

.div-block-how-it-works-copy-copy-copy {
  flex: 1;
  margin-left: 100px;
  display: block;
}

.image-275 {
  width: 800px;
  max-width: 300%;
  margin-left: -62px;
  overflow: visible;
}

.column-80 {
  overflow: visible;
}

.div-block-143-copy-copy {
  border: 0 solid #000;
  border-radius: 20px;
  margin-top: 57px;
}

.column-81, .column-82 {
  padding-right: 0;
}

.div-block-44-copy {
  margin-left: -56px;
  position: sticky;
  top: 60px;
}

.image-226-copy {
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline;
  position: static;
}

.div-block-24-copy-copy {
  float: none;
  clear: none;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  margin-right: -1px;
  padding-right: 0;
  display: block;
  position: relative;
  top: -39px;
  left: 40px;
}

.ai-video-section {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.ai-video-section.with-color {
  background-color: #dfdfdf;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ai-video-section.with-color.image {
  background-color: #a5a5a5;
  background-image: none;
  background-position: 0 0;
  overflow: hidden;
}

.ai-video-section.less {
  border-top: 1px solid #ededed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ai-video-section.gray {
  background-color: #f5f5f7;
  margin-top: 0;
  padding-top: 10px;
}

.ai-video-section.with-image {
  background-image: linear-gradient(#00000026, #00000026), url('../images/banner-3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.ai-video-section.with-image.second {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 160px;
  padding-bottom: 160px;
}

.ai-video-section.with-image.second.thin {
  background-image: linear-gradient(#20b6ff, #20b6ff);
  padding-top: 70px;
  padding-bottom: 70px;
}

.ai-video-section.with-image.second.thin-copy {
  background-image: linear-gradient(#1cb6ff, #1cb6ff);
  padding-top: 70px;
  padding-bottom: 70px;
}

.ai-video-section.with-image.top-margin {
  display: none;
}

.ai-video-section.overflow {
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.ai-video-section.overflow.lightbackground {
  margin-bottom: 38px;
  overflow: hidden;
}

.ai-video-section.overflow.fanbackground {
  overflow: visible;
}

.ai-video-section.zero-bottom-padding {
  background-image: none;
  background-size: auto;
  padding-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

.ai-video-section.zero-bottom-padding:hover {
  font-size: 14.25px;
}

.ai-video-section.thin {
  background-color: #0000;
  background-image: linear-gradient(to top, #f1f1f1, #fff 14% 86%, #fff 99%);
  border: 1px solid #ececec;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.ai-video-section.with-gradient {
  background-color: #21b6ff;
  background-image: none;
}

.ai-video-section-video-2 {
  background-color: #0000;
  border: 0 solid #000;
  width: 100%;
  height: 100%;
}

.ai-video-section-video-2.top-margin {
  margin-top: -73px;
}

.ai-video-section-video-2.ai-video-section-video-1 {
  margin-top: auto;
  margin-bottom: 40px;
}

.forms-automation-software-hero-text {
  z-index: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.forms-automation-software-hero-flex {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.forms-automation-software-hero-flex.center {
  align-items: center;
}

.forms-automation-software-hero-flex.center.make-normal {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  display: block;
  overflow: visible;
}

.forms-automation-software-hero-flex.center-copy {
  align-items: center;
}

.forms-automation-software-hero-flex.center-copy.make-normal {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  display: block;
  overflow: visible;
}

.forms-automation-software-hero-flex.forms-automation-software-hero-center {
  align-items: center;
}

.forms-automation-software-hero-flex.forms-automation-software-hero-center.make-normal, .forms-automation-software-hero-flex.forms-automation-software-hero-center.forms-automation-software-hero-make-normal {
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  display: block;
  overflow: visible;
}

.forms-automation-software-hero-flex.forms-automation-software-hero-center.forms-automation-software-hero-make-normal.forms-automation-software-hero-flex-row {
  flex-flow: row;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.column-20-copy {
  text-align: right;
  flex: 0 auto;
  min-height: 0;
  display: block;
  position: static;
}

.div-block-193-copy {
  margin-top: auto;
}

.tasks-banner-text-copy {
  margin-bottom: 74px;
  padding-bottom: 0;
}

.paragraph-dpa {
  margin-left: 20px;
  padding-left: 0;
}

.paragraph-dpa.paragraph-dpa--child {
  margin-left: 20px;
  padding-left: 20px;
}

.paragraph-dpa.paragraph-dpa--child.paragraph-dpa--indent {
  padding-left: 40px;
}

.paragraph-dpa.paragraph-dpa--child.paragraph-dpa--indent.paragraph-dpa--indent-child {
  padding-left: 60px;
}

.paragraph-85, .paragraph-86, .paragraph-87, .paragraph-88 {
  margin-left: 20px;
}

.heading-dpa {
  width: 11%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.header-dpa {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-84 {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  h1 {
    color: var(--white);
  }

  ul {
    padding-left: 20px;
  }

  .banner {
    height: 850px;
  }

  .banner.second {
    height: 1100px;
    margin-top: auto;
    display: block;
  }

  .banner.six {
    background-image: linear-gradient(#00000024, #00000024), url('../images/AsplundhFastFieldBanner.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .banner.fourth {
    height: 900px;
  }

  .section.with-image {
    overflow: hidden;
  }

  .section.with-image.second.thin {
    margin-bottom: 140px;
  }

  .section.with-image.top-margin {
    display: none;
  }

  .containermobileformsapp-bottom {
    margin-top: -6px;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 10px;
  }

  .navbar.transparent {
    position: absolute;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-menu.second {
    background-color: #212127;
  }

  .arrow-icon {
    margin-right: 15px;
  }

  .top-wrapper.left {
    justify-content: center;
  }

  .top-wrapper.left.make-center {
    text-align: center;
    justify-content: center;
  }

  .flex-row.center.make-normal, .flex-row.center-copy.make-normal, .flex-row.forms-automation-software-hero-center.make-normal, .flex-row.forms-automation-software-hero-center.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: visible;
  }

  .top-margin.half {
    text-align: center;
  }

  .sub-text {
    text-align: center;
    padding-top: 0;
  }

  .top-title {
    text-align: center;
    padding-left: 0;
  }

  .top-title.in-banner.second {
    text-align: left;
  }

  .top-title.in-banner.black.smaller {
    font-size: 30px;
    line-height: 40px;
  }

  .top-title.in-banner.dynamictitle {
    text-align: center;
  }

  .right-content-slide-left {
    text-align: center;
    width: 600px;
    margin-top: 40px;
  }

  .right-content-slide-left.make-left-auto {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rotated-sub-text {
    display: none;
  }

  .section-header-bold.align-left {
    padding-right: 0;
  }

  .margin-page {
    margin-top: 60px;
  }

  .fun-facts-wrapper {
    justify-content: center;
    margin-bottom: 50px;
  }

  .fun-facts-wrapper.no-fun-margin {
    margin-bottom: 0;
  }

  .footer-style-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .align-right {
    text-align: center;
  }

  .button.second-color {
    text-align: center;
    display: none;
  }

  .button.second-color.homemaincalltoaction {
    margin-left: 0;
  }

  .button.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .button.second-color-copy-copy, .button.second-color-copy, .button.second-color-copy, .button.second-color-copy {
    text-align: center;
  }

  .button.button-yellow {
    text-align: center;
    display: none;
  }

  .button.button-yellow.homemaincalltoaction {
    margin-left: 0;
  }

  .instagram-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .instagram-right-part {
    width: 100%;
    padding-left: 0;
  }

  .mouse-scroll {
    display: none;
  }

  .paragraph-banner {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .features-content {
    width: 50%;
    padding: 40px 20px 30px;
  }

  .portfolio-item-2 {
    width: 50%;
  }

  .team-photo {
    height: auto;
  }

  .footer {
    height: auto;
    padding: 30px 20px;
    position: relative;
  }

  .blog-wrapper.center {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-wrapper.in-page {
    width: 100%;
  }

  .banner-left-flex {
    display: none;
  }

  .vertical-column-flex {
    display: block;
  }

  .clients-wrapper {
    margin-top: 60px;
  }

  .service-wrapper {
    width: 100%;
  }

  .image-101 {
    width: auto;
    max-width: 100%;
    max-height: none;
    margin-top: 30px;
  }

  .testi-center {
    justify-content: center;
  }

  .testimonials-wrapper-3 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block {
    display: block;
  }

  .services-wrapper-2.different {
    height: auto;
  }

  .services-content {
    width: 50%;
    height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-content-div {
    flex-wrap: nowrap;
    margin-left: auto;
    display: flex;
  }

  .slide, .slide-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .portfolio-item {
    width: 50%;
  }

  .menu-button {
    color: #fff;
    background-color: #0854a5;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #4a8fda;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #fff3;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #fff6;
  }

  .make-center-mobile {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .iphone-mockup {
    margin-top: 20px;
  }

  .blog-item {
    width: 50%;
  }

  .move-sub-banner {
    padding-left: 0;
  }

  .sub-banner {
    height: 400px;
  }

  .sidebar {
    margin-top: 50px;
    padding-left: 0;
  }

  .sidebar.light-background {
    padding-left: 20px;
  }

  .optional-price-wrapper {
    width: 70%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .algin-center.top-margin-2 {
    text-align: center;
  }

  .project-left {
    margin-right: 0;
  }

  .margin-device {
    margin-top: 50px;
  }

  .collectmockup {
    margin-left: 0;
  }

  .section-header {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .image-104 {
    text-align: center;
    display: inline-block;
  }

  .column-16 {
    display: none;
  }

  .div-block-15 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-105 {
    margin-left: 60px;
    display: block;
  }

  .button-4.second-color {
    text-align: center;
  }

  .div-block-22 {
    margin-top: 60px;
  }

  .div-block-24 {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block {
    align-items: center;
    display: flex;
  }

  .column-21 {
    padding-right: 40px;
    display: block;
  }

  .dashboardimage {
    width: 600px;
    padding-left: 0;
  }

  .bulletlistitem {
    text-align: left;
  }

  .div-block-39 {
    margin-left: 0;
  }

  .feature-title-color {
    text-align: center;
    font-weight: 700;
  }

  .left-content-wide {
    width: 600px;
  }

  .collectmockup-copy {
    margin-left: -6px;
  }

  .image-120 {
    margin-left: 0;
  }

  .banner-construction {
    height: 850px;
  }

  .dashboard-s-c {
    object-fit: fill;
    width: 800px;
    margin-top: 140px;
  }

  .image-124, .image-125 {
    margin-left: auto;
  }

  .image-127 {
    margin-left: 0;
  }

  .banner-aim {
    background-color: #1fb6ff;
    background-image: none;
    background-position: 0 0;
    height: 850px;
  }

  .paragraph-banner-aim {
    width: 100%;
  }

  .html-embed-2 {
    margin-top: 140px;
    overflow: hidden;
  }

  .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy-copy-copy {
    text-align: center;
  }

  .report-builder-2-reports {
    margin-top: 20px;
  }

  .image-129 {
    object-fit: scale-down;
    max-width: 100%;
    margin-top: 140px;
    margin-right: 0;
    padding-right: 0;
  }

  .i {
    margin-top: 20px;
  }

  .features-content-offline {
    width: 50%;
    padding: 40px 20px 30px;
  }

  .column-28 {
    overflow: hidden;
  }

  .iphone-mockup-form, .iphone-mockup-copy, .iphone-mockup-copy {
    margin-top: 20px;
  }

  .image-132 {
    margin-top: 40px;
    padding-left: 0;
  }

  .mockup-banner-safety-page {
    clear: none;
    max-width: 100%;
    max-height: none;
    margin-top: -19px;
    margin-left: 65px;
    margin-right: 51px;
    display: inline-block;
    right: -110px;
  }

  .column-30 {
    margin-top: auto;
    display: none;
  }

  .sidemenulink {
    margin-left: 10px;
  }

  .column-31 {
    padding-left: 20px;
  }

  .sidemenulink-top {
    margin-left: 10px;
  }

  .sidemenulink-copy {
    margin-left: 10px;
    padding-left: 0;
  }

  .div-block-45 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-copy.with-color-copy.image-copy {
    margin-bottom: 121px;
  }

  .sub-text-copy, .sub-text-copy-copy {
    padding-top: 0;
  }

  .container-pricingtop {
    margin-top: -108px;
  }

  .sub-text-copyinspectionapp {
    padding-top: 0;
  }

  .left-content-wide-copyinspectionapp {
    width: 600px;
  }

  .image-139, .image-140 {
    display: none;
  }

  .image-142 {
    margin-left: 140px;
  }

  .image-101-copymobileforms, .image-101-copychecklist {
    width: auto;
    max-width: 100%;
    max-height: none;
    margin-top: 30px;
  }

  .div-block-47 {
    margin-top: 140px;
  }

  .sub-text-copydigitalforms, .sub-text-copywebforms {
    padding-top: 0;
  }

  .image-147 {
    margin-top: 140px;
  }

  .image-149 {
    margin: 140px auto auto;
  }

  .sub-text-copysafety {
    padding-top: 0;
  }

  .section-copymobileforms.with-image {
    overflow: hidden;
  }

  .sub-text-copyfeatures {
    padding-top: 0;
  }

  .column-36 {
    padding-left: 0;
  }

  .paragraph-20 {
    text-align: left;
    margin-left: -16px;
  }

  .paragraph-banner-copydatacollection {
    width: 100%;
  }

  .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy {
    text-align: center;
  }

  .column-37 {
    margin-top: -124px;
  }

  .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy {
    text-align: center;
  }

  .button-copy.second-color-copy.homemaincalltoaction-copy-copy, .button-copy.second-color-copy.homemaincalltoaction-copy-copy-copy {
    margin-left: auto;
  }

  .paragraph-banner-copy1 {
    width: 100%;
  }

  .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copymf.second-color-copy {
    text-align: center;
  }

  .button-copymf.second-color-copy {
    text-align: center;
    margin-left: auto;
    display: inline-block;
  }

  .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copydc, .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy, .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-try-it-free, .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy {
    text-align: center;
  }

  .paragraph-banner-copy {
    width: 100%;
  }

  .paragraph-21-copy {
    text-align: left;
  }

  .features-content-offline-copy {
    width: 50%;
    padding: 40px 20px 30px;
  }

  .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copywf, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copycopy, .containermobileformsapp-bottom-copy_3 {
    margin-top: -108px;
  }

  .image-156 {
    margin-top: 220px;
  }

  .html-embed-9 {
    object-fit: contain;
    width: 100%;
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy6, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copym, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy {
    margin-top: -108px;
  }

  .html-embed-10 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy {
    margin-top: -108px;
  }

  .section-copywebforms-copy.with-image {
    overflow: hidden;
  }

  .section-copywebforms-copy.with-image.second.thin {
    margin-bottom: 162px;
  }

  .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color-copy {
    text-align: center;
  }

  .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy {
    margin-top: -108px;
  }

  .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy {
    margin-top: -108px;
  }

  .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy {
    margin-top: -108px;
  }

  .image-172 {
    margin-right: auto;
    display: block;
  }

  .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy {
    margin-top: -108px;
  }

  .left-content-copy {
    width: 600px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sub-text-copy {
    padding-top: 0;
  }

  .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy {
    margin-top: -108px;
  }

  .html-embed-26 {
    margin-top: 140px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy {
    margin-top: -108px;
  }

  .div-block-63, .div-block-64 {
    text-align: center;
  }

  .containermobileformsapp-bottom-copy-copy-copy2, .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy {
    margin-top: -108px;
  }

  .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy-copy-copy-copy {
    margin-top: -108px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-copy {
    margin-top: -108px;
  }

  .make-center-mobile-copy, .make-center-mobile-copy2, .make-center-mobile-copy-copy2, .createdigitalformsdiv, .make-center-mobile-copy, .make-center-mobile-copy-copy-copy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy-copy-copy {
    margin-top: -108px;
  }

  .containermobileformsapp-bottom-copy-copy-copytoppad, .containermobileformsapp-bottom-toppadedit, .containermobileformsapp-toppadding, .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottomtopheader, .containermobileformsapp-bottom-copy-copy-copy-copy-copy, .containermobileformsapp-botheader, .containermobileformsapp-bottomheader, .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copyaim, .containermobileformsapp-bottom-copy-copy-copy-copy-copy, .containermobileformsapp-bottom-copy1, .containermobileformsapp-bottom-copyq, .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-copy-copy-copy {
    margin-top: -108px;
  }

  .image-101-copy-copy-copy {
    width: auto;
    max-width: 100%;
    max-height: none;
    margin-top: 30px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-co, .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-botsstom-copy-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-copy-copy-copyconstruction, .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copycc, .containermobileformsapp-bottom-copy-copyc-copy, .containermobileformsapp-bottom-copycocopy {
    margin-top: -108px;
  }

  .containermobileformsapp-bottom-copycocopy.buildercontainerhome {
    margin-top: -181px;
  }

  .containermobileformsapp-bottom-copycsasd, .containermobileformsapp-bottom-copyasdffff, .containermobileformsapp-bottom-copy {
    margin-top: -108px;
  }

  .top-margin-copy.half-copy {
    text-align: center;
    overflow: hidden;
  }

  .div-block-46-copy {
    margin-top: 200px;
  }

  .containermobileformsapp-bottom-copy.buildercontainerhome-copy {
    margin-top: -127px;
  }

  .image-183 {
    margin-top: 54px;
    margin-bottom: -198px;
    margin-right: 48px;
  }

  .blogcontainer {
    margin-top: 29px;
  }

  .column-42 {
    margin-top: 102px;
  }

  .algin-center-copy {
    margin-top: 86px;
  }

  .columns-7 {
    margin-bottom: 137px;
  }

  .div-block-66 {
    margin-top: 83px;
    margin-bottom: -137px;
  }

  .div-block-67 {
    margin-top: 79px;
  }

  .mockup-banner-large-copy {
    clear: none;
    text-align: center;
    max-width: 75%;
    max-height: none;
    margin-top: -3px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: -110px;
  }

  .div-block-68 {
    margin-top: -92px;
  }

  .flex-row-copy.center-copy.make-normal-copy {
    margin-top: 149px;
    display: block;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    display: block;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy1234-copy {
    margin-top: 48px;
  }

  .div-block-69 {
    margin-top: 79px;
  }

  .mockup-banner-safety-copy {
    clear: none;
    max-width: 65%;
    max-height: none;
    margin-top: -44px;
    margin-left: 92px;
    margin-right: 200px;
    display: inline-block;
    right: -110px;
  }

  .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color-copy {
    text-align: center;
  }

  .button-copy.second-color-copy.homemaincalltoaction-copy-copy {
    margin-left: 200px;
  }

  .image-115-copy {
    margin-left: auto;
  }

  .containermobileformsapp-bottom-copy.top-margin-large-copy {
    margin-top: -200px;
  }

  .bold-text {
    text-align: center;
  }

  .top-title-copy {
    padding-left: 25px;
    padding-right: 6px;
  }

  .columns-8 {
    margin-bottom: 159px;
  }

  .image-137-copy {
    text-align: center;
    margin-left: 86px;
  }

  .bold-text-2 {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-22 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-184 {
    display: block;
  }

  .image-185 {
    margin-left: 140px;
    display: inline-block;
  }

  .containermobileformsapp-bottom-copy.top-margin-large {
    margin-top: -143px;
  }

  .div-block-71 {
    padding-right: 0;
  }

  .image-186 {
    text-align: center;
    max-width: 60%;
    margin-left: 140px;
    display: block;
  }

  .image-187 {
    display: none;
  }

  .image-188 {
    margin-left: 100px;
  }

  .div-block-72 {
    margin-top: 60px;
  }

  .top-title-copyc-copy.in-banner-copy-copy {
    text-align: center;
  }

  .div-block-73 {
    margin-top: 100px;
  }

  .heading-9 {
    color: #686868;
  }

  .image-189 {
    display: block;
  }

  .image-190 {
    display: none;
  }

  .div-block-74 {
    margin-top: 95px;
  }

  .column-43 {
    display: inline-block;
  }

  .div-block-76 {
    display: flex;
  }

  .top-title-copy.in-banner-copy {
    text-align: center;
  }

  .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26 {
    text-align: left;
  }

  .paragraph-27 {
    text-align: left;
    margin-top: auto;
  }

  .paragraph-28, .paragraph-29, .paragraph-30 {
    text-align: left;
  }

  .image-191 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top-title-copy {
    text-align: center;
    text-align: center;
    padding-left: 60px;
  }

  .div-block-77 {
    margin-top: 140px;
  }

  .section-copy.gray {
    margin-top: 0;
  }

  .containermobileformsapp-bottom-contactmobile-copy {
    margin-top: 60px;
  }

  .image-192 {
    display: none;
  }

  .image-193 {
    margin-bottom: auto;
    display: block;
  }

  .top-title-copy {
    text-align: center;
    text-align: center;
    padding-left: 60px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-title-copy-copy, .top-title-copy {
    text-align: center;
    padding-left: 0;
  }

  .flex-row-copy.center-copy.make-normal-copy {
    margin-left: auto;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    display: block;
    overflow: hidden;
  }

  .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color-copy {
    text-align: center;
  }

  .div-block-95, .div-block-96 {
    text-align: center;
  }

  .div-block-how-it-works {
    display: block;
  }

  .div-block-how-it-works-copy {
    display: none;
  }

  .testi-center-copy {
    justify-content: center;
  }

  .div-block-98 {
    display: none;
  }

  .div-block-99, .div-block-copy, .div-block-copy {
    display: block;
  }

  .div-block-copy-copy, .div-block-copydispatch {
    display: none;
  }

  .div-block-copydispatch-copy {
    display: block;
  }

  .image-196 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .containermobileformsapp-bottom-copycsasd-copy {
    margin-top: -108px;
  }

  .image-199 {
    display: none;
  }

  .image-208 {
    margin-left: auto;
    margin-right: auto;
  }

  .video-banner {
    height: 850px;
  }

  .slider-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .sub-text-copy.large-copy-copy {
    text-align: center;
  }

  .top-wrapper-copy-copy-copy22 {
    margin-top: auto;
  }

  .top-title-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    padding-left: 0;
  }

  .getting-started-banner {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy-copy {
    text-align: center;
  }

  .rmcapturehomebody {
    margin-top: -108px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .top-title-copyc-copy-copy.in-banner-copy-copy-copy {
    text-align: center;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copy1-copy {
    margin-top: -108px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .top-title-copy-copy {
    text-align: center;
    text-align: center;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copy {
    margin-top: -6px;
    display: none;
  }

  .top-title-copy-copy-copy, .button-copy-copy-copy.second-color-copy-copy {
    text-align: center;
  }

  .sub-text-copy-copy-copy {
    padding-top: 0;
  }

  .button-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy-copy-copy {
    text-align: center;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .button-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .button-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .button-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .button-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-footer-copy {
    text-align: center;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto-copy-copy {
    width: 100%;
    margin-top: 83px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .make-center-mobile-copy-copy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
    display: block;
  }

  .div-block-22-copy, .div-block-22-copy-copy, .div-block-22-copy-copy, .div-block-22-copy, .div-block-22-copy {
    margin-top: 60px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy.second-color-copy.homemaincta {
    object-fit: fill;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-copy {
    margin-top: -108px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin-copy {
    display: none;
  }

  .button-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy-copy-copy {
    text-align: center;
  }

  .button-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy-copy-copy {
    text-align: center;
  }

  .button-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy-copy-copy, .button-copy.second-color {
    text-align: center;
  }

  .button-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .top-title-copy, .top-title-copy-copy {
    text-align: center;
    padding-left: 0;
  }

  .large-video-copy.top-margin, .large-video-copy.ai-video-section-video-1 {
    margin-bottom: -76px;
  }

  .button-copy-copy-copy.second-color-copy-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy-copy.second-color-copy-copy-copy {
    text-align: center;
  }

  .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy-copy {
    margin-top: -6px;
  }

  .top-title-copy-copy-copy-copy {
    text-align: center;
  }

  .div-block-24-copy {
    text-align: right;
    text-align: right;
  }

  .div-block-70-copy {
    margin-top: 100px;
  }

  .div-block-24-copy {
    text-align: right;
  }

  .containermobileformsapp-bottom-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy-copy {
    margin-top: -6px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy, .left-content-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-content-copy {
    text-align: center;
    width: 600px;
    margin-top: 40px;
  }

  .left-content-copy.make-left-auto, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy, .left-content-copy.make-left-auto-copy, .left-content-copy.make-left-auto-copy-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-title-color-copy-copy {
    text-align: center;
    text-align: center;
    font-weight: 700;
  }

  .left-content-copy-copy-copy, .left-content-copy-copy {
    text-align: center;
    width: 600px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-copy-copy-copy-copy {
    margin-top: -108px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .survey-b-hero-image {
    clear: none;
    max-width: 100%;
    max-height: none;
    margin-top: 50px;
    margin-left: 65px;
    display: inline-block;
    right: -110px;
  }

  .webform-embed-survey-page {
    margin-top: 20px;
  }

  .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    margin-top: 149px;
    margin-left: 40px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    display: block;
  }

  .div-block-70-copy-copy {
    margin-top: 100px;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin-copy-copy {
    margin-top: -200px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy-copy {
    margin-right: auto;
    padding-left: 10px;
    padding-right: 40px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy, .flex-row-copy-copy-copy.center-copy-copy.make-normal-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .gw-hero {
    text-align: center;
    max-width: 60%;
  }

  .banner-gw {
    height: 850px;
  }

  .banner-gw.second-gw {
    height: 1100px;
    margin-top: auto;
    display: block;
  }

  .align-rightss {
    text-align: center;
  }

  .column-54 {
    border-radius: 5px;
  }

  .paragraph-35 {
    margin-left: auto;
    margin-right: auto;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy-copy, .containermobileformsapp-bottom-toppadedit-copy, .containermobileformsapp-bottom-copy-copy-copy {
    margin-top: -108px;
  }

  .top-title-copy-copy-copy {
    text-align: center;
    padding-left: 60px;
  }

  .top-title-copy-copy-copy-copy {
    text-align: center;
    padding-left: 0;
  }

  .make-center-mobile-copy222-copy-copy-copy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .make-center-mobile-copy-copy-copy-copy-copy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .div-block-142 {
    filter: none;
    height: 300px;
    display: block;
  }

  .grid-words {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .heading-16 {
    display: block;
  }

  .sub-text-copy, .sub-text-copy-copy {
    text-align: center;
    padding-top: 0;
  }

  .top-title-copy-copy-copy {
    text-align: center;
  }

  .mockup-banner-copy {
    clear: none;
    max-width: 100%;
    max-height: none;
    margin-top: 50px;
    margin-left: 65px;
    display: inline-block;
    right: -110px;
  }

  .top-title-copy-copy.in-banner-copy {
    text-align: center;
    padding-right: 0;
  }

  .column-21-copy {
    padding-right: 40px;
    display: block;
  }

  .div-block-152 {
    margin-left: -51px;
  }

  .column-21-copy-copy {
    padding-right: 40px;
    display: block;
  }

  .top-title-home {
    text-align: center;
    margin-bottom: 0;
  }

  .top-margin-home {
    margin-top: 140px;
    margin-left: auto;
  }

  .sub-text-home {
    text-align: center;
    margin-top: 20px;
    padding-top: 0;
  }

  .section-copy.with-image-copy, .section-copy.with-image {
    overflow: hidden;
  }

  .section-copy.with-image-copy, .section-copy.with-image {
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy, .containermobileformsapp-bottom-fieldreporting {
    margin-top: -108px;
  }

  .section-6-copy {
    margin-right: auto;
    padding-right: 0;
  }

  .iphone-mockup-surveys {
    margin-top: 100px;
    margin-right: auto;
    padding-right: 20px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy {
    margin-top: -108px;
    padding-left: 0;
  }

  .containermobileformsapp-bottom-digitalformsapp {
    margin-top: -6px;
  }

  .containermobileformsapp-bottom-mobileforms, .containermobileformsapp-bottom-copy-copy-copy {
    margin-top: -108px;
  }

  .top-title-construction {
    text-align: center;
    padding-left: 0;
  }

  .dashboardimage-copy {
    width: 800px;
  }

  .containermobileformsapp-usecase {
    margin-top: 100px;
  }

  .containermobileformsapp-builder {
    margin-top: -108px;
  }

  .flex-row-home.center-copy-copy.make-normal-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .left-content-div-inspectionapp {
    flex-wrap: nowrap;
    margin-left: auto;
    display: flex;
  }

  .flex-row-copy-copy-copy.center-copy-copy.make-normal-copy-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .margin-page-copy {
    margin-top: 60px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy, .containermobileformsapp-bottom-safety {
    margin-top: -6px;
  }

  .containermobileformsapp-topchecklist, .containermobileformsapp-topformsautomation, .containermobileformsapp-topformworkflow {
    margin-top: -108px;
  }

  .make-center-mobile-topsafety {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .banner-industry-construction {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: 850px;
  }

  .containermobileformsapp-bottom-copyccs-copy {
    margin-top: -108px;
  }

  .containermobileformsapp-bottom-copyinspectionapp {
    margin-top: -6px;
  }

  .div-block-15-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-row-copy-copy-copy-copy.center-copy-copy-copy.make-normal-copy-copy-copy {
    margin-left: auto;
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-copy-copy-copy-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
    margin-left: auto;
    padding-left: 10px;
    display: block;
    overflow: visible;
  }

  .align-center-copy-copyhowitworks {
    margin-top: 60px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy, .containermobileformsapp-bottom-copy-copy {
    margin-top: -108px;
  }

  .containermobileformsapp-bottom-copy-copy.buildercontainerhome-copy {
    margin-top: -127px;
  }

  .top-title-datacollection {
    text-align: left;
  }

  .algin-center-copy-copy {
    margin-top: 86px;
  }

  .collectmockup-copy-copy {
    margin-left: -6px;
  }

  .top-title-blog {
    text-align: center;
    padding-left: 0;
  }

  .column-62 {
    margin-top: 51px;
    padding-left: 10px;
    padding-right: 0;
  }

  .sidemenulist-copy {
    margin-left: 40px;
    display: none;
  }

  .container-blog {
    margin-top: 60px;
  }

  .text-span {
    padding-left: 0;
  }

  .div-block-160-copy {
    object-fit: scale-down;
    max-width: none;
  }

  .image-224-blogtablet {
    object-fit: cover;
    width: 100%;
    max-width: 120%;
    margin-top: 83px;
    display: block;
    overflow: visible;
  }

  .container-blog-copy {
    margin-top: 102px;
  }

  .image-224-copy {
    object-fit: scale-down;
    display: none;
  }

  .dashboardimage-copy-copy {
    width: 800px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .flex-row-copy-copy-copy-copy-copy-copy.center-copy-copy.make-normal-copy-copy {
    padding-right: 0;
    display: block;
  }

  .containerreviews {
    margin-top: -6px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy {
    margin-top: -108px;
  }

  .containerreportbuilder {
    margin-top: -190px;
  }

  .containermobileformsapp-bottom-copy, .containeryopto, .containermobileformsapp-bottom-copy-copy {
    margin-top: -6px;
  }

  .section-copy.with-image-copy, .section-copy-copy.with-image {
    overflow: hidden;
  }

  .section-copy-copy.with-image-copy.second-copy.thin-copy {
    margin-bottom: 140px;
  }

  .section-copy-copy.with-image-copy {
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copy-copy-copy, .containeryopto-videopage, .containermobileformsapp-bottom-copy {
    margin-top: -6px;
  }

  .section-copy-copy-copy.gray {
    margin-top: 0;
  }

  .section-copy-copy-copy.with-image {
    overflow: hidden;
  }

  .section-copy-copy-copy.with-image.second.thin {
    margin-bottom: 140px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy {
    margin-top: -108px;
  }

  .div-block-22-copy {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy {
    margin-top: -108px;
  }

  .mockup-banner-copy-copy {
    clear: none;
    max-width: 100%;
    max-height: none;
    margin-top: 50px;
    margin-left: 65px;
    display: inline-block;
    right: -110px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy-copy {
    margin-top: -6px;
  }

  .containerdigitalformstop {
    margin-top: -108px;
  }

  .div-block-22-copy-copy {
    margin-top: 86px;
  }

  .enterprisecontainerbottom {
    margin-top: -6px;
  }

  .formbuilderimage {
    width: auto;
    max-width: 100%;
    max-height: none;
    margin-top: 30px;
  }

  .topcontainersurveysb {
    margin-top: -6px;
  }

  .secondcontainersurveysb {
    margin-top: -108px;
  }

  .surveysdivblock {
    margin-top: 60px;
    margin-left: auto;
  }

  .enterpriecontainerinspectiontemplate {
    margin-top: -108px;
  }

  .enterprisecontainerbottommobileform {
    margin-top: -6px;
  }

  .formbuilderimagehowitworks {
    width: auto;
    max-width: 100%;
    max-height: none;
    margin-top: 30px;
  }

  .formsautomationcontainer2, .electronicformscontainer, .digitallformssecondcontainer {
    margin-top: -6px;
  }

  .reportbuilderdivblock {
    margin-top: auto;
    margin-left: auto;
  }

  .digitalformsdivblock2 {
    margin-right: 0;
  }

  .inspectionchecklistappdiv {
    text-align: right;
  }

  .workflowdivblock {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .workflowdivblockright {
    margin-right: auto;
  }

  .enterprisecontainergw {
    margin-top: -108px;
  }

  .headerdivblockworkorder {
    text-align: right;
  }

  .headertextherodiv {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .bannerheroimage {
    clear: none;
    max-width: 100%;
    max-height: none;
    margin-top: 50px;
    margin-left: 65px;
    display: inline-block;
    right: -110px;
  }

  .formbuilderheaderdiv {
    margin-top: 140px;
  }

  .left-content-div-copy {
    flex-wrap: nowrap;
    display: flex;
  }

  .customersurveyimage {
    width: auto;
    max-width: 100%;
    max-height: none;
    margin-top: 30px;
  }

  .digitalformsheadercopy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .formbuilderimagedashboard {
    width: auto;
    max-width: 150%;
    max-height: none;
    margin-top: 30px;
  }

  .inspectiontempateheaderimage, .formsautomationheaderimage, .checklistappheaderimage {
    clear: none;
    max-width: 65%;
    max-height: none;
    margin-top: -70px;
    margin-left: -83px;
    margin-right: 200px;
    display: none;
    right: -110px;
  }

  .checklistappheadertext {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .formworkflowheaderimage {
    clear: none;
    max-width: 65%;
    max-height: none;
    margin-top: -70px;
    margin-left: -83px;
    margin-right: 200px;
    display: none;
    right: -110px;
  }

  .formworkflowheadertext {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .constructioncontainer {
    margin-top: -108px;
  }

  .gsheaderimage, .formsautomationheaderimage-lp, .electronicformsheader {
    clear: none;
    max-width: 65%;
    max-height: none;
    margin-top: -70px;
    margin-left: -83px;
    margin-right: 200px;
    display: none;
    right: -110px;
  }

  .electronicformsheadercopy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .digitalformslpheader {
    clear: none;
    max-width: 65%;
    max-height: none;
    margin-top: -70px;
    margin-left: -83px;
    margin-right: 200px;
    display: none;
    right: -110px;
  }

  .digitalformslpheadercopy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .formsautomationheaderimage-copyworkforder {
    clear: none;
    max-width: 65%;
    max-height: none;
    margin-top: -70px;
    margin-left: -83px;
    margin-right: 200px;
    display: none;
    right: -110px;
  }

  .homedivtablet1 {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .tabletflexrow.center-copy-copy.make-normal-copy-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .centercopy {
    text-align: center;
    margin-bottom: 0;
  }

  .flexrowtablet-body.centerbody.make-normal-body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .bodysubtitleh2 {
    text-align: left;
    margin-bottom: 10px;
  }

  .bodycontentright {
    margin-right: auto;
  }

  .bodysubtexth2 {
    text-align: left;
    margin-top: auto;
    padding-top: 0;
  }

  .bodycontainer {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
  }

  .bodysection {
    margin-bottom: 3px;
  }

  .column-63 {
    display: none;
  }

  .topbcddiv {
    margin-bottom: -51px;
  }

  .footercontainer {
    margin-top: -124px;
  }

  .top-title-body-left {
    text-align: left;
    padding-left: 0;
  }

  .sub-text-body-left {
    text-align: left;
    margin-top: auto;
    padding-top: 0;
  }

  .toptitletop {
    margin-top: 100px;
  }

  .div-block-166 {
    margin-top: -124px;
  }

  .flexrowheader.centercopyheader.makenormalheader {
    margin-left: auto;
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .topmarginfirstheader {
    margin-left: auto;
    margin-right: auto;
  }

  .topwrapperfirstheader {
    margin-top: -86px;
  }

  .div-block-167 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-header-webforms {
    text-align: right;
    margin-top: 67px;
    margin-left: auto;
    margin-right: auto;
  }

  .subheaderwebforms {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .webformssubp {
    text-align: left;
  }

  .topcontainer {
    margin-top: -187px;
  }

  .iphone-mockup-copy {
    margin-top: 73px;
    margin-bottom: 0;
  }

  .div-block-168 {
    margin-right: auto;
  }

  .image-185-copy {
    margin-left: auto;
    display: inline-block;
  }

  .column-64 {
    text-align: center;
  }

  .bottomcontainerlast {
    margin-top: -6px;
  }

  .top-wrapper-margin-copy-copy-copy {
    margin-top: 200px;
  }

  .feature-title-color-reformat {
    text-align: left;
    font-weight: 700;
  }

  .dashboardimage-copy {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .columns-12 {
    margin-top: -105px;
    margin-bottom: -73px;
  }

  .bodycontaineraim {
    margin-top: -108px;
  }

  .paragraph-46 {
    text-align: left;
  }

  .div-block-169 {
    padding-left: 100px;
  }

  .paragraph-47 {
    text-align: left;
  }

  .columns-13 {
    border: 1px solid #000;
    border-radius: 2px;
  }

  .columns-13-copy {
    border: 1px solid #000;
    border-top-width: 2px;
    border-radius: 2px;
  }

  .div-block-gwheader {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -92px;
  }

  .gwdivblocktop {
    margin-top: 60px;
    margin-left: auto;
  }

  .report-builder-2-reports-image {
    margin-top: 140px;
  }

  .image-226 {
    margin-top: 40px;
  }

  .div-block-170 {
    margin-top: 60px;
  }

  .bodyimagemiddle {
    margin-top: 140px;
  }

  .column-21-copy-copy-copy {
    padding-right: 40px;
    display: block;
  }

  .bodyparagraphright {
    margin-left: -83px;
    margin-right: auto;
  }

  .div-block-171 {
    margin-top: 63px;
  }

  .report-builder-2-reports-copy {
    margin-top: 140px;
  }

  .paragraph-48 {
    text-align: left;
  }

  .div-block-172 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-49 {
    text-align: left;
  }

  .div-block-173 {
    margin-top: 40px;
  }

  .container-14 {
    margin-top: -162px;
  }

  .image-227 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .topcontainerfeatures {
    margin-top: auto;
  }

  .left-content-div-copy-copy {
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: -200px;
    display: flex;
  }

  .html-embed-copy {
    margin-left: -162px;
    padding-left: 0;
    overflow: visible;
  }

  .column-26-copy {
    justify-content: center;
  }

  .paragraph-50 {
    text-align: left;
  }

  .column21right {
    padding-right: 0;
    display: block;
  }

  .paragraph-51 {
    text-align: left;
  }

  .paragraph-52, .paragraph-53 {
    text-align: left;
  }

  .column-21-copy {
    margin-top: 100px;
    padding-right: 40px;
    display: block;
  }

  .paragraph-54 {
    text-align: left;
  }

  .div-block-174 {
    overflow: hidden;
  }

  .sub-text-copy.large {
    text-align: left;
    margin-top: auto;
  }

  .paragraph-55 {
    text-align: left;
  }

  .paragraph-56 {
    margin-top: 40px;
  }

  .paragraph-57 {
    text-align: left;
  }

  .iphone-mockup-copy {
    margin-top: 60px;
  }

  .paragraph-58 {
    text-align: left;
  }

  .button-try-it-free-copy-copy {
    margin-left: 0;
  }

  .left-content-div-copy-copy {
    flex-wrap: nowrap;
    margin-right: auto;
    display: block;
  }

  .button-try-it-free-copy {
    margin-left: auto;
  }

  .button-try-it-free-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .image-228 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-65 {
    display: inline-block;
  }

  .section-12 {
    margin-top: 200px;
  }

  .columns-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-15 {
    display: none;
  }

  .paragraph-59 {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .heading-19 {
    display: block;
  }

  .sub-text-const {
    text-align: center;
    padding-top: 0;
  }

  .column-62-copy {
    margin-top: 51px;
    padding-left: 10px;
    padding-right: 0;
  }

  .containeryopto-copy {
    margin-top: -6px;
  }

  .top-title-body-left-copy {
    text-align: left;
    padding-left: 0;
  }

  .section-copy.with-image-copy.second-copy.thin-copy {
    margin-bottom: 140px;
  }

  .section-copy.with-image-copy {
    overflow: hidden;
  }

  .left-content-wide-copyinspectionapp-copy {
    width: 600px;
  }

  .left-content-copy-copy-copy-copy {
    text-align: center;
    width: 600px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-title-copy-copy {
    text-align: center;
    padding-left: 0;
  }

  .top-margin-copy.half-copy {
    text-align: center;
  }

  .left-content-copy-copy {
    width: 600px;
  }

  .button-try-it-free-copy-copy-copy {
    margin-left: 0;
  }

  .div-block-21-copy {
    text-align: center;
  }

  .top-title-copy, .top-title-copy-copy, .top-title-copy-copy-copy, .top-title-copy, .top-title-copy-copy, .top-title-copy-copy-copy {
    text-align: center;
    padding-left: 0;
  }

  .sub-text-copyinspectionapp-copy {
    padding-top: 0;
  }

  .left-content-copy-copy {
    text-align: center;
    width: 600px;
    margin-top: 40px;
  }

  .left-content-copy-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-title-lp {
    text-align: center;
    padding-left: 0;
  }

  .grid-middle {
    grid-template-columns: 1fr 1fr;
    margin-top: 220px;
    display: none;
  }

  .div-block-blog {
    filter: none;
  }

  .slider-5 {
    height: 600px;
    margin-top: 25px;
    display: block;
  }

  .grid-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 339px;
    grid-template-columns: 1.25fr .75fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .columns-16 {
    margin-top: -51px;
  }

  .image-blogfeature {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: 400px;
    margin-top: auto;
    margin-left: auto;
  }

  .heading-21 {
    color: #717177;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    display: block;
  }

  .top-title-blogtop {
    text-align: center;
    padding-left: 0;
  }

  .grid-slider-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 339px;
    grid-template-columns: 1.5fr .75fr;
    grid-auto-columns: 1fr;
    margin-bottom: auto;
    display: grid;
  }

  .bold-text-12 {
    color: #1fb6ff;
    cursor: pointer;
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-blog-feature-tablet {
    display: block;
  }

  .div-block-blog-feature-tablet:hover {
    box-shadow: none;
  }

  .paragraph-65 {
    text-align: left;
    margin-bottom: 40px;
    display: block;
  }

  .image-blogfeature-slider2 {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: 400px;
    margin-top: auto;
    margin-left: auto;
  }

  .heading-16-tablet {
    color: #1fb6ff;
    margin-top: 40px;
    display: block;
  }

  .blog-intro-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-40, .link-41 {
    color: #0000;
  }

  .paragraph-64-slide {
    color: #969696;
  }

  .image-232-tablet-2 {
    width: 815px;
    max-width: 100%;
    margin-top: -86px;
    margin-left: 0;
    display: block;
  }

  .image-232-tablet-3 {
    width: 815px;
    max-width: 100%;
    margin-top: -86px;
    margin-left: auto;
    display: block;
  }

  .image-232-tablet-4 {
    width: 815px;
    max-width: 100%;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .image-233 {
    margin-top: 124px;
  }

  .blog-thumbnail-headline, .heading-16-copy {
    display: block;
  }

  .heading-23 {
    margin-top: -60px;
    margin-bottom: auto;
  }

  .image-233-copy {
    margin-top: 124px;
  }

  .bold-text-19 {
    color: #1fb6ff;
  }

  .link-45 {
    color: #0000;
  }

  .bold-text-20 {
    color: #1fb6ff;
  }

  .link-46 {
    color: #0000;
  }

  .bold-text-21 {
    color: #1fb6ff;
  }

  .link-47 {
    color: #0000;
  }

  .bold-text-22 {
    color: #1fb6ff;
  }

  .link-48 {
    color: #0000;
  }

  .grid-titles {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .paragraph-65-copy {
    text-align: left;
    margin-bottom: 40px;
    display: block;
  }

  .button-copy-copy-copy.second-color-cta-button-blog, .button-cta-blog.second-color-copy, .button-cta-blog.second-color-copy, .button-cta-blog.second-color-cta-button-blog {
    text-align: center;
  }

  .sidemenulist-copy-hidden {
    margin-left: 40px;
    display: none;
  }

  .banner-industry-manufacturing {
    height: 850px;
  }

  .image-235, .image-237, .image-238 {
    display: block;
  }

  .button-try-it-free-tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .industryimage {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .paragraph-69 {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .div-block-183 {
    margin-top: 194px;
  }

  .div-block-184 {
    margin-top: 60px;
  }

  .image-239 {
    display: inline-block;
  }

  .image-240 {
    display: none;
  }

  .button-copy.second-color {
    text-align: center;
  }

  .button-copy.second-color.homemaincalltoaction {
    margin-left: 0;
    display: inline-block;
  }

  .button-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .html-embed-10-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 20px;
    display: none;
  }

  .image-242 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-243 {
    display: inline-block;
  }

  .image-244 {
    display: none;
  }

  .div-block-185, .div-block-186 {
    text-align: left;
    padding-left: 100px;
  }

  .industry-title {
    text-align: center;
    padding-left: 0;
  }

  .containermobileformsapp-bottom-copy-copy-copy, .containermobileformsapp-bottom-copy-copy, .containermobileformsapp-bottom-copy-copy-copy-copy, .container-construction {
    margin-top: -108px;
  }

  .image-245 {
    display: none;
  }

  .left-text-slide-right {
    flex-wrap: nowrap;
    margin-left: auto;
    display: flex;
  }

  .image-246, .image-247 {
    display: none;
  }

  .bold-text-31 {
    display: block;
  }

  .bold-text-32 {
    display: none;
  }

  .paragraph-67-copy {
    text-align: left;
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .paragraph-70 {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
  }

  .paragraph-71, .paragraph-72, .paragraph-73, .paragraph-74 {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .industry-title-copy {
    text-align: center;
    padding-left: 0;
  }

  .bold-text-33 {
    display: block;
  }

  .bold-text-34 {
    display: none;
  }

  .paragraph-71-desk {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal-copy-copy {
    padding-left: 10px;
    display: none;
    overflow: visible;
  }

  .industry-title-desk2 {
    text-align: center;
    padding-left: 0;
  }

  .paragraph-72-desk {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
  }

  .industry-title-desk2-copy {
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .bold-text-36 {
    display: none;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: visible;
  }

  .banner-industry-oil-gas-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: 850px;
  }

  .make-center-mobile-copy {
    text-align: center;
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .make-center-mobile-copy-copy, .make-center-mobile-copy, .make-center-mobile-copy, .make-center-mobile-copy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .workflowdivblockright-copy {
    margin-right: auto;
  }

  .div-block-22-copy-copy {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-39-copy {
    margin-left: 0;
  }

  .containermobileformsapp-bottom-copy-copy-copy, .containermobileformsapp-bottom-copy-copy-copy-copy {
    margin-top: -108px;
  }

  .flex-row-copy.center.make-normal {
    padding-left: 10px;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal-copy {
    padding-left: 10px;
    display: block;
    overflow: hidden;
  }

  .flex-row-industry.center.make-normal {
    padding-left: 10px;
    display: block;
    overflow: visible;
  }

  .div-block-183-copy {
    margin-top: 194px;
  }

  .banner-industry-utilities {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: 850px;
  }

  .containermobileformsapp-bottom-copy {
    margin-top: -6px;
  }

  .button-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy-copy {
    text-align: center;
  }

  .containermobileformsapp-bottom-copy-copy {
    margin-top: -6px;
  }

  .grid-words-copy-copy, .grid-words-copy-copy-copy {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .blog-list-copy {
    text-align: left;
  }

  .paragraph-banner-copy {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .image-224-copy, .image-224-copy-copy {
    display: block;
  }

  .banner-industry-mining {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: 850px;
  }

  .left-content-construction {
    text-align: center;
    width: 600px;
    margin-top: 40px;
  }

  .left-content-construction.make-left-auto-construction {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-streamline-construction, .paragraph-const-offline {
    text-align: left;
    margin-top: 200px;
  }

  .paragraph-oil-report {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
  }

  .paragraph-66-task-copy {
    text-align: left;
    margin-top: 200px;
  }

  .cloud-utilities {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
  }

  .paragraph-floating-icons-utilities {
    text-align: left;
    margin-top: 200px;
  }

  .dashboard-utilities-paragraph {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .paragraph-enhance-quality-manufacturing {
    text-align: left;
    margin-top: 200px;
  }

  .paragraph-manuf-improve {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
  }

  .image-blogfeature-copy {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: 400px;
    margin-top: auto;
    margin-left: auto;
  }

  .paragraph-bannerhome-copy-copy {
    width: 100%;
  }

  .paragraph-71-desk-copy {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
  }

  .right-content-slide-left-copy {
    text-align: center;
    width: 600px;
    margin-top: 40px;
  }

  .right-content-slide-left-copy.make-left-auto-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .transportation-header-title {
    margin-top: 194px;
  }

  .env-paragraph-6 {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .env-paragraph-4 {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
  }

  .env-paragraph {
    text-align: left;
    margin-top: 200px;
  }

  .banner-industry-environmental, .banner-industry-transportation {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: 850px;
  }

  .paragraph-24-copy {
    text-align: left;
  }

  .tasks-banner {
    height: 850px;
  }

  .tasks-banner.tasks-second {
    height: 1100px;
    margin-top: auto;
    display: block;
  }

  .tasks-hero-image {
    margin-top: 40px;
  }

  .tasks-headline-text {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .column-62-copy-copy {
    margin-top: 51px;
    padding-left: 10px;
    padding-right: 0;
  }

  .tasks-blog-subhead-2, .tasks-blog-headline-2 {
    text-align: center;
    padding-left: 0;
  }

  .task-image-2 {
    margin-top: 140px;
  }

  .footer-blue.with-image {
    overflow: hidden;
  }

  .footer-blue.with-image.second.thin {
    margin-bottom: 140px;
  }

  .banner-industry-agriculture {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: 850px;
  }

  .left-content-div-copy {
    flex-wrap: nowrap;
    margin-left: auto;
    display: flex;
  }

  .banner-industry-facilities {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: 850px;
  }

  .paragraph-facilities {
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
  }

  .image-224-copy-copy {
    display: block;
  }

  .div-block-160-copy-copy {
    object-fit: scale-down;
    max-width: none;
  }

  .image-blogfeature-copy-copy {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: 400px;
    margin-top: auto;
    margin-left: auto;
  }

  .image-224-copy-copy-copy, .image-224-copy-copy-copy-copy, .image-224-copy-copy-copy-copy {
    display: block;
  }

  .move-sub-banner-copy {
    padding-left: 0;
  }

  .banner-left-flex-copy {
    display: none;
  }

  .banner-copy {
    height: 850px;
  }

  .banner-copy.second {
    height: 1100px;
    margin-top: auto;
    display: block;
  }

  .banner-copy.six {
    background-image: linear-gradient(#00000024, #00000024), url('../images/AsplundhFastFieldBanner.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .banner-copy.fourth {
    height: 900px;
  }

  .button-copy.second-color {
    text-align: center;
    margin: auto;
  }

  .button-copy.second-color.homemaincalltoaction {
    margin-left: 0;
  }

  .button-copy.second-color-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .button-copy.second-color-copy-copy, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color-copy {
    text-align: center;
  }

  .button-copy.button-yellow {
    text-align: center;
    display: none;
  }

  .button-copy.button-yellow.homemaincalltoaction {
    margin-left: 0;
  }

  .div-block-142-copy {
    filter: none;
    height: 300px;
    display: block;
  }

  .section-copy.with-image {
    overflow: hidden;
  }

  .section-copy.with-image.second.thin {
    margin-bottom: 140px;
  }

  .section-copy.with-image.top-margin {
    display: none;
  }

  .section-copy-copy.with-image {
    overflow: hidden;
  }

  .section-copy-copy.with-image.second.thin {
    margin-bottom: 140px;
  }

  .section-copy-copy.with-image.top-margin, .banner-left-flex-copy, .banner-left-flex-copy-copy {
    display: none;
  }

  .top-title-copy {
    text-align: center;
    padding-left: 0;
  }

  .top-title-copy.in-banner.second {
    text-align: left;
  }

  .top-title-copy.in-banner.black.smaller {
    font-size: 30px;
    line-height: 40px;
  }

  .top-title-copy.in-banner.dynamictitle {
    text-align: center;
  }

  .sub-text-copy {
    text-align: center;
    padding-top: 0;
  }

  .paragraph-66-task-copy-copy {
    text-align: left;
    text-align: left;
    margin-top: 200px;
  }

  .workflowdivblock-copy {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .formbuilderimage-copy, .image-101-copy {
    width: auto;
    max-width: 100%;
    max-height: none;
    margin-top: 30px;
  }

  .paragraph-82-copy {
    text-align: center;
  }

  .text-block-45-copy-copy-copy {
    margin-bottom: 19px;
  }

  .cell-5 {
    display: block;
  }

  .list-item-5-copy-copy {
    margin-right: 11px;
  }

  .button-copy-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .optional-price-wrapper-copy {
    width: 70%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-82-copy-copy, .button-copy-copy-copy.second-color-copy, .button-copy-copy-copy.second-color-copy {
    text-align: center;
  }

  .button-copy-copy-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy-copy.second-color-copy.homemaincta {
    object-fit: fill;
  }

  .button-copy-copy-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy-copy-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy-copy-copy-copy.second-color-copy.homemaincta {
    object-fit: fill;
  }

  .button-copy-copy-copy-copy-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy-copy-copy-copy-copy.second-color-copy.homemaincta {
    object-fit: fill;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .button-copy-copy-copy-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy-copy-copy-copy.second-color-copy.homemaincta {
    object-fit: fill;
    position: static;
  }

  .button-copy-copy-copy-copy.second-color-copy {
    text-align: center;
    text-align: center;
  }

  .button-copy-copy-copy-copy.second-color-copy.homemaincta {
    object-fit: fill;
  }

  .button-copy-copy-copy-copy.second-color-copy-copy {
    text-align: center;
  }

  .button-copy-copy-copy-copy.second-color-copy-copy.homemaincta {
    object-fit: fill;
  }

  .section-copypricingtop-copy {
    margin-top: 60px;
  }

  .quick-stack-2-copy {
    margin-top: -123px;
  }

  .section-copypricingtop-copy-copy {
    margin-top: 60px;
  }

  .quick-stack-annual {
    margin-bottom: 69px;
  }

  .quick-stack-2-copy-copy {
    margin-top: -94px;
  }

  .div-block-212-copy {
    display: none;
  }

  .div-block-22-copy {
    margin-top: 60px;
  }

  .make-center-mobile-copy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .make-center-mobile-copy2-copy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .div-block-24-copy {
    text-align: right;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
  }

  .make-center-mobile-copy-copy-copy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .make-center-mobile-copy-copy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .make-center-mobile-copy-copy-copy-copy {
    text-align: center;
    margin-top: 150px;
    padding-left: 0;
  }

  .div-block-24-copy {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-24-copy-copy, .div-block-24-copy-copy-copy {
    text-align: right;
  }

  .align-right-copy {
    text-align: center;
  }

  .html-embed-copy-copy {
    margin-left: -162px;
    padding-left: 0;
    overflow: visible;
  }

  .bodysubtexth2-copy {
    text-align: left;
    margin-top: auto;
    padding-top: 0;
  }

  .testimonials-wrapper-3-copy, .testimonials-wrapper-3-copy-copy {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-header-bold-copy.align-left {
    padding-right: 0;
  }

  .testi-center-copy-copy {
    justify-content: center;
  }

  .div-block-how-it-works-copy-copy {
    display: none;
  }

  .testimonials-wrapper-3-copy-copy {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-how-it-works-copy-copy-copy {
    display: none;
  }

  .image-275 {
    margin-right: auto;
    display: inline-block;
  }

  .image-226-copy {
    margin-top: 40px;
  }

  .div-block-24-copy-copy {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-video-section.with-image {
    overflow: hidden;
  }

  .ai-video-section.with-image.second.thin {
    margin-bottom: 140px;
  }

  .ai-video-section.with-image.top-margin {
    display: none;
  }

  .ai-video-section-video-2.top-margin, .ai-video-section-video-2.ai-video-section-video-1 {
    margin-bottom: -76px;
  }

  .forms-automation-software-hero-flex.center.make-normal, .forms-automation-software-hero-flex.center-copy.make-normal, .forms-automation-software-hero-flex.forms-automation-software-hero-center.make-normal, .forms-automation-software-hero-flex.forms-automation-software-hero-center.forms-automation-software-hero-make-normal {
    padding-left: 10px;
    display: block;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .banner.second {
    height: 900px;
  }

  .banner.third {
    height: auto;
    margin-top: 1px;
  }

  .banner.six {
    height: 800px;
  }

  .banner.fourth {
    height: 760px;
  }

  .containermobileformsapp-bottom.center.in-sub-page {
    top: 63%;
  }

  .top-wrapper.left.make-center {
    text-align: center;
  }

  .top-title.in-banner {
    font-size: 32px;
    line-height: 40px;
  }

  .top-title.in-banner.black.smaller {
    font-size: 24px;
    line-height: 30px;
  }

  .right-content-slide-left {
    width: auto;
  }

  .footer-style-1 {
    padding-top: 30px;
  }

  .footer-column-second {
    display: none;
  }

  .footer-column {
    justify-content: center;
    align-items: center;
  }

  .copyright.only-center {
    text-align: center;
  }

  .features-content {
    width: 100%;
  }

  .team-wrapper-2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .team-photo {
    height: auto;
  }

  .blog-wrapper {
    margin-bottom: 30px;
  }

  .logo-client {
    float: left;
    width: 100%;
  }

  .arrow {
    width: 50px;
    height: 50px;
  }

  .service-wrapper {
    margin-bottom: 50px;
  }

  .testimonials-wrapper-3 {
    width: 100%;
  }

  .services-wrapper-2 {
    height: 380px;
  }

  .services-content {
    height: 350px;
  }

  .slide, .slide-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .blog-item {
    width: 100%;
  }

  .move-sub-banner {
    height: auto;
    overflow: visible;
  }

  .sub-banner {
    height: 350px;
  }

  .optional-price-wrapper {
    width: 100%;
  }

  .section-header {
    margin-top: 25px;
    font-size: 25px;
    line-height: 35px;
  }

  .coming-soon-wrapper {
    margin-top: 100px;
    display: flex;
    position: static;
  }

  .arrow-2 {
    width: 50px;
    height: 50px;
  }

  .left-content-wide {
    width: auto;
  }

  .top-title-aim.in-banner-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .features-content-offline {
    width: 100%;
  }

  .column-30, .column-31 {
    display: none;
  }

  .left-content-wide-copyinspectionapp {
    width: auto;
  }

  .features-content-offline-copy {
    width: 100%;
  }

  .top-title-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copyccc.in-banner-copy, .top-title-copyccc.in-banner-copy, .top-title-copyccc.in-banner-copy, .top-title-copyccc.in-banner-copy, .top-title-copyccc.in-banner-copy, .top-title-copyccc.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-features.in-banner-features, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copyc-copy.in-banner-copy-copy, .top-title-copyc-copy.in-banner-copy-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .top-title-copy-copy.in-banner-copy-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy, .top-title-copy.in-banner-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-93 {
    margin-top: 40px;
  }

  .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy-copy, .top-title-copyc-copy-copy.in-banner-copy-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .left-content-copy {
    width: auto;
  }

  .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .left-content-copy-copy, .left-content-copy, .left-content-copy, .left-content-copy, .left-content-copy, .left-content-copy-copy, .left-content-copy-copy-copy, .left-content-copy-copy {
    width: auto;
  }

  .banner-gw.second-gw {
    height: 900px;
  }

  .paragraph-35 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .left-content-copy-copy, .left-content-wide-copyinspectionapp-copy, .left-content-copy-copy, .left-content-copy-copy, .left-content-copy-copy, .left-content-copy-copy, .left-content-copy-copy, .left-content-copy-copy, .left-content-wide-copyinspectionapp-copy, .left-content-copy-copy, .left-content-copy-copy-copy-copy, .left-content-copy-copy, .left-content-copy-copy, .left-content-copy-copy, .left-content-copy-copy, .left-content-copy-copy, .left-content-copy-copy, .left-content-copy-copy {
    width: auto;
  }

  .slider-5 {
    display: none;
  }

  .top-title-const-copy.in-banner-copy-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .left-content-construction, .right-content-slide-left-copy {
    width: auto;
  }

  .tasks-banner.tasks-second {
    height: 900px;
  }

  .coming-soon-wrapper-copy {
    margin-top: 100px;
    display: flex;
    position: static;
  }

  .move-sub-banner-copy {
    height: auto;
    overflow: visible;
  }

  .banner-copy.second {
    height: 900px;
  }

  .banner-copy.third {
    height: auto;
    margin-top: 1px;
  }

  .banner-copy.six {
    height: 800px;
  }

  .banner-copy.fourth {
    height: 760px;
  }

  .top-title-copy.in-banner {
    font-size: 32px;
    line-height: 40px;
  }

  .top-title-copy.in-banner.black.smaller {
    font-size: 24px;
    line-height: 30px;
  }

  .optional-price-wrapper-copy {
    width: 100%;
  }

  .section-copypricingtop-copy {
    display: flex;
  }

  .toggle-switch {
    justify-content: flex-start;
  }

  .section-copypricingtop-copy-copy {
    display: block;
  }

  .testimonials-wrapper-3-copy, .testimonials-wrapper-3-copy-copy, .testimonials-wrapper-3-copy-copy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner.second {
    background-image: url('../images/Report_Builder_UI_Hero_Image-08.png');
    background-repeat: no-repeat;
    background-size: 0;
    background-attachment: scroll;
    height: 800px;
    margin-top: 0;
    display: block;
    overflow: visible;
  }

  .banner.third {
    height: auto;
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .banner.six {
    margin-bottom: -41px;
  }

  .banner.fourth {
    height: 850px;
  }

  .section {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .section.with-image.second.thin {
    margin-top: 86px;
    margin-bottom: 194px;
  }

  .section.with-image.second.thin-copy {
    margin-top: 152px;
    margin-bottom: 194px;
  }

  .section.with-image.top-margin {
    display: none;
  }

  .section.overflow.lightbackground {
    margin-top: 124px;
  }

  .section.zero-bottom-padding {
    display: block;
  }

  .section.with-gradient {
    margin-top: 83px;
    margin-bottom: -22px;
  }

  .containermobileformsapp-bottom {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom.center {
    top: 43%;
  }

  .containermobileformsapp-bottom.center.in-sub-page {
    top: 67%;
  }

  .containermobileformsapp-bottom.in-mobile {
    margin-top: 10px;
    margin-bottom: 200px;
  }

  .containermobileformsapp-bottom.buildercontainerhome {
    margin-bottom: -190px;
  }

  .containermobileformsapp-bottom.top-margin {
    margin-top: 86px;
  }

  .containermobileformsapp-bottom.algin-center {
    margin-top: -190px;
  }

  .containermobileformsapp-bottom.top-margin {
    justify-content: center;
    display: flex;
  }

  .containermobileformsapp-bottom.top-margin-large {
    margin-top: -200px;
  }

  .containermobileformsapp-bottom.top-margin-copyfeatures {
    margin-top: -200px;
    overflow: visible;
  }

  .navbar {
    padding-left: 5px;
  }

  .top-wrapper {
    margin-bottom: 57px;
  }

  .top-wrapper.left {
    justify-content: center;
  }

  .flex-row.center.make-normal, .flex-row.center-copy.make-normal, .flex-row.forms-automation-software-hero-center.make-normal, .flex-row.forms-automation-software-hero-center.make-normal-copy {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .top-wrapper-margin {
    margin-bottom: 40px;
  }

  .top-margin {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6px;
    display: block;
    overflow: visible;
  }

  .top-margin.half {
    text-align: center;
    padding-right: 0;
  }

  .top-margin.containeryopto {
    display: none;
  }

  .sub-text {
    text-align: center;
    font-size: 13px;
    display: none;
  }

  .sub-text.small.with-line {
    text-align: left;
  }

  .sub-text.white {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }

  .sub-text.whiter {
    display: none;
  }

  .sub-text.large-copy {
    margin-top: 162px;
  }

  .top-title {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-title.in-banner {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title.in-banner.second {
    text-align: center;
    margin-top: 79px;
    margin-bottom: -10px;
    font-size: 38px;
    line-height: 38px;
  }

  .top-title.in-banner.black {
    margin-top: 10px;
  }

  .top-title.in-banner.black.smaller {
    font-size: 20px;
    line-height: 26px;
  }

  .top-title.in-banner.dynamictitle {
    text-align: center;
    margin-top: auto;
  }

  .top-title.whiter {
    margin-bottom: 146px;
  }

  .top-title.algin-center {
    margin-top: -41px;
    margin-bottom: 6px;
  }

  .top-title.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .section-header-bold.align-left {
    display: none;
  }

  .link.color {
    margin-top: 102px;
    margin-bottom: 86px;
    display: flex;
  }

  .link.color.mobile {
    justify-content: center;
  }

  .button.second-color {
    color: #fff;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .button.second-color.homemaincalltoaction {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .button.second-color.homemaincalltoaction-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -57px;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .button.second-color-copy {
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .button.second-color-copy-copy {
    margin-top: auto;
    margin-left: auto;
    display: none;
  }

  .button.second-color-copy, .button.button-yellow {
    color: #fff;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .button.button-yellow.homemaincalltoaction {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .align-center {
    margin-top: -10px;
  }

  .instagram-right-part {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-top: 50px;
  }

  .instagram-photo {
    width: 50%;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .instagram-photo.down {
    margin-top: 0;
    margin-left: 50px;
  }

  .instagram-photo.up {
    margin-top: 0;
  }

  .instagram-overlay {
    display: none;
  }

  .project-wrapper {
    width: 100%;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .paragraph-banner {
    float: none;
    clear: none;
    height: 216px;
    padding-left: 0;
    overflow: visible;
  }

  .portfolio-item-2, .team-wrapper-2, .blog-wrapper, .logo-client {
    width: 100%;
  }

  .blog-content {
    padding-left: 0;
    padding-right: 0;
  }

  .image-101 {
    margin-top: 38px;
    display: none;
  }

  .services-content {
    width: 100%;
  }

  .slide {
    background-image: linear-gradient(#00000096, #00000096), url('../images/FastFieldPhotoCapture.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .portfolio-item {
    width: 100%;
  }

  .make-center-mobile {
    margin-top: 10px;
    position: static;
  }

  .iphone-mockup {
    display: none;
  }

  .move-sub-banner {
    margin-top: 200px;
  }

  .sub-banner {
    height: 300px;
  }

  .sidebar.light-background {
    margin-top: -13px;
    margin-bottom: 146px;
  }

  .sidebar-content.no-margin-sidebar {
    margin-bottom: 0;
  }

  .utility-page-content-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 300px;
    margin-top: -54px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pages-icon {
    margin-top: 95px;
  }

  .optional-price-wrapper.lighterbackground {
    display: block;
  }

  .customerbanner {
    display: none;
  }

  .section-header {
    margin-top: 20px;
    font-size: 25px;
  }

  .coming-soon-wrapper {
    padding-left: 20px;
  }

  .column-13 {
    padding-left: 0;
    position: static;
    left: 0;
  }

  .html-embed {
    display: none;
  }

  .div-block-13 {
    overflow: hidden;
  }

  .image-103 {
    width: 100%;
  }

  .image-104 {
    display: none;
  }

  .section-3 {
    flex-wrap: nowrap;
    margin-top: -146px;
    display: none;
    overflow: visible;
  }

  .image-105 {
    margin-left: auto;
  }

  .column-17 {
    margin-top: -3px;
  }

  .image-106 {
    display: none;
  }

  .large-video.top-margin {
    object-fit: fill;
    margin-top: -143px;
    margin-bottom: -162px;
    overflow: hidden;
  }

  .columns {
    float: none;
    clear: none;
    text-align: center;
    display: block;
    position: static;
    overflow: visible;
  }

  .paragraph-4 {
    margin-top: -92px;
  }

  .div-block-22 {
    margin-top: 10px;
  }

  .column-19 {
    margin-top: 32px;
  }

  .column-21 {
    text-align: left;
    margin-bottom: 49px;
    padding-right: 0;
  }

  .dashboardimage {
    display: none;
  }

  .bulletlist {
    text-align: left;
  }

  .section-tall {
    padding: 60px 20px;
  }

  .feature-title-color {
    text-align: center;
    font-size: 26px;
  }

  .collectmockup-copy {
    margin-left: 0;
  }

  .image-117 {
    padding-top: 0;
  }

  .banner-construction {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dashboard-s-c {
    display: none;
  }

  .button-try-it-free {
    text-align: center;
    margin-top: 25px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .banner-aim {
    background-color: #1fb6ff;
    background-image: none;
    background-position: 0 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .top-title-aim {
    text-align: center;
    font-size: 26px;
  }

  .top-title-aim.in-banner-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-text-aim {
    font-size: 13px;
  }

  .paragraph-banner-aim {
    float: none;
    clear: none;
    overflow: visible;
  }

  .html-embed-2 {
    display: none;
  }

  .section-aim-page-copy {
    padding: 60px 20px;
    display: block;
  }

  .report-builder-2-reports {
    display: none;
  }

  .image-129 {
    max-width: none;
    display: none;
  }

  .html-embed-copy, .html-embed-8 {
    display: none;
  }

  .top-margin-copy {
    margin-top: 30px;
  }

  .section-copy {
    padding: 60px 20px;
  }

  .section-copy.gray-copy {
    margin-bottom: 117px;
  }

  .top-title-copy {
    text-align: center;
    font-size: 26px;
  }

  .sub-text-copy {
    font-size: 13px;
  }

  .image-132 {
    display: none;
  }

  .column-29 {
    overflow: visible;
  }

  .text-block-24 {
    min-width: 250px;
    margin-bottom: 146px;
    display: inline-block;
  }

  .column-30 {
    display: none;
  }

  .columns-5 {
    margin-top: -175px;
  }

  .sidemenulist {
    display: block;
  }

  .column-31 {
    display: none;
  }

  .text-block-25 {
    margin-bottom: 140px;
    padding-left: 0;
  }

  .div-block-45 {
    margin-top: 114px;
  }

  .column-32 {
    padding-bottom: 87px;
  }

  .column-33 {
    margin-top: 200px;
  }

  .section-copy.with-color-copy.image-copy {
    margin-top: 171px;
    margin-bottom: 152px;
  }

  .section-copy.with-color.image {
    margin-bottom: 152px;
  }

  .sub-text-copy-copy {
    text-align: center;
    margin-top: 35px;
    font-size: 13px;
  }

  .section-copypricingtop {
    margin-bottom: -98px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .container-pricingtop {
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
  }

  .image-135 {
    margin-top: 19px;
  }

  .column-34 {
    margin-top: 35px;
  }

  .sub-text-copyinspectionapp {
    text-align: center;
    padding-top: 44px;
    font-size: 13px;
  }

  .image-136 {
    text-align: center;
    display: inline-block;
  }

  .left-content-wide-copyinspectionapp {
    margin-left: -92px;
    margin-right: 0;
  }

  .image-138 {
    display: block;
  }

  .image-139, .image-140 {
    display: none;
  }

  .image-141 {
    display: block;
  }

  .image-142 {
    display: none;
  }

  .image-143 {
    padding-bottom: 43px;
    display: block;
  }

  .image-101-copymobileforms {
    margin-top: 38px;
    display: none;
  }

  .image-144 {
    margin-bottom: 60px;
    display: block;
  }

  .image-101-copychecklist {
    margin-top: 38px;
    margin-bottom: 44px;
    display: block;
  }

  .top-wrapper-copyhome {
    margin-top: -156px;
    margin-bottom: 57px;
  }

  .div-block-47 {
    overflow: visible;
  }

  .image-145 {
    display: block;
  }

  .sub-text-copydigitalforms {
    text-align: center;
    padding-top: 38px;
    font-size: 13px;
  }

  .sub-text-copywebforms {
    text-align: center;
    padding-top: 95px;
    font-size: 13px;
    display: none;
  }

  .image-132-copy, .image-146 {
    display: block;
  }

  .image-147 {
    display: none;
  }

  .image-148 {
    display: block;
  }

  .image-149 {
    display: none;
  }

  .sub-text-copysafety {
    text-align: center;
    padding-top: 59px;
    font-size: 13px;
  }

  .top-title-copymobileforms {
    text-align: center;
    margin-top: -89px;
    margin-bottom: 146px;
    padding-bottom: 0;
    font-size: 26px;
  }

  .column-35 {
    margin-top: 98px;
  }

  .section-copymobileforms {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .section-copymobileforms.with-image {
    margin-top: 57px;
    margin-bottom: 133px;
  }

  .sub-text-copyfeatures {
    text-align: center;
    font-size: 13px;
  }

  .sub-text-copyfeatures.white {
    padding-bottom: 40px;
    padding-right: 41px;
    font-size: 13px;
    line-height: 16px;
  }

  .column-36 {
    margin-bottom: -63px;
  }

  .paragraph-20 {
    margin-bottom: 25px;
  }

  .paragraph-banner-copydatacollection {
    float: none;
    clear: none;
    height: 216px;
    padding-left: 0;
    overflow: visible;
  }

  .button-copy.second-color, .button-copy.second-color-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy.second-color-copy.homemaincalltoaction-copy-copy, .button-copy.second-color-copy.homemaincalltoaction-copy-copy-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .column-37 {
    margin-top: -44px;
  }

  .button-copy.second-color, .button-copy.second-color-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy.second-color-copy.homemaincalltoaction-copy-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .button-copy.second-color-copy.homemaincalltoaction-copy-copy-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .paragraph-banner-copy1 {
    float: none;
    clear: none;
    height: 216px;
    padding-left: 0;
    overflow: visible;
  }

  .button-copy.second-color-copy, .button-copymf.second-color-copy {
    margin-top: auto;
    margin-left: auto;
  }

  .button-copy.second-color-copydc {
    margin-top: auto;
    margin-left: auto;
  }

  .button-copy.second-color, .button-copy.second-color-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy.second-color, .button-copy.second-color-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy.second-color-copy.homemaincalltoaction-copy-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: block;
  }

  .button-copy.second-color-try-it-free {
    margin-top: auto;
    margin-left: auto;
  }

  .button-copy.second-color {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy.second-color-copy {
    margin-top: auto;
    margin-left: auto;
  }

  .paragraph-banner-copy {
    float: none;
    clear: none;
    height: 216px;
    padding-left: 0;
    overflow: visible;
  }

  .paragraph-21-copy {
    margin-right: 10px;
  }

  .right-align-copy-copy.optionalpricelist-copy {
    text-align: left;
    margin-left: auto;
  }

  .image-150 {
    margin-top: -79px;
  }

  .features-content-offline-copy {
    margin-bottom: 117px;
  }

  .div-block-49 {
    margin-top: -149px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .div-block-50 {
    margin-top: 0;
    margin-right: auto;
  }

  .right-align-copy {
    text-align: center;
  }

  .image-152, .image-153 {
    width: auto;
    max-width: 100%;
    display: block;
  }

  .image-154 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top-wrapper-copydf {
    margin-top: -200px;
    margin-bottom: 57px;
  }

  .containermobileformsapp-bottom-copywf {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .image-155-dbstack {
    display: block;
  }

  .containermobileformsapp-bottom-copycopy {
    max-width: none;
    margin-top: -73px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copy_3 {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .image-156 {
    margin-top: 25px;
  }

  .image-157 {
    display: block;
  }

  .image-158 {
    display: none;
  }

  .image-159, .image-160 {
    display: block;
  }

  .html-embed-9 {
    object-fit: fill;
    display: none;
  }

  .image-163, .image-164 {
    display: block;
  }

  .containermobileformsapp-bottom-copy6 {
    max-width: none;
    margin-top: -86px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .image-165 {
    display: block;
  }

  .div-block-51 {
    margin-top: 13px;
  }

  .image-166 {
    display: block;
  }

  .div-block-52 {
    margin-top: 41px;
  }

  .div-block-53 {
    margin-top: 19px;
  }

  .image-168 {
    display: block;
  }

  .div-block-54 {
    margin-top: 89px;
  }

  .image-169 {
    display: block;
  }

  .div-block-55 {
    margin-top: 16px;
  }

  .containermobileformsapp-bottom-copym {
    max-width: none;
    margin-top: 41px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copym.top-margin {
    justify-content: center;
    margin-top: -200px;
    display: flex;
  }

  .div-block-56 {
    margin-top: 22px;
  }

  .paragraph-white-copy {
    margin-top: 102px;
    display: block;
  }

  .image-170 {
    display: block;
  }

  .div-block-57 {
    margin-top: 32px;
  }

  .paragraph-7-copy {
    text-align: center;
    padding-left: 0;
  }

  .section-copy.gray {
    margin-bottom: -54px;
  }

  .html-embed-10 {
    text-align: left;
    object-fit: fill;
    max-width: 100%;
    display: none;
  }

  .div-block-58 {
    margin-top: 44px;
  }

  .top-wrapper-copy {
    margin-top: -102px;
    margin-bottom: 57px;
  }

  .mobilelogos-copy {
    display: block;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .right-align-copy-copy {
    text-align: center;
    margin-top: 22px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .div-block-59 {
    margin-top: 29px;
  }

  .sub-text-copy {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .section-copywebforms-copy {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .section-copywebforms-copy.with-image.second.thin {
    margin-top: 114px;
    margin-bottom: -32px;
  }

  .div-block-60 {
    margin-top: -102px;
  }

  .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy {
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .top-title-copy {
    text-align: center;
    margin-top: 108px;
    padding-bottom: 0;
    font-size: 26px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .section-aim-page-copy {
    margin-top: -16px;
    padding: 60px 20px;
  }

  .column-21-copy {
    text-align: left;
    object-fit: fill;
    margin-bottom: -181px;
    display: block;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .top-title-copy {
    text-align: center;
    max-width: none;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .html-embed-11, .html-embed-12, .html-embed-13, .html-embed-14, .section-5, .section-6 {
    display: none;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .html-embed-15 {
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .html-embed-16 {
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .html-embed-17 {
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .html-embed-19 {
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .html-embed-20 {
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .html-embed-21 {
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .image-171 {
    display: block;
  }

  .html-embed-22 {
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .html-embed-23 {
    display: none;
  }

  .image-172 {
    margin-bottom: -200px;
    margin-left: auto;
  }

  .div-block-61 {
    margin-top: 63px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .html-embed-24 {
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .html-embed-25 {
    display: none;
  }

  .image-173 {
    display: block;
  }

  .image-174 {
    display: none;
  }

  .sub-text-copy {
    text-align: center;
    font-size: 13px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .div-block-62 {
    margin-top: 92px;
  }

  .html-embed-26 {
    object-fit: scale-down;
    margin-top: 79px;
    margin-left: auto;
    margin-right: auto;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .section-aim-page-copy-copy {
    padding: 60px 20px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .containermobileformsapp-bottom-copy.top-margin-large, .containermobileformsapp-bottom-copy.top-margin-copy {
    margin-top: -200px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .div-block-63, .div-block-64 {
    text-align: center;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .containermobileformsapp-bottom-copy-copy-copy2 {
    max-width: none;
    margin-top: -57px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    text-align: center;
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .section-aim-page-copy-copy {
    margin-top: -16px;
    padding: 60px 20px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy-copy, .top-title-copyccc {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .top-title-copyccc.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copyccccc, .top-title-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy-copy {
    text-align: center;
    margin-top: 108px;
    padding-bottom: 0;
    font-size: 26px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-65 {
    margin-top: 76px;
    margin-bottom: -98px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .button-readreviews {
    text-align: center;
    margin-top: -95px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .button-readreviews-copy {
    text-align: center;
    text-align: center;
    margin-top: 3px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .asplundh-video {
    margin-top: -29px;
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .button-readreviews-copy {
    text-align: center;
    margin: 16px 60px 44px;
    display: block;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .button-readreviews-copy {
    text-align: center;
    margin-top: 171px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .column-40 {
    margin-top: -38px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .column-38-copy {
    margin-top: 35px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .make-center-mobile-copy2 {
    margin-top: 44px;
    position: static;
  }

  .make-center-mobile-copy-copy2 {
    margin-top: 83px;
    position: static;
  }

  .createdigitalformsdiv {
    margin-top: 32px;
    position: static;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .button-readreviewstopmargin {
    text-align: center;
    margin-top: -6px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy-copytoppad {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy-copytoppad.top-margin-copy {
    margin-top: 76px;
  }

  .containermobileformsapp-bottom-toppadedit {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-toppadding {
    max-width: none;
    margin-top: -13px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .image-175 {
    display: block;
  }

  .top-title-copy-pricingheader {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottomtopheader {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-botheader {
    max-width: none;
    margin-top: -117px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-bottomheader {
    max-width: none;
    margin-top: -194px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .image-176, .image-177 {
    display: block;
  }

  .containermobileformsapp-bottom-copyaim {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copyaim.buildercontainerhome {
    margin-top: -200px;
    margin-bottom: -190px;
  }

  .image-178 {
    display: block;
  }

  .containermobileformsapp-bottom-copy1 {
    max-width: none;
    margin-top: -140px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .section-aim-page-copy-copy {
    margin-bottom: -200px;
    padding: 60px 20px;
    display: block;
  }

  .containermobileformsapp-bottom-copyq {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copyq.top-margin-copy {
    margin-top: -200px;
  }

  .image-179 {
    margin-top: 41px;
    display: block;
  }

  .image-180 {
    margin-top: 63px;
    display: block;
  }

  .image-181 {
    display: block;
  }

  .image-101-copy-copy-copy {
    margin-top: 38px;
    display: block;
  }

  .containermobileformsapp-bottom-copy-co {
    max-width: none;
    margin-top: -162px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .sub-text-copy-copy {
    font-size: 13px;
  }

  .containermobileformsapp-botsstom-copy-copy-copy-copy-copy {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .top-title-features {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .top-title-features.in-banner-features {
    text-align: center;
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copycontactus {
    text-align: center;
    margin-top: -67px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copyconstruction {
    max-width: none;
    margin-top: -124px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copycc {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copycc.top-margin {
    justify-content: center;
    margin-top: -200px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copyc-copy {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copycocopy {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copycocopy.buildercontainerhome {
    margin-top: -200px;
    margin-bottom: -190px;
  }

  .containermobileformsapp-bottom-copycsasd {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copycsasd.buildercontainerhome {
    margin-bottom: -190px;
  }

  .containermobileformsapp-bottom-copyasdffff {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copyasdffff.buildercontainerhome {
    margin-bottom: -190px;
  }

  .section-aim-page-copy-copy-copy1111 {
    margin-top: 6px;
    padding: 60px 20px;
  }

  .image-182 {
    display: block;
  }

  .top-titleasd {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .column-17-copy {
    margin-top: -3px;
    margin-bottom: 86px;
  }

  .section-aim-page-copy-copy-copy {
    margin-top: 29px;
    padding: 60px 20px;
  }

  .top-title-copyfeatureslist, .top-title-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copymobileappdownlaods, .top-title-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-46-copy {
    margin-top: 200px;
    margin-bottom: 0;
  }

  .blogcontainer {
    max-width: none;
    margin-top: -121px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-66 {
    margin-top: -44px;
    margin-bottom: -48px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy1234-copy {
    max-width: none;
    margin-top: 67px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .div-block-69 {
    margin-top: 105px;
  }

  .button-copy.second-color, .button-copy.second-color-copy, .button-copy.second-color-copy, .button-copy.second-color-copy {
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .button-copy.second-color-copy.homemaincalltoaction-copy-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -57px;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .columns-8 {
    margin-top: 19px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .image-137-copy {
    display: none;
  }

  .bold-text-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .containermobileformsapp-bottom-copy.top-margin-large-copy {
    margin-top: -200px;
  }

  .image-184 {
    display: none;
  }

  .image-185 {
    text-align: center;
    margin-left: auto;
  }

  .image-186 {
    display: none;
  }

  .image-188 {
    margin-left: auto;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-72 {
    margin-top: 41px;
  }

  .top-title-copyc-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .top-title-copyc-copy.in-banner-copy-copy {
    text-align: center;
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-9 {
    font-weight: 600;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .image-191 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .containermobileformsapp-bottom-contactmobile-copy {
    max-width: none;
    margin-top: 51px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .left-content-copy.make-left-auto {
    display: none;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-78 {
    text-align: center;
  }

  .top-title-copy-copy.in-banner-copy-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .button-copy.second-color, .button-copy.second-color-copy {
    color: #fff;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .image-194 {
    display: none;
  }

  .image-195 {
    display: block;
  }

  .top-title-copy-copy-copy-copy {
    text-align: center;
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .div-block-94 {
    margin-top: 40px;
  }

  .image-196 {
    display: none;
  }

  .section-copy.overflow.lightbackground-copy {
    margin-top: 32px;
  }

  .image-197 {
    display: none;
  }

  .column-44 {
    margin-top: 40px;
  }

  .containermobileformsapp-bottom-copycsasd-copy {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copycsasd-copy.buildercontainerhome {
    margin-top: -200px;
    margin-bottom: -190px;
  }

  .column-45 {
    margin-top: -29px;
  }

  .image-201 {
    display: block;
  }

  .image-202 {
    display: inline-block;
  }

  .image-203 {
    display: block;
  }

  .image-205, .image-208 {
    display: none;
  }

  .image-209 {
    display: block;
  }

  .video-banner {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .animated-video {
    margin-top: -29px;
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .section-9 {
    display: none;
  }

  .top-margin-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 111px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .video {
    margin-top: 220px;
  }

  .top-title-copy-copy-copy {
    text-align: center;
    margin-top: 108px;
    padding-bottom: 0;
    font-size: 26px;
  }

  .top-title-copy-copy {
    text-align: center;
    font-size: 26px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .sub-text-copy.large-copy-copy {
    margin-top: 162px;
  }

  .top-title-copy-copy-copy-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-wrapper-copy-copy-copy22 {
    margin-top: -200px;
    margin-bottom: 57px;
  }

  .secionbodygsunique {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .gstitle {
    margin-bottom: 140px;
  }

  .secionbodygstop {
    text-align: left;
    margin-bottom: 73px;
    padding-left: 0;
  }

  .bold-text-4 {
    text-align: center;
  }

  .secionbodygs-copy {
    margin-bottom: 140px;
  }

  .list-item-2 {
    margin-top: -48px;
    margin-left: 143px;
    padding-right: 0;
  }

  .list-2 {
    margin-left: -105px;
    padding-left: 0;
  }

  .top-title-copy {
    text-align: center;
    margin-top: 57px;
    margin-bottom: -89px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-title-copy {
    text-align: center;
    margin-top: 146px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 17px;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .getting-started-banner {
    margin-top: 10px;
    padding-right: 0;
    position: static;
  }

  .top-title-copy-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy-copy-copy {
    text-align: center;
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .boldlistitem {
    margin-top: auto;
    margin-bottom: 10px;
    margin-left: 143px;
    padding-right: 0;
  }

  .secionbodygstop-copy {
    text-align: left;
    text-align: left;
    margin-bottom: 73px;
    padding-left: 0;
  }

  .list-2-copy, .list-2-copy-copy, .list-2-copy {
    margin-left: -105px;
    padding-left: 0;
  }

  .secionbodygs-copy-copy, .secionbodygs-copy {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .secionbodygs-copy {
    text-align: left;
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .secionbodygstop-copy, .secionbodygstop-copy-copy {
    text-align: left;
    margin-bottom: 73px;
    padding-left: 0;
  }

  .boldlistitem-copy {
    margin-top: auto;
    margin-bottom: 10px;
    margin-left: 143px;
    padding-right: 0;
  }

  .list-2-copy-copy-copy, .list-2-copy {
    margin-left: -105px;
    padding-left: 0;
  }

  .secionbodygstop-copy-copy {
    text-align: left;
    text-align: left;
    margin-bottom: 73px;
    padding-left: 0;
  }

  .list-2-copy-copy, .list-2-copy-copy-copy, .list-2-copy-copy-copy-copy, .list-2-copy-copy-copy-copy, .list-2-copy-copy-copy-copy-copy {
    margin-left: -105px;
    padding-left: 0;
  }

  .secionbodygstop-copy, .secionbodygstop-copy-copy, .secionbodygstop-copy-copy-copy-copy, .secionbodygstop-copy-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 73px;
    padding-left: 0;
  }

  .secionbodygs-copy-copy-copy, .secionbodygs-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-2-copy-copy-copy {
    margin-left: -105px;
    padding-left: 0;
  }

  .secionbodygs-copy-copy-copy-copy-copy, .secionbodygs-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .secionbodygstop-copy-copy-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 73px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .secionbodygs-copy-copy-copy-copy-copy, .secionbodygs-copy-copy-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-2-copy, .list-2-copy-copy {
    margin-left: -105px;
    padding-left: 0;
  }

  .secionbodygs-copy-copy, .secionbodygs-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .secionbodygs-copy-copy-copy {
    text-align: left;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-2-copy, .list-2-copy-copy, .list-2-copy-copy-copy, .list-2-copy-copy-copy-copy, .list-2-copy-copy-copy-copy-copy {
    margin-left: -105px;
    padding-left: 0;
  }

  .list-2-copy-copy, .list-2-copy-copy-copy {
    margin-left: -105px;
    padding-left: 0;
  }

  .secionbodygs-copy-copy, .secionbodygs-copy, .secionbodygs-copy-copy, .secionbodygs-copy-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .secionbodygstop-copy-copy-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 73px;
    padding-left: 0;
  }

  .secionbodygstop-copy-copy-copy-copy-copy-copy-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
    margin-bottom: 73px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .sectionbodygs-paragraph {
    text-align: left;
    margin-bottom: 73px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .online-portal-list {
    margin-left: -105px;
    padding-left: 0;
  }

  .online-portal-items {
    margin-top: -48px;
    margin-left: 143px;
    padding-right: 0;
  }

  .rmcapturehomebody {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .rmcapturehomebody.buildercontainerhome {
    margin-bottom: -190px;
  }

  .div-block-115 {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin: auto 0 auto auto;
    display: block;
    overflow: visible;
  }

  .paragraph-banner-copy {
    float: none;
    clear: none;
    height: 216px;
    margin-bottom: 95px;
    padding-left: 0;
    overflow: visible;
  }

  .top-title-copyc-copy-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .top-title-copyc-copy-copy.in-banner-copy-copy-copy {
    text-align: center;
    margin-top: 44px;
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-116 {
    margin-top: 19px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .top-margin-copy.half-copy {
    text-align: center;
    padding-right: 0;
  }

  .column-46 {
    margin-top: 48px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .column-47 {
    margin-top: 54px;
  }

  .make-center-mobile-copy-copy-copy-copy {
    margin-top: -54px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-117 {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy.top-margin-copy {
    margin-top: -98px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .column-21-copy {
    text-align: left;
    margin-bottom: 49px;
    padding-left: 0;
    padding-right: 10px;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy.top-margin-large, .containermobileformsapp-bottom-copy.top-margin-copy {
    margin-top: -200px;
  }

  .make-center-mobile-copy-copy-copy-copy-copy {
    margin-top: 41px;
    margin-left: 0;
    position: static;
  }

  .containermobileformsapp-bottom-copy1-copy {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center.make-normal, .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .top-title-copy-copy {
    text-align: center;
    margin-top: 57px;
    margin-bottom: -19px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .image-212 {
    display: block;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .top-margin-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -200px;
    padding-bottom: 65px;
    display: block;
    overflow: visible;
  }

  .div-block-118 {
    margin-top: -200px;
  }

  .containermobileformsapp-bottom-copy.top-margin-large, .div-block-119 {
    margin-top: -200px;
  }

  .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .left-content-copy {
    margin-left: -102px;
  }

  .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .left-content-div-copy {
    margin-left: 0;
  }

  .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .top-wrapper-margin-copy {
    margin-top: 200px;
    margin-bottom: 40px;
  }

  .top-title-copy-copy-copy {
    text-align: center;
    margin-top: 168px;
    margin-bottom: -19px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .button-copy-copy-copy.second-color-copy-copy {
    margin-top: 70px;
    margin-left: auto;
  }

  .sub-text-copy-copy-copy {
    text-align: center;
    margin-top: 35px;
    font-size: 13px;
  }

  .top-title-copy.whiter-copy {
    margin-top: -111px;
    padding-right: 0;
  }

  .button-copy-copy.second-color-copy-copy {
    margin-top: 79px;
    margin-left: auto;
  }

  .button-copy-copy.second-color-copy-copy-copy {
    margin-top: -105px;
    margin-left: auto;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center-copy.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy-copy-copy {
    object-fit: fill;
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .button-copy.second-color-copy {
    color: #fff;
    margin-top: 184px;
    margin-left: auto;
    display: block;
  }

  .button-copy.second-color-copy {
    color: #fff;
    margin-top: 187px;
    margin-left: auto;
    display: block;
  }

  .button-copy.second-color-copy {
    color: #fff;
    margin-top: 133px;
    margin-left: auto;
    display: block;
  }

  .button-copy.second-color-copy {
    color: #fff;
    margin-top: 200px;
    margin-left: auto;
    display: block;
  }

  .div-block-121 {
    margin-top: -130px;
    margin-bottom: -146px;
  }

  .section-copy.with-image.second.thin {
    margin-bottom: 194px;
  }

  .div-block-122 {
    margin-top: -79px;
  }

  .button-copy-copy.second-color-footer-copy {
    margin-top: 143px;
  }

  .top-margin-copy, .top-margin-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -162px;
    display: block;
    overflow: visible;
  }

  .div-block-123 {
    margin-top: -83px;
    margin-bottom: -10px;
  }

  .div-block-124 {
    margin-top: -130px;
    margin-bottom: -140px;
  }

  .column-48 {
    margin-top: 190px;
  }

  .column-49 {
    margin-top: 146px;
  }

  .column-50 {
    margin-top: 194px;
  }

  .button-copy-copy.second-color-copy.homemaincta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: none;
  }

  .button-copy-copy.second-color-copy.homemaincta-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: block;
  }

  .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin-copy {
    margin-top: -114px;
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .top-wrapper-margin-copy {
    margin-bottom: 40px;
  }

  .top-wrapper-copy-copy-copy {
    margin-bottom: 57px;
  }

  .column-51 {
    margin-bottom: 108px;
  }

  .button-copy-copy.second-color-copy, .button-copy-copy.second-color-copy-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy-copy.second-color-copy-copy.homemaincalltoaction-copy-copy-copy-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .top-title-copy-copy.whiter-copy, .top-title-copy-copy.whiter-copy-copy {
    margin-top: -95px;
  }

  .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy-copy-copy {
    color: #fff;
    margin-top: -3px;
    margin-left: auto;
    display: block;
  }

  .top-title-copy-copy.whiter-copy, .top-title-copy-copy.whiter-copy-copy {
    margin-top: 165px;
  }

  .div-block-70-copy {
    margin-top: -178px;
    margin-bottom: -13px;
  }

  .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy-copy-copy {
    color: #fff;
    margin-top: 13px;
    margin-left: auto;
    display: block;
  }

  .top-title-copy-copy.whiter-copy, .top-title-copy-copy.whiter-copy-copy {
    margin-top: 165px;
  }

  .button-copy-copy.second-color-copy-copy, .button-copy-copy.second-color-copy-copy-copy {
    color: #fff;
    margin-top: 57px;
    margin-left: auto;
    display: block;
  }

  .button-copy.second-color-copy {
    color: #fff;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .top-title-copy.whiter-copy {
    margin-top: 76px;
    margin-bottom: 25px;
  }

  .top-title-copy-copy.whiter-copy, .top-title-copy-copy.whiter-copy-copy {
    margin-top: -133px;
  }

  .div-block-127 {
    margin-bottom: 95px;
  }

  .top-margin-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 111px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .div-block-128 {
    padding-right: 20px;
  }

  .div-block-129 {
    margin-bottom: -200px;
  }

  .top-title-copy-copy.whiter-copy-copy {
    margin-top: -111px;
    margin-bottom: 127px;
  }

  .top-title-copy-copy.whiter-copy-copy-copy {
    margin-top: 51px;
    margin-bottom: 127px;
  }

  .top-margin-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -137px;
    margin-bottom: 22px;
    display: block;
    overflow: visible;
  }

  .column-52 {
    margin-top: 32px;
  }

  .large-video-copy.top-margin, .large-video-copy.ai-video-section-video-1 {
    object-fit: fill;
    margin-top: -200px;
    margin-bottom: -200px;
    overflow: hidden;
  }

  .button-copy-copy-copy.second-color-copy-copy, .button-copy-copy-copy.second-color-copy-copy-copy {
    color: #fff;
    margin-top: -3px;
    margin-left: auto;
    display: block;
  }

  .div-block-130 {
    margin-top: -165px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .top-title-copy-copy-copy.whiter-copy {
    margin-top: -140px;
    margin-bottom: 98px;
  }

  .button-readreviews-copy-copy {
    text-align: center;
    margin: 16px 60px 44px;
    display: block;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .button-try-it-free-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-style: normal;
    display: block;
  }

  .top-title-copy-copy.whiter-copy, .top-title-copy-copy.whiter-copy-copy {
    margin-top: 165px;
  }

  .button-try-it-free-copy-copy-copy {
    text-align: center;
    margin-top: 200px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .top-margin-copy-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 111px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .div-block-70-copy {
    margin-top: 98px;
  }

  .top-margin-copy-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6px;
    margin-bottom: 0;
    display: block;
    overflow: visible;
  }

  .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-132 {
    margin-top: -168px;
  }

  .top-margin-copy-copy-copy, .top-margin-copy-copy-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6px;
    display: block;
    overflow: visible;
  }

  .top-margin-copy-copy-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -137px;
    margin-bottom: 22px;
    display: block;
    overflow: visible;
  }

  .section-3-copy {
    flex-wrap: nowrap;
    margin-top: -146px;
    display: none;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .top-margin-copy-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -162px;
    display: block;
    overflow: visible;
  }

  .left-content-copy.make-left-auto-copy {
    margin-bottom: 29px;
  }

  .feature-title-color-copy-copy {
    text-align: center;
    text-align: center;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 26px;
  }

  .left-content-copy-copy {
    margin-left: auto;
  }

  .left-content-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-48-copy {
    margin-top: -133px;
  }

  .top-title-copylp-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    object-fit: fill;
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .webform-embed-survey-page {
    display: none;
  }

  .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .div-block-70-copy-copy {
    margin-top: 29px;
    margin-bottom: -13px;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    object-fit: fill;
    margin-top: 150px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .flex-row-copy.center.make-normal-copy, .flex-row-copy.center-copy.make-normal-copy {
    object-fit: fill;
    object-fit: fill;
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy-copy, .flex-row-copy-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    object-fit: fill;
    margin: auto 0 auto auto;
    display: block;
    overflow: visible;
  }

  .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
    object-fit: fill;
    margin: auto 0 auto auto;
    display: block;
    overflow: visible;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy, .flex-row-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy-copy.center-copy.make-normal-copy-copy, .flex-row-copy-copy-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .make-center-mobile-copy222-copy-copy-copy {
    margin-top: 41px;
    position: static;
  }

  .top-margin-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -200px;
    display: block;
    overflow: visible;
  }

  .top-margin-copy-copy-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 32px;
    display: block;
    overflow: visible;
  }

  .list-2-copy, .list-2-copy-copy, .list-2-copy-copy-casd {
    margin-left: -105px;
    padding-left: 0;
  }

  .environments-list-copy {
    margin-top: -48px;
    margin-left: 143px;
    padding-right: 0;
  }

  .banner-gw {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-gw.second-gw {
    height: 800px;
    margin-top: 0;
    display: block;
    overflow: visible;
  }

  .secionbodygs-copy, .secionbodygsunique-copy {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .section-5-copy {
    display: block;
  }

  .paragraph-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-copy.with-image.second.thin, .section-copy.with-image-copy.second-copy.thin-copy {
    margin-top: 86px;
    margin-bottom: 194px;
  }

  .gstitle-copy {
    margin-bottom: 140px;
  }

  .list-item-2-copy-copy {
    margin-top: -48px;
    margin-left: 143px;
    padding-right: 0;
  }

  .secionbodygsunique-copy {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-2-copy-copy {
    margin-left: -105px;
    padding-left: 0;
  }

  .secionbodygstop-copy-copy-copy-copy, .secionbodygstop-copy-copy-copy-copy-copy, .secionbodygstop-copy-copy-copy-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 73px;
    padding-left: 0;
  }

  .list-2-copy-copy-copy-copy-copy-copy {
    margin-left: -105px;
    padding-left: 0;
  }

  .secionbodygs-copy-copy-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .secionbodygs-copy-copy-copy-copy-copy-copy-copy {
    text-align: left;
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .secionbodygs-copy-copy-copy-copy-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-2-copy {
    margin-top: -48px;
    margin-left: 143px;
    padding-right: 0;
  }

  .list-2-copy, .list-2-copy-copy-casd-copy {
    margin-left: -105px;
    padding-left: 0;
  }

  .feature-list-copy {
    margin-top: 108px;
  }

  .containermobileformsapp-bottom-toppadedit-copy {
    max-width: none;
    margin-top: -143px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .top-wrapper-copy-copy-copy {
    margin-top: -194px;
    margin-bottom: 57px;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .top-title-copy-copy-copy-copy {
    text-align: center;
    text-align: center;
    margin-top: 130px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .make-center-mobile-copy222-copy-copy-copy {
    margin-top: 105px;
    margin-right: auto;
    position: static;
  }

  .make-center-mobile-copy-copy-copy-copy-copy {
    margin-top: 16px;
    position: static;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .column-57 {
    display: none;
  }

  .top-title-copy.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .div-block-142 {
    height: auto;
    margin-top: 220px;
  }

  .grid-words {
    display: none;
  }

  .heading-16 {
    margin-bottom: -25px;
    display: block;
  }

  .column-58 {
    margin-top: -19px;
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .sub-text-copy, .sub-text-copy-copy {
    text-align: center;
    font-size: 13px;
    display: none;
  }

  .top-title-copy-copy.whiter-copy, .top-title-copy-copy.whiter-copy-copy {
    margin-top: 165px;
  }

  .top-title-copy-copy.whiter-copy {
    margin-top: 76px;
    margin-bottom: 25px;
  }

  .large-video-copy.top-margin {
    object-fit: fill;
    margin-top: -200px;
    margin-bottom: -200px;
    overflow: hidden;
  }

  .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy, .top-title-copy-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy-copy.in-banner-copy {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .top-title-copy.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .div-block-152 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .secionbodygstop-copy-copy-copy-copy-copy-copy-copy-copy {
    text-align: left;
    margin-bottom: 73px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .column-21-copy-copy {
    text-align: left;
    object-fit: fill;
    text-align: left;
    text-align: left;
    margin-bottom: 49px;
    padding-right: 0;
    display: block;
  }

  .top-title-home {
    text-align: center;
    margin-top: 168px;
    margin-bottom: -19px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-wrapper-home {
    margin-top: -194px;
    margin-bottom: 57px;
  }

  .top-margin-home {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6px;
    display: block;
    overflow: visible;
  }

  .sub-text-home {
    text-align: center;
    font-size: 13px;
    display: none;
  }

  .containermobileformsapp-bottom-fieldreporting {
    max-width: none;
    margin-top: -175px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .section-6-copy {
    margin-top: 111px;
    display: block;
  }

  .flex-row-copy-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .top-title-copy-copy-copy-copy-copy-copy-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-titlle-safety {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .top-title-inspection {
    text-align: center;
    margin-top: 57px;
    margin-bottom: 19px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .iphone-mockup-surveys {
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy {
    max-width: none;
    margin-top: -98px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-digitalformsapp {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .section-digitalformsapp {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .section-formbuildertop, .section-inspectiontemplatetop {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .top-titlle-videos, .top-title-videos {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-mobileforms {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-mobileforms.buildercontainerhome {
    margin-top: -200px;
    margin-bottom: -190px;
  }

  .top-title-howitworks {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .section-forms-automation {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .top-title-construction {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-usecase {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-builder {
    max-width: none;
    margin-top: -175px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .flex-row-home.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin: 63px auto 20px;
    display: block;
    overflow: visible;
  }

  .top-title-inspectiontemplate {
    text-align: center;
    margin-top: 57px;
    margin-bottom: 19px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .column-21-copy-copy {
    text-align: left;
    object-fit: fill;
    margin-bottom: -181px;
    display: block;
  }

  .section-checklist {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .flex-row-copy-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .section-webformsmiddle, .section-copy-copy-copy {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copy.buildercontainerhome-copy {
    margin-bottom: -190px;
  }

  .containermobileformsapp-bottom-safety {
    max-width: none;
    margin-top: -159px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-topchecklist {
    max-width: none;
    margin-top: -159px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-topformsautomation {
    max-width: none;
    margin-top: -168px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-topformworkflow {
    max-width: none;
    margin-top: -171px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .make-center-mobile-topsafety {
    margin-top: 32px;
    position: static;
  }

  .banner-industry-construction {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .const-header-paragraph-copy {
    text-align: left;
    padding-left: 0;
  }

  .containermobileformsapp-bottom-copyccs-copy {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copyccs-copy.buildercontainerhome {
    margin-top: -200px;
    margin-bottom: -190px;
  }

  .containermobileformsapp-bottom-copyinspectionapp {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copyinspectionapp.top-margin-large-copy {
    margin-top: -200px;
  }

  .flex-row-copy-copy-copy-copy.center-copy-copy-copy.make-normal-copy-copy-copy {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .align-center-copy {
    margin-top: -10px;
  }

  .flex-row-copy-copy-copy-copy-copy.center-copy-copy.make-normal-copy-copy-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy {
    max-width: none;
    margin-top: -121px;
    margin-bottom: -10px;
    padding-top: 0;
    padding-left: 0;
    display: block;
    overflow: hidden;
  }

  .button-readreviews-copy-copy {
    text-align: center;
    margin-top: 3px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .div-block-154 {
    margin-right: auto;
  }

  .top-wrapper-copy {
    margin-bottom: 57px;
  }

  .top-title-copy-copy-copy {
    text-align: center;
    margin-top: -25px;
    margin-bottom: -6px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.buildercontainerhome-copy {
    margin-top: -184px;
    margin-bottom: -190px;
  }

  .algin-center-pricing {
    margin-top: -95px;
  }

  .div-block-155 {
    margin-bottom: 76px;
  }

  .top-title-datacollection {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-wrapper-margin-datacollection {
    margin-top: 73px;
    margin-bottom: 40px;
  }

  .div-block-156 {
    margin-right: 29px;
  }

  .div-block-157 {
    margin-right: 20px;
  }

  .column-61 {
    display: none;
  }

  .collectmockup-copy-copy {
    margin-left: 60px;
    padding-left: 0;
    display: block;
  }

  .div-block-159 {
    margin-top: 0;
  }

  .top-title-blog {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 32px;
    display: block;
    overflow: visible;
  }

  .heading-17 {
    text-align: left;
    padding-left: 0;
  }

  .column-62 {
    margin-top: -63px;
    margin-bottom: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidemenulist-copy {
    display: block;
  }

  .container-blog {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .div-block-160 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .image-224 {
    display: none;
    overflow: visible;
  }

  .subheading-blog {
    text-align: left;
  }

  .top-wrapper-margin-copy {
    margin-bottom: 40px;
    display: none;
  }

  .bold-text-10 {
    display: inline-block;
  }

  .section-copy.zero-bottom-padding-copy, .section-copy.zero-bottom-padding-copy-copy {
    display: block;
  }

  .section-copy.zero-bottom-padding-copy-copy {
    margin-top: -92px;
    display: block;
  }

  .list-5 {
    display: none;
  }

  .image-224-blogtablet {
    display: none;
    overflow: visible;
  }

  .container-blog-copy {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .top-margin-copy-copy {
    margin-top: 30px;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .dashboardimage-copy-copy {
    display: none;
  }

  .flex-row-copy-copy-copy-copy-copy-copy.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: none;
    overflow: visible;
  }

  .containerreviews {
    max-width: none;
    margin-top: -6px;
    margin-bottom: 165px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy.top-margin-copy {
    margin-top: -114px;
  }

  .section-copy-blog {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .section-copy-blog.with-color.image {
    margin-top: -200px;
    margin-bottom: 19px;
  }

  .image-135-copy {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 20px;
  }

  .top-wrapper-margin-copy-copy {
    margin-top: 121px;
    margin-bottom: 40px;
  }

  .containerreportbuilder {
    max-width: none;
    margin-top: -140px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .top-margin-copy-copy-copy-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 140px;
    display: block;
    overflow: visible;
  }

  .animated-video-copy {
    margin-top: -29px;
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .section-copy-copy.with-image.second.thin {
    margin-bottom: 194px;
  }

  .containeryopto {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containeryopto.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -38px;
    display: flex;
  }

  .section-copy-copy.with-image-copy.second-copy.thin-copy {
    margin-top: 152px;
    margin-bottom: 194px;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin-copy-copy {
    margin-top: -194px;
  }

  .containeryopto-videopage, .containermobileformsapp-bottom-copy {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .section-copy-copy-copy {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .section-copy-copy-copy.with-image.second.thin {
    margin-bottom: 194px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy {
    max-width: none;
    margin-top: -121px;
    margin-bottom: -10px;
    padding-top: 0;
    padding-left: 0;
    display: block;
    overflow: hidden;
  }

  .align-center-copy-copy-copy {
    margin-top: -10px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy-copy-copy-copy {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containerdigitalformstop {
    max-width: none;
    margin-top: -79px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .enterprisecontainerbottom {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .enterprisecontainerbottom.buildercontainerhome {
    margin-bottom: -190px;
  }

  .formbuilderimage {
    margin-top: 38px;
    display: none;
  }

  .topcontainersurveysb {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .secondcontainersurveysb {
    max-width: none;
    margin-top: -98px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .embedwebformdiv {
    margin-top: -10px;
  }

  .surveysdivblock {
    margin-top: 10px;
  }

  .enterpriecontainerinspectiontemplate {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .tryitfreebottomdivfeaturelist {
    margin-top: -10px;
  }

  .enterprisecontainerbottommobileform {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .formbuilderimagehowitworks {
    margin-top: 38px;
    display: none;
  }

  .formsautomationcontainer2, .electronicformscontainer {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .digitalformstopwrapper {
    margin-bottom: 57px;
  }

  .digitallformssecondcontainer {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .yoptotopwrapper {
    margin-bottom: 40px;
  }

  .reportbuilderdivblock {
    margin-top: 10px;
  }

  .div-block-165 {
    margin-left: auto;
    margin-right: auto;
  }

  .digitalformsdivblock2 {
    margin-right: 16px;
  }

  .workflowdivblock {
    margin-top: 10px;
  }

  .enterprisecontainergw {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .enterprisecontainergw.buildercontainerhome {
    margin-bottom: -190px;
  }

  .headertextherodiv {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: static;
  }

  .formbuilderheaderdiv {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .htmlembeddiv {
    overflow: hidden;
  }

  .customersurveyimage {
    margin-top: 38px;
    display: none;
  }

  .top-wrapper-marginsurveysb {
    margin-bottom: 40px;
  }

  .digitalformsheadercopy {
    margin-top: 10px;
    position: static;
  }

  .formbuilderimagedashboard {
    margin-top: 38px;
    display: none;
  }

  .checklistappheadertext, .formworkflowheadertext {
    margin-top: 10px;
    position: static;
  }

  .constructioncontainer {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .electronicformsheadercopy {
    margin-top: 51px;
    position: static;
  }

  .digitalformslpheadercopy {
    margin-top: 10px;
    position: static;
  }

  .heading-18 {
    color: var(--black);
    font-size: 24px;
  }

  .homedivtablet1 {
    margin-top: 10px;
  }

  .tabletflexrow.center-copy-copy.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .centercopy {
    text-align: center;
    margin-top: 22px;
  }

  .topwrappertablet {
    margin-bottom: 57px;
  }

  .flexrowtablet-body.centerbody.make-normal-body {
    object-fit: fill;
    margin-top: 150px;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .bodysubtitleh2 {
    text-align: center;
    margin-top: 57px;
    margin-right: auto;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .bodycontentright {
    margin-bottom: 98px;
    margin-left: auto;
    margin-right: auto;
  }

  .bodysubtexth2 {
    text-align: center;
    font-size: 13px;
    display: none;
  }

  .bodycontainer {
    max-width: none;
    margin-top: -121px;
    margin-bottom: -10px;
    padding-top: 0;
    padding-left: 0;
    display: block;
    overflow: hidden;
  }

  .topsection, .bodysection {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .footercontainer {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .top-title-body-left {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .sub-text-body-left {
    text-align: center;
    font-size: 13px;
    display: none;
  }

  .toptitletop {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .div-block-166 {
    margin-top: auto;
  }

  .flexrowheader.centercopyheader.makenormalheader {
    object-fit: fill;
    margin-top: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .topmarginfirstheader {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -162px;
    display: block;
    overflow: visible;
  }

  .topwrapperfirstheader {
    margin-bottom: 57px;
  }

  .topcontainer {
    max-width: none;
    margin-top: -98px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .image-185-copy {
    text-align: center;
    margin-left: auto;
  }

  .bottomcontainerlast {
    max-width: none;
    margin-top: -25px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .top-wrapper-margin-copy-copy-copy {
    margin-bottom: 40px;
  }

  .feature-title-color-reformat {
    text-align: center;
    font-size: 26px;
  }

  .dashboardimage-copy {
    display: none;
  }

  .bodycontaineraim {
    max-width: none;
    margin-top: -200px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-169 {
    padding-left: 0;
  }

  .gwdivblocktop {
    margin-top: 10px;
  }

  .report-builder-2-reports-image, .bodyimagemiddle {
    display: none;
  }

  .column-21-copy-copy-copy {
    text-align: left;
    margin-bottom: 49px;
    padding-right: 0;
  }

  .bodyparagraphright {
    margin-left: auto;
  }

  .report-builder-2-reports-copy, .iphone-mockup-copy {
    display: none;
  }

  .topcontainerfeatures {
    max-width: none;
    margin-top: -92px;
    margin-bottom: -54px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .column21right {
    text-align: left;
    margin-bottom: 49px;
    padding-right: 0;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .column-21-copy {
    text-align: left;
    margin-bottom: 49px;
    padding-right: 0;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .iphone-mockup-copy {
    display: none;
  }

  .button-try-it-free-copy-copy {
    text-align: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-style: normal;
    display: block;
  }

  .button-try-it-free-copy {
    text-align: center;
    margin-top: 25px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .button-try-it-free-copy-copy {
    text-align: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.buildercontainerhome-copy {
    margin-bottom: -190px;
  }

  .sub-text-const {
    text-align: center;
    font-size: 13px;
    display: none;
  }

  .sub-text-const.white-const {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }

  .heading-17-copy {
    text-align: left;
    padding-left: 0;
  }

  .column-62-copy {
    margin-top: -98px;
    margin-bottom: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .containeryopto-copy {
    max-width: none;
    margin-top: -6px;
    margin-bottom: 79px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .column-66 {
    margin-bottom: 10px;
  }

  .align-center-copy {
    margin-top: 76px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-title-copy-copy-copy-copy {
    text-align: center;
    margin-top: 57px;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .paragraph-60, .paragraph-61 {
    text-align: left;
  }

  .top-title-body-left-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .section-copy {
    margin-bottom: -143px;
    padding: 60px 20px;
    display: inline-block;
    overflow: hidden;
  }

  .section-copy.with-image-copy.second-copy.thin-copy {
    margin-top: 152px;
    margin-bottom: 194px;
  }

  .section-copy.zero-bottom-padding-copy {
    display: block;
  }

  .div-block-175 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-13 {
    margin-top: 187px;
  }

  .div-block-176 {
    margin-bottom: 76px;
  }

  .div-block-21-copy {
    padding-left: 0;
  }

  .sub-text-copyinspectionapp-copy {
    text-align: center;
    padding-top: 103px;
    font-size: 13px;
  }

  .top-title-copy-copy-copy {
    text-align: center;
    margin-top: 143px;
    padding-bottom: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .left-content-wide-copyinspectionapp-copy, .left-content-copy-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .column-67 {
    margin-top: 200px;
  }

  .top-title-copy-copy.whiter-copy, .top-title-copy-copy.whiter-copy-copy {
    margin-top: 165px;
  }

  .top-title-copy-copy.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .flex-row-copy {
    display: block;
  }

  .flex-row-copy.center.make-normal-copy {
    object-fit: fill;
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .top-margin-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6px;
    display: block;
    overflow: visible;
  }

  .top-margin-copy.half-copy {
    text-align: center;
    margin-top: 100px;
    padding-right: 0;
  }

  .left-content-copy-copy.make-left-auto-copy {
    margin-bottom: -117px;
  }

  .button-try-it-free-copy-copy-copy {
    text-align: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-style: normal;
    display: block;
  }

  .sectionreviews {
    margin-bottom: 32px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .top-title-copy.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .top-title-copy-copy.whiter-copy, .top-title-copy-copy.whiter-copy-copy {
    margin-top: 165px;
  }

  .top-title-copy-copy.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .top-title-copy-copy-copy {
    text-align: center;
    margin-top: 89px;
    margin-bottom: 98px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-title-copy-copy-copy.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .top-title-copy.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .top-title-copy-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-title-copy-copy.whiter-copy, .top-title-copy-copy.whiter-copy-copy {
    margin-top: 165px;
  }

  .top-title-copy-copy.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .top-title-copy-copy-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-title-copy-copy-copy.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .sub-text-copyinspectionapp-copy {
    text-align: center;
    margin-top: 63px;
    padding-top: 44px;
    font-size: 13px;
  }

  .column-68 {
    margin-top: 0;
  }

  .top-title-lp {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .grid-middle, .slider-5, .grid-slider {
    display: none;
  }

  .columns-16 {
    margin-top: -200px;
  }

  .top-title-blogtop {
    text-align: center;
    margin-top: -152px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: none;
    overflow: visible;
  }

  .grid-slider-tablet {
    display: none;
  }

  .paragraph-65 {
    margin-top: 40px;
    margin-bottom: -124px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16-tablet {
    display: none;
  }

  .blog-intro-text {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-232-tablet-2 {
    object-fit: fill;
    width: auto;
    max-width: 100%;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .image-232-tablet-3 {
    width: auto;
    max-width: 100%;
    margin-top: auto;
    margin-left: auto;
  }

  .image-232-tablet-4 {
    width: auto;
    max-width: 100%;
    margin: 0 auto auto;
  }

  .image-233, .blog-thumbnail-headline {
    display: none;
  }

  .bold-text-15 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }

  .heading-16-copy {
    display: none;
  }

  .image-233-copy {
    object-fit: fill;
    max-width: 100%;
    margin-top: 100px;
    display: block;
  }

  .div-block-160-copy {
    margin-top: -143px;
    margin-bottom: -200px;
  }

  .grid-titles, .div-block-180 {
    display: none;
  }

  .paragraph-65-copy {
    margin-top: 40px;
    margin-bottom: 95px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-copy-copy-copy.second-color-cta-button-blog {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy-copy-copy.second-color-cta-button-blog.homemaincta-button-blog {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: block;
  }

  .button-cta-blog.second-color-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-cta-blog.second-color-copy.homemaincta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: block;
  }

  .button-cta-blog.second-color-cta-button-blog {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-cta-blog.second-color-cta-button-blog.homemaincta, .button-cta-blog.second-color-cta-button-blog.homemaincta-button-blog {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: block;
  }

  .sidemenulist-copy-hidden {
    display: block;
  }

  .blogbodylink {
    background-color: #0000;
    text-decoration: none;
  }

  .bold-text-23, .bold-text-24, .bold-text-25 {
    color: #121217;
  }

  .bold-text-26 {
    border: 1px solid #0000;
  }

  .linktest, .bold-text-27, .link-49, .link-50, .link-51, .link-52, .link-53, .link-54, .link-55, .bold-text-28, .bold-text-29 {
    text-decoration: none;
  }

  .banner-industry-manufacturing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-224-oil-inspection {
    display: none;
    overflow: visible;
  }

  .image-235, .image-237, .image-238 {
    display: block;
  }

  .button-try-it-free-tablet {
    text-align: center;
    margin-top: 25px;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .industryimage {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-69 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-title-const-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    font-size: 26px;
    display: block;
    overflow: visible;
  }

  .top-title-const-copy.in-banner-copy-copy {
    margin-bottom: 38px;
    padding-left: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-183 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-copy.second-color-copy {
    color: #fff;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .html-embed-10-copy {
    text-align: left;
    object-fit: fill;
    max-width: 100%;
    display: none;
  }

  .image-242 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-185, .div-block-186 {
    padding-left: 0;
  }

  .industry-title {
    text-align: left;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: -200px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: -200px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: -200px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin-copy {
    margin-top: -114px;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy, .container-construction {
    max-width: none;
    margin-top: -6px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .paragraph-67-copy, .paragraph-70, .paragraph-71, .paragraph-72, .paragraph-73, .paragraph-74 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .industry-title-copy {
    text-align: left;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .paragraph-71-desk {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-row-copy.center.make-normal-copy {
    object-fit: fill;
    object-fit: fill;
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal-copy-copy {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .industry-title-desk2 {
    text-align: left;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .paragraph-72-desk {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .industry-title-desk2-copy {
    text-align: left;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal-copy {
    object-fit: fill;
    object-fit: fill;
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .div-block-187 {
    display: none;
  }

  .image-224-vegetation, .image-224-vegetation2 {
    display: none;
    overflow: visible;
  }

  .banner-industry-oil-gas-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .make-center-mobile-copy, .make-center-mobile-copy-copy, .make-center-mobile-copy, .make-center-mobile-copy, .make-center-mobile-copy, .make-center-mobile-copy {
    margin-top: 10px;
    position: static;
  }

  .div-block-22-copy-copy {
    margin-top: 10px;
  }

  .div-block-157-copy {
    margin-right: 20px;
  }

  .containermobileformsapp-bottom-copy-copy-copy {
    max-width: none;
    margin-top: 41px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .containermobileformsapp-bottom-copy-copy-copy.top-margin {
    justify-content: center;
    margin-top: -114px;
    display: flex;
  }

  .containermobileformsapp-bottom-copy-copy-copy-copy {
    max-width: none;
    margin-top: 41px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .make-center-mobile-copy-copy {
    margin-top: 10px;
    position: static;
  }

  .flex-row-copy.center.make-normal {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-row-copy.center.make-normal-copy {
    object-fit: fill;
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .image-106-copy {
    display: none;
  }

  .align-center-copy-copy {
    margin-top: -10px;
  }

  .flex-row-industry.center.make-normal {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .div-block-183-copy {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .banner-industry-utilities {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-206 {
    margin-top: 40px;
  }

  .list-7 {
    padding-left: 40px;
  }

  .html-embed-27 {
    display: none;
  }

  .containermobileformsapp-bottom-copy {
    max-width: none;
    margin-top: 165px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy.top-margin-large {
    margin-top: -200px;
  }

  .button-copy-copy.second-color-copy {
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .button-copy-copy.second-color-copy-copy {
    margin-top: auto;
    margin-left: auto;
    display: none;
  }

  .button-copy-copy.second-color-copy {
    color: #fff;
    margin-top: 187px;
    margin-left: auto;
    display: block;
  }

  .button-copy-copy.second-color-copy-copy {
    color: #fff;
    margin-top: -156px;
    margin-left: auto;
    display: block;
  }

  .paragraph-75 {
    text-align: left;
  }

  .image-106-copy-copy {
    display: none;
  }

  .containermobileformsapp-bottom-copy-copy {
    max-width: none;
    margin-top: 165px;
    margin-bottom: -10px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .containermobileformsapp-bottom-copy-copy.top-margin {
    justify-content: center;
    margin-top: 86px;
    display: flex;
  }

  .grid-words-copy-copy, .grid-words-copy-copy-copy {
    display: none;
  }

  .image-224-vegetation-copy {
    display: none;
    overflow: visible;
  }

  .div-block-207 {
    margin-bottom: 175px;
  }

  .paragraph-banner-copy {
    float: none;
    clear: none;
    text-align: left;
    height: 216px;
    padding-left: 0;
    overflow: visible;
  }

  .image-224-copy, .image-224-copy-copy {
    display: none;
    overflow: visible;
  }

  .banner-industry-mining {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-content-construction.make-left-auto-construction {
    display: none;
  }

  .paragraph-oil-report, .cloud-utilities, .dashboard-utilities-paragraph, .paragraph-manuf-improve {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-224-vegetation-copy-copy, .image-224-vegetation-copy-copy-copy {
    display: none;
    overflow: visible;
  }

  .paragraph-bannerhome-copy-copy {
    float: none;
    clear: none;
    height: 216px;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .paragraph-71-desk-copy {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .transportation-header-title {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .env-paragraph-6, .env-paragraph-4 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-industry-environmental, .banner-industry-transportation {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tasks-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tasks-banner.tasks-second {
    background-image: url('../images/Report_Builder_UI_Hero_Image-08.png');
    background-repeat: no-repeat;
    background-size: 0;
    background-attachment: scroll;
    height: 800px;
    margin-top: 0;
    display: block;
    overflow: visible;
  }

  .tasks-banner-text {
    margin-top: -29px;
  }

  .tasks-headline-text {
    margin-top: 67px;
    position: static;
  }

  .column-62-copy-copy {
    margin-top: -98px;
    margin-bottom: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tasks-blog-headline {
    display: inline-block;
  }

  .tasks-blog-subhead-2, .tasks-blog-headline-2 {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 32px;
    display: block;
    overflow: visible;
  }

  .tasks-blog-banner {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .task-image-2 {
    display: none;
  }

  .footer-blue {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .footer-blue.with-image.second.thin {
    margin-bottom: 194px;
  }

  .html-embed-copy {
    display: none;
  }

  .banner-industry-agriculture, .banner-industry-facilities {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-facilities {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-content-trial.no-margin-sidebar {
    margin-bottom: 0;
  }

  .div-block-209 {
    padding-left: 0;
  }

  .image-224-copy-copy {
    display: none;
    overflow: visible;
  }

  .div-block-160-copy-copy {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .image-224-copy, .image-224-copy-copy, .image-224-copy, .fastfield-qb {
    display: none;
    overflow: visible;
  }

  .top-section-home-page {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .fastfield-qb-copy, .image-224-copy, .image-224-copy-copy, .image-224-copy-copy-copy, .image-224-copy-copy, .image-224-copy, .image-224-copy, .image-224-copy, .image-224-copy-copy, .image-224-copy-copy, .image-224-copy-copy-copy, .image-224-copy-copy, .image-224-copy-copy-copy, .image-224-copy-copy-copy-copy, .image-224-copy-copy-copy-copy, .image-224-copy-copy, .image-224-copy-copy, .image-224-copy-copy-copy {
    display: none;
    overflow: visible;
  }

  .image-135-copy-copy {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 20px;
  }

  .image-106-copy-copy-copy {
    display: none;
  }

  .coming-soon-wrapper-copy {
    padding-left: 20px;
  }

  .columns-copy {
    float: none;
    clear: none;
    text-align: center;
    display: block;
    position: static;
    overflow: visible;
  }

  .move-sub-banner-copy {
    margin-top: 200px;
  }

  .banner-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-copy.second {
    background-image: url('../images/Report_Builder_UI_Hero_Image-08.png');
    background-repeat: no-repeat;
    background-size: 0;
    background-attachment: scroll;
    height: 800px;
    margin-top: 0;
    display: block;
    overflow: visible;
  }

  .banner-copy.third {
    height: auto;
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .banner-copy.six {
    margin-bottom: -41px;
  }

  .banner-copy.fourth {
    height: 850px;
  }

  .sidebar-content-trial-copy.no-margin-sidebar {
    margin-bottom: 0;
  }

  .button-copy.second-color {
    color: #fff;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .button-copy.second-color.homemaincalltoaction {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .button-copy.second-color.homemaincalltoaction-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -57px;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .button-copy.second-color-copy {
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .button-copy.second-color-copy-copy {
    margin-top: auto;
    margin-left: auto;
    display: none;
  }

  .button-copy.second-color-copy, .button-copy.button-yellow {
    color: #fff;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .button-copy.button-yellow.homemaincalltoaction {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .3s;
    display: flex;
  }

  .div-block-142-copy {
    height: auto;
    margin-top: 220px;
  }

  .section-copy {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .section-copy.with-image.second.thin {
    margin-top: 86px;
    margin-bottom: 194px;
  }

  .section-copy.with-image.second.thin-copy {
    margin-top: 152px;
    margin-bottom: 194px;
  }

  .section-copy.with-image.top-margin {
    display: none;
  }

  .section-copy.overflow.lightbackground {
    margin-top: 124px;
  }

  .section-copy.zero-bottom-padding {
    display: block;
  }

  .section-copy.with-gradient {
    margin-top: 83px;
    margin-bottom: -22px;
  }

  .section-copy-copy {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .section-copy-copy.with-image.second.thin {
    margin-top: 86px;
    margin-bottom: 194px;
  }

  .section-copy-copy.with-image.second.thin-copy {
    margin-top: 152px;
    margin-bottom: 194px;
  }

  .section-copy-copy.with-image.top-margin {
    display: none;
  }

  .section-copy-copy.overflow.lightbackground {
    margin-top: 124px;
  }

  .section-copy-copy.zero-bottom-padding {
    display: block;
  }

  .section-copy-copy.with-gradient {
    margin-top: 83px;
    margin-bottom: -22px;
  }

  .top-title-copy {
    text-align: center;
    margin-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
    display: block;
    overflow: visible;
  }

  .top-title-copy.in-banner {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-copy.in-banner.second {
    text-align: center;
    margin-top: 79px;
    margin-bottom: -10px;
    font-size: 38px;
    line-height: 38px;
  }

  .top-title-copy.in-banner.black {
    margin-top: 10px;
  }

  .top-title-copy.in-banner.black.smaller {
    font-size: 20px;
    line-height: 26px;
  }

  .top-title-copy.in-banner.dynamictitle {
    text-align: center;
    margin-top: auto;
  }

  .top-title-copy.whiter {
    margin-bottom: 146px;
  }

  .top-title-copy.algin-center {
    margin-top: -41px;
    margin-bottom: 6px;
  }

  .top-title-copy.whiter-copy {
    margin-top: -133px;
    margin-bottom: 146px;
  }

  .sub-text-copy {
    text-align: center;
    font-size: 13px;
    display: none;
  }

  .sub-text-copy.small.with-line {
    text-align: left;
  }

  .sub-text-copy.white {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }

  .sub-text-copy.whiter {
    display: none;
  }

  .sub-text-copy.large-copy {
    margin-top: 162px;
  }

  .workflowdivblock-copy {
    margin-top: 10px;
  }

  .formbuilderimage-copy, .image-101-copy {
    margin-top: 38px;
    display: none;
  }

  .column-17-copy {
    margin-top: -3px;
  }

  .div-block-212 {
    align-self: center;
    margin-left: auto;
    display: block;
  }

  .text-block-45 {
    margin-bottom: 38px;
    margin-left: auto;
    display: block;
  }

  .list-7-copy {
    padding-left: 40px;
  }

  .heading-27 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-273, .image-274 {
    display: none;
  }

  .container-20, .container-21 {
    display: block;
  }

  .container-21-copy {
    margin-top: 40px;
    display: block;
  }

  .list-7-copy-copy {
    margin-right: auto;
    padding-left: 40px;
  }

  .link-copy.color {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 19px auto -19px 146px;
    display: inline-block;
  }

  .text-block-45-copy, .text-block-45-copy-copy {
    display: block;
  }

  .list-item-5-copy {
    margin-right: 8px;
  }

  .text-block-45-copy-copy-copy {
    text-align: center;
    margin-bottom: 25px;
    display: block;
  }

  .optional-price-wrapper-copy.lighterbackground {
    margin-top: -47px;
    display: block;
  }

  .paragraph-82-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy-copy-copy.second-color-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy-copy-copy.second-color-copy.homemaincta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: none;
  }

  .button-copy-copy-copy.second-color-copy.homemaincta-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: block;
  }

  .button-copy-copy-copy-copy.second-color-copy.homemaincta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: none;
  }

  .button-copy-copy-copy-copy-copy-copy.second-color-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy-copy-copy-copy-copy-copy.second-color-copy.homemaincta, .button-copy-copy-copy-copy-copy-copy.second-color-copy.homemaincta-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: block;
  }

  .button-copy-copy-copy-copy-copy.second-color-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy-copy-copy-copy-copy.second-color-copy.homemaincta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: none;
  }

  .button-copy-copy-copy-copy-copy.second-color-copy.homemaincta-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: block;
  }

  .button-copy-copy-copy-copy.second-color-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy-copy-copy-copy.second-color-copy.homemaincta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 20px;
    transition: all .3s;
    display: inline-block;
    inset: 31% 0% auto;
  }

  .button-copy-copy-copy-copy.second-color-copy.homemaincta-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: block;
  }

  .button-copy-copy-copy-copy.second-color-copy-copy {
    margin-top: auto;
    margin-left: 54px;
  }

  .button-copy-copy-copy-copy.second-color-copy-copy.homemaincta {
    color: #333;
    background-color: #62ddf9;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 20px;
    transition: all .3s;
    display: block;
    position: absolute;
    inset: 31% 0% auto;
  }

  .button-copy-copy-copy-copy.second-color-copy-copy.homemaincta:hover {
    background-color: #62ddf9;
  }

  .button-copy-copy-copy-copy.second-color-copy-copy.homemaincta-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -29px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
    display: block;
  }

  .section-copypricingtop-copy, .section-copypricingtop-copy-copy {
    margin-bottom: -98px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .text-block-45-copy-copy-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-212-copy {
    align-self: center;
    margin-left: auto;
    display: block;
  }

  .div-block-22-copy {
    margin-top: 10px;
  }

  .image-224-copy-copy-copy {
    display: none;
    overflow: visible;
  }

  .make-center-mobile-copy {
    margin-top: 10px;
    position: static;
  }

  .make-center-mobile-copy2-copy {
    margin-top: 44px;
    position: static;
  }

  .make-center-mobile-copy-copy-copy, .make-center-mobile-copy-copy {
    margin-top: 10px;
    position: static;
  }

  .make-center-mobile-copy-copy-copy-copy {
    margin-top: 67px;
    position: static;
  }

  .html-embed-copy-copy {
    display: none;
  }

  .bodysubtexth2-copy {
    text-align: center;
    font-size: 13px;
    display: none;
  }

  .section-header-bold-copy.align-left {
    display: none;
  }

  .column-80 {
    object-fit: scale-down;
    display: inline-block;
  }

  .ai-video-section {
    margin-bottom: -143px;
    padding: 60px 20px;
    overflow: hidden;
  }

  .ai-video-section.with-image.second.thin {
    margin-top: 86px;
    margin-bottom: 194px;
  }

  .ai-video-section.with-image.second.thin-copy {
    margin-top: 152px;
    margin-bottom: 194px;
  }

  .ai-video-section.with-image.top-margin {
    display: none;
  }

  .ai-video-section.overflow.lightbackground {
    margin-top: 124px;
  }

  .ai-video-section.zero-bottom-padding {
    display: block;
  }

  .ai-video-section.with-gradient {
    margin-top: 83px;
    margin-bottom: -22px;
  }

  .ai-video-section-video-2.top-margin, .ai-video-section-video-2.ai-video-section-video-1 {
    object-fit: fill;
    margin-top: -200px;
    margin-bottom: -200px;
    overflow: hidden;
  }

  .forms-automation-software-hero-flex.center.make-normal, .forms-automation-software-hero-flex.center-copy.make-normal, .forms-automation-software-hero-flex.forms-automation-software-hero-center.make-normal, .forms-automation-software-hero-flex.forms-automation-software-hero-center.forms-automation-software-hero-make-normal {
    object-fit: fill;
    margin-top: 114px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .tasks-banner-text-copy {
    margin-top: -29px;
  }
}

#w-node-_0dcda00e-9f70-1ff3-1fc8-c7bfb9522796-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73264241-27e8-4d47-1847-8c43bf915a23-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1fcf697d-6eca-d98c-4fce-98ddb2bc9ba2-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b95eb6f9-77da-f071-c21b-883b315f1a86-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b95eb6f9-77da-f071-c21b-883b315f1a84-89f596ad, #w-node-b95eb6f9-77da-f071-c21b-883b315f1a8a-89f596ad, #w-node-_5077648e-b657-0d8f-826c-c26256d18057-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5077648e-b657-0d8f-826c-c26256d18059-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5077648e-b657-0d8f-826c-c26256d1805d-89f596ad, #w-node-_60061ff7-96f0-8c6a-18ab-7cfaaa422f81-89f596ad, #w-node-_60061ff7-96f0-8c6a-18ab-7cfaaa422f83-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19931cf6-a0aa-d5b3-5592-64ff56f5d247-89f596ad {
  grid-area: Area-3;
}

#w-node-_19931cf6-a0aa-d5b3-5592-64ff56f5d248-89f596ad {
  grid-area: Area-2;
}

#w-node-_19931cf6-a0aa-d5b3-5592-64ff56f5d249-89f596ad {
  grid-area: Area-2;
  place-self: auto;
}

#w-node-_19931cf6-a0aa-d5b3-5592-64ff56f5d24b-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19931cf6-a0aa-d5b3-5592-64ff56f5d24d-89f596ad {
  grid-area: Area-3;
}

#w-node-ff019bcb-2ec7-ca5b-9222-319b72c18718-89f596ad, #w-node-ff019bcb-2ec7-ca5b-9222-319b72c1871d-89f596ad {
  grid-area: Area-2;
  place-self: center start;
}

#w-node-_03493514-041a-fe91-15b6-bcaa8619aaa1-89f596ad, #w-node-_60c89615-c7f3-0b87-3643-76a61258b503-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_74f7946d-4ff7-aae8-e84a-c465b7dfdc15-89f596ad {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_74f7946d-4ff7-aae8-e84a-c465b7dfdc1a-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_74f7946d-4ff7-aae8-e84a-c465b7dfdc20-89f596ad {
  grid-area: Area-3;
  align-self: center;
}

#w-node-dc7fbcba-5b66-948f-d9de-c505baa641d2-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_48fd4351-7671-4178-48e0-e790834ea14b-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_125c764b-6752-2d21-761d-4763417e217f-89f596ad {
  grid-area: Area-3;
}

#w-node-_125c764b-6752-2d21-761d-4763417e2180-89f596ad, #w-node-_125c764b-6752-2d21-761d-4763417e2181-89f596ad {
  grid-area: Area-2;
}

#w-node-_125c764b-6752-2d21-761d-4763417e2183-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_125c764b-6752-2d21-761d-4763417e2185-89f596ad {
  grid-area: Area-3;
}

#w-node-_42c47bc5-621f-2c36-1e8f-235dd7e5a43a-89f596ad, #w-node-_42c47bc5-621f-2c36-1e8f-235dd7e5a43b-89f596ad {
  grid-area: Area-2;
  place-self: center start;
}

#w-node-_42c47bc5-621f-2c36-1e8f-235dd7e5a441-89f596ad, #w-node-_42c47bc5-621f-2c36-1e8f-235dd7e5a446-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_782e4b94-1973-328c-89bd-903fee7d6687-89f596ad {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_782e4b94-1973-328c-89bd-903fee7d6688-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_782e4b94-1973-328c-89bd-903fee7d6689-89f596ad {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_782e4b94-1973-328c-89bd-903fee7d668c-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_782e4b94-1973-328c-89bd-903fee7d6695-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-bc991c05-94ca-af85-ae83-f4a5b82695c6-89f596ad {
  grid-area: Area-3;
}

#w-node-bc991c05-94ca-af85-ae83-f4a5b82695c9-89f596ad, #w-node-_52e3329b-3181-458f-784c-3fd4c2421070-89f596ad {
  grid-area: Area-2;
}

#w-node-e8192ca9-a98d-1829-0b0c-578056b9663b-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ea43ad1-f6ec-0682-b12d-68b18aebedee-89f596ad {
  grid-area: Area-3;
}

#w-node-_82d56932-1253-20f4-7923-60401f418713-89f596ad, #w-node-_82d56932-1253-20f4-7923-60401f418714-89f596ad {
  grid-area: Area-2;
  place-self: center start;
}

#w-node-_82d56932-1253-20f4-7923-60401f41871a-89f596ad, #w-node-_82d56932-1253-20f4-7923-60401f41871f-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_98ab78fd-b170-cd45-6ba6-850c470c7910-89f596ad {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_98ab78fd-b170-cd45-6ba6-850c470c7911-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_98ab78fd-b170-cd45-6ba6-850c470c7912-89f596ad {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_98ab78fd-b170-cd45-6ba6-850c470c7915-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_98ab78fd-b170-cd45-6ba6-850c470c7918-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_7112f9e9-6fa7-7c0f-1f33-811278bd3005-89f596ad {
  grid-area: Area-3;
}

#w-node-_7112f9e9-6fa7-7c0f-1f33-811278bd3006-89f596ad, #w-node-_7112f9e9-6fa7-7c0f-1f33-811278bd3007-89f596ad {
  grid-area: Area-2;
}

#w-node-_7112f9e9-6fa7-7c0f-1f33-811278bd3009-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7112f9e9-6fa7-7c0f-1f33-811278bd300b-89f596ad {
  grid-area: Area-3;
}

#w-node-_946a2236-6b79-5ae3-dc00-f4da1cb3f14b-89f596ad, #w-node-_946a2236-6b79-5ae3-dc00-f4da1cb3f14c-89f596ad {
  grid-area: Area-2;
  place-self: center start;
}

#w-node-_946a2236-6b79-5ae3-dc00-f4da1cb3f152-89f596ad, #w-node-_946a2236-6b79-5ae3-dc00-f4da1cb3f157-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1b72c89f-b5e8-ed82-ecf0-f62c5c8d711b-89f596ad {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_1b72c89f-b5e8-ed82-ecf0-f62c5c8d711c-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_1b72c89f-b5e8-ed82-ecf0-f62c5c8d711d-89f596ad {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_1b72c89f-b5e8-ed82-ecf0-f62c5c8d7120-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1b72c89f-b5e8-ed82-ecf0-f62c5c8d7123-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_058b5efd-bb0a-f752-6b6c-4817c2b4e35e-89f596ad {
  grid-area: Area-3;
}

#w-node-_058b5efd-bb0a-f752-6b6c-4817c2b4e35f-89f596ad, #w-node-_058b5efd-bb0a-f752-6b6c-4817c2b4e361-89f596ad {
  grid-area: Area-2;
}

#w-node-_058b5efd-bb0a-f752-6b6c-4817c2b4e363-89f596ad {
  grid-area: Area-3;
}

#w-node-_366e1e6d-538d-a3d8-b3ee-88e4a45c0bdf-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78c6bb1d-c962-8985-7099-9be85d664607-89f596ad, #w-node-_78c6bb1d-c962-8985-7099-9be85d664608-89f596ad {
  grid-area: Area-2;
  place-self: center start;
}

#w-node-_78c6bb1d-c962-8985-7099-9be85d66460e-89f596ad, #w-node-_78c6bb1d-c962-8985-7099-9be85d664613-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_6a4f9c8e-281c-2be4-8a5a-03e19cab62b5-89f596ad {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_6a4f9c8e-281c-2be4-8a5a-03e19cab62b6-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_6a4f9c8e-281c-2be4-8a5a-03e19cab62b7-89f596ad {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_6a4f9c8e-281c-2be4-8a5a-03e19cab62ba-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6a4f9c8e-281c-2be4-8a5a-03e19cab62bf-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_8c120c24-7c5c-f65e-1fbe-861053cdef67-89f596ad {
  grid-area: Area-3;
}

#w-node-d0802b82-4fc2-0021-ff2e-4d31156c0956-89f596ad {
  grid-area: Area-2;
}

#w-node-_1a23c348-d087-fdd9-e3be-39ed36e13f43-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d629517-dc1a-b926-6251-7cd0da362e85-89f596ad {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_1aee1b91-6b4c-eb2e-1bff-7fc51548a9d7-89f596ad {
  grid-area: Area-2;
  place-self: center start;
}

#w-node-c6b25379-139f-8dce-d65d-04496c397253-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_6b20ae71-8bed-3ed9-6fe6-227a6965879b-89f596ad {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_5e71623a-7e1b-1df2-be3f-b06e6031518f-89f596ad {
  grid-area: Area;
  align-self: center;
}

#w-node-_7359ede0-421b-ace1-8edc-ca978e9dca9d-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_7b0678bc-7edf-8766-1e10-ee35ff466690-89f596ad, #w-node-_06b5cc18-6b8e-9696-e7ac-bafd2dd7b7cd-89f596ad {
  grid-area: Area-3;
}

#w-node-_777a6b75-7156-7456-07e6-cc9c84625099-89f596ad {
  grid-area: Area-2;
}

#w-node-_5dde7637-5c4c-411e-aee7-c20b1c2df9d4-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60adb045-83b9-d918-60f1-fb7a69fcc97a-89f596ad {
  grid-area: Area-3;
  place-self: center start;
}

#w-node-_88461cff-235c-05e8-2ebf-c2a7853a95fc-89f596ad {
  grid-area: Area-2;
  place-self: center start;
}

#w-node-_94b689a4-1079-7ccf-dfe7-be00d7cc16e3-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_91dafe7c-2649-10ab-7774-54827374bb50-89f596ad {
  grid-area: Area-3;
  place-self: center;
}

#w-node-b416e5e6-f3ea-5a7b-635d-fb738dca2c15-89f596ad {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_903d22bd-df13-086b-479f-bdf739ec859c-89f596ad {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_1629ea48-96b7-4951-971c-3364b6aa6208-89f596ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_77cf7466-ab77-8c4a-4e86-5a5a812868a0-89f5987d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr 1fr;
}

#w-node-b09cd7d6-74ef-ce2c-06d9-5143fdd00c35-89f5987d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .25fr;
}

#w-node-af5af1fa-3de7-6032-a554-d62414da0041-89f59890 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.25fr 2.25fr 1fr;
}

#w-node-e15a3f1a-c629-9bb8-3d05-48dd506e74ba-89f59890 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.25fr 2.25fr 1fr;
  display: none;
}

#w-node-e32fb49a-3e5e-9200-cb38-44048d0edd8d-89f59890 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
}

#w-node-af5af1fa-3de7-6032-a554-d62414da0041-89f59891 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr 1.75fr 1.75fr 1.75fr .5fr;
}

#w-node-e15a3f1a-c629-9bb8-3d05-48dd506e74ba-89f59891 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr 1.75fr 1.75fr 1.75fr .5fr;
  display: none;
}

#w-node-e32fb49a-3e5e-9200-cb38-44048d0edd8d-89f59891 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
}

@media screen and (max-width: 991px) {
  #w-node-_77cf7466-ab77-8c4a-4e86-5a5a812868a0-89f5987d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr 1.25fr 1.25fr;
  }

  #w-node-b09cd7d6-74ef-ce2c-06d9-5143fdd00c35-89f5987d {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-af5af1fa-3de7-6032-a554-d62414da0041-89f59890 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr 1.5fr;
  }

  #w-node-e15a3f1a-c629-9bb8-3d05-48dd506e74ba-89f59890 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr 1.5fr;
    display: none;
  }

  #w-node-e32fb49a-3e5e-9200-cb38-44048d0edd8d-89f59890 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
  }

  #w-node-af5af1fa-3de7-6032-a554-d62414da0041-89f59891 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr 1.5fr;
  }

  #w-node-e15a3f1a-c629-9bb8-3d05-48dd506e74ba-89f59891 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr 1.5fr;
    display: none;
  }

  #w-node-e32fb49a-3e5e-9200-cb38-44048d0edd8d-89f59891 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77cf7466-ab77-8c4a-4e86-5a5a812868a0-89f5987d, #w-node-b09cd7d6-74ef-ce2c-06d9-5143fdd00c35-89f5987d, #w-node-af5af1fa-3de7-6032-a554-d62414da0041-89f59890, #w-node-e15a3f1a-c629-9bb8-3d05-48dd506e74ba-89f59890, #w-node-e32fb49a-3e5e-9200-cb38-44048d0edd8d-89f59890, #w-node-af5af1fa-3de7-6032-a554-d62414da0041-89f59891, #w-node-e15a3f1a-c629-9bb8-3d05-48dd506e74ba-89f59891, #w-node-e32fb49a-3e5e-9200-cb38-44048d0edd8d-89f59891 {
    display: none;
  }
}


@font-face {
  font-family: 'Walrus typeface two';
  src: url('../fonts/Walrus-Typeface-Two.ttf') format('truetype'), url('../fonts/Walrus-Typeface-Two.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}