:root {
  --white: white;
  --black: black;
  --blue-violet: #652df3;
}

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

body {
  color: #333;
  text-align: center;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: #3577e9;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

strong {
  font-weight: 600;
}

figure {
  width: 450px;
  height: 450px;
}

.logo {
  width: 78px;
  margin-top: 10px;
  margin-left: 2px;
  padding-left: 2px;
}

.logo.nav1 {
  flex: none;
  justify-content: flex-start;
  width: auto;
  height: 78px;
  margin-left: 0;
  padding-left: 0;
}

.logo.nav1.sign-up {
  margin-right: auto;
}

.nav-bar {
  align-content: stretch;
  align-items: center;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: auto;
  display: flex;
}

.nav-master {
  color: rgba(0, 0, 0, .26);
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 88px;
  display: block;
}

.nav-1 {
  color: #fff;
  white-space: nowrap;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.nav-1:hover {
  color: #4eacf5;
}

.nav-bar-2 {
  flex: none;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-landing-items {
  flex-direction: row;
  margin-bottom: 60px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.menu-button {
  margin-top: 20px;
  margin-left: 20px;
}

.mission-text {
  z-index: 1;
  color: #878e9c;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #fff;
  border-radius: 0;
  max-width: 650px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 30px;
}

.text-max-600 {
  float: none;
  text-align: left;
  letter-spacing: 0;
  justify-content: space-around;
  width: 80%;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 30px;
}

.section-title-black {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-title-white {
  color: #fff;
  letter-spacing: 2px;
  text-indent: 1px;
  margin-bottom: 60px;
}

.dropdown-list {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #14abd1;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 5px 13px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.dropdown-list:hover {
  color: #4eacf5;
  background-color: rgba(0, 0, 0, 0);
}

.row-link {
  flex-direction: column;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.blog-text {
  color: #3f3f3f;
  text-align: left;
  width: 90%;
  margin-top: 10px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  position: static;
}

.feature-image {
  box-shadow: none;
  text-align: center;
  border: 2px #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  display: inline-block;
}

.post-heading {
  color: #333;
  min-height: 92px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.post-heading:hover {
  color: #0a9dff;
}

.grey-darker-bg {
  background-color: #2e3642;
}

.light-blue-text {
  color: #7b95a7;
  padding-bottom: 20px;
}

.start-using {
  float: left;
  color: #0084f3;
  margin-top: 35px;
  margin-left: 40px;
  font-size: 16px;
  display: inline-block;
}

.contact-us {
  background-color: #0084f3;
  border-radius: 6px;
  margin-left: 19px;
  padding: 8px 25px;
}

.contact-us.purple {
  background-color: #3c4ac6;
}

.social-icon {
  filter: saturate(120%) hue-rotate(17deg);
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.scroll-nav-bar {
  z-index: 999;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(194, 202, 213, .89);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-2 {
  width: 67px;
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.scroll-nav-menu {
  float: right;
  clear: none;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-bar-logo {
  filter: brightness(86%) saturate(155%) hue-rotate(17deg);
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-14 {
  color: #000;
  font-size: 14px;
}

.menu-icon {
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.site-map-row {
  text-align: left;
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 0;
}

.site-map-title {
  color: #1c78fc;
  margin-bottom: 24px;
  font-size: 15px;
}

.site-map-title.learning-center {
  margin-top: 30px;
}

.sitemap-link {
  color: #333;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}

.request-a-demo {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 9px 15px;
  text-decoration: none;
}

.request-a-demo:hover {
  color: #0248b1;
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-color: #0248b1;
}

.request-a-demo.sign-up-main-right {
  background-color: rgba(30, 211, 246, .69);
  border: 2px rgba(106, 229, 253, .81);
}

.request-a-demo.sign-up-main-right:hover {
  background-color: #05bbe9;
}

.request-a-demo.sign-up-main-right {
  clear: none;
  border: 1px solid var(--white);
  background-color: rgba(30, 211, 246, 0);
  border-radius: 6px;
  justify-content: flex-end;
  align-self: center;
  padding: 7px 20px;
  font-weight: 400;
  display: block;
  position: relative;
}

.request-a-demo.sign-up-main-right:hover {
  color: #4eacf5;
  background-color: rgba(0, 0, 0, 0);
  border-color: #4eacf5;
}

.main-title-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 42px;
  margin-left: 0;
  font-size: 51px;
  display: block;
}

.main-title-2.sign-up-title {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  display: none;
}

.main-title-2.sign-up-title.sign-up-h3 {
  color: #86bef7;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  text-decoration: none;
  display: block;
}

.main-title-2.sign-up-title.trial-text {
  letter-spacing: 0;
  text-transform: none;
  column-count: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.main-title-2.pricing-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}

.main-title-2.partnners-title {
  margin-bottom: 60px;
  padding-left: 0;
}

.main-title-2.blog-main-title {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.main-subtitle-2 {
  color: #fff;
  max-width: 840px;
  margin: 10px auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-style: normal;
  line-height: 25px;
  display: block;
}

.main-subtitle-2.partnerss-ssub {
  text-align: left;
  width: auto;
  padding-left: 0;
  line-height: 26px;
  display: block;
}

.cover-row {
  z-index: 2;
  width: 1000px;
  margin: 144px auto 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.cover-row.signup-cover-row {
  text-align: left;
  width: 1000px;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 0;
  display: block;
  position: relative;
}

.partners-text {
  color: #555;
  width: 900px;
  margin: 0 auto;
  padding: 60px 20px 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
}

.partner-benefits {
  float: none;
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  min-height: 60px;
  margin: 40px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  display: block;
}

.paragraph-21 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 21px;
  font-weight: 600;
}

.apply-button {
  background-color: #0b58cc;
  border-radius: 6px;
  margin: 20px auto;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  box-shadow: 0 4px 7px rgba(0, 0, 0, .48);
}

.apply-button:hover {
  color: #fff;
  background-color: #0650c0;
  border: 1px #0b58cc;
  font-weight: 600;
}

.apply-button-text {
  letter-spacing: 0;
  font-weight: 600;
  line-height: 16px;
}

.partners-row {
  align-items: center;
  width: auto;
  height: 130px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.logo-white {
  flex-direction: row;
  width: auto;
  height: 78px;
  display: block;
}

.sign-up-subtitle-2 {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  margin-left: 0;
  font-size: 17px;
  font-weight: 300;
  display: block;
}

.form-text---sign-up {
  color: #fff;
}

.form-field---sign-up {
  color: #000;
  background-color: #fff;
  border: 1px #6098c9;
  border-radius: 4px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 0 10px 0 20px;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  position: static;
}

.form-field---sign-up::placeholder {
  background-color: var(--white);
  color: #5192ca;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.form---sign-up {
  margin-top: 23px;
  margin-right: 10px;
  padding-bottom: 0;
}

.submit-for-sign-up-button {
  float: right;
  color: #fff;
  background-color: #123474;
  border: 2px #fff;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  box-shadow: 0 4px 15px -5px rgba(0, 0, 0, .5);
}

.submit-for-sign-up-button:hover {
  background-color: #03339c;
}

.submit-for-sign-up-button.login-button {
  background-color: #123474;
  border-radius: 6px;
  margin-top: 10px;
  padding: 12px 40px;
  font-weight: 500;
}

.submit-for-sign-up-button.login-button:hover {
  background-color: #1f43aa;
}

.submit-for-sign-up-button.float-left {
  float: left;
  margin-bottom: 40px;
}

.sign-up-text {
  color: #e0e0e0;
  width: 250px;
  margin-top: 10px;
  font-size: 13px;
  display: inline-block;
}

.social-media-name {
  color: #fff;
  text-align: left;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.social-media-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 40px auto 15px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.social-media-image {
  filter: none;
  text-align: left;
  border: 4px #fff;
  border-radius: 212px;
  width: 50px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.form-wrapper-sign-up {
  width: 100%;
  max-width: 450px;
  margin-top: 40px;
  margin-bottom: 8px;
  display: inline-block;
}

.form-wrapper-sign-up.login-wrapper {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 300;
}

.form-wrapper-sign-up.login-wrapper.login2 {
  width: 100%;
  max-width: 400px;
}

.link-underline {
  color: #e0e0e0;
  text-decoration: underline;
}

.link-underline:hover {
  color: #fff;
}

.sign-up-links {
  color: #e0e0e0;
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 28px;
}

.log-in-link-on-page {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.link-white {
  color: #fff;
  text-decoration: underline;
}

.column-partners-text {
  color: #fff;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  line-height: 24px;
}

.partners-benefits-image {
  opacity: 1;
  filter: brightness(110%) saturate(90%) hue-rotate(315deg);
  width: 150px;
  height: auto;
  margin-bottom: 40px;
}

.sso-link {
  text-align: left;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.business-support-image {
  filter: hue-rotate(199deg) saturate(88%) contrast(96%);
  width: 150px;
  height: auto;
  margin-top: 30px;
}

.bussiness-support-text {
  color: #fff;
  margin-top: 40px;
  font-size: 17px;
  line-height: 24px;
}

.image-logo-tec {
  opacity: .9;
  filter: invert();
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
  padding-right: 80px;
}

.team-title {
  z-index: 3;
  color: #fff;
  text-transform: none;
  margin-top: 40px;
  font-size: 48px;
  font-weight: 500;
  line-height: 44px;
  display: block;
  position: relative;
}

.team-title.career_title {
  margin-top: 60px;
  margin-bottom: 140px;
}

.about-team {
  color: #fff;
  margin-top: 75px;
  margin-left: 200px;
  margin-right: 200px;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}

.about-team.aboutjob {
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.team-section {
  text-align: center;
  margin-top: 40px;
  overflow: visible;
}

.images-row {
  text-align: center;
  min-width: 700px;
  max-width: 1200px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-member {
  text-align: left;
  width: 350px;
  display: inline-block;
  position: relative;
}

.team-member-column {
  text-align: center;
}

.team-member-title {
  color: #555;
  text-align: left;
  max-width: 350px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 500;
}

.team-member-title.career-title {
  color: #555;
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 300;
}

.team-member-subtitle {
  color: #888;
  text-align: left;
  text-transform: uppercase;
  max-width: 350px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.team-member-subtitle.career-sub {
  text-align: center;
}

.team-member-paragraf {
  color: #555;
  text-align: left;
  letter-spacing: 0;
  width: 355px;
  height: 70px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
}

.link-to-memeber-page {
  text-decoration: none;
}

.link-to-memeber-page.link-to-career {
  border: 1px solid #ebebeb;
  width: 350px;
  height: 200px;
  padding-top: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .16);
}

.team-heading {
  clear: none;
  color: #2b8eff;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.team-heading:hover {
  color: #127ffc;
}

.team-member-container {
  text-align: left;
  margin-bottom: 70px;
}

.rich-tekst {
  margin-top: 10px;
}

.rich-tekst h2 {
  color: #888;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.rich-tekst p {
  color: #4c4c4d;
  text-align: left;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 70px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rich-tekst h3 {
  color: #888;
  margin-top: 0;
  margin-bottom: -44px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.rich-tekst img {
  width: auto;
  height: auto;
}

.rich-tekst h1 {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-max-900 {
  color: #555;
  text-align: left;
  max-width: 900px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.about-us-tile {
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
  margin: 100px auto;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  display: block;
  position: relative;
}

.button {
  border: 2px none var(--white);
  box-shadow: none;
  color: #fff;
  background-color: #0b58cc;
  border-radius: 6px;
  margin-top: 66px;
  padding: 12px 40px;
  font-size: 15px;
}

.button:hover {
  border-style: none;
  border-color: var(--white);
  color: #fff;
  background-color: #094eb6;
}

.button.viewer-sign-up {
  clear: none;
  box-shadow: none;
  color: #fff;
  object-fit: none;
  background-color: #0b58cc;
  border-style: none;
  border-color: #fff;
  margin-top: 66px;
  padding: 12px 40px;
  font-weight: 600;
  display: inline-block;
}

.button.viewer-sign-up:hover {
  border-style: none;
  border-color: var(--white);
  color: #fff;
  background-color: #094eb6;
}

.button.demobttn {
  float: left;
  box-shadow: none;
  color: var(--white);
  border-style: none;
  border-color: #0084f3;
  margin-left: 0;
  padding: 12px 40px;
  font-weight: 600;
}

.button.demobttn:hover {
  color: #fff;
  background-color: #0e65fc;
  border-style: none;
}

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

.paragraph {
  color: #555;
}

.paragraph.one-line-par {
  margin-bottom: 35px;
  font-size: 16px;
  text-decoration: none;
}

.open-positions {
  color: #333;
  margin-top: -20px;
  margin-bottom: 39px;
  font-size: 25px;
  font-weight: 500;
  display: none;
}

.paragraph-17 {
  font-size: 17px;
  line-height: 34px;
}

.quote {
  color: #989ba5;
  margin-top: 59px;
  font-size: 18px;
  font-style: italic;
  line-height: 34px;
}

.align-right {
  color: #989ba5;
  text-align: right;
  margin-bottom: 44px;
  font-size: 15px;
}

.paragraph-about-job {
  text-align: left;
  margin-top: 77px;
  padding-left: 60px;
  font-size: 16px;
  line-height: 32px;
}

.apply {
  text-align: center;
  background-color: rgba(0, 132, 243, 0);
  border: 1px solid #0b58cc;
  margin-top: 60px;
  padding: 12px 40px;
}

.paragraph-18 {
  color: #555;
  margin-top: 33px;
  font-size: 18px;
  line-height: 36px;
}

.linked-tekst {
  color: #0084f3;
  text-decoration: none;
}

.bold-veci {
  font-size: 22px;
  font-weight: 600;
}

.in-color {
  color: #0084f3;
}

.highlight {
  color: #ffae00;
  font-weight: 500;
}

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

.product-paragraph {
  color: #444;
  text-align: left;
  max-width: 400px;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: 20%;
  padding-right: 60px;
  font-size: 18px;
  line-height: 28px;
}

.product-heading {
  color: #444;
  text-align: left;
  margin-top: 0;
  margin-left: 20%;
  font-size: 26px;
  font-weight: 500;
  display: block;
}

.product-heading:hover {
  color: #444;
}

.link-black {
  color: #444;
  white-space: nowrap;
  font-size: 25px;
  text-decoration: none;
}

.link-black:hover {
  color: #0084f3;
}

.additional-storage-paragraph {
  color: #252525;
  border: 1px #fff;
  margin: 40px 250px 20px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.price {
  float: none;
  color: #0080f8;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  display: flex;
}

.price.custom-pricing {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.peruser {
  color: #929292;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.pricing-subtitle1 {
  line-height: 25px;
}

.pricingtitle {
  color: #505050;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
}

.pricingtitle.pricing-title-2 {
  margin-bottom: 5px;
}

.pricing-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-top-color: #e6e6e6;
  border-radius: 4px;
  flex: none;
  order: 0;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-weight: 300;
  box-shadow: 0 18px 13px -3px rgba(0, 0, 0, .18);
}

.pricing-item-header {
  width: 95%;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.grey-line {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  position: relative;
}

.linearrow {
  align-content: space-between;
  width: 95%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-item-body {
  flex: 0 auto;
  width: 90%;
  margin: 20px auto;
}

.grey-line-arrow {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-style: none solid solid none;
  border-top-right-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: rotate(45deg);
}

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

.start-for-free-2 {
  background-color: #00caa5;
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: 40px;
  padding: 8px 25px;
}

.dropdown-list-container-2 {
  color: rgba(0, 0, 0, 0);
}

.dropdown-list-container-2.w--open {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 40, 71, .96);
  border: 1px #000;
  border-bottom: 2px #fff;
  border-radius: 4px;
  flex-direction: column;
  order: 0;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.home-title {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 75px;
  line-height: 84px;
  position: relative;
}

.home-title.how-it-works-1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 100px;
  position: relative;
  top: auto;
}

.home-title.sub {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
}

.home-cover-image {
  opacity: .27;
  filter: blur(1px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.sign-up-button-2 {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: #0583c7;
  text-transform: none;
  background-color: #ff5f54;
  background-image: linear-gradient(#fff, #fff);
  border: 2px solid #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: opacity .5s;
  display: block;
  position: static;
  box-shadow: 0 16px 20px 4px rgba(3, 86, 144, .25);
}

.sign-up-button-2:hover {
  color: #0fa3f3;
  -webkit-text-stroke-color: #136cbe;
  background-color: #1c3061;
  background-image: linear-gradient(#f4f9ff, #f4f9ff);
  border-style: solid;
  border-color: #f4f9ff;
}

.sign-up-button-2:active {
  background-color: #02499b;
}

.sign-up-button-2:focus {
  outline-offset: 0px;
  -webkit-text-stroke-color: #0583c7;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  outline: 3px solid #a4e3fd;
}

.home-cover-overlay {
  background-image: linear-gradient(#011e79 18%, #03358e 38%, #0371c0 76%, #24ccff 100%, #0979ca 100%, #007ac5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cover {
  object-fit: none;
  flex-direction: row;
  align-items: flex-start;
  margin-top: -88px;
  padding-top: 128px;
  padding-bottom: 40px;
  position: relative;
}

.cover.how-it-works {
  background-image: linear-gradient(#163a9e, #2356ac 0%, #1d3e9b 1%, #2d82c9 64%, #3ab7ec 100%, #3db7ee 100%, #3ab7ec);
}

.cover.blue-gradient {
  background-image: linear-gradient(#1d3e9b, #1966bb 57%, #1bb0fd);
  display: block;
}

.cover.blue {
  background-color: #2473e3;
}

.cover.blue.just-menu {
  padding-top: 70px;
}

.heading-mission {
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
}

.subheading-mission {
  color: #333;
  margin-top: 40px;
  margin-bottom: 100px;
}

.little-triangle {
  color: #ff4d41;
  font-size: 25px;
  line-height: 35px;
}

.heading-6 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 35px;
  line-height: 60px;
  display: none;
}

.h2-gc-cover {
  color: #333;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}

.mission-text-4 {
  color: #333;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  position: relative;
}

.quotation-text {
  color: #5c5c5c;
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 15px;
  font-style: normal;
  line-height: 24px;
  display: block;
}

.users-image {
  filter: none;
  width: 140px;
  height: 125px;
  margin-top: 9px;
  margin-bottom: 20px;
  display: none;
}

.quotations {
  text-align: center;
  background-color: #f6f8fa;
  border: 1px #000;
  border-bottom-color: #1673c1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.quotation-signature {
  z-index: 14;
  color: #1673c1;
  text-align: right;
  order: 1;
  align-self: center;
  font-size: 14px;
  font-style: italic;
  display: block;
}

.grey-bg {
  background-color: #293a5a;
}

.client-logos {
  filter: none;
  border: 1px #000;
  border-top-color: #656666;
  align-items: flex-end;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.client-image {
  opacity: .23;
  filter: contrast(200%) brightness(111%);
  flex: none;
  width: auto;
  max-width: 240px;
  height: auto;
  max-height: 80px;
  margin: auto auto 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.client-image:hover {
  transform: scale(1.3);
}

.news-title {
  color: #333;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 31px;
  font-weight: 500;
}

.role-title {
  color: #333;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 500;
}

.how-it-works-overview {
  text-align: left;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mdc-cover-row {
  flex: 0 auto;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.heading-50 {
  color: #fff;
  text-align: left;
  text-transform: none;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.benefits {
  text-align: center;
  margin-top: 54px;
  margin-left: 70px;
  margin-right: 70px;
}

.paragraph-black {
  color: #333;
  text-align: left;
  flex: 0 auto;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
}

.heading-30-white {
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.heading-28 {
  color: #101828;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
}

.light-blue-subtitle {
  color: #6ab4fd;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: none;
}

.mdc-stories {
  color: #545455;
  margin-bottom: 100px;
  margin-left: 200px;
  margin-right: 200px;
  font-size: 22px;
  line-height: 22px;
}

.benefits-text {
  color: #37393a;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.section-limited-width {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e6e6e6;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-limited-width.shadow {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 100px;
}

.heading-11 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}

.workflow-item {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
}

.workflow-list {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  padding-left: 15px;
  font-size: 15px;
  display: flex;
}

.workflow-list.track-row-1-list {
  max-width: 350px;
}

.workflow-list.track-list {
  padding-left: 15px;
  padding-right: 60px;
}

.text-60-percent {
  color: #444;
  width: 60%;
  margin: 40px auto 60px;
  padding-top: 0;
  font-size: 18px;
  line-height: 28px;
}

.lightgrey-gradient-bg {
  background-image: linear-gradient(#f0f0f0, #fff 27%);
}

.row-apps {
  max-width: 1400px;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
}

.aps-titles {
  color: #333;
  margin-bottom: 38px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.apps-description {
  text-align: left;
  margin-top: 21px;
  margin-bottom: 37px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 24px;
}

.app-image {
  width: auto;
  height: 220px;
  margin-bottom: 16px;
}

.app-image.portal-image {
  height: 280px;
  margin-top: -60px;
}

.white-quote-block {
  color: #fff;
  text-align: justify;
  width: 60%;
  max-width: 900px;
  margin: 50px auto 40px;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  display: inline-block;
}

.blue-gradient-2-bg {
  background-image: linear-gradient(188deg, #145ebe 23%, #1fc3fd);
}

.quote-author {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.stories-title {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 40px;
  padding-bottom: 34px;
  font-size: 30px;
  font-weight: 500;
}

.story-title {
  color: #444;
  text-align: center;
  flex: 1;
  width: 100%;
  margin-top: 13px;
  padding-bottom: 7px;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.story-link {
  color: #333;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 17px 36px 2px rgba(0, 0, 0, .23);
}

.row-story {
  text-align: center;
  align-items: center;
  max-width: 1400px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
}

.margin-top-15 {
  margin-top: 15px;
  position: relative;
}

.image-17 {
  float: left;
  width: 50%;
  height: auto;
}

.buttons-div {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
  display: block;
}

.container {
  flex: 0 auto;
  order: 0;
  align-content: stretch;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.career-title {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 60px;
  font-size: 60px;
  font-weight: 500;
  line-height: 44px;
  position: relative;
}

.lostpass {
  color: #e0e0e0;
  margin-top: 40px;
  font-size: 14px;
}

.noaccount {
  color: #e0e0e0;
  font-size: 14px;
}

.quotations-row {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

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

.schedule-demo {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

.h1_qgis {
  color: var(--white);
  flex: none;
  margin-top: 0;
  font-size: 44px;
  font-weight: 600;
}

.heading-16 {
  color: #fff;
  max-width: 640px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 33px;
  display: inline-block;
}

.heading-17 {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
}

.qgis_tagline {
  color: #64abfc;
  max-width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

.button-2 {
  background-color: #0b58cc;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 13px 40px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .48);
}

.button-2:hover {
  background-color: #1e53d1;
}

.image-17-2 {
  width: 50%;
  height: auto;
}

.image-22 {
  width: auto;
  max-width: 52%;
  height: auto;
  margin-top: -50%;
  position: relative;
}

.about-us-heading {
  color: #4b4b4b;
  text-align: left;
  max-width: 900px;
  margin: 60px auto 29px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.modal-wrapper {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(24, 209, 114, .98), rgba(4, 71, 206, .98));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.submit-button {
  background-color: #ff6c48;
  border-radius: 4px;
  margin-top: 30px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 7px 14px rgba(0, 0, 0, .22);
}

.submit-button:hover {
  background-color: #ff5931;
}

.request-field {
  border: 1px solid #b4cefc;
  border-radius: 4px;
}

.paragraph-31 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 21px;
  margin-left: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  display: block;
}

.field-label {
  color: #0762ff;
}

.container-3 {
  background-color: #fff;
  padding: 0 0 40px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .41);
}

.form-2 {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.close-x {
  cursor: pointer;
  width: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.success-msg {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
}

.success-message {
  background-color: #0762ff;
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-12 {
  color: #ff6c48;
}

.field-label-centered {
  color: #0762ff;
  margin-top: 20px;
  font-weight: 600;
}

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

.demo-modal {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.sign-up-title {
  color: var(--white);
  font-size: 32px;
}

.qgis-h2 {
  color: var(--white);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 35px;
  line-height: 60px;
  display: inline-block;
  position: static;
}

.qgis-h2.track-launch-1 {
  color: #4992ff;
  margin-right: 67px;
  font-size: 24px;
  font-weight: 600;
  display: none;
}

.qgis-h2.track-launch-2 {
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.button-transparent {
  float: left;
  border: 2px solid var(--white);
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 10px;
  margin-top: 50px;
  margin-right: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 16px;
}

.button-transparent:hover {
  color: #4eacf5;
  border-color: #4eacf5;
}

.container-scroll-nav {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mdc-signup {
  box-shadow: none;
  color: #2175b9;
  text-align: center;
  background-color: #0b58cc;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  min-width: 190px;
  margin-right: 20px;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 600;
}

.mdc-signup:hover {
  color: var(--white);
  background-color: #0248b1;
  background-image: none;
}

.open-closed {
  color: #4292f6;
  margin-top: 38px;
  font-weight: 500;
}

.center-content {
  z-index: 2;
  text-align: center;
}

.heading-24 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

.blue-text {
  color: #68fdf1;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
  display: block;
}

.button-link {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 10px 40px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.button-link:hover {
  color: #1a50cb;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .26);
}

._404-image {
  order: 0;
  align-self: stretch;
  width: auto;
  height: auto;
  max-height: 45%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.qgiscta {
  color: #fff;
  background-color: #0b58cc;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 280px;
  margin: 40px auto 0;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
}

.qgiscta:hover {
  background-color: #194fcc;
}

.item-info {
  color: #929292;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 13px;
  display: flex;
}

.pricing-contact {
  background-color: #0084f3;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 40px;
  box-shadow: 0 4px 15px -1px rgba(0, 0, 0, .3);
}

.pricing-contact:hover {
  background-color: #32a1ff;
}

.pricing-contact.download-bttn {
  background-color: #04c072;
}

.pricing-contact.download-bttn:hover {
  background-color: #02d37c;
}

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

.solution-explanation {
  font-size: 17px;
  display: block;
}

.install-bttn {
  background-color: #02c072;
  border: 1px #000;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 12px 40px;
  font-weight: 400;
  box-shadow: 0 4px 15px -1px rgba(0, 0, 0, .3);
}

.install-bttn:hover {
  background-color: #02d37c;
}

.dropdown {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.client-name {
  color: #9196ac;
  flex: none;
  margin-top: 0;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.link-no-underline {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.news-item {
  background-color: var(--white);
  border-radius: 4px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 30px;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .19);
}

.mdc-title {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
}

.container-fixed {
  background-image: linear-gradient(#02cdd4, #241ec7);
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pricing-row-1-2 {
  align-content: center;
  max-width: 900px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-item-1-2 {
  border: 1px solid #f3f3f3;
  border-radius: 12px;
  max-width: 320px;
  margin: 40px auto;
  padding-top: 20px;
  box-shadow: 0 16px 14px -4px rgba(0, 0, 0, .2);
}

.contact-viewer-btn-1-2 {
  background-color: #0084f3;
  border-radius: 6px;
  width: 80%;
  margin: 5px auto 30px;
  padding: 10px 40px;
  box-shadow: 0 4px 15px -1px rgba(0, 0, 0, .3);
}

.tab-link-monthly {
  float: left;
  color: #0084f3;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0084f3;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex: none;
  width: 30%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  display: block;
}

.tab-link-monthly:active {
  color: #fff;
  background-color: #3898ec;
  border-color: #3898ec;
}

.tab-link-monthly.w--current {
  color: #fff;
  background-color: #0084f3;
}

.tab-link-annual {
  color: #0084f3;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0084f3;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: none;
  width: 70%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  display: inline-block;
}

.tab-link-annual.w--current {
  color: #fff;
  background-color: #0080f8;
}

.map-portal-columns {
  max-width: 900px;
  margin: 60px auto 0;
  display: flex;
}

.tabs-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.tabs-menu {
  width: 320px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.map-portal-paragraph {
  text-align: left;
  max-width: 500px;
  font-size: 16px;
  line-height: 25px;
}

.h2-map-portal {
  text-align: left;
  max-width: 500px;
  margin: 100px 0 40px;
  font-size: 24px;
  font-weight: 300;
}

.h2-map-portal.h2-org {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.gis-workflow-paragraph {
  text-align: left;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 26px;
}

.highlight-paragraph {
  color: #8c8e8f;
  text-align: left;
  max-width: 500px;
  margin-bottom: 40px;
  font-size: 16px;
  font-style: italic;
  line-height: 25px;
}

.html-embed {
  border: 1px solid #0184f2;
  border-radius: 10px;
  max-width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-35, .div-block-36 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-info {
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

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

.calculator-paragraph {
  margin-top: 100px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.h2-services-tagline {
  color: #fff;
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.services-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 51px;
  font-weight: 600;
  line-height: 61px;
}

.services-main-paragraph {
  color: #333641;
  max-width: 700px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.services-hero {
  margin-top: 40px;
  margin-bottom: 20px;
}

.h2-services {
  color: #2d2f36;
  margin-bottom: 40px;
  font-weight: 500;
}

.services-paragraph {
  color: #333;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 0;
  font-size: 18px;
  line-height: 30px;
}

.list-services {
  color: #444;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  list-style-type: none;
}

.list-item-services {
  color: #333;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 7px;
  padding-left: 30px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.h3-services {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.h3-services.services-blue-title {
  color: #0e92ff;
  font-size: 22px;
}

.h3-services.services-blue-title.title-case {
  color: #3577e9;
  text-align: left;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
}

.h3-services.services-blue-title.title-case.red {
  color: #3577e9;
}

.formouterblock {
  margin-bottom: 40px;
}

.text-block {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.form-3 {
  background-color: #407ff5;
  border: 1px rgba(30, 127, 228, 0);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 40px auto 100px;
  padding: 10px 10px 20px;
  display: flex;
}

.form-block-2 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.error-message {
  background-color: rgba(240, 0, 250, .24);
  margin-top: 0;
}

.success-message-2 {
  background-color: #0e92ff;
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.field-label-7 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 20px;
}

.service {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.text-field-service {
  color: #0e92ff;
  border: 1px #000;
  border-radius: 2px;
  width: 90%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-service::placeholder {
  color: #055fa8;
}

.text-ares-services {
  width: 90%;
  height: 74px;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
}

.text-ares-services::placeholder {
  color: #055fa8;
}

.submit-service-buttn {
  background-color: #193f8b;
  border-radius: 6px;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 6px 12px -4px rgba(0, 0, 0, .31);
}

.submit-service-buttn:active {
  background-color: #214fac;
}

.image-services-1 {
  filter: brightness(92%) hue-rotate(10deg);
  align-self: auto;
  width: 30%;
  height: auto;
  margin: 20px auto 60px;
  padding-left: 0;
}

.image-services-1.report-image {
  width: 18%;
}

.image-services-1.bradned-image {
  width: 35%;
}

.image-services-1.automation {
  width: 37%;
  margin-bottom: 40px;
  margin-left: auto;
}

.image-services-1.deployment {
  width: 18%;
  margin-left: auto;
}

.services-item.left {
  margin-right: 100px;
}

.services-item.right {
  margin-left: 100px;
}

.heading-45 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  position: relative;
}

.subheading {
  color: #f3f3f3;
  margin-top: 10px;
  display: block;
}

.track-hero-image {
  text-align: center;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-track-1 {
  text-align: left;
  background-color: #3055cf;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 60px;
  font-size: 16px;
  box-shadow: 0 3px 9px rgba(24, 46, 88, .35);
}

.track-access {
  background-color: #fff;
  border-radius: 10px;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.paragraph-track-hero {
  color: #333;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 29px;
}

.benefits-image {
  filter: brightness(131%) saturate(200%);
  width: auto;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.benefits-image.invert {
  filter: hue-rotate(22deg) brightness(131%) saturate(200%);
  height: 50px;
}

.benefits-title {
  color: #071a33;
  max-width: 280px;
  min-height: 55px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.benefits-title.blue {
  color: #333;
  min-height: 50px;
  font-weight: 600;
  line-height: 22px;
}

.heading-30 {
  color: #333;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 500;
}

.heading-30.narrow {
  margin-top: 0;
  margin-bottom: 0;
}

.track-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.benefits-list {
  text-align: left;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.text-span-10 {
  margin-bottom: 10px;
  display: block;
}

.div-block-early-access {
  text-align: center;
  padding-bottom: 40px;
}

.imagr-qgis {
  flex: none;
  width: 100%;
  max-width: 880px;
  height: auto;
}

.subtitle-blog {
  color: #fff;
  max-width: 540px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.blogs-section {
  background-color: #eef3f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blogs-container {
  box-shadow: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 6px;
  max-width: 900px;
  margin: 40px auto;
  display: flex;
}

.blog-feature {
  width: 400px;
  height: auto;
}

.blogs-home-title {
  color: #303133;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.blogs-home-title:hover {
  color: #195ebe;
}

.blog-intro {
  color: #353535;
  text-align: left;
  flex: 0 auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.date-blog {
  color: #989ea5;
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.blog-intro-container {
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 20px;
}

.blog-author {
  color: #6a707c;
  text-align: left;
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: none;
}

.date-and-author {
  margin-top: 0;
  padding-left: 40px;
  padding-right: 20px;
}

.blog-read-button {
  color: #fff;
  background-color: #2474e4;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  display: none;
}

.blog-read-button:hover {
  background-color: #0163ec;
}

.container-blog-intro {
  text-align: left;
}

.link-image {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.h2-works-subtitle {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

.gc-single-post {
  color: #222;
  text-align: left;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.blog-title {
  color: #222;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 20px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.date {
  color: #777;
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

.reading-time {
  color: #777;
  font-family: Open Sans, sans-serif;
}

.blog-subtitle {
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-dot {
  color: #777;
  background-color: #777;
  border-radius: 20px;
  width: 5px;
  height: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
}

.blog-title-section {
  padding-top: 40px;
}

.industry-container {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
}

.industry-text-container {
  padding: 20px 20px 10px;
}

.industries-row {
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.container-industry-intro {
  flex-direction: column;
  display: flex;
}

.industry-post-title {
  color: #303133;
  text-align: left;
  min-height: 85px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.industry-post-title:hover {
  color: #195ebe;
  margin-top: 0;
}

.date-industry-post {
  color: #989ea5;
  text-align: left;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.row-crowd-1 {
  flex-wrap: nowrap;
  align-content: space-between;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.mobile-crowd1 {
  object-fit: contain;
  width: 100%;
  height: 700px;
}

.h1-crowd {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  justify-content: flex-end;
  align-items: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
}

.section-100 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-100.limit-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-100.heading {
  padding-top: 60px;
  padding-bottom: 20px;
}

.blue-bg {
  background-image: linear-gradient(#0e5eb8, #236fe0 50%);
}

.h2-crowd {
  color: #244163;
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 500;
  line-height: 48px;
}

.row-image-right {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.row-heading-white {
  color: #fff;
  text-align: left;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-white {
  color: var(--white);
  text-align: left;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.row-heading-black {
  text-align: left;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.cover-overlay {
  opacity: .94;
  background-color: #00b4d6;
  background-image: linear-gradient(rgba(29, 62, 155, .97), rgba(3, 168, 250, .9) 71%, rgba(62, 216, 255, .9));
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cover-image.track-bg {
  background-color: #344365;
  padding-top: 0;
  display: block;
}

.image-overlay {
  opacity: .92;
  background-image: linear-gradient(rgba(15, 79, 170, .75), rgba(15, 79, 170, .75));
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.row-image-left {
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.row-app-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.row-app-title.white {
  color: #fff;
}

.button-div {
  text-align: left;
}

.overview-descriptions {
  padding-left: 0;
  padding-right: 0;
}

.overview-role {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 24px;
}

.partner-image {
  width: auto;
  height: auto;
  max-height: 100px;
  padding-left: 30px;
}

.tab-label {
  -webkit-text-stroke-color: #0080f8;
  white-space: nowrap;
  display: inline;
}

.max-width-900 {
  text-align: left;
  max-width: 600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-51 {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.image-100 {
  width: 100%;
  height: auto;
}

.image-100.hero-image {
  object-fit: cover;
  width: 75%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-left: 80px;
  overflow: visible;
}

.image-100.image-enlarge {
  object-fit: cover;
  width: auto;
  height: 600px;
  overflow: visible;
}

.limited-width {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.qgis-share {
  width: 100%;
  height: auto;
  position: relative;
}

.section-40 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-40.blue-gradient-2-bg {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section-40.lightgrey-gradient-bg {
  background-image: none;
}

.section-40.grey-darker-bg {
  background-image: linear-gradient(#1d222b, #1d222b);
}

.section-40.blue-gradient-1-bg {
  display: none;
}

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

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

.blue-gradient-3-bg {
  background-image: linear-gradient(#173a9e, #2b74c0 59%, #3cb7ed);
}

.blue-gradient-1-bg {
  background-image: linear-gradient(#1fb6eb 7%, #1572ca 39%, #223f8f);
}

.text-right {
  text-align: left;
  padding-left: 100px;
}

.text-left {
  text-align: left;
  padding-right: 100px;
}

.text-left.smaller-margin-left {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
}

.section-20 {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-20.grey-bg {
  display: none;
}

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

.no-wrap {
  white-space: nowrap;
}

.buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.is-reverse-mobile-landscape {
  display: none;
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.request-a-demo-main {
  grid-column-gap: 16px;
  color: #fff;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: static;
  box-shadow: 0 16px 20px 4px rgba(3, 86, 144, .25);
}

.request-a-demo-main:hover {
  color: #9ee3ff;
  background-color: rgba(14, 158, 218, .5);
  background-image: none;
  border: 2px solid #c2edff;
}

.request-a-demo-main:focus {
  outline-offset: 1px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  outline: 2px solid #a4e3fd;
}

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

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-flow: row;
  display: none;
}

.testimonial14_content {
  text-align: left;
  background-color: #fff;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
  display: inline-block;
}

.testimonial14_client-image-wrapper {
  margin-right: .75rem;
}

.text-size-medium {
  letter-spacing: normal;
  font-size: 1.125rem;
}

.testimonial14_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial14_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.text-size-small {
  letter-spacing: normal;
  font-size: .875rem;
}

.page-padding {
  padding-left: 0;
  padding-right: 0;
}

.testimonial14_rating-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 40px;
}

.margin-bottom.margin-small {
  margin-bottom: 0;
}

.margin-bottom.margin-xxsmall {
  margin-bottom: 10px;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 40px;
}

.testimonial14_client {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large {
  background-color: rgba(25, 117, 200, 0);
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial14_component {
  column-count: 3;
  column-gap: 2rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  display: block;
}

.padding-vertical.padding-xhuge {
  background-color: rgba(246, 248, 250, 0);
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-color-gray900 {
  text-transform: capitalize;
}

.section-testimonials-14 {
  padding-top: 0;
}

.bold-text {
  font-size: 1rem;
  font-weight: 600;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.page-padding-2 {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}

.logo01_component {
  grid-column-gap: 3em;
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: static;
}

.logo01_logo {
  cursor: pointer;
  max-width: 300px;
  height: 2.5rem;
}

.logo01_wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 0 .75rem 1.7rem;
  display: block;
}

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

.logo-client {
  width: auto;
  height: 100px;
}

.logo-client-2 {
  max-width: 240px;
}

.column {
  flex: 0 auto;
}

.logo-loop_inner {
  display: flex;
}

.section_logo_loop {
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.logo-loop_component {
  height: 4.5rem;
  display: block;
}

.logo04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: start;
  width: 175rem;
  display: flex;
}

.link-block {
  cursor: pointer;
}

.text-block-14 {
  color: #9ca0aa;
  max-width: none;
  font-weight: 400;
}

.section-social-proof {
  background-color: #f5f8fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.layout08_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #101828;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13.9961px;
  height: 12.2552px;
  display: flex;
}

.check-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6effd;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24px;
  height: 24px;
  padding: 7px;
  display: flex;
}

.layout08_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

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

.text-size-medium-2 {
  color: #f3f7fd;
  text-align: left;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 24px;
}

.testimonial04_client-image-wrapper {
  margin-right: 1rem;
  display: block;
}

.testimonial04_client-image {
  filter: saturate(90%);
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.layout56_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout56_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

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

.heading-52 {
  line-height: 40px;
}

.key-features {
  grid-column-gap: 5em;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.paragraph-32 {
  display: none;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.layout74_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-icon-home {
  filter: brightness(125%) saturate(200%) hue-rotate(349deg);
  outline-offset: 0px;
  outline: 3px #3577e9;
  height: 80px;
  margin-bottom: auto;
  padding-bottom: 10px;
}

.section-102 {
  display: none;
}

.heading-53 {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 600;
}

.page-padding-3 {
  background-color: rgba(255, 255, 255, 0);
  padding-left: 2rem;
  padding-right: 2rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.heroheader13_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_heroheader13 {
  background-color: #f9fafb;
  overflow: hidden;
}

.italic-text-4, .italic-text-5, .italic-text-6 {
  font-style: normal;
}

.columns-editor-hero {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.editor-hero-image {
  width: 150%;
  max-width: 1000px;
  height: auto;
  margin-left: -100px;
  margin-right: 0;
}

.text-size-large-3 {
  color: #101828;
  text-align: center;
  letter-spacing: normal;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 24px;
}

.heading-medium-3 {
  color: #101828;
  max-width: 800px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.layout74_component {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout74_list-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  justify-items: center;
  width: 100%;
  display: grid;
}

.features-1---row {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.max-width-large-2 {
  width: 100%;
  max-width: 50rem;
}

.text-align-center-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-featured-outline-large-2 {
  color: #287ffc;
  background-color: #fdd;
  border: .5rem solid #fff4f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.text-md-regular-2 {
  color: #475467;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-size-large-4 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-testimonial {
  background-color: #ebf3ff;
  background-image: linear-gradient(#1954ce, #00a3f6);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.testimonial04_client {
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial04_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .125rem;
  margin-right: .125rem;
  display: flex;
}

.testimonial04_component {
  text-align: center;
  background-color: rgba(234, 243, 255, 0);
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 2rem 4rem;
  display: flex;
}

.testimonial04_rating-wrapper {
  display: none;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-medium {
  margin-top: 20px;
  margin-bottom: 20px;
}

.quote-white-20px {
  color: #fff;
}

.heading-medium-4 {
  color: #101828;
  text-align: left;
  max-width: 800px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.check-icon-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffedf0;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 27.9961px;
  height: 28px;
  padding: 7px;
  display: flex;
}

.text-size-medium-5 {
  text-align: left;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 24px;
}

.link-2 {
  color: #0169ff;
}

.image-editor-roadwork {
  width: 1200px;
  max-width: 1000px;
  height: auto;
  max-height: 100%;
  margin-right: -140px;
  overflow: visible;
}

.link {
  color: #0069ff;
}

.layout08_item-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout08_image-2 {
  border: .25rem #101828;
  border-radius: .5rem;
  width: 100%;
}

.layout08_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout08_image-wrapper {
  margin-right: -60px;
}

.layout08_image-wrapper.image-enlarge {
  width: 105%;
  max-width: 105%;
}

.section-features {
  grid-column-gap: 6px;
  grid-row-gap: 160px;
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.image-layout---larger {
  max-width: 120%;
  margin-left: -100px;
}

.layout56_image-wrapper.image-enlarge {
  width: 105%;
  max-width: 105%;
}

.layout08_content-2 {
  width: 500px;
}

.layout56_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout56_image {
  border: .25rem #101828;
  border-radius: .5rem;
  width: 600px;
}

.text-size-large-5 {
  color: #101828;
  text-align: center;
  letter-spacing: normal;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 24px;
}

.heading-medium-5 {
  color: #101828;
  max-width: 800px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.layout74_component-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-1---row-2 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.image-3 {
  max-width: 80%;
  margin-bottom: 0;
}

.image-2 {
  max-width: 85%;
}

.feature-image-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-101 {
  order: -1;
  margin-bottom: 20px;
}

.heading-xsmall {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-3.align-center {
  margin-left: auto;
  margin-right: auto;
}

.hero-section-viewer {
  margin-top: 20px;
}

.button-secondary-gray-5 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary-gray-5:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray-5:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.icon-featured-outline-large-3 {
  color: #7f56d9;
  background-color: #f4ebff;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
}

.section_layout66 {
  margin-bottom: 140px;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.layout66_item-text-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-5:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-5:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.layout66_image-wrapper {
  background-color: rgba(249, 250, 251, 0);
  width: 100%;
  height: 100%;
}

.layout66_item {
  display: flex;
}

.layout66_image {
  object-fit: cover;
  width: 100%;
}

.layout66_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout66_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: .5rem;
}

.layout66_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

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

.button-secondary-gray-6 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary-gray-6:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray-6:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.icon-featured-outline-large-4 {
  color: #7f56d9;
  background-color: #f4ebff;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
}

.section_layout17 {
  margin-bottom: 140px;
}

.uui-button-6 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-6:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-6:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.layout17_item-text-wrapper {
  padding-top: .5rem;
}

.layout17_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: .5rem;
}

.layout17_image {
  object-fit: cover;
  width: 100%;
}

.layout17_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.layout17_image-wrapper {
  background-color: rgba(249, 250, 251, 0);
  width: 100%;
  height: 100%;
}

.layout17_item {
  display: flex;
}

.heading-xsmall-2 {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.layout17_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20 {
  text-align: left;
}

.section-103 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.text-block-21 {
  font-size: 16px;
  line-height: 26px;
}

.viewer--imagehero {
  max-width: 1100px;
}

.portal-image-hero {
  width: 700px;
  max-width: 100%;
  margin-bottom: 40px;
}

.column-21, .column-22 {
  display: none;
}

html.w-mod-js [data-ix="object-appear"] {
  opacity: 0;
  display: block;
}

@media screen and (max-width: 991px) {
  figure {
    width: 400px;
    height: 400px;
  }

  .logo.nav1.w--current {
    margin-right: auto;
  }

  .nav-bar {
    background-color: #065eb6;
    margin-top: 0;
    margin-left: auto;
    padding-bottom: 10px;
    box-shadow: 0 11px 16px rgba(0, 0, 0, .3);
  }

  .nav-1 {
    text-align: center;
    display: block;
    position: static;
  }

  .nav-1:hover {
    color: #6fd1fc;
  }

  .menu-button.w--open {
    color: rgba(255, 255, 255, .96);
    background-color: rgba(0, 0, 0, .4);
    line-height: 20px;
  }

  .text-max-600 {
    font-size: 15px;
    line-height: 25px;
  }

  .dropdown-list {
    color: #1b1b1b;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .dropdown-list:hover {
    color: #0582ff;
    font-weight: 300;
  }

  .blog-text {
    font-size: 14px;
  }

  .post-heading {
    font-size: 15px;
    line-height: 22px;
  }

  .contact-us {
    display: none;
  }

  .scroll-nav-menu {
    min-width: 0;
    margin-top: 0;
    position: absolute;
    top: 25px;
    right: 10px;
  }

  .request-a-demo {
    border-radius: 10px;
  }

  .main-title-2 {
    margin-top: 40px;
    padding-left: 26px;
  }

  .main-title-2.sign-up-title.sign-up-h3 {
    flex-direction: row;
    font-size: 16px;
    line-height: 25px;
    display: block;
  }

  .main-title-2.sign-up-title.trial-text {
    flex-flow: row;
    font-size: 18px;
  }

  .main-title-2.pricing-title {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .main-title-2.partnners-title {
    object-fit: fill;
    margin-left: -12px;
    padding-left: 0;
    font-size: 40px;
  }

  .main-subtitle-2 {
    font-size: 17px;
    line-height: 27px;
  }

  .main-subtitle-2.partnerss-ssub {
    align-items: center;
    padding-right: 0;
    font-size: 15px;
    line-height: 23px;
    display: block;
  }

  .cover-row {
    width: 700px;
    margin-top: 107px;
  }

  .cover-row.signup-cover-row {
    flex-flow: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    position: static;
  }

  .partners-text {
    width: 700px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px 35px;
    font-size: 20px;
  }

  .partner-benefits {
    border-radius: 3px;
    width: 480px;
  }

  .apply-button {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sign-up-subtitle-2 {
    margin-top: 40px;
  }

  .form---sign-up {
    margin-right: 0;
  }

  .sign-up-text {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .social-media-image {
    width: 60px;
  }

  .form-wrapper-sign-up {
    display: flex;
  }

  .sign-up-links {
    clear: none;
    order: 1;
    align-self: flex-start;
    font-size: 14px;
  }

  .log-in-link-on-page:hover, .link-white:hover {
    color: rgba(255, 255, 255, .7);
  }

  .column-partners-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .partners-benefits-image {
    width: 100px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .bussiness-support-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-logo-tec {
    margin-top: 11px;
  }

  .about-team {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-team.aboutjob {
    max-width: 600px;
    padding-left: 40px;
  }

  .images-row {
    max-width: 700px;
  }

  .team-member-paragraf {
    width: 330px;
  }

  .team-member-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    background-color: #0142a3;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .button.viewer-sign-up {
    float: left;
    text-align: center;
    background-color: #0142a3;
    align-self: flex-start;
    margin: 20px 0 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    display: block;
  }

  .button.demobttn {
    margin-top: 20px;
  }

  .paragraph-17 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-about-job {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-paragraph {
    margin-left: 0%;
    padding-right: 20px;
  }

  .product-heading {
    margin-left: 0%;
    padding-left: 0;
    font-size: 25px;
  }

  .additional-storage-paragraph {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 20px;
  }

  .peruser {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .pricing-subtitle1 {
    font-size: 13px;
    line-height: 22px;
  }

  .pricingtitle {
    min-height: 70px;
    padding-bottom: 0;
  }

  .pricing-item {
    width: 300px;
  }

  .pricing-item-header {
    flex-direction: column;
  }

  .linearrow {
    width: 100%;
  }

  .dropdown-list-container-2.w--open {
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
  }

  .home-title {
    letter-spacing: 6px;
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 56px;
  }

  .home-title.how-it-works-1 {
    font-size: 32px;
    line-height: 65px;
  }

  .home-title.sub {
    padding-top: 0;
  }

  .cover.blue-gradient {
    padding-bottom: 100px;
  }

  .heading-mission {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 32px;
  }

  .h2-gc-cover {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .mission-text-4 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 38px;
  }

  .quotation-text {
    text-align: left;
    width: 85%;
    max-width: 84%;
    height: 55%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .quotations {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-right: 0;
  }

  .quotation-signature {
    color: #1673c1;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
  }

  .client-logos {
    margin-left: 20px;
    margin-right: 20px;
  }

  .client-image {
    max-width: 180px;
  }

  .news-title {
    font-size: 29px;
  }

  .role-title {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .how-it-works-overview {
    text-align: left;
    font-weight: 300;
    line-height: 24px;
  }

  .mdc-cover-row {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .benefits {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-black {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-30-white {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 34px;
  }

  .heading-28 {
    font-size: 24px;
    line-height: 34px;
  }

  .light-blue-subtitle {
    font-size: 26px;
  }

  .mdc-stories {
    margin-bottom: 40px;
    margin-left: 60px;
    margin-right: 60px;
    line-height: 29px;
    display: inline-block;
  }

  .benefits-text {
    font-size: 15px;
    line-height: 23px;
  }

  .section-limited-width {
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 13px 2px rgba(0, 0, 0, .15);
  }

  .heading-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .workflow-item {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 22px;
  }

  .workflow-list {
    padding-left: 10px;
    line-height: 20px;
  }

  .workflow-list.track-row-1-list {
    max-width: none;
    padding-left: 0;
    font-size: 14px;
  }

  .workflow-list.track-list {
    padding-left: 10px;
    padding-right: 40px;
  }

  .text-60-percent {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
    line-height: 30px;
  }

  .row-apps {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aps-titles {
    font-size: 22px;
  }

  .apps-description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .app-image {
    object-fit: cover;
    width: auto;
    height: 160px;
    overflow: visible;
  }

  .app-image.portal-image {
    height: 200px;
    margin-top: -45px;
  }

  .white-quote-block {
    width: 80%;
    max-width: none;
    margin-top: 50px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .quote-author {
    max-width: 700px;
  }

  .stories-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .story-title {
    padding-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .row-story {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .buttons-div {
    margin-top: 30px;
  }

  .career-title {
    font-size: 55px;
  }

  .quotations-row {
    margin-left: 60px;
    margin-right: 60px;
  }

  .h1_qgis {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
  }

  .qgis_tagline {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .image-22 {
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 0%;
    right: 0%;
  }

  .paragraph-31 {
    margin-top: 0;
  }

  .container-3 {
    padding-top: 10px;
  }

  .qgis-h2 {
    margin-right: 20px;
    font-size: 29px;
  }

  .qgis-h2.track-launch-1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .qgis-h2.track-launch-2 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .button-transparent {
    margin-top: 20px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-scroll-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .center-content {
    position: relative;
  }

  .item-info {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown {
    text-align: center;
    display: block;
  }

  .client-name {
    color: #0d1431;
  }

  .link-no-underline {
    height: 117px;
  }

  .news-item {
    padding-bottom: 20px;
  }

  .pricing-row-1-2 {
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-column-1-2 {
    flex-wrap: wrap;
    align-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-item-1-2 {
    flex-direction: row;
    padding-top: 20px;
  }

  .map-portal-columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs-content {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .map-portal-paragraph {
    margin-left: auto;
    margin-right: auto;
  }

  .h2-map-portal {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-map-portal.h2-org {
    margin-top: 40px;
  }

  .gis-workflow-paragraph {
    width: auto;
    max-width: 800px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .highlight-paragraph, .html-embed {
    margin-left: auto;
    margin-right: auto;
  }

  .h2-services-tagline {
    font-size: 18px;
    line-height: 28px;
  }

  .services-main-paragraph {
    margin-bottom: 100px;
    font-size: 18px;
    line-height: 28px;
  }

  .h2-services {
    text-align: center;
  }

  .services-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-services.services-blue-title.title-case.red {
    text-align: left;
    display: block;
  }

  .field-label-7 {
    padding-left: 20px;
  }

  .service {
    width: auto;
    margin-top: 60px;
  }

  .image-services-1.deployment {
    width: 30%;
  }

  .services-item.left {
    margin-left: 40px;
    margin-right: 20px;
  }

  .services-item.right {
    margin-left: 40px;
  }

  .subheading {
    font-size: 28px;
  }

  .track-hero-image {
    margin-left: 20px;
    margin-right: 20px;
  }

  .benefits-title {
    min-height: 84px;
  }

  .blogs-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blogs-home-title {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
  }

  .blog-intro {
    white-space: normal;
    font-size: 15px;
  }

  .blog-intro-container {
    padding-top: 10px;
    padding-right: 10px;
  }

  .date-and-author {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .blog-read-button {
    font-size: 13px;
    font-weight: 300;
  }

  .link-image {
    flex: none;
  }

  .h2-works-subtitle {
    font-size: 30px;
  }

  .blog-title, .blog-subtitle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .industry-container {
    margin-bottom: 60px;
  }

  .industries-row {
    flex-direction: column;
    padding-bottom: 0;
  }

  .industry-post-title {
    min-height: 0;
  }

  .row-crowd-1 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 40px;
    display: flex;
  }

  .mobile-crowd1 {
    height: 420px;
  }

  .h1-crowd {
    text-align: left;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .h2-crowd {
    font-size: 24px;
    line-height: 38px;
  }

  .row-image-right {
    object-fit: cover;
    flex-direction: column-reverse;
    align-items: center;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-image-right.reverse {
    flex-direction: column;
    align-items: center;
  }

  .row-heading-white {
    margin-top: 0;
    font-size: 24px;
  }

  .paragraph-white {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-white.paragraph-narrow {
    width: 500px;
    max-width: 100%;
  }

  .row-heading-black {
    margin-top: 60px;
    font-size: 24px;
  }

  .row-image-left {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-image-left.reverse {
    flex-direction: column-reverse;
  }

  .overview-role {
    font-size: 14px;
  }

  .partner-image {
    padding-left: 10px;
  }

  .image-100 {
    object-fit: cover;
    width: 500px;
    max-width: 100%;
    margin-top: 20px;
  }

  .image-100.hero-image, .image-100.image-enlarge {
    height: auto;
  }

  .image-100.image-margin {
    margin-top: 40px;
  }

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

  .section-40.seeadingction-h {
    padding-bottom: 10px;
  }

  .text-right {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .text-right.hiw-text-column {
    margin-top: 0;
  }

  .text-left {
    padding-left: 40px;
    padding-right: 20px;
  }

  .text-left.smaller-margin-left {
    padding-left: 100px;
    padding-right: 100px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial14_component {
    column-count: 2;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo01_component {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .logo01_wrapper {
    padding-left: 0;
  }

  .column-2 {
    padding-left: 60px;
  }

  .column-4 {
    padding-top: 40px;
    padding-left: 20px;
  }

  .column-5, .column-6, .column-7, .column-8, .column-9 {
    padding-left: 20px;
  }

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

  .column-13 {
    padding-left: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column-content-wrapper-1 {
    width: 500px;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-20 {
    align-self: auto;
    padding-left: 0;
    display: block;
  }

  .columns-editor-hero {
    flex-direction: column;
  }

  .editor-hero-image {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .layout74_list-2 {
    grid-column-gap: 2rem;
  }

  .testimonial04_component {
    padding: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-5 {
    text-align: left;
  }

  .layout56_content-2 {
    max-width: 600px;
  }

  .image-editor-roadwork {
    width: auto;
    max-width: 100%;
    margin-right: 0;
  }

  .layout08_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout08_image-wrapper {
    margin-right: 0;
  }

  .layout08_content-2 {
    width: 600px;
  }

  .layout56_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-flow: row;
  }

  .layout56_image {
    margin-left: 100px;
  }

  .layout66_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .layout66_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout17_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .layout17_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

  .viewer--imagehero {
    max-width: 100%;
  }

  .sso-column {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  p {
    line-height: 24px;
  }

  figure {
    width: 300px;
    height: 300px;
  }

  .logo {
    margin-left: 14px;
    padding-left: 2px;
  }

  .nav-1 {
    text-align: center;
  }

  .blog-landing-items {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .mission-text {
    font-size: 16px;
    line-height: 22px;
  }

  .dropdown-list:hover {
    color: #0582ff;
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .row-link {
    text-align: center;
    flex-direction: column-reverse;
  }

  .blog-text {
    font-size: 16px;
    line-height: 25px;
  }

  .post-heading {
    min-height: auto;
    padding-bottom: 20px;
    font-size: 17px;
  }

  .start-using {
    margin-left: 10px;
    font-size: 14px;
  }

  .scroll-nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-2 {
    margin-left: 10px;
  }

  .site-map-title {
    margin-top: 28px;
    margin-bottom: 14px;
  }

  .request-a-demo {
    border-radius: 10px;
  }

  .request-a-demo.sign-up-main-right, .main-title-2 {
    margin-top: 0;
  }

  .main-title-2.sign-up-title.sign-up-h3 {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    margin-top: 0;
    padding-left: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .main-title-2.sign-up-title.trial-text {
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .main-title-2.pricing-title {
    margin-bottom: 20px;
  }

  .main-title-2.partnners-title {
    margin-left: 0;
  }

  .main-title-2.blog-main-title {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
  }

  .main-subtitle-2.partnerss-ssub {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 100px;
  }

  .cover-row {
    width: 500px;
    margin-top: 113px;
  }

  .cover-row.signup-cover-row {
    flex-flow: column-reverse wrap;
    width: auto;
  }

  .partners-text {
    width: 500px;
    padding-top: 17px;
    font-size: 19px;
    line-height: 32px;
  }

  .partners-row {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }

  .sign-up-subtitle-2 {
    margin-top: 35px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .form---sign-up {
    flex-direction: column;
    display: block;
  }

  .social-media-row {
    min-width: 200px;
    margin-top: 27px;
    display: flex;
  }

  .form-wrapper-sign-up {
    text-align: left;
    width: 450px;
    margin-top: 20px;
  }

  .sign-up-links {
    clear: none;
    flex-flow: column;
    order: 1;
    align-items: flex-start;
  }

  .log-in-link-on-page {
    float: none;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-content: stretch;
    align-self: auto;
    align-items: stretch;
    width: auto;
    display: inline;
    position: static;
  }

  .log-in-link-on-page:hover {
    color: rgba(255, 255, 255, .7);
  }

  .link-white {
    padding-left: 0;
  }

  .link-white:hover {
    color: rgba(255, 255, 255, .7);
  }

  .column-partners-text {
    margin-bottom: 43px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bussiness-support-text {
    margin-bottom: 52px;
  }

  .image-logo-tec {
    max-width: 240px;
    margin-top: 2px;
    margin-bottom: 34px;
    margin-right: 0;
    padding-right: 0;
  }

  .about-team {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-team.aboutjob {
    max-width: 500px;
    margin-top: 20px;
  }

  .images-row {
    min-width: auto;
    padding-left: 0;
  }

  .team-member {
    clear: none;
    text-align: left;
  }

  .team-member-column {
    text-align: center;
  }

  .team-member-title {
    margin-top: 0;
  }

  .team-member-paragraf {
    width: 350px;
    margin-bottom: 50px;
  }

  .link-to-memeber-page.link-to-career {
    margin-bottom: 50px;
  }

  .rich-tekst {
    text-align: left;
  }

  .rich-tekst p {
    padding-right: 30px;
  }

  .rich-tekst h3 {
    margin-bottom: -50px;
  }

  .button {
    margin-top: 20px;
  }

  .button.viewer-sign-up {
    margin-bottom: 40px;
    margin-left: 60px;
  }

  .button.demobttn {
    float: left;
    clear: none;
    margin-bottom: 40px;
    margin-left: 20px;
    display: inline-block;
  }

  .always-apply {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .paragraph.one-line-par {
    margin-bottom: 0;
  }

  .paragraph-17, .quote, .align-right {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-about-job {
    margin-left: 25px;
    margin-right: 20px;
  }

  .paragraph-18 {
    margin-left: 40px;
    margin-right: 40px;
    line-height: 26px;
  }

  .product-paragraph {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 15px;
    line-height: 28px;
  }

  .product-heading {
    margin-left: 40px;
    padding-right: 0;
    font-size: 22px;
  }

  .link-black {
    text-align: left;
    font-size: 22px;
  }

  .additional-storage-paragraph {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .peruser {
    font-size: 13px;
  }

  .pricing-item {
    width: 280px;
    margin: 20px auto 60px;
    padding-left: 0;
  }

  .dropdown-list-container-2.w--open {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .home-title {
    margin-top: 20px;
    padding-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .home-title.how-it-works-1 {
    text-align: center;
    font-size: 24px;
    line-height: 55px;
  }

  .home-title.sub {
    margin-top: 3px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .sign-up-button-2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .cover {
    margin-bottom: 0;
    overflow: visible;
  }

  .heading-mission {
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .subheading-mission {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .little-triangle {
    line-height: 26px;
  }

  .heading-6 {
    text-align: left;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 60px;
    font-size: 26px;
    line-height: 36px;
  }

  .h2-gc-cover {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    font-size: 18px;
  }

  .mission-text-4 {
    font-size: 24px;
    line-height: 35px;
  }

  .quotation-text {
    width: 90%;
    max-width: 90%;
    height: 70%;
    margin-top: 5px;
    margin-bottom: 13px;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .users-image {
    width: 140px;
    margin-top: 0;
  }

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

  .quotation-signature {
    margin-top: 10px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
    left: 0;
    right: 2px;
  }

  .client-logos {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .client-image {
    margin-top: 10px;
    padding-top: 0;
  }

  .news-title {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .role-title {
    margin-top: 0;
  }

  .how-it-works-overview {
    flex-direction: column;
    justify-content: space-between;
  }

  .heading-50 {
    text-align: center;
    margin-top: 20px;
    margin-right: auto;
    font-size: 40px;
    line-height: 55px;
  }

  .benefits {
    margin-top: 10px;
  }

  .paragraph-black {
    text-align: left;
    margin-bottom: 20px;
  }

  .heading-30-white {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-right: 0;
    font-weight: 300;
  }

  .heading-28 {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .light-blue-subtitle {
    text-align: center;
    font-size: 24px;
  }

  .mdc-stories {
    margin-bottom: 55px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 19px;
  }

  .benefits-text {
    margin-bottom: 40px;
  }

  .section-limited-width {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .workflow-list {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .workflow-list.track-row-1-list {
    padding-left: 20px;
    padding-right: 100px;
  }

  .text-60-percent {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aps-titles {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .apps-description {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .app-image {
    height: 250px;
    margin-bottom: 0;
  }

  .app-image.portal-image {
    height: 300px;
  }

  .white-quote-block {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-author {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .stories-title {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
  }

  .row-story {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .buttons-div {
    float: left;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .career-title {
    margin-top: 40px;
    font-size: 50px;
    line-height: 65px;
  }

  .quotations-row {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .schedule-demo {
    padding: 40px 20px;
  }

  .h1_qgis {
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 34px;
    line-height: 55px;
  }

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

  .heading-17 {
    margin-top: 0;
  }

  .qgis_tagline {
    max-width: 700px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 33px;
  }

  .image-17-2 {
    max-width: 50%;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .paragraph-31 {
    margin-top: 0;
  }

  .container-3 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .sign-up-title {
    margin-top: 10px;
  }

  .qgis-h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 38px;
  }

  .button-transparent {
    margin-top: 20px;
    margin-left: 0;
  }

  .mdc-signup {
    margin-right: 20px;
  }

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

  .blue-text {
    margin-bottom: 30px;
  }

  .dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .link-no-underline {
    justify-content: flex-end;
  }

  .news-item {
    max-width: 350px;
    margin-bottom: 60px;
  }

  .mdc-title {
    text-align: center;
  }

  .tab-link-monthly {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-annual {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .map-portal-columns {
    flex-direction: column-reverse;
  }

  .tabs-content {
    flex-direction: row;
  }

  .tabs-menu {
    width: 320px;
  }

  .map-portal-paragraph {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2-map-portal {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
  }

  .h2-map-portal.h2-org {
    margin-top: 0;
  }

  .gis-workflow-paragraph {
    padding-left: 50px;
    padding-right: 50px;
  }

  .highlight-paragraph {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .html-embed {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
  }

  .calculator-paragraph {
    line-height: 24px;
  }

  .services-title {
    font-size: 46px;
  }

  .services-main-paragraph {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .service {
    margin-top: 20px;
    padding-left: 0;
  }

  .services-item.left {
    margin-right: 0;
  }

  .services-item.right {
    margin-left: 0;
  }

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

  .subheading {
    font-size: 23px;
  }

  .button-track-1 {
    font-size: 14px;
  }

  .track-access {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-track-hero {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 26px;
  }

  .benefits-title {
    min-height: auto;
  }

  .blogs-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .blogs-container {
    flex-direction: column;
    max-width: 400px;
  }

  .blog-feature {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blogs-home-title {
    display: flex;
  }

  .blog-intro-container {
    align-items: center;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .date-and-author {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 20px;
  }

  .h2-works-subtitle {
    font-size: 25px;
  }

  .blog-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .blog-title-section {
    padding-top: 20px;
  }

  .row-crowd-1 {
    text-align: left;
    flex-direction: column-reverse;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-crowd1 {
    margin-top: 40px;
  }

  .h1-crowd {
    text-align: center;
    justify-content: center;
    font-size: 30px;
    line-height: 40px;
  }

  .section-100 {
    padding-top: 0;
  }

  .row-image-right {
    flex-direction: column;
  }

  .row-image-right.reverse {
    flex-direction: column-reverse;
  }

  .row-heading-white {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .paragraph-white {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .row-heading-black {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .row-image-left {
    flex-direction: column-reverse;
  }

  .row-image-left.reverse {
    flex-direction: column;
  }

  .row-app-title, .row-app-title.white {
    margin-bottom: 20px;
  }

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

  .overview-descriptions {
    flex-direction: row;
    display: flex;
  }

  .partner-image {
    object-fit: scale-down;
    width: 240px;
    margin-bottom: 60px;
  }

  .image-100 {
    width: 400px;
    margin-top: 0;
  }

  .image-100.hero-image {
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
  }

  .section-40 {
    padding: 40px 20px;
  }

  .text-right {
    margin-top: 20px;
    padding-left: 0;
  }

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

  .text-left.smaller-margin-left {
    padding-left: 60px;
    padding-right: 60px;
  }

  .buttons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-row {
    align-self: stretch;
  }

  .button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial14_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .testimonial14_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial14_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial14_component {
    column-count: 1;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge, .page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo01_wrapper {
    padding: .5rem 1rem;
  }

  .logo-loop_component {
    height: 3.5rem;
  }

  .logo04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .testimonial04_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .column-4, .column-5, .column-6, .column-7, .column-8 {
    padding-left: 60px;
  }

  .column-9 {
    padding-left: 100px;
    padding-right: 40px;
  }

  .tab-pane-annual---save-20 {
    margin-top: 40px;
  }

  .column-10 {
    margin-top: 20px;
  }

  .link-block-2, .link-block-3 {
    width: 240px;
  }

  .heading-53 {
    margin-bottom: 100px;
    font-size: 30px;
  }

  .column-14 {
    padding-left: 40px;
  }

  .column-15 {
    padding-left: 20px;
  }

  .column-16 {
    padding-left: 40px;
  }

  .column-17 {
    padding-right: 20px;
  }

  .page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .editor-hero-image {
    margin-top: 40px;
  }

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .layout74_component {
    align-items: stretch;
  }

  .layout74_list-2 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-md-regular-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-large-4 {
    font-size: 1.125rem;
  }

  .testimonial04_client-info {
    margin-bottom: 1rem;
  }

  .testimonial04_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial04_component {
    padding: 2.5rem 1.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .text-size-medium-5 {
    text-align: left;
    font-size: 1rem;
  }

  .image-editor-roadwork {
    max-width: 100%;
  }

  .layout08_item-list-2 {
    max-width: 500px;
  }

  .layout08_image-2 {
    width: 100%;
  }

  .layout08_component {
    grid-row-gap: 2rem;
  }

  .layout08_image-wrapper.image-enlarge {
    width: 100%;
    max-width: 100%;
  }

  .section-features {
    padding-top: 100px;
  }

  .image-layout---larger {
    margin-left: 0;
  }

  .layout08_content-2 {
    width: auto;
  }

  .layout56_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout56_image {
    width: 500px;
    margin-left: 0;
  }

  .text-size-large-5 {
    font-size: 1.125rem;
  }

  .heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .layout74_component-2 {
    align-items: stretch;
  }

  .features-1---row-2 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .heading-xsmall {
    font-size: 1.25rem;
  }

  .button-secondary-gray-5 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray-5:hover {
    background-color: #fff;
  }

  .uui-button-5 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-5:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .layout66_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout66_item-list {
    grid-row-gap: 2.5rem;
  }

  .button-secondary-gray-6 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray-6:hover {
    background-color: #fff;
  }

  .uui-button-6 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-6:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .layout17_item-list {
    grid-row-gap: 2.5rem;
  }

  .heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .layout17_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .viewer--imagehero {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  figure {
    width: 200px;
    height: 200px;
  }

  .menu-button {
    margin-left: 0;
    padding-left: 18px;
  }

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

  .text-max-600 {
    line-height: 25px;
  }

  .section-title-black {
    font-size: 18px;
    line-height: 33px;
  }

  .section-title-white {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 33px;
  }

  .blog-text {
    font-size: 15px;
  }

  .menu-icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }

  .site-map-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .request-a-demo {
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .request-a-demo.sign-up-main-right {
    clear: none;
    order: 0;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    display: none;
  }

  .main-title-2 {
    margin-top: 8px;
    font-size: 40px;
  }

  .main-title-2.sign-up-title {
    margin-top: 9px;
  }

  .main-title-2.sign-up-title.sign-up-h3 {
    font-size: 13px;
    line-height: 20px;
  }

  .main-title-2.sign-up-title.trial-text {
    font-size: 15px;
    line-height: 23px;
  }

  .main-title-2.pricing-title {
    margin-top: 40px;
    padding-top: 0;
  }

  .main-title-2.partnners-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .main-title-2.blog-main-title {
    margin: 20px auto 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .main-subtitle-2 {
    flex-direction: row;
    font-size: 15px;
    line-height: 25px;
  }

  .main-subtitle-2.partnerss-ssub {
    padding-right: 20px;
  }

  .cover-row {
    width: auto;
    margin-top: 168px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .cover-row.signup-cover-row {
    text-align: left;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .partners-text {
    width: 300px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 19px 0 15px;
    font-size: 17px;
    line-height: 28px;
  }

  .partner-benefits {
    width: auto;
    margin-top: 20px;
    padding-right: 6px;
    font-size: 20px;
  }

  .paragraph-21 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .sign-up-subtitle-2 {
    margin-bottom: 0;
  }

  .form-field---sign-up {
    padding-right: 0;
  }

  .form---sign-up {
    clear: none;
    width: 100%;
    margin-bottom: 52px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .submit-for-sign-up-button {
    float: none;
    clear: none;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .submit-for-sign-up-button.login-button {
    float: left;
    clear: none;
  }

  .submit-for-sign-up-button.float-left {
    width: 100%;
  }

  .sign-up-text {
    float: none;
    text-align: left;
    margin-top: 40px;
  }

  .social-media-image {
    padding-left: 2px;
    padding-right: 2px;
  }

  .form-wrapper-sign-up {
    text-align: left;
    width: auto;
    margin-bottom: 0;
  }

  .sign-up-links {
    font-size: 12px;
  }

  .link-white {
    font-weight: 400;
  }

  .column-partners-text {
    text-align: center;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .partners-benefits-image {
    margin-bottom: 15px;
  }

  .bussiness-support-text {
    margin-bottom: 30px;
  }

  .image-logo-tec {
    float: none;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 40px;
  }

  .team-title {
    margin-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 45px;
    line-height: 49px;
  }

  .team-title.career_title {
    margin-bottom: 60px;
  }

  .about-team {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 26px;
  }

  .about-team.aboutjob {
    max-width: 300px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .team-section {
    display: block;
    overflow: visible;
  }

  .images-row {
    overflow: visible;
  }

  .team-member {
    width: 100%;
  }

  .team-member-title {
    margin-top: 40px;
  }

  .team-member-paragraf {
    width: 100%;
    padding-right: 27px;
  }

  .team-heading {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .rich-tekst {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rich-tekst h2 {
    display: inline-block;
  }

  .rich-tekst p {
    padding-right: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .rich-tekst h3 {
    margin-bottom: 0;
  }

  .rich-tekst figure {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-max-900 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .about-us-tile {
    text-align: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    margin-top: 36px;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 14px;
  }

  .button.viewer-sign-up {
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .button.demobttn {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .always-apply {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-17 {
    margin-top: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 30px;
  }

  .quote {
    font-size: 16px;
    line-height: 30px;
  }

  .align-right {
    padding-right: 15px;
  }

  .paragraph-about-job {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .apply {
    margin-top: 27px;
  }

  .paragraph-18 {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 27px;
  }

  .bold-veci {
    font-size: 20px;
  }

  .product-paragraph {
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .product-heading {
    margin-left: 0;
  }

  .link-black {
    white-space: normal;
    font-size: 22px;
  }

  .additional-storage-paragraph {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .pricingtitle.pricing-title-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-item {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .start-for-free-2 {
    margin-top: -5px;
    margin-right: 13px;
    display: inline-block;
  }

  .dropdown-list-container-2.w--open {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-title {
    letter-spacing: 4px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
  }

  .home-title.how-it-works-1 {
    text-align: center;
    letter-spacing: 6px;
    width: auto;
    margin: 40px auto 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 35px;
  }

  .home-title.sub {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .sign-up-button-2 {
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
  }

  .cover {
    padding-top: 88px;
  }

  .heading-mission {
    font-size: 18px;
    line-height: 28px;
  }

  .subheading-mission {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 27px;
  }

  .heading-6 {
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 35px;
  }

  .h2-gc-cover {
    margin-bottom: 5px;
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .mission-text-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .quotation-text {
    width: 90%;
    max-width: 90%;
    height: 60%;
    margin-top: 10px;
    margin-left: 2%;
    margin-right: 3%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
  }

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

  .quotations {
    width: 100%;
    padding-bottom: 59px;
  }

  .quotation-signature {
    margin-top: 0;
    margin-bottom: 25px;
    margin-right: 1px;
    padding: 2px 20px 0;
    font-size: 13px;
    left: 0%;
  }

  .client-logos {
    margin-left: auto;
    margin-right: auto;
  }

  .client-image {
    margin-top: 15px;
    padding-top: 4px;
    padding-bottom: 0;
    display: block;
  }

  .news-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px 20px 42px;
    font-size: 22px;
    line-height: 30px;
  }

  .mdc-cover-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-50 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .benefits {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-30-white {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-28 {
    margin-top: 26px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .light-blue-subtitle {
    font-size: 20px;
    line-height: 34px;
  }

  .mdc-stories {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-11 {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .workflow-list {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .workflow-list.track-row-1-list {
    padding-left: 0;
    padding-right: 0;
  }

  .workflow-list.track-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-apps {
    padding-left: 0;
    padding-right: 0;
  }

  .app-image {
    height: 170px;
  }

  .app-image.portal-image {
    height: 200px;
  }

  .white-quote-block {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .stories-title {
    margin-top: 0;
    padding-bottom: 31px;
    font-size: 24px;
  }

  .buttons-div {
    text-align: left;
    padding-left: 40px;
  }

  .container {
    padding-left: 10px;
  }

  .career-title {
    font-size: 42px;
  }

  .lostpass {
    margin-top: 1px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 300;
  }

  .noaccount {
    padding-left: 10px;
    font-size: 13px;
    font-weight: 300;
  }

  .quotations-row {
    flex-direction: column;
  }

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

  .schedule-demo {
    position: fixed;
  }

  .contact-form-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-auto-flow: row;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .h1_qgis {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 45px;
  }

  .heading-16 {
    font-size: 17px;
    line-height: 26px;
  }

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

  .qgis_tagline {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .button-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-17-2 {
    max-width: 190px;
    margin-left: -50px;
  }

  .about-us-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button {
    margin-top: 30px;
  }

  .request-field {
    margin-bottom: 0;
  }

  .paragraph-31 {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 22px;
  }

  .container-3 {
    margin-top: 32px;
    padding-bottom: 20px;
    position: fixed;
    top: 40px;
    bottom: 30px;
    left: 20px;
    right: 20px;
    overflow: scroll;
  }

  .close-x {
    display: block;
  }

  .success-message {
    margin-left: 20px;
    margin-right: 20px;
  }

  .field-label-centered {
    text-align: left;
  }

  .demo-modal {
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .sign-up-title {
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 0;
    font-size: 28px;
  }

  .qgis-h2 {
    margin-right: 0;
  }

  .qgis-h2.track-launch-1 {
    font-size: 20px;
  }

  .qgis-h2.track-launch-2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .button-transparent {
    margin-left: 0;
  }

  .mdc-signup {
    margin-bottom: 20px;
  }

  .center-content {
    margin-top: 20px;
  }

  .heading-24 {
    margin-top: 0;
    font-size: 18px;
  }

  .blue-text {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .news-item {
    padding-bottom: 10px;
  }

  .mdc-title {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-item-1-2 {
    width: 100%;
  }

  .tab-link-monthly {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .tab-link-annual {
    flex: none;
    font-size: 13px;
  }

  .map-portal-columns {
    margin-top: 60px;
  }

  .tabs-content {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
    min-width: auto;
    max-width: 280px;
  }

  .map-portal-paragraph {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-map-portal {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .gis-workflow-paragraph {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .highlight-paragraph {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .calculator-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .services-paragraph {
    padding-left: 10px;
  }

  .h3-services.services-blue-title.title-case {
    text-align: left;
    font-size: 18px;
  }

  .text-block {
    font-weight: 400;
    line-height: 28px;
  }

  .form-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .error-message {
    margin-left: 20px;
    margin-right: 20px;
  }

  .success-message-2 {
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
  }

  .field-label-7 {
    margin-bottom: 10px;
  }

  .service {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .text-field-service {
    height: 40px;
    margin-bottom: 15px;
  }

  .image-services-1, .image-services-1.deployment {
    width: 40%;
  }

  .services-item.left {
    margin-left: 0;
  }

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

  .subheading {
    font-size: 20px;
  }

  .track-hero-image {
    margin-left: 0;
    margin-right: 0;
  }

  .button-track-1, .track-access {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-track-hero {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

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

  .subtitle-blog {
    font-size: 17px;
    line-height: 26px;
  }

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

  .blogs-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-feature {
    flex: 0 auto;
  }

  .blogs-home-title {
    font-size: 16px;
    line-height: 22px;
  }

  .date-blog {
    padding-left: 0;
  }

  .date-and-author {
    padding-right: 10px;
  }

  .h2-works-subtitle {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .blog-title {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 34px;
  }

  .blog-subtitle {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .industry-post-title {
    font-size: 18px;
    line-height: 26px;
  }

  .date-industry-post {
    padding-left: 0;
  }

  .row-crowd-1 {
    margin-top: 40px;
  }

  .mobile-crowd1 {
    height: 270px;
  }

  .section-100, .section-100.heading {
    padding-top: 20px;
  }

  .h2-crowd {
    font-size: 20px;
    line-height: 34px;
  }

  .row-image-right {
    padding-left: 20px;
  }

  .paragraph-white {
    padding-left: 0;
  }

  .row-app-title, .row-app-title.white {
    margin-bottom: 0;
  }

  .partner-image {
    padding-left: 0;
  }

  .heading-51 {
    font-size: 18px;
    line-height: 35px;
  }

  .image-100 {
    width: auto;
    max-width: 97%;
    margin-top: 40px;
  }

  .image-100.hero-image {
    height: auto;
  }

  .image-100.image-enlarge {
    height: auto;
    margin-top: 40px;
  }

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

  .section-40.lightgrey-gradient-bg {
    padding-bottom: 0;
  }

  .text-left, .text-left.smaller-margin-left {
    padding-left: 0;
    padding-right: 0;
  }

  .buttons-wrapper {
    grid-column-gap: 8px;
    margin-right: 20px;
  }

  .button-row.is-reverse-mobile-landscape {
    padding-left: 10px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical, .padding-vertical.padding-xhuge, .padding-vertical.padding-xhuge, .padding-vertical.padding-xhuge, .padding-vertical.padding-xhuge {
    padding-left: 0;
    padding-right: 0;
  }

  .logo01_component {
    justify-content: center;
  }

  .logo01_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo04_list {
    justify-content: center;
  }

  .layout08_item-list {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-2 {
    text-align: left;
  }

  .body {
    overflow: visible;
  }

  .column-2 {
    padding-left: 20px;
  }

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

  .column-4, .column-5, .column-6, .column-7, .column-8, .column-9 {
    padding-left: 20px;
  }

  .heading-53 {
    margin-bottom: 60px;
  }

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

  .column-16, .column-18, .column-19 {
    padding-left: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column-content-wrapper-1 {
    margin-top: 40px;
  }

  .text-size-large-3 {
    font-size: 1rem;
  }

  .features-1---row {
    padding-top: 60px;
  }

  .text-size-large-4 {
    font-size: 1rem;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .testimonial04_component {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium-4 {
    font-size: 1.75rem;
  }

  .text-size-medium-5 {
    text-align: left;
    font-size: .8rem;
  }

  .layout08_image-2 {
    max-width: 100%;
  }

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

  .layout08_content-2 {
    width: 100%;
  }

  .layout56_image {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-large-5 {
    font-size: 1rem;
  }

  .features-1---row-2 {
    padding-top: 60px;
  }

  .layout66_item-list {
    grid-template-columns: 1fr;
  }

  .viewer--imagehero {
    margin-bottom: 40px;
  }
}

#w-node-_8588e494-7c2c-b6a9-15d3-0d43771cdcae-771cdc90 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_873cbc94-969a-6981-7072-b86d42f30927-5698c3d7, #w-node-_873cbc94-969a-6981-7072-b86d42f3092e-5698c3d7, #w-node-_873cbc94-969a-6981-7072-b86d42f30935-5698c3d7, #w-node-_144d6381-8b61-26ad-abdd-55f2ad3474a2-5698c3d7, #w-node-_4fe64ab8-1989-1f59-d5bc-81e449afaad3-5698c3d7, #w-node-_4fe64ab8-1989-1f59-d5bc-81e449afaada-5698c3d7, #w-node-_4fe64ab8-1989-1f59-d5bc-81e449afaae1-5698c3d7, #w-node-_4fe64ab8-1989-1f59-d5bc-81e449afaae8-5698c3d7, #w-node-_1ad0ae94-d02f-1a99-a911-053cdfabcef0-5698c3d7, #w-node-_1ad0ae94-d02f-1a99-a911-053cdfabcef7-5698c3d7, #w-node-_1ad0ae94-d02f-1a99-a911-053cdfabcefe-5698c3d7, #w-node-_1ad0ae94-d02f-1a99-a911-053cdfabcf05-5698c3d7, #w-node-_60b6e37d-2cfd-27b6-325b-36e52371fa4e-5698c3d7, #w-node-_2ce5e79e-e886-4178-d66c-6407a762663f-5698c3d7, #w-node-_2ce5e79e-e886-4178-d66c-6407a7626646-5698c3d7, #w-node-_2ce5e79e-e886-4178-d66c-6407a762664d-5698c3d7, #w-node-_2ce5e79e-e886-4178-d66c-6407a7626654-5698c3d7, #w-node-_5ce8820f-7245-0b2b-e05c-4b5229a3d9d9-5698c3d7, #w-node-_92a37edc-61e4-f99a-f4fe-46a39c9ff5df-5698c3d7, #w-node-ba5153fa-17d3-69fa-2812-f9530c8e0372-5698c3d7, #w-node-ba5153fa-17d3-69fa-2812-f9530c8e0379-5698c3d7, #w-node-ba5153fa-17d3-69fa-2812-f9530c8e0380-5698c3d7, #w-node-ba5153fa-17d3-69fa-2812-f9530c8e0387-5698c3d7 {
  align-self: start;
}

#w-node-e69e2079-ccab-a3d7-05c4-70c5897f8fd8-897f8fc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db16fcb8-5c54-5d6c-c2ee-8cfb46f0e79d-da0579dc, #w-node-db16fcb8-5c54-5d6c-c2ee-8cfb46f0e7a4-da0579dc, #w-node-db16fcb8-5c54-5d6c-c2ee-8cfb46f0e7ab-da0579dc, #w-node-_8ed29791-d96e-3592-95ad-bbaca81cbbce-da0579dc, #w-node-_8ed29791-d96e-3592-95ad-bbaca81cbbda-da0579dc, #w-node-_8ed29791-d96e-3592-95ad-bbaca81cbbe6-da0579dc {
  align-self: start;
}

#w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f46ee-da0579dc {
  align-self: center;
  justify-self: center;
}

#w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f46f0-da0579dc {
  align-self: start;
  justify-self: start;
}

#w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f46f8-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f46ff-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4706-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f470d-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4714-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f471b-da0579dc {
  align-self: start;
}

#w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4727-da0579dc {
  justify-self: center;
}

#w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f472e-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4735-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4750-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4757-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f475e-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4768-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f477e-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4785-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f478c-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4793-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f479a-da0579dc {
  align-self: start;
}

#w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f47a1-da0579dc {
  align-self: center;
  justify-self: center;
}

#w-node-bfd446ad-7f7a-fcf0-312e-03a8a181f507-535f9702, #w-node-bfd446ad-7f7a-fcf0-312e-03a8a181f511-535f9702, #w-node-bfd446ad-7f7a-fcf0-312e-03a8a181f51b-535f9702, #w-node-_073f65a5-a07e-a64c-d627-cef333f25af8-535f9702, #w-node-_073f65a5-a07e-a64c-d627-cef333f25b02-535f9702, #w-node-_073f65a5-a07e-a64c-d627-cef333f25b0c-535f9702, #w-node-bfd446ad-7f7a-fcf0-312e-03a8a181f507-58bf092f, #w-node-bfd446ad-7f7a-fcf0-312e-03a8a181f511-58bf092f, #w-node-bfd446ad-7f7a-fcf0-312e-03a8a181f51b-58bf092f, #w-node-_073f65a5-a07e-a64c-d627-cef333f25af8-58bf092f, #w-node-_073f65a5-a07e-a64c-d627-cef333f25b02-58bf092f, #w-node-_073f65a5-a07e-a64c-d627-cef333f25b0c-58bf092f, #w-node-_5c41cb54-c9e3-9970-3b1c-9fc4c8f9c433-58bf092f, #w-node-_5c41cb54-c9e3-9970-3b1c-9fc4c8f9c43d-58bf092f, #w-node-_5c41cb54-c9e3-9970-3b1c-9fc4c8f9c447-58bf092f {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8ed29791-d96e-3592-95ad-bbaca81cbbce-da0579dc, #w-node-_8ed29791-d96e-3592-95ad-bbaca81cbbda-da0579dc {
    align-self: start;
  }

  #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f46f0-da0579dc {
    justify-self: center;
  }

  #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4746-da0579dc {
    justify-self: end;
  }

  #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4748-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4777-da0579dc {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f46f0-da0579dc, #w-node-_9b9f6be0-97a4-43fc-bd3d-fbea251f4748-da0579dc, #w-node-bfd446ad-7f7a-fcf0-312e-03a8a181f505-535f9702, #w-node-bfd446ad-7f7a-fcf0-312e-03a8a181f505-58bf092f, #w-node-_5c41cb54-c9e3-9970-3b1c-9fc4c8f9c431-58bf092f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8588e494-7c2c-b6a9-15d3-0d43771cdc9e-771cdc90, #w-node-_8588e494-7c2c-b6a9-15d3-0d43771cdca2-771cdc90, #w-node-_8588e494-7c2c-b6a9-15d3-0d43771cdca6-771cdc90, #w-node-_8588e494-7c2c-b6a9-15d3-0d43771cdcaa-771cdc90, #w-node-e69e2079-ccab-a3d7-05c4-70c5897f8fc8-897f8fc0, #w-node-e69e2079-ccab-a3d7-05c4-70c5897f8fcc-897f8fc0, #w-node-e69e2079-ccab-a3d7-05c4-70c5897f8fd0-897f8fc0, #w-node-e69e2079-ccab-a3d7-05c4-70c5897f8fd4-897f8fc0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


