:root {
  --black: #222;
  --light: #f7f7f7;
  --white: white;
  --color: #34ba49;
  --light-grey: #717171;
  --main-color: #039cac;
  --blue-hover: #004e56;
  --white-2: white;
  --blue: #0168fa;
  --black-2: black;
  --yellow: #fdbb00;
  --ultra-light-grey: #a1a2a4;
  --smoke: #4d4d4d;
  --turquoise: #039cac;
  --light-turquoise: #b3e1e6;
  --black-50: #909090;
  --almost-black: #25282b;
}

body {
  max-width: 100%;
  color: var(--black);
  font-family: Circularstd, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 103px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 48px;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: #717171;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 40px;
  font-family: Airbnbcereal W Bk, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

li {
  margin-bottom: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  letter-spacing: -.04ch;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

strong {
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

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

.page-wrap {
  overflow: hidden;
}

.section-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-wrap.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.full-wd {
  object-fit: fill;
  width: 100%;
  position: static;
}

.full-wd.shadow {
  border-radius: 20px;
  box-shadow: 0 5px 80px #00000040;
}

.full-wd.mobile {
  display: none;
}

.author-link {
  color: var(--black);
  text-decoration: none;
}

.text-color-dark {
  color: #222;
}

.header-s {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.header-s.display-none {
  display: none;
}

.container-s {
  width: 100%;
  max-width: 97.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-s.relative, .container-s.pre-nav-container, .container-s.relative, .container-s.pre-nav-container {
  position: relative;
}

.header-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f6f6;
  background-image: url("https://cdn.prod.website-files.com/658324c3275608f81f524a31/65fc3661d292e9741e78f521_Line.svg");
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: block;
  position: relative;
}

.header-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 18.75rem;
  display: flex;
}

.h-link {
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.arrow {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.header-info-row {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.header-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 54rem;
  display: grid;
}

.heading-m {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.heading-m.line-border {
  z-index: 10;
  z-index: 10;
  position: relative;
}

.text {
  color: #637077;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.text.text-color-dark {
  color: var(--black);
}

.text.hero-text {
  margin-bottom: 3rem;
}

.header-heading {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.avatars {
  height: 3rem;
  margin-left: 10px;
}

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

.illustration-d {
  max-width: 31rem;
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
}

.old-global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button-primary {
  background-color: var(--main-color);
  min-width: 19rem;
  height: 3.625rem;
  color: var(--white);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
  line-height: 1.2;
  transition: all .15s ease-in-out;
  display: flex;
}

.button-primary:hover {
  background-color: var(--blue-hover);
}

.button-primary.nav-demo, .button-primary.sd {
  display: none;
}

.button-primary.sm {
  min-width: auto;
}

.button-primary.sm.about-us {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.button-primary.sm.schedule-a-demo.black {
  background-color: var(--black);
  background-color: var(--black);
}

.button-primary.hero {
  min-width: auto;
  height: auto;
  padding: 1.25rem 5.25rem;
  display: inline-block;
}

.button-primary.nav-demo, .button-primary.sd {
  display: none;
}

.section-s {
  background-color: var(--white-2);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-s.display-none.relative-mobile, .section-s.display-none.relative-mobile.calculator-section {
  display: block;
}

.section-s.display-none.relative-mobile, .section-s.display-none.relative-mobile.calculator-section {
  display: block;
}

.section-s.display-none.relative-mobile, .section-s.display-none.relative-mobile.calculator-section {
  display: block;
}

.section-s.display-none.relative-mobile.calculator-section {
  display: block;
}

.section-s.display-none.relative-mobile.calculator-section.not-visible {
  display: none;
}

.section-s.popup {
  z-index: 100;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 12.5rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-s.popup.display-none {
  display: none;
}

.section-s.relative {
  position: relative;
}

.body-s {
  height: 9000px;
}

.body-s.auto-height {
  height: auto;
}

.heading-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.heading-box.left {
  text-align: left;
  place-items: center start;
}

.heading-box.small {
  grid-row-gap: 2rem;
  max-width: 45rem;
}

.heading-box.small._2 {
  max-width: 43rem;
}

.heading-box.md {
  max-width: 50rem;
}

.cap-title {
  color: var(--blue-hover);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
}

.cap-title.mb-48 {
  margin-bottom: 48px;
}

.heading-s {
  font-size: 3rem;
  font-weight: 400;
}

.heading-s.line-border {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.heading-s.center-m {
  display: inline;
}

.heading-s.center-m.line-border {
  display: inline-block;
}

.heading-s.center-m.m-title {
  display: none;
}

.heading-s.pricing-heading {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}

.cards-layout {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5rem;
  display: grid;
}

.row-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: 45%;
  max-width: 40rem;
  display: grid;
}

.heading-sm {
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
}

.row-card-image {
  width: 50%;
  max-width: 45.625rem;
  position: relative;
}

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

.img-fluid.radius {
  border-radius: 2.5rem;
}

.steps-w {
  width: 100%;
  margin-top: 7.5rem;
  margin-bottom: 6.25rem;
}

.steps-carousel.owl-carousel.owl-theme.edited {
  display: flex;
}

.step-it-head {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.icon-s {
  width: 4.25rem;
  max-width: 4.25rem;
  height: 4.25rem;
}

.line {
  margin-left: 1rem;
}

.step-it-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-sm {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.arrow-d {
  background-color: #f5f6f6;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.holder-s {
  background-color: #f8f8f8;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.cards-w {
  width: 100%;
  margin-top: 4rem;
}

.card-s {
  background-color: var(--white);
  border-radius: 2.5rem;
  height: 100%;
  overflow: hidden;
  box-shadow: 2px 4px 16px #0000001f;
}

.card-s-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.cards-carousel {
  display: flex;
}

.cards-carousel.owl-carousel.owl-theme {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s-line {
  width: 60rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cards-grid-w {
  width: 100%;
  margin-top: 4rem;
}

.cards-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-card {
  background-color: #f5f6f6;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 24rem;
  padding: 3rem 2.25rem;
  display: flex;
}

.h-icon {
  width: 4rem;
  max-width: 4rem;
  margin-bottom: 2rem;
}

.help-card-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row-w {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 79rem;
  display: flex;
}

.row-w-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 43rem;
  display: flex;
}

.row-w-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3.75rem;
  display: grid;
}

.row-w-info-texts {
  max-width: 36rem;
}

.holder-s2 {
  background-color: #f5f6f6;
  background-image: url("https://cdn.prod.website-files.com/658324c3275608f81f524a31/6660af8ed9fe57b713751e90_line(2).svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-top: 2rem;
  padding-bottom: 0;
  position: relative;
}

.person {
  max-width: 31.25rem;
}

.line-border {
  position: relative;
}

.table-w {
  width: 100%;
  margin-top: 5rem;
}

.table-w-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-col.center {
  background-color: #fff;
  border: 8px solid #fdbb00;
  border-radius: 2.5rem;
  overflow: hidden;
}

.tab-col-it {
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  height: 8.25rem;
  display: flex;
}

.tab-title {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.tab-item {
  text-align: center;
  background-color: #f5f6f6;
  border-bottom: 1px solid #ccd2d5;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.tab-item.yellow.b-0, .tab-item.b-0 {
  border-bottom-width: 0;
}

.tab-item.b-0.border-2 {
  border-bottom-left-radius: 2.5rem;
}

.tab-item.b-0.border-4 {
  border-bottom-right-radius: 2.5rem;
}

.tab-item.border-1 {
  border-top-left-radius: 2.5rem;
}

.tab-item.border-3 {
  border-top-right-radius: 2.5rem;
}

.tab-item.yellow {
  background-color: #fff;
}

.tab-item.yellow.b-0 {
  border-bottom-width: 0;
}

.tab-item-w {
  justify-content: flex-start;
  align-items: center;
  padding-left: 8rem;
  font-family: Circularstd, sans-serif;
  font-weight: 400;
  display: flex;
}

.check {
  height: 1.5rem;
  margin-right: .5rem;
}

.tab-title-l {
  color: #f1b700;
  font-family: Circularstd, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.box-b {
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  height: 4rem;
}

.testimonials-w {
  background-color: #f5f6f6;
  border-radius: 2.5rem;
  width: 100%;
  margin-top: 4rem;
  padding: 3rem;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
}

.left-arrow-2 {
  background-color: #b63939;
  display: none;
}

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

.slide-item-w {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-w {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: 50rem;
  padding-left: 3rem;
  display: flex;
}

.content-w-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.content-w-info-box {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s-navs {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  inset: 0% auto 0% -1rem;
}

.image-w {
  border-radius: 2.5rem;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  max-width: 35rem;
  height: 23rem;
  display: flex;
  overflow: hidden;
}

.person-im {
  max-width: 17.5rem;
}

.contact-holder {
  background-color: #f5f6f6;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

.content-info {
  z-index: 2;
  width: 45%;
  position: relative;
}

.content-info-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.co-item {
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
}

.co-form {
  width: 60%;
  max-width: 42.75rem;
}

.fo-control {
  margin-bottom: 2rem;
}

.field-label {
  margin-left: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-field-2 {
  background-color: #fff0;
  border: 1px solid #a9b2b7;
  border-radius: 5rem;
  height: 3.625rem;
  margin-bottom: 0;
  padding-left: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.text-field-2::placeholder {
  color: #637077;
}

.box-bottom {
  position: absolute;
  inset: auto auto 4rem 2rem;
}

.num {
  color: var(--main-color);
  font-family: Roboto, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.footer-section {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.footer-up {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fo-logo {
  width: 150px;
}

.fo-link {
  color: var(--black);
  margin-left: 2rem;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}

.fo-link:hover {
  color: var(--blue);
}

.footer-do {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.footer-do-l {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fo-text {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.el-divider {
  background-color: var(--black);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.footer-do-r {
  justify-content: center;
  align-items: center;
  display: flex;
}

.socials-links {
  margin-left: 2rem;
  display: flex;
}

.so-icon {
  height: 1.5rem;
}

.social-lnk {
  border: 1px solid var(--blue-hover);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: 1rem;
  display: flex;
}

.social-lnk:hover {
  background-color: #baeafd;
}

.old-navbar {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 8rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.old-navbar.about-us {
  height: 7rem;
  display: none;
}

.old-navbar.smaller {
  background-color: #f6f8fa;
  height: 6rem;
}

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

.logo {
  width: 10rem;
  padding-bottom: 1.4rem;
}

.logo.about-us {
  width: 7.5rem;
}

.logo.smaller-nav {
  padding-bottom: .8rem;
}

.logo.mod--pmchat {
  width: 143px;
  padding-bottom: 0;
}

.nav-menu {
  flex: auto;
  margin-left: 3rem;
}

.nav-menu-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.n-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-end;
  padding: .8rem;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
}

.n-link.about-us {
  font-size: 1rem;
}

.nav-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-heading-mb, .header-img-mb, .num-handles {
  display: none;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.link:hover {
  color: var(--blue);
}

.fo-text-s {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading-mobile {
  display: none;
}

.success-message-2 {
  background-color: var(--white);
  border-radius: 2rem;
  padding-top: 20rem;
  padding-bottom: 20rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-section {
  padding-top: 5rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
}

.hero-content-wrapper {
  text-align: center;
  max-width: 57rem;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading {
  color: #25282b;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5.25rem;
}

.hero-heading.product {
  letter-spacing: -.3rem;
  max-width: 780px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 6rem;
  line-height: 5.75rem;
}

.hero-heading.new-home {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 4.75rem;
  line-height: 4.5rem;
}

.hero-heading.new-home.centered {
  text-align: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading.new-home.centered.mb-4rem {
  margin-bottom: 4rem;
}

.hero-heading.new-home.centered.mw-550 {
  max-width: 550px;
}

.hero-heading.new-home.nhf {
  text-align: center;
  max-width: 900px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading.new-home.mb-0 {
  margin-bottom: 0;
}

.hero-heading-wrapper {
  margin-bottom: 2.5rem;
  position: relative;
}

.hero-main-wrapper {
  background-color: #f5f6f680;
  width: 81.5rem;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 7.5%;
}

.hero-main-wrapper.display-none-sd {
  border: 1px solid #ccd2d5;
  border-radius: 4rem;
}

.hero-person-wrapper {
  text-align: center;
  max-width: 34.6875rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-person-circle {
  border: 1px solid #99c3fd;
  border-radius: 50%;
  width: 24.75rem;
  height: 24.75rem;
  padding: 2.5rem;
}

.hero-person-circle.second {
  border-color: #cae0ff;
  width: 29.75rem;
  height: 29.75rem;
}

.hero-person-circle.third {
  border-color: #d7e8ff;
  width: 34.75rem;
  height: 34.75rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-inner-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-persons-blocks {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 1rem;
}

.hero-persons-blocks.right {
  inset: 0% -5.5rem 0% auto;
  justify-content: center;
  align-items: flex-start;
  inset: 0% -5.5rem 0% auto;
}

.hero-persons-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--white);
  border: 1px solid #7fc355;
  border-radius: 1rem;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
}

.hero-persons-block.purple {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-color: #c355b8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  right: 5rem;
}

.hero-persons-block.yellow {
  border-color: #fdd161;
  right: 10rem;
}

.hero-persons-block.pink {
  border-color: #ee348d;
  right: 5rem;
}

.hero-persons-block.aqua {
  border-color: #6ccaff;
}

.hero-persons-block.blue {
  border-color: #0168fa;
}

.hero-persons-block.red {
  border-color: #f84646;
  max-height: 4.5rem;
  left: 5rem;
}

.hero-persons-block-circle {
  background-color: #7fc355;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.hero-persons-block-circle.purple {
  background-color: #c355b8;
}

.hero-persons-block-circle.yellow {
  background-color: #fecf4a;
}

.hero-persons-block-circle.pink {
  background-color: #ee348d;
}

.hero-persons-block-circle.aqua {
  background-color: #6ccaff;
}

.hero-persons-block-text {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.hero-persons-block-text.number {
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.hero-persons-block-text.number.green {
  color: var(--color);
}

.heading-wrapper {
  margin-bottom: 60px;
}

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

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

.columns.align-center.mb-5rem {
  margin-bottom: 5rem;
}

.columns.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.columns.gap-10p {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
}

.columns.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.columns.tb.sticky {
  position: sticky;
  top: 10rem;
}

.columns.gap-2p {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
}

.columns.mod--reviews {
  background-color: #f6f8fa;
  width: 100%;
  height: 100%;
}

.columns.mod--pricing {
  z-index: 1;
  padding-top: 11rem;
  position: relative;
}

.columns.mod--careers-about {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
}

.columns.mod--jobs {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 5rem;
}

.columns.mod--footer {
  justify-content: space-between;
  align-items: center;
}

.columns.mod--feature {
  z-index: 1;
  position: relative;
}

.columns.mod--trust {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}

.columns.mod--results {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.columns.mod--price {
  z-index: 1;
  padding-top: 5rem;
  position: relative;
}

.columns.mod--price.dh-two-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 0;
}

.columns.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.column-50 {
  width: 50%;
}

.column-50.pt-36 {
  padding-top: 36px;
}

.calculator-label {
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.calculator-label.mb-24 {
  margin-bottom: 24px;
}

.calculator-label.mb-16 {
  margin-bottom: 16px;
}

.calculator-label.mb-16.display-none {
  display: none;
}

.calculator-label.light {
  color: #637077;
  margin-bottom: 36px;
}

.calculator-label.light.display-none {
  display: none;
}

.calculator-label.mb-40 {
  margin-bottom: 40px;
}

.calculator-field {
  border: 1px solid #a9b2b7;
  border-radius: 48px;
  height: 58px;
  padding: 15px 16px;
  font-size: 20px;
  line-height: 28px;
}

.calculator-field::placeholder {
  color: #637077;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.input-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.input-wrapper {
  width: 50%;
}

.calculator-check-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-button-wrapper {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  position: relative;
}

.calculator-button {
  color: #25282b;
  background-color: #ffd20d;
  border-radius: 48px;
  padding: 1.5rem 4rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.calculator-buttons-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.calculator-link-btn {
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: flex;
}

.calculator-link-btn.mobile {
  background-color: #e1edff;
  border-radius: 50px;
  min-width: 50%;
}

.calculator-right-wrapper {
  background-color: #f5f6f6;
  border-radius: 40px;
  padding: 36px;
  position: relative;
}

.costs-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.price {
  font-size: 68px;
  line-height: 72px;
}

.emoji-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 12px;
  padding: 4px 8px;
  display: inline-flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.emoji-wrapper.blue {
  background-color: #6ccaff;
}

.emoji-wrapper.yellow {
  background-color: #fdd161;
  margin-left: -30px;
}

.emoji-wrapper.yellow.display-none {
  display: none;
}

.emoji-wrapper.green {
  background-color: #7fc355;
  margin-left: -35px;
}

.emoji-wrapper.green.display-none {
  display: none;
}

.emoji-wrapper.red {
  background-color: #f84646;
  justify-content: center;
  align-items: center;
  max-width: 70px;
  margin-left: -35px;
}

.emoji-wrapper.red.display-none {
  display: none;
}

.emoji-price {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.emoji-price.yellow {
  color: var(--black);
}

.scale {
  align-items: center;
  height: 26px;
  display: flex;
  position: relative;
}

.indicator {
  z-index: 4;
  background-color: #25282b;
  width: 2px;
  height: 26px;
  position: absolute;
  inset: -1px auto 0% 0%;
}

.yellow-scale {
  z-index: 3;
  background-color: #fdd161;
  border-radius: 50px;
  width: 20%;
  height: 18px;
  position: relative;
}

.green-scale {
  z-index: 2;
  background-color: #7fc355;
  border-radius: 40px;
  width: 33%;
  height: 18px;
  margin-left: -3%;
  position: relative;
}

.red-scale {
  z-index: 1;
  background-color: #f84646;
  border-radius: 40px;
  width: 55%;
  height: 18px;
  margin-left: -5%;
  position: relative;
}

.comparing-wrapper {
  margin-top: 100px;
}

.points-top-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.points-top-wrapper.display-none {
  display: none;
}

.point-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.point-dot {
  background-color: #0168fa;
  border-radius: 6px;
  width: 6px;
  min-width: 6px;
  height: 6px;
  min-height: 6px;
}

.point-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.calculator-animation-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  height: 68px;
  display: flex;
  position: relative;
}

.blue-emoji.display-none {
  display: none;
}

.bottom-calculator-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 25%;
  height: 104px;
  display: flex;
}

.additional-service-field {
  border: 1px solid #a9b2b7;
  border-radius: 100px;
  height: auto;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 28px;
}

.additional-service-field::placeholder {
  color: #637077;
  font-size: 20px;
  line-height: 28px;
}

.additional-service-field.display-none {
  display: none;
}

.additional-service-field.display-none::placeholder {
  color: var(--light-grey);
}

.calculator-points-green.display-none {
  display: none;
}

.mc-wrapper {
  position: relative;
}

.mc-tool-tip {
  background-color: #fff;
  border-radius: 18px 50px 50px 18px;
  justify-content: flex-start;
  align-items: center;
  width: 38px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: 1px 1px 1px auto;
}

.vector-image {
  width: 18px;
  height: 18px;
  margin-top: -2px;
}

.tool-tip-wrapper {
  opacity: 0;
  max-width: 305px;
  color: var(--white);
  background-color: #25282b;
  border-radius: 6px;
  padding: 4px 10px;
  font-family: Roboto, sans-serif;
  display: none;
  position: absolute;
  inset: -30px -290px auto auto;
}

.checkbox-wrapper {
  border: 1px solid #7e8b92;
  border-radius: 1px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
}

.checkbox-icon {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  margin-top: -1px;
  margin-left: -1px;
  display: block;
}

.checkbox-icon.display-none {
  display: none;
}

.additional-services-text {
  text-transform: uppercase;
  color: #7e8b92;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
}

.colored-text {
  color: #f84646;
}

.calculator-heading {
  font-size: 3rem;
  font-weight: 400;
}

.closing-button-mobile {
  width: 32px;
  height: 32px;
  display: none;
  position: absolute;
  inset: 36px 36px auto auto;
}

.calculator-mobile-background {
  z-index: 90;
  background-color: #25282b99;
  display: none;
  position: absolute;
  inset: 0%;
}

.calculator-bottom-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.calculator-bottom-wrapper.display-none {
  display: none;
}

.bottom-calculator-text {
  color: #637077;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.arrow-wrapper {
  position: absolute;
  bottom: -95px;
  left: 3.5rem;
}

.arrow-wrapper.display-none, .arrow-wrapper.mobile-display-none, .arrow-wrapper.display-none, .arrow-wrapper.mobile-display-none {
  display: none;
}

.you-wrapper {
  min-width: 90px;
  max-width: 90px;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  left: 0;
  right: auto;
}

.you-text {
  font-family: Roboto, sans-serif;
}

.flex-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.flex-wrapper.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-wrapper.gap-12.mb-12 {
  margin-bottom: 12px;
}

.flex-wrapper.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-wrapper.gap-8.mb-10 {
  margin-bottom: 10px;
}

.flex-wrapper.gap-8.mb-48 {
  margin-bottom: 48px;
}

.flex-wrapper.gap-8.mb-48.mobile {
  display: none;
}

.flex-wrapper.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-wrapper.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-wrapper.align-top.gap-16.bb {
  border-bottom: 1px solid #e1e3e4;
  margin-bottom: 32px;
}

.flex-wrapper.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex-wrapper.mobile-flex {
  display: none;
}

.flex-wrapper.space-between {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
}

.flex-wrapper.space-between.align-bottom {
  align-items: flex-end;
}

.flex-wrapper.space-between.sd {
  display: none;
}

.undernine-text {
  background-image: linear-gradient(#c4ea9500 50%, #c4ea95 60%, #c4ea95);
}

.arrow-none-mobile {
  max-height: 56px;
}

.emoji-main-wrapper {
  height: 50px;
  position: relative;
}

.you-main-wrapper {
  position: relative;
  top: -90px;
}

.logoes-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.logo-image {
  max-width: 80%;
  margin-left: 20px;
  margin-right: 20px;
}

.aim-wrapper {
  z-index: 4;
  max-width: 100px;
  margin-left: -50px;
  position: absolute;
  inset: auto 0% -30px 25%;
}

.aim-wrapper.display-none {
  display: none;
}

.aim-indicator {
  z-index: 4;
  background-color: #25282b;
  width: 2px;
  height: 27px;
  position: absolute;
  bottom: -2px;
  left: 25%;
}

.aim-indicator.display-none, .display-none {
  display: none;
}

.static-wrapper {
  background-color: #7fc355;
  border-radius: 6px;
  padding: 4px 8px;
  position: absolute;
  inset: 0% auto auto 19%;
}

.static-wrapper.display-none {
  display: none;
}

.closing-popup-img {
  z-index: 999;
  cursor: pointer;
  max-width: 24px;
  position: absolute;
  inset: 13rem 3rem auto auto;
}

.code-embed {
  z-index: 998;
  position: relative;
}

.aim-price-wrapper {
  color: var(--white);
  background-color: #7fc355;
  border-radius: 6px;
  padding: 4px 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  inset: 0% auto auto 19%;
}

.aim-price-wrapper.display-none {
  display: none;
}

.pre-nav {
  z-index: 11;
  background-color: #fff;
  border-bottom: 1px solid #ccd2d5;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: sticky;
  inset: 0 0% auto;
  overflow: hidden;
}

.pre-nav-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pre-nav-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22.4px;
}

.pre-nav-close {
  width: 12px;
  height: 12px;
}

.pre-nav-close-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  max-height: 24px;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mobile-logo {
  display: none;
}

.pricing-modul-ph-wrapper {
  text-transform: uppercase;
  background-color: #f5f6f6;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .9rem 1rem .8rem;
  font-size: 1.25rem;
  line-height: 24px;
  display: inline-flex;
}

.pricing-text {
  line-height: 1.25rem;
}

.pricing-modul-wrapper-holder {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.pricing-modul-wrapper {
  border-radius: 36px;
  justify-content: space-between;
  padding: 5rem;
  display: flex;
  box-shadow: 2px 4px 16px #0000001f;
}

.pricing-modul-side {
  width: 45%;
}

.basic-module-wrapper {
  white-space: nowrap;
  color: #007c89;
  background-color: #e8fffc;
  border-radius: 64px;
  padding: .9rem 1rem .8rem;
}

.end-to-end {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 115%;
}

.end-to-end.addons {
  margin-bottom: 1.5rem;
}

.module-separator {
  background-color: #e4e7e9;
  width: 100%;
  height: 1px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.module-separator.sd {
  display: none;
}

.module-price {
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 3rem;
}

.module-month {
  color: #7e8b92;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.per-door {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.module-services-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.module-services-wrapper.last {
  margin-bottom: 0;
}

.module-service-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.addons-wrapper {
  background-color: #f5f6f6;
  border-radius: 40px;
  padding: 2.5rem;
}

.addon-wrapper {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.addon-wrapper.last {
  margin-bottom: 0;
}

.addon-top-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.addon-heading {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.addon-text {
  font-size: 1.25rem;
  line-height: 1.5;
}

.module-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-persons-blocks {
    left: .75rem;
  }

  .bottom-calculator-wrapper {
    height: 104px;
  }

  .arrow-wrapper {
    left: 5rem;
  }

  .static-wrapper {
    left: 20%;
  }

  .about-us-mw-text {
    font-size: 3rem;
  }

  .about-hero-image {
    max-width: 4.5%;
    bottom: 8%;
    right: 4%;
  }

  .steps-arrow {
    width: 170px;
  }

  .shaded-wrapper-bottom-img {
    right: 20px;
  }

  .new-paragraph.in-s {
    font-size: 15px;
  }

  .new-paragraph.in-f, .new-paragraph.in-ff, .new-paragraph.in-sx, .new-paragraph.first, .new-paragraph.in-s {
    font-size: 15px;
  }

  .new-paragraph.in-t {
    font-size: 14px;
  }

  .new-paragraph.in-f, .new-paragraph.in-ff, .new-paragraph.in-sx, .new-paragraph.first {
    font-size: 15px;
  }

  .keuc-wrapper-heading, .coordinator-top-wrapper, .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    height: auto;
  }

  .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    height: auto;
  }

  .coordinator-bottom-wrapper.sixth {
    height: auto;
    min-height: 77px;
  }

  .bottom-out-line {
    width: 700%;
  }

  .integ-content {
    padding-top: 18rem;
  }

  .dh-pricing-toggle-description {
    font-size: 40px;
    font-weight: 500;
  }

  .header26_image-is-hero {
    aspect-ratio: auto;
    object-fit: cover;
  }
}

@media screen and (min-width: 1440px) {
  .container.mod--thank {
    text-align: center;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section.mod--thank {
    width: 100%;
    height: 100vh;
    padding: 40px;
  }

  .bottom-calculator-wrapper {
    height: 104px;
  }

  .arrow-wrapper {
    left: 6.5rem;
  }

  .static-wrapper {
    left: 21%;
  }

  .about-hero-image {
    max-width: 100%;
    bottom: 7%;
    right: 2%;
  }

  .keuc-wrapper-heading {
    font-size: 32px;
  }

  .contect-centered.mb-5rem.recruitment {
    max-width: 750px;
  }

  .bottom-out-line {
    width: 700%;
  }

  .h2 {
    font-size: 4.5rem;
  }

  .sec.dh-pricing-primary-selection-path {
    font-size: 14rem;
  }

  .subheading.size-18_mobile {
    color: var(--black);
  }

  .logo-wrap.mod--thank {
    width: 8.938rem;
  }

  .img.is-full {
    width: 100%;
  }

  .img.mod--thank__ico {
    width: 4rem;
  }

  .contact__col {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-2 {
    font-size: 72px;
    font-weight: 400;
    line-height: .9;
  }

  .dh-pricing-toggle-description {
    font-size: 40px;
    font-weight: 500;
  }

  .header26_image-is-hero {
    object-fit: contain;
    max-height: 550px;
  }

  .heading-style-h5 {
    font-weight: 500;
  }

  .heading-style-h4 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .tab-col {
    border: 4px solid #fff;
    border-width: 4px 0;
  }

  .tab-col.center {
    border-width: 4px;
  }

  .tab-col-it {
    height: 8.25rem;
  }

  .hero-heading.product {
    max-width: 1055px;
  }

  .hero-main-wrapper {
    border-radius: 3.5rem;
  }

  .hero-persons-blocks.right {
    right: -7rem;
  }

  .bottom-calculator-wrapper {
    height: 82px;
  }

  .arrow-wrapper {
    left: 7.5rem;
  }

  .about-image {
    top: 150px;
  }

  .about-us-mw-text {
    font-size: 2.8rem;
  }

  .about-hero-image {
    right: 7%;
  }

  .steps-arrow {
    width: auto;
  }

  .big-heading.get-started-today {
    letter-spacing: -.5rem;
    letter-spacing: -.5rem;
    margin-top: 0;
    font-size: 5.5rem;
  }

  .full-height-image {
    object-fit: cover;
  }

  .ws-wrapper {
    display: none;
  }

  .contect-centered.mb-5rem.recruitment {
    max-width: 800px;
  }

  .rs-inner-wrapper {
    padding-top: 60px;
  }

  .sec.mod--home.is-background-light {
    display: flex;
  }

  .feature__logo-wrap {
    max-width: 75%;
  }

  .dh-price-toggle-option {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .layout16_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }
}

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

  h2 {
    font-size: 48px;
  }

  h4 {
    font-size: 20px;
  }

  .container.no-padd {
    padding-left: 0;
    padding-right: 0;
  }

  .container.relative.new-nav {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .caption {
    font-size: 20px;
  }

  .header-info-texts {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-lg {
    font-size: 20px;
  }

  .button-blue {
    height: 48px;
    font-size: 18px;
  }

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

  .section.bg-light.whitemb {
    background-color: var(--white);
    background-color: var(--white);
  }

  .section.padd-0 {
    padding-bottom: 0;
  }

  .tabs-menu {
    width: 100%;
    max-width: none;
  }

  .tabs-content {
    display: none;
  }

  .tab-link {
    padding: 0;
  }

  .tab-link.w--current {
    background-color: #f7f7f700;
  }

  .tab-link-content {
    padding: 30px 24px;
  }

  .banner {
    background-color: var(--light);
    background-image: none;
    flex-direction: column;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .banner-content {
    max-width: none;
    padding: 30px;
  }

  .contact {
    flex-direction: column;
    padding: 0;
  }

  .contact-form-w {
    width: 100%;
    max-width: none;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-shape {
    order: -1;
    width: 100%;
    max-width: none;
  }

  .layout {
    flex-direction: column;
  }

  .faq-left {
    width: 100%;
  }

  .av-img {
    display: none;
  }

  .faq-list {
    width: 100%;
    max-width: none;
    margin-top: 38px;
  }

  .tab-image {
    background-image: linear-gradient(356deg, #f3f3f3, #fff);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tb-icon {
    mix-blend-mode: multiply;
    height: 200px;
  }

  .banner-image {
    order: 1;
    display: block;
  }

  .apple-grid-block.tablet-hidden {
    display: none;
  }

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

  .box-item {
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .box-item.box-item-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .box-item-lg {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
  }

  .box-item-md {
    width: 100%;
  }

  .cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card-image {
    margin-bottom: 24px;
  }

  .row {
    flex-direction: column;
  }

  .content-list {
    width: 100%;
    max-width: none;
  }

  .row-image {
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }

  .cards-layouts {
    grid-template-columns: 1fr 1fr;
  }

  .text-md {
    font-size: 20px;
  }

  .header-info-w {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .header-image {
    display: none;
  }

  .h-info {
    flex-direction: column;
    max-width: none;
    display: flex;
  }

  .header-w {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .header-wrap-2 {
    flex-direction: column;
    display: flex;
  }

  .container-w {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-w.padd {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-w.padd-sm {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .services {
    grid-template-columns: 1fr 1fr;
  }

  .header-img-m {
    width: 120%;
    min-width: 120%;
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .header-s {
    padding-bottom: 6rem;
  }

  .container-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-s.padd-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .header-holder {
    border-radius: 2.4rem;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }

  .header-links {
    margin-bottom: 40rem;
  }

  .h-link {
    font-size: 1.6rem;
  }

  .header-info-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-content {
    max-width: none;
    margin-bottom: 2.4rem;
  }

  .heading-m {
    font-size: 4rem;
  }

  .text {
    font-size: 1.8rem;
  }

  .avatars {
    height: 4.8rem;
  }

  .illustration-d {
    max-width: 40rem;
    top: 8rem;
    right: 2rem;
  }

  .button-primary {
    min-width: 30rem;
    height: 5.2rem;
    font-size: 1.8rem;
  }

  .button-primary.nav-demo {
    min-width: auto;
    height: auto;
    margin-top: 0;
    padding: 1.25rem 5rem;
    font-size: 1.6rem;
    display: inline-flex;
  }

  .button-primary.nav-demo.about-page {
    padding: .8rem 3rem;
    font-size: 1rem;
  }

  .button-primary.nav-demo.schedule-a-demo.black {
    background-color: var(--black);
  }

  .button-primary.nav-demo.schedule-a-demo.black.display-none.w--current {
    display: none;
  }

  .section-s {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-s.display-none.relative-mobile {
    position: relative;
  }

  .section-s.popup {
    padding-top: 15rem;
  }

  .heading-box.small {
    max-width: 50rem;
  }

  .heading-box.small._2 {
    text-align: center;
    text-align: center;
  }

  .heading-box.md {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .cap-title {
    font-size: 1.6rem;
  }

  .cap-title.mb-48 {
    margin-bottom: 24px;
  }

  .heading-s {
    max-width: 40rem;
    font-size: 3.2rem;
    display: inline-block;
  }

  .heading-s.line-border {
    display: inline-flex;
  }

  .heading-s.center-m.line-border.d-title {
    display: none;
  }

  .cards-layout {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    margin-top: 4.8rem;
  }

  .heading-sm {
    font-size: 2.4rem;
  }

  .img-fluid.radius {
    border-radius: 2.4rem;
  }

  .steps-w {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  .steps-carousel {
    width: 100%;
    max-width: 180px;
  }

  .step-it-head {
    margin-bottom: 2.4rem;
  }

  .icon-s {
    width: 6rem;
    max-width: 6rem;
  }

  .line {
    width: 100px;
    overflow: hidden;
  }

  .c-title {
    font-size: 2rem;
  }

  .text-sm {
    font-size: 1.6rem;
  }

  .arrow-d {
    width: 3.6rem;
    height: 3.6rem;
  }

  .holder-s {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .card-s {
    flex-flow: column;
    display: flex;
  }

  .card-s-content {
    flex: auto;
    padding: 2rem;
  }

  .cards-carousel {
    flex-flow: column;
  }

  .vendors {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .ve-card {
    padding: 2.4rem;
  }

  .ve-icon {
    height: 6rem;
    margin-bottom: 2.4rem;
  }

  .cards-grid.owl-carousel.owl-theme {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .help-card {
    padding: 3.2rem;
  }

  .holder-s2 {
    padding-top: 6rem;
  }

  .line-border {
    z-index: 1;
    display: inline-block;
  }

  .table-w {
    overflow: auto;
  }

  .table-w-inner {
    min-width: 750px;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .tab-col-it {
    height: 10rem;
  }

  .tab-title {
    font-size: 1.6rem;
  }

  .tab-item {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 1.4rem;
  }

  .tab-item.b-0.border-2 {
    border-bottom-left-radius: 1.4rem;
  }

  .tab-item.b-0.border-4 {
    border-bottom-right-radius: 1.4rem;
  }

  .tab-item.border-1 {
    border-top-left-radius: 1.4rem;
  }

  .tab-item.border-3 {
    border-top-right-radius: 1.4rem;
  }

  .tab-item-w {
    padding-left: 2rem;
  }

  .check {
    height: 2.4rem;
    margin-right: 1.6rem;
  }

  .box-b {
    border-bottom-right-radius: 1.4rem;
    border-bottom-left-radius: 1.4rem;
  }

  .testimonials-w {
    padding: 4rem 2rem 8rem;
  }

  .slide-item-w {
    flex-flow: column;
  }

  .content-w {
    width: 100%;
    max-width: none;
    margin-bottom: 4rem;
    padding-left: 0;
  }

  .s-navs {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    inset: auto 0% -6rem;
  }

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

  .person-im {
    max-width: 25rem;
  }

  .faq-it {
    margin-bottom: 2rem;
    padding: 3.2rem 2rem 2.2rem;
  }

  .faq-title {
    font-size: 1.8rem;
  }

  .faq-icon-w {
    width: 3.6rem;
    min-width: 3.6rem;
    height: 3.6rem;
    margin-left: 1rem;
  }

  .contact-holder {
    background-image: none;
    flex-flow: column;
  }

  .content-info {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .co-item {
    font-size: 1.6rem;
  }

  .co-form {
    width: 100%;
    max-width: none;
    margin-top: 3.6rem;
  }

  .field-label {
    margin-left: 2rem;
    font-size: 1.4rem;
  }

  .text-field-2 {
    height: 5.4rem;
    padding-left: 2rem;
    font-size: 1.8rem;
  }

  .box-bottom {
    margin-top: 6rem;
    position: static;
  }

  .num {
    font-size: 5.6rem;
  }

  .footer-section {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .footer-up {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .fo-logo {
    height: 3.4rem;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 3.6rem;
    display: grid;
  }

  .footer-links.about-page {
    margin-top: 1rem;
  }

  .fo-link {
    margin-left: 0;
    font-size: 2rem;
  }

  .fo-link.about-page {
    font-size: 1.4rem;
  }

  .footer-do {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.6rem;
  }

  .footer-do-l {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 3.6rem;
  }

  .fo-text {
    font-size: 2rem;
  }

  .fo-text.about-page {
    font-size: 1.2rem;
  }

  .el-divider {
    opacity: 0;
    margin: 1rem 0;
  }

  .footer-do-r {
    flex-flow: column;
    order: -1;
  }

  .socials-links {
    order: 1;
    margin-top: 3.6rem;
    margin-left: 0;
  }

  .so-icon {
    height: 2.4rem;
  }

  .social-lnk {
    width: 3.6rem;
    height: 3.6rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .old-navbar {
    justify-content: center;
    align-items: flex-end;
    height: 9.4rem;
    padding-bottom: 2rem;
  }

  .old-navbar.smaller {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .logo {
    height: 3.4rem;
    padding-bottom: 0;
  }

  .logo.mod--pmchat {
    height: auto;
  }

  .nav-menu {
    background-color: var(--white-2);
    margin-left: 0;
    padding: 4rem;
  }

  .nav-menu-holder {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .n-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.4rem;
  }

  .nav-buttons {
    display: none;
  }

  .button-secondary {
    height: 5.2rem;
    font-size: 1.8rem;
  }

  .menu-button {
    width: 24px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .m-line {
    background-color: var(--black-2);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-line-2 {
    background-color: var(--black-2);
    width: 24px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-line-3 {
    background-color: var(--black-2);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-img-mb {
    margin-top: 1rem;
  }

  .num-handles {
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    display: flex;
  }

  .num-text {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .prev, .next {
    border: 1px solid var(--blue);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .fo-text-s {
    order: 1;
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }

  .fo-text-s.about-page {
    font-size: .9rem;
  }

  .heading-desktop {
    display: none;
  }

  .heading-mobile {
    display: block;
  }

  .heading-mobile.display-none {
    display: none;
  }

  .success-message-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 1.6rem;
  }

  .hero-section {
    padding-bottom: 5rem;
  }

  .hero-main-wrapper.display-none-sd {
    display: none;
  }

  .heading-wrapper.calculator-wrapper {
    margin-bottom: 20px;
  }

  .columns.gap-20.calculator-columns, .columns.gap-20.persons-columns, .columns.align-center.feature-columns {
    display: block;
  }

  .columns.tb.sticky.dn-sd, .columns.tb.display-none {
    display: none;
  }

  .columns.gap-20.calculator-columns, .columns.gap-20.persons-columns, .columns.gap-20.calculator-columns, .columns.gap-20.persons-columns, .columns.align-center.feature-columns, .columns.align-center.feature-columns {
    display: block;
  }

  .columns.tb {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .columns.tb.sticky.dn-sd, .columns.tb.display-none {
    display: none;
  }

  .columns.tb.sticky {
    position: static;
  }

  .columns.tb.sticky.dn-sd, .columns.tb.display-none {
    display: none;
  }

  .columns.blog-columns {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    display: flex;
  }

  .columns.mod--careers-about {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .columns.mod--jobs {
    flex-flow: column;
  }

  .column-50.feature-column, .column-50.fwt {
    width: auto;
  }

  .column-50.calculator-column {
    width: 100%;
  }

  .column-50.calculator-column.mobile-full-screen {
    z-index: 99;
    z-index: 99;
    inset: 15% 5% 0%;
    width: 90%;
    position: absolute;
    inset: 15% 5% 0%;
  }

  .column-50.feature-column, .column-50.fwt {
    width: auto;
  }

  .calculator-button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .calculator-link-btn.mobile {
    min-width: auto;
    margin-bottom: 20px;
  }

  .emoji-wrapper.yellow, .emoji-wrapper.green, .emoji-wrapper.red, .emoji-wrapper.yellow, .emoji-wrapper.green, .emoji-wrapper.red {
    margin-left: 0;
  }

  .closing-button-mobile {
    display: block;
    top: 30px;
  }

  .flex-wrapper {
    display: block;
  }

  .flex-wrapper.gap-12.mb-12.ft, .flex-wrapper.gap-12.ft, .flex-wrapper.gap-8.flex-t, .flex-wrapper.gap-16.fully-flex, .flex-wrapper.gap-40.flex-t {
    display: flex;
  }

  .flex-wrapper.space-between.end-to-end-wrapper {
    display: none;
  }

  .flex-wrapper.space-between.sd {
    display: block;
  }

  .flex-wrapper.gap-12.mb-12.ft, .flex-wrapper.gap-12.ft, .flex-wrapper.gap-12.mb-12.ft, .flex-wrapper.gap-12.mb-12.ft, .flex-wrapper.gap-12.ft, .flex-wrapper.gap-8.flex-t, .flex-wrapper.gap-8.flex-t, .flex-wrapper.gap-16.fully-flex, .flex-wrapper.gap-16.fully-flex, .flex-wrapper.gap-40.flex-t {
    display: flex;
  }

  .flex-wrapper.gap-40.flex-t {
    display: flex;
  }

  .flex-wrapper.gap-40.flex-t.vertical {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 32px;
  }

  .closing-popup-img {
    top: 17rem;
  }

  .code-embed {
    margin-top: 60px;
  }

  .about-image {
    display: none;
  }

  .about-image.smaller-devices {
    display: block;
  }

  .about-us-mw-text {
    line-height: 1.4;
  }

  .column-33.person-column {
    width: auto;
    margin-bottom: 40px;
  }

  .column-33.fwt, .column-40.feature-column, .column-40.content-centered.fwt, .column-40.fwt, .column-40.feature-column, .column-40.content-centered.fwt, .column-40.content-centered.fwt, .column-40.fwt {
    width: auto;
  }

  .absolute-top-right, .absolute-bottom-left {
    z-index: 0;
  }

  .about-schedule-button {
    z-index: 1;
    position: relative;
  }

  .feature-main-image {
    margin-top: 32px;
  }

  .hero-heading-starting {
    top: -.8rem;
    left: 8rem;
  }

  .steps-arrow {
    width: 85px;
  }

  .shaded-wrapper-top-img {
    left: -35px;
  }

  .shaded-wrapper-bottom-img {
    display: none;
  }

  .shaded-wrapper-heading {
    font-size: 48px;
    line-height: 64px;
  }

  .navbar-centered {
    padding-top: 0;
  }

  .brand {
    position: static;
  }

  .shedule-demo {
    display: none;
    position: static;
  }

  .brand-image {
    margin-top: 0;
  }

  .product-hero {
    padding-bottom: 100px;
  }

  .product-hero-ilustration {
    margin-top: -40px;
  }

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

  .column-30.fwt {
    width: auto;
  }

  .column-30.dnt {
    display: none;
  }

  .column-30.blog-hero-column {
    width: 100%;
  }

  .column-60.fwt {
    width: auto;
  }

  .column-60.fwt.fm {
    order: -1;
  }

  .column-60.fwt.relative.dn-sd {
    display: none;
  }

  .column-60.blog-hero-column {
    width: 100%;
  }

  .big-heading.no-mt.mw-80t {
    max-width: 80%;
  }

  .content-wrapper.gap-3.absolute.third, .content-wrapper.gap-3.absolute.second {
    opacity: 1;
    margin-bottom: 4.5rem;
    position: static;
  }

  .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second {
    opacity: 1;
    position: static;
  }

  .content-wrapper.second, .content-wrapper.third {
    inset: 0% auto auto 0%;
  }

  .content-wrapper.gap-3.absolute.third, .content-wrapper.gap-3.absolute.second {
    opacity: 1;
    margin-bottom: 4.5rem;
    position: static;
  }

  .content-wrapper.gap-3.absolute.third, .content-wrapper.gap-3.absolute.second, .content-wrapper.gap-3.absolute.third, .content-wrapper.gap-3.absolute.second {
    opacity: 1;
    margin-bottom: 4.5rem;
    position: static;
  }

  .content-wrapper.gap-3.first {
    margin-bottom: 4.5rem;
  }

  .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second, .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second, .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second {
    opacity: 1;
    position: static;
  }

  .content-wrapper.second, .content-wrapper.third {
    inset: 0% auto auto 0%;
  }

  .column-35.flex.vertical.fwt {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .full-height-image.absolute.second, .full-height-image.absolute.third {
    position: static;
  }

  .full-height-image.dnt {
    display: none;
  }

  .full-height-image.absolute.second, .full-height-image.absolute.third, .full-height-image.absolute.second, .full-height-image.absolute.third {
    position: static;
  }

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

  .keuc-inner-wrapper {
    padding: 24px;
  }

  .keuc-wrapper-heading {
    height: auto;
    margin-bottom: 16px;
  }

  .testimonial-slide.left, .testimonial-slide.right, .testimonial-slide.left, .testimonial-slide.right {
    width: auto;
  }

  .wrapper.mb-100 {
    margin-bottom: 60px;
  }

  .dnd {
    margin-top: 24px;
    display: block;
  }

  .contect-centered.mb-220 {
    margin-bottom: 40px;
  }

  .coordinator-wrapper-heading {
    height: 56px;
  }

  .coordinator-top-wrapper, .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    height: auto;
  }

  .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    height: auto;
  }

  .coordinator-bottom-wrapper.sixth {
    height: auto;
    min-height: 104px;
  }

  .sticky-animation {
    height: auto;
    display: none;
  }

  .sticky-animation.sd {
    display: block;
    position: static;
  }

  .experts-wrapper {
    margin-bottom: 6rem;
  }

  .work-order-journey {
    margin-bottom: 32px;
    font-size: 64px;
    line-height: 60px;
  }

  .experts-new-wrapper, .work-order-lottie {
    display: none;
  }

  .blogs-hero {
    padding-top: 100px;
  }

  .blog-content-wrapper {
    padding-bottom: 20px;
  }

  .bigger-section.pt-80 {
    padding-bottom: 100px;
  }

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

  .vendoroo-wrapper.yellow, .vendoroo-wrapper.black, .vendoroo-wrapper.green, .vendoroo-wrapper.yellow, .vendoroo-wrapper.black, .vendoroo-wrapper.green {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .p-115 {
    padding-top: 80px;
  }

  .swiper-slide.mod--reviews {
    width: 80%;
  }

  .swiper-nav.mod--reviews {
    top: -88px;
  }

  .swiper-nav__arrow:hover {
    border-color: #0000;
  }

  .col.mod--jobs {
    max-width: 100%;
  }

  .rating__star {
    width: 16px;
    height: 16px;
  }

  .reviews {
    margin-top: 40px;
  }

  .reviews-banner {
    padding: 32px;
  }

  .reviews-banner__logo-wrap {
    font-size: 26px;
  }

  .pricing__block.is--popular {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar-menu-wrap {
    background-color: #f6f8fa;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-menu__link {
    text-transform: none;
    display: block;
  }

  .navbar-burger {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .navbar-burger.w--open {
    background-color: #c8c8c800;
  }

  .navbar-burger__line {
    background-color: var(--black-2);
    width: 100%;
    height: 2px;
    padding: 0;
    transition: all .2s;
    position: relative;
  }

  .navbar-burger__line.is--2 {
    transition: none;
  }

  .h1 {
    font-size: 4rem;
  }

  .careers-hero-about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .careers-hero__title-wrap {
    max-width: 29rem;
  }

  .careers-hero-about__bottom {
    text-align: center;
    flex-flow: column;
    width: 100%;
    padding: 1rem;
  }

  .careers-hero-mark {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    text-align: center;
    width: 100%;
    position: relative;
    right: 0;
  }

  .careers-hero-build {
    margin-bottom: .625rem;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .careers-about-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-top: 3rem;
    padding-left: 0;
  }

  .careers-about-list__item {
    padding-left: 3rem;
  }

  .careers-about-list__item.is--first {
    border-bottom: 1px solid #e1e3e4;
    border-right-style: none;
    margin-bottom: 1.5rem;
    margin-right: 0;
    padding-bottom: 1.5rem;
    padding-right: 0;
  }

  .careers-about__icon {
    left: 0;
  }

  .careers-hero-about__img-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: .625rem;
    display: flex;
  }

  .integ-content {
    padding-top: 19vw;
  }

  .integ__img {
    width: 100%;
  }

  .home__btn-wrap {
    margin-top: .5rem;
  }

  .navbar-menu__links {
    justify-content: center;
    align-items: center;
  }

  .navbar-burger__lines {
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    width: 18px;
    height: 10px;
    display: flex !important;
  }

  .navbar-burger__lines.w--open {
    background-color: #c8c8c800;
  }

  .div-block-4, .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .dh-price-toggle-option {
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .header26_image-is-hero {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .layout16_component {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .timeline19_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .stats31_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stats31_number {
    font-size: 4rem;
  }

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .home-header_brands {
    width: 100vw;
    margin-top: 1rem;
    position: relative;
    bottom: 0%;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .brands_loop {
    margin-bottom: 4rem;
  }

  .testimonial18_list {
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .container.centered.ncm {
    text-align: left;
    text-align: left;
  }

  .container.mod--pricing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.bg-light.whitemb {
    background-color: var(--white);
    background-color: var(--white);
  }

  .section.mod--thank {
    padding: 18px 16px 32px;
  }

  .testimonials {
    flex-direction: column;
  }

  .p1 {
    display: none;
  }

  .full-wd.shadow {
    border-radius: 10px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer-list {
    flex-direction: column;
  }

  .footer-list-item {
    border-bottom: 1px solid #ddddde;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p1-m {
    margin-bottom: 20px;
    display: block;
  }

  .apple-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-layout {
    grid-template-columns: 1fr;
  }

  .box-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .box-item.box-item-3 {
    padding-left: 24px;
  }

  .box-item-md {
    padding: 48px 24px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .heading-w {
    order: -1;
  }

  .steps {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }

  .step-item {
    width: 100%;
    max-width: none;
  }

  .mockup {
    order: -1;
    margin-top: 30px;
  }

  .cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .card {
    flex-direction: column;
    display: flex;
  }

  .card-content {
    order: -1;
    margin-bottom: 20px;
  }

  .cards-layouts {
    grid-template-columns: 1fr;
  }

  .t-item {
    font-size: 18px;
  }

  .table-f {
    font-size: 14px;
  }

  .arr, .caption-2 {
    display: none;
  }

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

  .header-w {
    background-color: #f5f5f7;
    padding-top: 0;
  }

  .list-2 {
    text-align: left;
  }

  .heading-md {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 48px;
  }

  .header-holder {
    background-position: 50% 20%;
  }

  .header-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    margin-bottom: 14rem;
  }

  .header-info-row {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .header-content {
    place-items: center start;
  }

  .heading-m {
    align-self: flex-start;
  }

  .header-heading {
    display: none;
  }

  .avatars {
    order: -1;
    margin-bottom: 3.2rem;
    margin-left: 0;
  }

  .flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .illustration-d {
    display: none;
  }

  .button-primary {
    width: 100%;
    min-width: auto;
  }

  .button-primary.nav-demo {
    width: auto;
  }

  .button-primary.sd {
    display: flex;
  }

  .button-primary.bd {
    display: none;
  }

  .heading-box._1 {
    max-width: 30rem;
  }

  .heading-box._2 {
    max-width: 35rem;
  }

  .heading-s.center-m {
    position: relative;
  }

  .heading-s.center-m.line-border {
    display: inline-block;
  }

  .heading-s.center-m.line-border.d-title {
    display: none;
  }

  .heading-s.center-m.m-title {
    text-align: center;
    align-self: center;
  }

  .row-card {
    flex-flow: column;
  }

  .row-content {
    width: 100%;
    max-width: none;
    margin-top: 2.4rem;
  }

  .row-card-image {
    order: -1;
    width: 100%;
    max-width: none;
  }

  .line {
    max-width: 10rem;
  }

  .cards-carousel.owl-carousel.owl-theme {
    grid-template-columns: 1fr;
  }

  .cards-grid {
    flex-flow: column;
    display: flex;
  }

  .row-w {
    flex-flow: column;
  }

  .row-w-content {
    max-width: none;
  }

  .holder-s2 {
    background-image: url("https://cdn.prod.website-files.com/658324c3275608f81f524a31/65fcdb42c4e4e910fd5d1c11_Line(4).svg");
    background-size: contain;
  }

  .person {
    margin-top: 4rem;
  }

  .line-border {
    z-index: 1;
  }

  .table-w-inner {
    min-width: 750px;
  }

  .footer-section.about-page {
    padding-top: 5rem;
    padding-bottom: 24px;
  }

  .fo-link.about-page {
    font-size: 20px;
  }

  .footer-do-l.about-page {
    margin-top: 30px;
  }

  .el-divider.about-page {
    display: none;
  }

  .socials-links.about-page {
    margin-top: 30px;
  }

  .nav-w.with-bt {
    justify-content: space-between;
    display: flex;
  }

  .header-heading-mb {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 25rem;
    display: flex;
  }

  .header-img-mb {
    display: block;
  }

  .hero-content-wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading.new-home.centered.ncm, .hero-heading.new-home.nhf.ncm {
    text-align: left;
  }

  .hero-heading.new-home.mb-0.centered-mobile, .hero-heading.new-home.mobile-centered {
    margin-left: auto;
  }

  .hero-heading.product {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 4.2rem;
    line-height: 4rem;
  }

  .hero-heading.new-home {
    max-width: none;
    margin-bottom: 1.5rem;
    margin-left: 0;
    font-size: 3rem;
    line-height: 2.8rem;
  }

  .hero-heading.new-home.centered.ncm, .hero-heading.new-home.nhf.ncm {
    text-align: left;
  }

  .hero-heading.new-home.mb-0.centered-mobile, .hero-heading.new-home.mobile-centered {
    margin-left: auto;
  }

  .hero-heading.new-home.centered.ncm, .hero-heading.new-home.nhf.ncm {
    text-align: left;
    text-align: left;
  }

  .hero-heading.new-home.ncm {
    max-width: none;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading.new-home.mb-0.centered-mobile, .hero-heading.new-home.mobile-centered {
    margin-left: auto;
  }

  .columns.mod--results, .columns.mod--price {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .columns.core-values {
    display: block;
  }

  .columns.gap-48.hidden-mobile {
    display: none;
  }

  .columns.gap-24.block-mobile {
    flex-flow: column;
  }

  .columns.tb.sticky {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: none;
  }

  .columns.gap-2p.animated {
    flex-flow: column;
    margin-top: 2.5rem;
    position: relative;
  }

  .columns.recruitment {
    flex-flow: column;
  }

  .columns.mod--pricing {
    grid-row-gap: 165px;
  }

  .columns.mod--careers-about {
    flex-flow: column;
  }

  .columns.mod--jobs {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 3rem;
  }

  .columns.mod--footer {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .columns.mod--footer.is--terms {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column-reverse;
  }

  .columns.mod--feature {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .columns.mod--trust {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
  }

  .columns.mod--results, .columns.mod--price {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .column-50.calculator-column.mobile-full-screen {
    z-index: 99;
    z-index: 99;
    top: 20%;
  }

  .column-50.cv-column {
    width: auto;
    display: none;
  }

  .column-50.fwm {
    width: auto;
  }

  .input-row {
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
  }

  .input-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .calculator-check-wrapper {
    display: block;
  }

  .checkbox-button-wrapper {
    align-items: center;
    margin-bottom: 16px;
  }

  .calculator-link-btn.mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .costs-wrapper {
    display: block;
  }

  .price {
    margin-bottom: 36px;
  }

  .points-top-wrapper {
    margin-bottom: 0;
    display: block;
  }

  .point-wrapper {
    margin-bottom: 16px;
  }

  .bottom-calculator-wrapper {
    width: auto;
    height: auto;
    margin-bottom: 8px;
  }

  .additional-service-field.display-none {
    margin-bottom: 24px;
  }

  .tool-tip-wrapper {
    right: 0;
  }

  .additional-services-text {
    margin-top: 36px;
  }

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

  .arrow-wrapper.display-none {
    opacity: 0;
  }

  .arrow-wrapper.mobile-display-none {
    bottom: -60px;
    left: 8rem;
  }

  .flex-wrapper.space-between.align-bottom.module, .flex-wrapper.space-between.fully-flex {
    display: flex;
  }

  .flex-wrapper.gap-8.mb-10.dnm, .flex-wrapper.gap-8.mb-48.dnm {
    display: none;
  }

  .flex-wrapper.space-between.align-bottom.module, .flex-wrapper.space-between.fully-flex, .flex-wrapper.space-between.align-bottom.module, .flex-wrapper.space-between.align-bottom.module, .flex-wrapper.space-between.fully-flex {
    display: flex;
  }

  .flex-wrapper.gap-8.mb-10.dnm, .flex-wrapper.gap-8.mb-48.dnm {
    display: none;
  }

  .flex-wrapper.gap-8.mb-10.dnm, .flex-wrapper.gap-8.mb-48.dnm {
    display: none;
  }

  .flex-wrapper.gap-8.mb-48.dnm {
    display: none;
  }

  .flex-wrapper.gap-8.mb-48.mobile {
    margin-bottom: 12px;
    display: flex;
  }

  .flex-wrapper.gap-16.fully-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-wrapper.align-top.gap-16.fully-flex {
    display: flex;
  }

  .flex-wrapper.gap-40.flex-t.vertical {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 16px;
    padding-bottom: 0;
  }

  .flex-wrapper.mobile-flex {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .arrow-none-mobile {
    opacity: 0;
  }

  .mobile-arrow {
    margin-left: 7px;
  }

  .logoes-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .standard-section.core-values {
    text-align: center;
  }

  .standard-section.thank-you {
    padding-top: 80px;
  }

  .about-hero-wrapper {
    padding: 40px 24px;
  }

  .about-hero-wrapper.thankyou-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-us-wrapper {
    margin-bottom: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 18px;
  }

  .h3-mission {
    margin-left: 4px;
    font-size: 20px;
    line-height: 22px;
  }

  .about-us-mw-text {
    font-size: 26px;
    line-height: 32px;
  }

  .empower-property-managers {
    border-style: none;
  }

  .wrapper-730 {
    margin-bottom: 36px;
  }

  .section-heading.mb-36, .section-heading.mb-48, .section-heading.mb-36, .section-heading.mb-48 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 30px;
  }

  .light-text {
    font-size: 16px;
    line-height: 22px;
  }

  .column-33.person-column {
    margin-bottom: 20px;
  }

  .person-name {
    font-size: 18px;
    line-height: 25px;
  }

  .person-card-position {
    font-size: 12px;
    line-height: 14px;
  }

  .column-40.cv-column {
    width: auto;
  }

  .future-vision-text {
    font-size: 16px;
    line-height: 22px;
  }

  .future-vision-text.mb-36 {
    margin-bottom: 24px;
  }

  .large-text {
    font-size: 16px;
    line-height: 22px;
  }

  .large-text.cv-text {
    margin-bottom: 36px;
  }

  .core-values-wrapper {
    text-align: left;
    margin-bottom: 0;
  }

  .core-values-heading {
    font-size: 18px;
    line-height: 25px;
  }

  .medium-text {
    font-size: 16px;
    line-height: 22px;
  }

  .about-schedule-wrapper {
    padding: 60px 24px;
  }

  .absolute-top-right.desktop {
    display: none;
  }

  .absolute-top-right.sd {
    display: block;
  }

  .absolute-bottom-left.desktop {
    display: none;
  }

  .absolute-bottom-left.sd {
    display: block;
  }

  .about-schedule-button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .schedule-image {
    max-width: 18px;
    top: -44px;
    left: 72px;
  }

  .star-image {
    max-width: 22px;
  }

  .cv-image {
    max-width: 40px;
  }

  .about-left-arrow {
    max-width: 40px;
    inset: auto auto -50px 35%;
  }

  .about-right-arrow {
    max-width: 40px;
    inset: auto 35% -50px auto;
  }

  .about-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-slider {
    display: block;
  }

  .hero-heading-ending, .hero-heading-starting {
    display: none;
  }

  .pre-heading-wrapper {
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
  }

  .smaller-section-heading.mb-120, .smaller-section-heading.workorders, .smaller-section-heading.mb-120, .smaller-section-heading.workorders {
    margin-bottom: 48px;
    font-size: 26px;
    line-height: 30px;
  }

  .steps-top-wrapper {
    margin-bottom: 12px;
  }

  .steps-icon-wrapper {
    margin-right: 0;
    padding: 14px;
  }

  .steps-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .steps-number, .steps-heading {
    font-size: 18px;
    line-height: 21px;
  }

  .steps-paragraph {
    text-align: left;
  }

  .shaded-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .shaded-wrapper-top-img {
    display: none;
  }

  .shaded-wrapper-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .steps-single-wrapper {
    align-items: stretch;
  }

  .steps-arrow-mobile {
    object-fit: cover;
  }

  .pricing-modul-wrapper {
    flex-flow: column;
    display: flex;
  }

  .pricing-modul-side {
    width: auto;
  }

  .basic-module-wrapper {
    display: inline-block;
  }

  .module-separator.sd {
    display: block;
  }

  .pm-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .pm-wrapper.mb-2-5rem.bd, .pm-wrapper.centered.mb-2-5rem.desktop {
    display: none;
  }

  .pm-wrapper.mb-2-5rem.mobile {
    margin-bottom: 1rem;
    margin-right: auto;
    display: flex;
  }

  .pm-wrapper.mb-2-5rem.mobile.centered {
    margin-left: auto;
  }

  .pm-wrapper.mb-2-5rem.bd, .pm-wrapper.centered.mb-2-5rem.desktop {
    display: none;
  }

  .pm-wrapper.centered.mb-2-5rem.desktop {
    display: none;
  }

  .pm-wrapper.centered.mb-2-5rem.mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .product-hero {
    padding-top: 60px;
    padding-bottom: 88px;
  }

  .button-wrapper.mod--thank {
    margin-top: 2rem;
  }

  .button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button.z-1 {
    width: auto;
    padding: 14px 32px;
  }

  .button.z-1.fwm {
    text-align: center;
    text-align: center;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .product-hero-ilustration {
    display: none;
  }

  .product-hero-ilustration.mobile {
    width: 100%;
    margin-top: 60px;
    display: block;
  }

  .white-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .white-section.bigger-mobile {
    padding-bottom: 158px;
  }

  .column-60.fwt.fm {
    order: -1;
    margin-bottom: 8px;
  }

  .big-heading.no-mt {
    font-size: 4rem;
    font-weight: 500;
    line-height: 3.5rem;
  }

  .big-heading.no-mt.mw-80t {
    max-width: 100%;
  }

  .big-heading.no-mt.mw-80t.smaller.centered-mobile {
    text-align: center;
    text-align: center;
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 3rem;
    line-height: 3rem;
  }

  .big-heading.get-started-today {
    letter-spacing: -.2rem;
    margin-bottom: 24px;
    font-size: 4rem;
    font-weight: 500;
    line-height: 3.5rem;
  }

  .big-heading.get-started-today.smaller.no-mw-mobile {
    max-width: none;
  }

  .content-wrapper {
    margin-top: 12px;
  }

  .content-wrapper.second, .content-wrapper.third {
    inset: 0% auto auto 0%;
  }

  .content-wrapper.gap-3.absolute.third {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .content-wrapper.gap-3.absolute.third.woy {
    opacity: 1;
    opacity: 1;
    margin-bottom: 32px;
  }

  .content-wrapper.gap-3.absolute.second {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .content-wrapper.gap-3.absolute.second.woy {
    opacity: 1;
    opacity: 1;
    margin-bottom: 32px;
  }

  .content-wrapper.gap-3.first {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .content-wrapper.gap-3.first.woy {
    opacity: 1;
    opacity: 1;
    margin-bottom: 32px;
  }

  .content-wrapper.second, .content-wrapper.third {
    inset: 0% auto auto 0%;
  }

  .step-wrapper {
    margin-bottom: 16px;
  }

  .h3-old {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 24px;
  }

  .new-paragraph.mb-48 {
    margin-bottom: 32px;
  }

  .new-paragraph.bigger {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .new-paragraph.bigger.almost-black {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .full-height-image.absolute.second {
    display: none;
  }

  .full-height-image.absolute.second.mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .full-height-image.absolute.third {
    display: none;
  }

  .full-height-image.absolute.third.mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .full-height-image.first {
    display: none;
  }

  .full-height-image.first.mobile {
    width: 100%;
    display: block;
  }

  .ws-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .big-section {
    padding: 88px 1rem;
  }

  .features-navigation-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-bottom: 40px;
  }

  .keuc-wrapper-heading {
    font-size: 26px;
    line-height: 24px;
  }

  .testimonial-slider {
    margin-top: 40px;
  }

  .testimonial-wrapper {
    padding: 24px;
  }

  .testimonial-top-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    margin-bottom: 12px;
  }

  .testimonial-left-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .testimonial-name {
    font-size: 18px;
    line-height: 17px;
  }

  .testimonial-person-description {
    font-size: 14px;
    line-height: 21px;
  }

  .testimonial-description {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-left-arrow {
    inset: auto auto -72px 35%;
  }

  .testimonial-right-arrow {
    inset: auto 35% -72px auto;
  }

  .wrapper.mb-100 {
    margin-bottom: 32px;
  }

  .green-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .percentage {
    font-size: 26px;
    line-height: 24px;
  }

  .separator-line {
    display: none;
  }

  .new-text.white {
    font-size: 14px;
    line-height: 21px;
  }

  .yellow-diamond {
    max-width: 16px;
  }

  .new-home-hero-image.mobile {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .new-home-hero-image.bd {
    display: none;
  }

  .contect-centered.mb-5rem.align-left-mobile {
    text-align: left;
    max-width: none;
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .contect-centered.mb-5rem.align-left-mobile.experts {
    margin-bottom: 5rem;
  }

  .contect-centered.mb-220 {
    margin-bottom: 172px;
  }

  .column-15.coordination-column {
    width: 100%;
  }

  .coordinator-wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .coordinator-wrapper-heading {
    font-size: 18px;
    line-height: 25px;
  }

  .coordinator-wrapper-heading.forth, .coordinator-wrapper-heading.fifth {
    overflow-wrap: anywhere;
  }

  .coordinator-wrapper-heading.forth, .coordinator-wrapper-heading.fifth {
    overflow-wrap: anywhere;
  }

  .coordinator-wrapper-heading.sixth {
    overflow-wrap: break-word;
  }

  .coordinator-top-wrapper {
    flex-flow: column;
    width: 98px;
    min-width: 98px;
    max-width: 98px;
  }

  .coordinator-diamond.first, .coordinator-diamond.second, .coordinator-diamond.third, .coordinator-diamond.forth, .coordinator-diamond.fifth, .coordinator-diamond.sixth {
    display: none;
  }

  .coordinator-diamond.first, .coordinator-diamond.second, .coordinator-diamond.third, .coordinator-diamond.forth, .coordinator-diamond.fifth, .coordinator-diamond.sixth {
    display: none;
  }

  .coordinator-diamond.mobile.one {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: 0;
  }

  .coordinator-diamond.mobile.two {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: 20%;
  }

  .coordinator-diamond.mobile.three {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: 40%;
  }

  .coordinator-diamond.mobile.four {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: 60%;
  }

  .coordinator-diamond.mobile.five {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    position: absolute;
    top: 80%;
  }

  .coordinator-diamond.mobile.six {
    width: 15px;
    height: 15px;
    margin-left: -7px;
  }

  .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    max-width: 190px;
  }

  .coordinator-bottom-wrapper.first, .coordinator-bottom-wrapper.second, .coordinator-bottom-wrapper.third, .coordinator-bottom-wrapper.forth, .coordinator-bottom-wrapper.fifth {
    max-width: 190px;
  }

  .coordinator-bottom-wrapper.sixth {
    width: 190px;
    max-width: 190px;
  }

  .nhf-left-wrapper {
    padding: 24px;
  }

  .nhf-first-line {
    margin-top: 16px;
  }

  .nhf-cost-number {
    font-size: 44px;
    line-height: 41px;
  }

  .nhf-inner-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .nhf-right-wrapper {
    padding: 24px 24px 32px;
  }

  .nhf-right-wrapper-heading {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 17px;
  }

  .mt-12 {
    margin-top: 4px;
  }

  .bottom-out-line {
    display: none;
  }

  .faq-wrapper.first, .faq-wrapper.second, .faq-wrapper.third, .faq-wrapper.forth, .faq-wrapper.fifth, .faq-wrapper.sixth, .faq-wrapper.seventh, .faq-wrapper.first, .faq-wrapper.second, .faq-wrapper.third, .faq-wrapper.forth, .faq-wrapper.fifth, .faq-wrapper.sixth, .faq-wrapper.seventh {
    padding: 16px;
  }

  .faq-qustion.first, .faq-qustion.second, .faq-qustion.third, .faq-qustion.forth, .faq-qustion.fifth, .faq-qustion.sixth, .faq-qustion.seventh, .faq-qustion.first, .faq-qustion.second, .faq-qustion.third, .faq-qustion.forth, .faq-qustion.fifth, .faq-qustion.sixth, .faq-qustion.seventh {
    font-size: 1.5rem;
  }

  .middle-line {
    background-color: #e1e3e4;
    width: 2px;
    height: 85%;
    display: block;
    position: absolute;
    top: 5%;
    left: 180px;
  }

  .middle-inner-line {
    background-color: #039cac;
    width: 2px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: -100%;
  }

  .animated-line-holder {
    width: 2px;
    height: 100%;
    overflow: hidden;
  }

  .add-ons-icon {
    max-width: 24px;
  }

  .mobile-image {
    width: 100%;
    display: block;
  }

  .desktop-image {
    display: none;
  }

  .logos-main-wrapper.mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .logos-main-wrapper.desktop {
    display: none;
  }

  .logos-inner-wrapper.first, .logos-inner-wrapper.second, .logos-inner-wrapper.first, .logos-inner-wrapper.second {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 920px;
    min-width: 920px;
    max-width: 920px;
  }

  .logos-image {
    max-width: 150px;
  }

  .hero-lottie {
    max-width: 92%;
    bottom: 10%;
    left: 4%;
  }

  .hero-lottie.product {
    max-width: 100%;
    bottom: 20.5%;
    left: 0%;
  }

  .work-order-journey {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 40px;
  }

  .blogs-hero {
    padding-top: 60px;
  }

  .professional-management-text {
    font-size: 16px;
    line-height: 24px;
  }

  .new-hero-heading {
    letter-spacing: -3.5px;
    margin-top: 16px;
    font-size: 64px;
    line-height: 50px;
  }

  .blogs-cl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .blog-content-wrapper {
    padding-bottom: 24px;
  }

  .blog-heading {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .pm-image {
    max-width: 16px;
  }

  .blog-hero-heading {
    margin-top: 16px;
    font-size: 44px;
    line-height: 42px;
  }

  .bigger-section.no-pb {
    padding-top: 88px;
  }

  .bigger-section.pt-80 {
    padding-top: 65px;
    padding-bottom: 88px;
  }

  .bigger-section.recruitment {
    padding: 88px 0;
  }

  .explore-heading {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 41px;
  }

  .recruitment-side-wrapper, .recruitment-side-wrapper.right, .recruitment-side-wrapper.right {
    display: none;
  }

  .rs-inner-wrapper {
    padding-top: 0;
  }

  .rsiw {
    font-size: 16px;
    line-height: 24px;
  }

  .vendoroo-inner-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .vendoroo-small-heading {
    font-size: 18px;
  }

  .p-115 {
    padding-top: 65px;
  }

  .lf-inner-wrapper {
    padding: 16px;
  }

  .lf-iw-heading {
    max-width: 255px;
    font-size: 18px;
    line-height: 18px;
  }

  .swiper.mod--trust {
    flex-flow: column-reverse;
    margin-left: -.5rem;
    margin-right: -.5rem;
    display: flex;
  }

  .swiper-slide, .swiper-slide.mod--reviews {
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    width: 100%;
  }

  .swiper-slide.mod--trust {
    width: 97%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .swiper-nav.mod--reviews {
    margin-top: 40px;
    position: relative;
    top: 0;
    right: auto;
  }

  .swiper-nav.mod--trust {
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 0;
    padding-right: 0;
  }

  .col.mod--careers-about.is--1 {
    width: 100%;
  }

  .col.mod--footer-soc {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .col.mod--footer-terms {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .col.mod--footer-terms.is--1 {
    border-top: 1px solid #e1e3e4;
    padding-top: 1.5rem;
  }

  .col.mod--feature {
    max-width: 234px;
  }

  .col.mod--trust.is--2 {
    font-size: 1rem;
  }

  .col.mod--price.is--popular {
    order: -1;
  }

  .h2 {
    font-size: 2.75rem;
  }

  .h2.margin-bottom-32 {
    margin-bottom: 1.5rem;
  }

  .h2.mod--pricing {
    font-size: 54px;
  }

  .h2.size-54_mobile {
    font-size: 3.375rem;
  }

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

  .reviews-banner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
  }

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

  .text-size-24 {
    font-size: 1rem;
  }

  .text-size-32 {
    letter-spacing: -1.2px;
    font-size: 20px;
  }

  .heading-center.text-align-left_mobile {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-center.margin-bottom-80 {
    margin-bottom: 2.5rem;
  }

  .pricing__block, .pricing__block.is--popular, .pricing__block.is--popular {
    padding-bottom: 36px;
  }

  .pricing__img-wrap {
    display: flex;
  }

  .pricing__img {
    width: 202px;
  }

  .pricing__img.is--popular {
    width: 255px;
    position: absolute;
    bottom: -4.4rem;
  }

  .pricing__title {
    letter-spacing: -1.56px;
    font-size: 26px;
  }

  .logo-link {
    flex: none;
  }

  .navbar {
    min-height: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .content.mod--footer {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 3.5rem;
  }

  .content.mod--trust {
    overflow: visible;
  }

  .sec {
    padding: 5.5rem 1rem;
  }

  .sec.mod--header {
    padding: 0;
    top: 0;
  }

  .sec.mod--footer {
    padding-bottom: 1.5rem;
  }

  .sec.mod--home {
    background-color: #f6f8fa;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .sec.is-bg-gray-mobile {
    background-color: var(--light);
  }

  .navbar-menu-wrap {
    flex: 0 auto;
    height: 100vh;
  }

  .navbar-menu__link {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: 2.75rem;
  }

  .navbar-burger {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    padding: 0;
    display: flex !important;
  }

  .button-header {
    font-size: 1.5rem;
  }

  .label-heading {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .label-heading.flex-center_mobile {
    justify-content: center;
    align-items: center;
  }

  .careers-hero-about {
    margin-top: 3.5rem;
  }

  .careers-hero__title-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
  }

  .careers-hero-mark {
    font-size: .875rem;
  }

  .careers-hero-mark__title {
    font-size: 1.625rem;
  }

  .careers-hero-build {
    font-size: 1rem;
  }

  .button-icon__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }

  .h3 {
    font-size: 1.625rem;
  }

  .h3.mod--pricing {
    font-size: 26px;
  }

  .h3.size-18_mobile {
    font-size: 1.125rem;
  }

  .careers-about-list__item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2rem;
    font-size: 1.125rem;
  }

  .careers-about__icon {
    width: 1.5rem;
    height: 1.5rem;
    top: -.1rem;
  }

  .subheading {
    font-size: 1rem;
  }

  .subheading.margin-bottom-48 {
    margin-bottom: 2rem;
  }

  .subheading.size-18_mobile {
    font-size: 1.125rem;
  }

  .jobs-block {
    padding: 1rem;
  }

  .jobs-block__label {
    margin-bottom: 1rem;
  }

  .jobs-block__text, .jobs-block__remote {
    font-size: 1rem;
  }

  .jobs-block__text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .footer-nav__link {
    width: 50%;
  }

  .footer-nav {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-soc__link {
    width: 2.5rem;
    height: 2.5rem;
  }

  .remodal.remodal-global {
    max-width: 100%;
    padding: 1rem;
  }

  .remodal__close {
    top: -3rem;
    right: 1rem;
  }

  .remodal__container {
    padding: 1.5rem;
  }

  .remodal__container.mod--video {
    padding: 1rem;
  }

  .h4, .h4.size-18_mobile {
    font-size: 1.125rem;
  }

  .h4.size-18_mobile {
    font-size: 1.125rem;
  }

  .h4.size-26_mobile {
    font-size: 1.625rem;
  }

  .remodal__scroll {
    max-height: 80svh;
    padding: 1.5rem;
  }

  .remodal__scroll.mod--job {
    max-height: 80svh;
    margin-bottom: 6rem;
    padding-bottom: 1.5rem;
  }

  .remodal__btn-wrap {
    padding: 1rem 1.5rem 1.5rem;
  }

  .file-upload__default {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .careers-about-list__title {
    letter-spacing: -.32px;
    font-size: 1.125rem;
  }

  .form-msg-success__block {
    font-size: 1.125rem;
  }

  .form-msg-success__title {
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }

  .feature__block {
    padding-top: 86px;
  }

  .feature__img-wrap {
    height: 72px;
  }

  .feature__title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .feature-rows {
    margin-top: 56px;
  }

  .feature__logo {
    flex: none;
    width: 80px;
    max-width: none;
  }

  .feature__logo-wrap {
    background-color: #cecfd0;
    background-image: none;
    width: 1px;
    max-width: none;
    height: 176px;
  }

  .feature__logo-wrap.is--mobile {
    height: 40px;
    display: block;
  }

  .feature__img {
    max-width: 100px;
  }

  .span-description_mobile {
    letter-spacing: 0;
    margin-top: 24px;
    font-size: 18px;
    display: block;
  }

  .integ-content {
    align-items: stretch;
    max-width: 26rem;
    padding-top: 0;
  }

  .integ__title-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .integ__img-wrap {
    margin-bottom: -1rem;
    position: relative;
  }

  .integ__img {
    display: none;
  }

  .integ__img.is--mobile {
    display: block;
  }

  .img.mod--thank__ico {
    display: none;
  }

  .contact__col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .heading-2.mod--thank {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 44px;
  }

  .text-size-20 {
    font-size: 1rem;
  }

  .pricing__count-period {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .pricing__desc {
    height: auto;
    font-size: 16px;
  }

  .pricing__period-text {
    font-size: 16px;
  }

  .home-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    max-width: none;
    margin-bottom: 0;
  }

  .content-wrap {
    margin: -5.5rem -1rem;
    padding: 5.5rem 1rem;
  }

  .how-grid {
    flex-flow: column;
    display: flex;
  }

  .how-grid__block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .how-grid__text-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .price__img {
    width: 13.75rem;
    margin-top: -100%;
  }

  .price__block {
    padding-bottom: 2rem;
  }

  .price__block.is--popular {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5rem;
  }

  .price__tag-popular {
    padding-top: .5rem;
    padding-bottom: .4rem;
  }

  .price__desc {
    min-height: auto;
    font-size: 16px;
  }

  .price__desc.is--light {
    margin-bottom: 1.5rem;
  }

  .price__list {
    padding-top: 2rem;
  }

  .swiper-trust__block {
    padding: 1.5rem;
  }

  .trust-author {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: .875rem;
  }

  .results-block__text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .how-list {
    margin-bottom: 2rem;
  }

  .how-list__item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .how-list__numb {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }

  .cta__img {
    display: none;
  }

  .cta__img.is--mobile {
    margin-top: 2.5rem;
    display: block;
    position: relative;
    top: 0;
  }

  .navbar-menu__buttons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

  .navbar-menu__divider {
    width: 100%;
    height: 1px;
    margin-top: .5rem;
  }

  .navbar-menu__links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .header-logo {
    min-width: auto;
    margin-left: 1rem;
  }

  .navbar-menu {
    flex-flow: column;
    height: 100svh;
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .navbar-burger__lines {
    width: 1.5rem;
    height: .625rem;
  }

  .home-runline {
    margin-top: 3rem;
  }

  .home-runline__img {
    width: 10.625rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .price__count-info {
    min-height: auto;
  }

  .price__count-period {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: .2rem;
  }

  .price__period-text {
    font-size: 1rem;
  }

  .btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .price__img-wrap {
    height: auto;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    position: relative;
  }

  .home-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .home-video-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    max-width: none;
    padding: 1rem;
  }

  .home-video {
    height: auto;
  }

  .div-block-6 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .header26_image-wrapper {
    width: 100%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .layout16_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .layout16_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .timeline19_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .timeline19_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr max-content 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .timeline19_image-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .timeline19_progress-wrapper {
    flex-direction: column;
    align-self: stretch;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .timeline19_fade-overlay-left {
    display: none;
  }

  .timeline19_progress-line {
    width: 3px;
    height: 100%;
  }

  .timeline19_progress-line.is-small-mobile {
    opacity: 0;
    height: .5rem;
  }

  .timeline19_progress-line.is-small-mobile.is-last {
    opacity: 100;
    opacity: 100;
  }

  .timeline19_item-content {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .timeline19_fade-overlay-right {
    display: none;
  }

  .stats31_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats31_item-list {
    grid-template-columns: 1fr;
  }

  .stats31_number {
    font-size: 3.5rem;
  }

  .layout4_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial10_slider {
    padding-bottom: 3rem;
  }

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

  .testimonial10_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

  .divider-vertical {
    display: none;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .brands_loop {
    margin-bottom: 2rem;
  }

  .separator_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-style-label {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .text-style-label.flex-center_mobile {
    justify-content: center;
    align-items: center;
  }

  .testimonial18_list {
    column-count: 1;
  }

  .testimonial18_card {
    padding: 1.5rem;
  }

  .testimonial18_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial18_callout {
    padding: 1.5rem;
  }
}

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

  h2, h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  a {
    width: 100%;
  }

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

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

  .container.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .header-info {
    align-items: stretch;
  }

  .caption {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .header-info-texts {
    text-align: left;
  }

  .text-lg {
    font-size: 18px;
  }

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

  .section.bg-light.whitemb {
    background-color: var(--white);
    background-color: var(--white);
    background-color: var(--white);
    padding-bottom: 32px;
  }

  .testimonials {
    margin-top: 36px;
  }

  .slider {
    min-width: auto;
    padding-bottom: 40px;
  }

  .heading-holder.left-mn {
    text-align: left;
    text-align: left;
  }

  .slide-w {
    flex-direction: column;
    display: flex;
  }

  .slide-w-info {
    margin-top: 10px;
  }

  .t-logo {
    object-fit: contain;
    align-self: flex-start;
    margin-bottom: 24px;
    position: relative;
  }

  .name.fw-300 {
    padding-top: 20px;
  }

  .left-arrow {
    inset: auto auto 0% 35%;
  }

  .right-arrow {
    inset: auto 35% 0% auto;
  }

  .tab-link {
    color: #222;
    padding-bottom: 40px;
  }

  .tab-link-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-text {
    color: #717171;
    font-weight: 300;
  }

  .heading-holder-texts {
    display: none;
  }

  .full-wd {
    display: inline-block;
  }

  .full-wd.desktop {
    display: none;
  }

  .full-wd.mobile {
    display: block;
  }

  .banner-content {
    background-color: #f7f7f7;
    padding: 24px;
  }

  .contact-form-w {
    padding: 24px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .f-label {
    font-size: 16px;
  }

  .text-field {
    height: 35px;
  }

  .contact-shape {
    display: none;
  }

  .faq-q {
    font-size: 18px;
  }

  .faq-icon {
    height: 24px;
  }

  .footer-down {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .nav {
    background-color: var(--light);
  }

  .nav-menu-r {
    display: flex;
  }

  .nav-link {
    display: none;
  }

  .nav-button {
    height: 32px;
    margin-left: 0;
  }

  .p1-m {
    min-width: 438px;
    height: auto;
    display: block;
  }

  .tab-image {
    background-image: none;
  }

  .tb-icon {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner-image {
    order: 1;
  }

  .select {
    height: 35px;
  }

  .apple-grid-block.mobile-portrait-hidden {
    display: none;
  }

  .apple-grid {
    grid-template-columns: 1fr;
  }

  .grid-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .box-item {
    margin-bottom: 16px;
  }

  .box-item-lg {
    align-items: flex-end;
    margin-bottom: 16px;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .box-item-md {
    margin-bottom: 16px;
  }

  .lists {
    grid-template-columns: 1fr;
  }

  .heading-9 {
    margin-top: 10px;
  }

  .mask {
    background-color: #fff;
  }

  .slide {
    border-radius: 18px;
    padding: 40px 24px;
  }

  .bold-text-2, .text-span-3 {
    color: #222;
    font-weight: 400;
  }

  .text-span-4 {
    color: var(--black);
    font-weight: 400;
  }

  .rts p {
    line-height: 24px;
  }

  .rts h1 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 30px;
  }

  .rts h3 {
    margin-bottom: 24px;
    font-family: Airbnbcereal W Md, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }

  .rts ul {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .article-tittle {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph {
    margin-top: 10px;
  }

  .rts-light p {
    line-height: 24px;
  }

  .rts-light h1 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 30px;
  }

  .rts-light h3 {
    margin-bottom: 24px;
    font-family: Airbnbcereal W Md, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }

  .rts-light ul {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rts-light li {
    font-size: 16px;
    line-height: 24px;
  }

  .h2-heading {
    font-size: 38px;
  }

  .mockup-d {
    display: none;
  }

  .content-list-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .list-icon {
    width: 24px;
  }

  .list-text {
    font-size: 18px;
    line-height: 1.4;
  }

  .cards-layouts {
    margin-top: 40px;
  }

  .divider-x {
    display: none;
  }

  .table-holder {
    margin-top: 60px;
  }

  .table {
    margin-top: 40px;
  }

  .t-head {
    color: var(--light-grey);
    font-size: 14px;
  }

  .table-f {
    display: none;
  }

  .mockup-mb {
    display: block;
  }

  .text-md {
    text-align: center;
    font-size: 18px;
  }

  .header-info-w {
    text-align: center;
    align-items: stretch;
  }

  .prime_button {
    text-align: center;
    width: 100%;
  }

  .header-w {
    background-position: 100% 100%;
    background-size: 600px;
    padding-bottom: 0;
  }

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

  .container-w.padd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-w.padd-sm {
    padding: 40px 20px;
  }

  .heading-md {
    font-size: 40px;
  }

  .advisors {
    grid-template-columns: 1fr;
  }

  .image-holder {
    margin-top: 20px;
  }

  .services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .header-img-m {
    width: 110%;
    min-width: 110%;
  }

  .container-s {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-holder {
    background-image: url("https://cdn.prod.website-files.com/658324c3275608f81f524a31/65fcafb14fe38886167c389e_Line(3).svg");
    background-position: 50% 120px;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .header-links {
    margin-bottom: 14rem;
    display: none;
  }

  .heading-m {
    font-size: 3.8rem;
  }

  .text {
    font-size: 1.6rem;
  }

  .button-primary.nav-demo {
    padding: 1rem 4rem;
    font-size: 1.5rem;
  }

  .button-primary.nav-demo.about-page {
    padding: .6rem 2.5rem;
    font-size: .9rem;
  }

  .section-s.padd-0-m {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-s.popup {
    padding-top: 12rem;
  }

  .heading-box.md {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-box._1 {
    max-width: 25rem;
  }

  .heading-box._2 {
    max-width: 35rem;
  }

  .heading-s {
    font-size: 2.6rem;
  }

  .heading-s.line-border {
    display: inline-block;
  }

  .heading-s.center-m {
    text-align: center;
  }

  .heading-sm {
    font-size: 2rem;
  }

  .vendors-grid {
    grid-template-columns: 1fr;
  }

  .row-w-info {
    margin-bottom: 3.6rem;
  }

  .image-w {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .person-im {
    max-width: 20rem;
  }

  .faq-icon-w {
    min-width: 3.6rem;
  }

  .footer-section.about-page {
    text-align: center;
    text-align: center;
  }

  .nav-w.with-bt {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -8px;
  }

  .logo {
    display: none;
  }

  .logo.mod--pmchat {
    display: block;
  }

  .nav-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-button {
    flex-flow: column;
  }

  .header-img-mb {
    display: none;
  }

  .hero-section {
    padding-bottom: 4rem;
  }

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

  .hero-heading.thankyou-heading {
    font-size: 38px;
    line-height: 42px;
  }

  .columns.tb {
    width: 100%;
  }

  .columns.tb.sticky {
    top: 7rem;
  }

  .columns.mod--reviews {
    flex-flow: column;
  }

  .column-50.pt-36.calculator-column {
    padding-top: 0;
  }

  .column-50.calculator-column.mobile-full-screen {
    top: 15%;
  }

  .calculator-label, .calculator-label.mb-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .calculator-label.mb-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .calculator-label.light {
    margin-bottom: 24px;
  }

  .calculator-field {
    height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .calculator-field::placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .calculator-check-wrapper {
    display: block;
  }

  .checkbox-button-wrapper {
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .calculator-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5rem 2rem;
    display: flex;
  }

  .calculator-link-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .calculator-link-btn.mobile {
    width: 100%;
    margin-top: 0;
    display: flex;
  }

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

  .costs-wrapper {
    margin-bottom: 1rem;
  }

  .cost-wrapper {
    flex-flow: column;
    justify-content: space-between;
    width: 85%;
    display: flex;
  }

  .price {
    font-size: 48px;
    line-height: 55px;
  }

  .emoji-wrapper.red {
    min-width: 70px;
  }

  .comparing-wrapper {
    margin-top: 70px;
  }

  .points-top-wrapper {
    margin-bottom: 0;
    display: block;
  }

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

  .bottom-calculator-wrapper {
    width: 100%;
  }

  .additional-service-field, .additional-service-field::placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .calculator-points-green.display-none {
    display: none;
  }

  .mc-tool-tip {
    width: 34px;
    height: 40px;
  }

  .vector-image {
    margin-top: 0;
  }

  .tool-tip-wrapper {
    top: -50px;
  }

  .closing-button-mobile {
    right: 20px;
  }

  .arrow-wrapper {
    bottom: -65px;
  }

  .mobile-arrow {
    max-height: 50px;
  }

  .emoji-main-wrapper {
    max-width: 80%;
  }

  .you-main-wrapper {
    max-width: 72.5%;
  }

  .closing-popup-img {
    max-width: 20px;
    top: 15rem;
  }

  .mobile-logo {
    width: 40px;
    display: inline-block;
  }

  .mobile-logo.smaller {
    width: 28px;
  }

  .about-schedule-button {
    padding-left: 0;
    padding-right: 0;
  }

  .about-left-arrow {
    left: 30%;
  }

  .about-right-arrow {
    right: 30%;
  }

  .pricing-modul-wrapper {
    padding: 2rem;
  }

  .module-services-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    margin-bottom: 1.5rem;
  }

  .addons-wrapper {
    background-color: #f5f6f600;
    padding-left: 0;
    padding-right: 0;
  }

  .addon-wrapper {
    background-color: #f5f6f6;
    border-radius: 16px;
    padding: 1rem;
  }

  .addon-top-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .addon-text {
    display: none;
  }

  .white-section {
    margin-bottom: 0;
    padding-bottom: 44px;
  }

  .content-wrapper.gap-3.absolute.second.woy, .content-wrapper.gap-3.first.woy {
    opacity: 1;
    display: block;
  }

  .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second {
    margin-top: 0;
  }

  .content-wrapper.gap-3.absolute.second.woy, .content-wrapper.gap-3.first.woy {
    opacity: 1;
    display: block;
  }

  .content-wrapper.gap-3.absolute.third.woy {
    z-index: 100;
    opacity: 1;
    z-index: 100;
    opacity: 1;
    display: block;
  }

  .content-wrapper.gap-3.absolute.second.woy, .content-wrapper.gap-3.first.woy {
    opacity: 1;
    opacity: 1;
    display: block;
  }

  .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second {
    margin-top: 0;
  }

  .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second, .content-wrapper.align-left.absolute.third, .content-wrapper.align-left.absolute.second {
    margin-top: 0;
  }

  .content-wrapper.align-left.first {
    margin-top: 0;
    padding-bottom: 0;
  }

  .new-paragraph {
    z-index: 100;
  }

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

  .features-navigation-wrapper {
    overflow: auto;
  }

  .feature-navigation-wrapper.not-active.second {
    width: 226px;
    min-width: 226px;
  }

  .feature-navigation-wrapper.not-active.third {
    width: 149px;
    min-width: 149px;
  }

  .feature-navigation-wrapper.first {
    width: 145px;
    min-width: 145px;
  }

  .testimonial-left-arrow {
    left: 27%;
  }

  .testimonial-right-arrow {
    right: 27%;
  }

  .coordinator-bottom-wrapper.sixth {
    min-height: auto;
  }

  .nhf-inner-wrapper {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-top-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .middle-line {
    left: 120px;
  }

  .mobile-image.fixed {
    object-fit: scale-down;
    object-fit: scale-down;
  }

  .hero-lottie.product {
    bottom: 20%;
  }

  .blog-hero {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .blog-section {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px;
  }

  .blog-rt ul {
    margin-bottom: 48px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
  }

  .blog-rt li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-rt ol {
    margin-bottom: 48px;
  }

  .pmchat-section {
    height: 100dvh;
  }

  .swiper-slide {
    width: 100%;
  }

  .col.mod--reviews-col2 {
    flex-flow: row;
    padding: 16px;
    position: relative;
  }

  .col.mod--footer-terms {
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .rating.hide-mobile-portrait, .reviews__text {
    display: none;
  }

  .reviews__title-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .reviews__video-wrap {
    width: 100%;
  }

  .reviews__title {
    letter-spacing: -.0675rem;
    font-size: 18px;
  }

  .h2 {
    font-size: 3rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .reviews__play {
    border: 1px solid #2222221a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .reviews__video {
    height: 0;
  }

  .heading-center {
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-center.margin-bottom-80 {
    margin-bottom: 0;
  }

  .sec {
    padding-top: 2rem;
  }

  .sec.mod--home {
    padding-bottom: 6rem;
  }

  .navbar-burger {
    flex-flow: column;
  }

  .button-header {
    letter-spacing: -.28px;
  }

  .h1 {
    align-self: center;
    font-size: 3rem;
  }

  .label-heading {
    justify-content: center;
    align-items: flex-start;
  }

  .rich-job li {
    background-position: 0 3px;
  }

  .buttons-group {
    flex-flow: column;
  }

  .remodal__video {
    height: 0;
  }

  .integ-content {
    max-width: 100%;
  }

  .integ__img-wrap {
    margin-bottom: 0;
  }

  .home-container {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home__btn-wrap {
    width: 100%;
  }

  .icon-32 {
    margin-bottom: 0;
  }

  .price__title-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .price__tag-popular.price__tag-value {
    flex: 0 auto;
    order: -9999;
    font-size: 12px;
    display: block;
  }

  .button-wrap {
    flex-flow: column;
    align-items: stretch;
  }

  .navbar-burger__lines {
    flex-flow: column;
  }

  .heading-11 {
    letter-spacing: -1px;
    font-size: 34px;
    font-weight: 400;
  }

  .div-block-4, .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .dh-stat-block {
    text-align: center;
    align-self: center;
  }

  .dh-stat-figure {
    font-size: 50px;
  }

  .dh-icon-md {
    width: 32px;
    margin-bottom: 10px;
  }

  .margin-bottom-80.dh-price-toggle-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .dh-price-toggle-option {
    border-width: 2px;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    min-height: 3rem;
    padding-top: 0;
  }

  .dh-price-toggle-option:hover {
    border-color: #039cac;
  }

  .dh-pricing-toggle-description {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 500;
  }

  .paragraph-3 {
    display: block;
  }

  .paragraph-3.dh-hide-on-mobile {
    display: none;
  }

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

  .paragraph-4.dh-hide-on-mobile {
    display: none;
  }

  .link-block {
    width: 100%;
  }

  .text-block-5, .text-block-6 {
    text-align: left;
    font-size: 12px;
  }

  .div-block-9, .div-block-10 {
    align-self: stretch;
  }

  .header1_content {
    grid-template-columns: 1fr;
  }

  .header26_image-is-hero {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .padding-section-medium {
    aspect-ratio: auto;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .layout16_content {
    grid-template-columns: 1fr;
  }

  .layout16_image-wrapper {
    width: 100%;
  }

  .layout16_image {
    aspect-ratio: auto;
  }

  .timeline19_item {
    grid-column-gap: 1rem;
    align-items: start;
  }

  .timeline19_item-content {
    padding-bottom: 1rem;
  }

  .stats31_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats31_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout4_content, .layout4_item-list {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 2.25rem;
  }

  .text-style-label {
    justify-content: center;
    align-items: flex-start;
  }

  .home-image.is-desktop {
    display: none;
  }

  .home-image.is-mobile {
    display: block;
  }
}

#w-node-c7cdd78a-3803-ea1d-f1c4-ad3003bf61af-7f9ece0c, #w-node-_08ecf9a3-a541-323a-6366-6d253c3d69b9-7f9ece0c, #w-node-_078f358f-f43e-0ecc-0a0f-fb9e80fdc701-7f9ece0c, #w-node-dcc1f4d4-0c35-2afa-2d41-d8d338d36b9d-7f9ece0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6ecacad0-ed60-9a83-ee5b-925166bee437-7f9ece0c {
    justify-self: start;
  }
}
