:root {
  --border: .4em;
  --blue-800: #0b1a52;
  --white: #fcfcff;
  --blue-400: #6687ff;
  --primary: #063cfe;
  --blue-700: #01239e;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-middle {
  margin-left: auto;
}

.navbar-mobile-button-wrapper {
  display: none;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.nav_wrapper {
  z-index: 999;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.nav_container {
  z-index: 999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 1px;
}

.nav-link {
  color: #3e404c;
  letter-spacing: -.02em;
  white-space: nowrap;
  align-items: center;
  padding: 10px 16px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: #4640de;
}

.nav-link.w--current {
  color: #063cff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1em;
  line-height: 1.8;
}

.navigation-button-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.div-block-3 {
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  border: 1px #000;
  padding: 20px 3%;
  position: sticky;
  top: 0;
}

.nav_grid {
  position: relative;
}

.nav-menu {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.button-primary {
  z-index: 55;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #063cff;
  border-radius: 2.1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.button-primary:hover {
  background-color: #3935b6;
}

.button-primary:active {
  background-color: #28257e;
}

.button-primary.shadow {
  border-radius: .4rem;
  padding-left: 3em;
  padding-right: 3em;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8;
  box-shadow: 0 16px 16px -4px #d3d2f4;
}

.button-primary.form {
  margin-left: 10px;
  font-weight: 200;
}

.container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-small._40 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.container-small._24pad {
  max-width: 960px;
  padding: 60px 0;
}

.container-small.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-small.padded {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.header-title-grid {
  grid-column-gap: 30px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.section-large._60 {
  padding: 0 0%;
}

.image {
  transform-style: preserve-3d;
  transform: translate3d(0, 20px, -2px);
}

.image.home {
  align-self: flex-start;
  width: 100%;
  max-width: 100vw;
  display: block;
  overflow: visible;
  transform: none;
}

.logo-wrap {
  justify-content: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.paragraph {
  color: #111418;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.paragraph.white {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 300;
}

.paragraph.p2_white {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  margin-top: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.header-image-wrap {
  border-radius: 1em;
  height: 500px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.header-image-wrap.no_radious {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.down_arrow {
  z-index: 99;
  width: 120px;
  height: 120px;
  margin: auto auto 8%;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-regular {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-regular.full {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-regular.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.header-subheading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3e404c;
  flex-flow: column;
  max-width: 70%;
  display: flex;
}

.h1-heading {
  color: #063cff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1;
}

.h1-heading.is-on {
  color: #000;
  letter-spacing: 0;
  text-shadow: none;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 76px;
  font-weight: 300;
}

.h1-heading.white {
  color: #fffffe;
  letter-spacing: 0;
  text-shadow: none;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 76px;
  font-weight: 300;
}

.h1-heading.is-black {
  color: var(--blue-800);
  letter-spacing: 0;
  text-shadow: none;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 76px;
  font-weight: 300;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.header-bottom-wrap {
  width: 100vw;
  position: relative;
}

.is-on-absolute {
  z-index: 55;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 960px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.h2-heading {
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

.h2-heading.white {
  color: #fff;
  width: 100%;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 300;
}

.dots_img {
  max-width: 60%;
}

.vision_bits {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bits_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.image-2 {
  background-color: #fff;
  border-radius: 88em;
  width: 15%;
  padding: 5px;
}

.section-regular {
  padding: 100px 5%;
  position: relative;
}

.section-regular.brand-orangegrad {
  background-image: linear-gradient(270deg, #ff3f41, #ff9428);
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-regular.neutral-100 {
  background-color: #f9f9fb;
}

.section-regular.contactxfooter {
  background-color: var(--blue-800);
}

.header-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-regular.white {
  color: var(--white);
}

.full_width {
  background-color: #fff;
  width: 100%;
  height: 257.953px;
  padding: 20px 20px 40px;
}

.full_width._3emleft {
  padding-right: 2em;
}

.margin-bottom-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.cardtext {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.company-card-small {
  grid-column-gap: 24px;
  background-color: #fff;
  border-radius: 1rem;
  height: auto;
  padding: 3em;
  display: flex;
}

.company-card-small.cps {
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000021, #00000021), url('../images/CALL-CENTER--PBX-SOLUTION-copy_2-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  transition: background-color .3s;
}

.company-card-small.ccp {
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000029, #00000029), url('../images/clients-realtor-office_1clients-realtor-office.webp');
  background-position: 0 0, 36% 100%;
  background-size: auto, auto 110%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  transition: background-color .3s;
}

.company-card-small.ccp:hover {
  background-color: #ebebef;
}

.company-card-small.portrait {
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: linear-gradient(#00000029, #00000029), url('../images/compressed_smart-city-abstract-line-dot-connect.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .3s;
}

.company-card-small.portrait:hover {
  background-color: #ebebef;
}

.company-card-small.cps {
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: linear-gradient(#00000029, #00000029), url('../images/965ba4cb-e53a-43f6-aad8-2a2d33461c5a_large.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .3s;
}

.company-card-small.cps:hover {
  background-color: #ebebef;
}

.company-card-small.sip {
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: linear-gradient(#00000029, #00000029), url('../images/Screenshot-2025-05-12-135652.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .3s;
}

.company-card-small.sip:hover {
  background-color: #ebebef;
}

.company-card-small.vnum {
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: linear-gradient(#00000029, #00000029), url('../images/139ec2fa-1028-4fc7-92e6-1a9453b6e37e_large.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .3s;
}

.company-card-small.vnum:hover {
  background-color: #ebebef;
}

.company-card-small.drec {
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: linear-gradient(#00000029, #00000029), url('../images/ae3fbe13-9681-4410-b8ed-1b6d68308731_large.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .3s;
}

.company-card-small.drec:hover {
  background-color: #ebebef;
}

.company-card-small.crm {
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: linear-gradient(#00000029, #00000029), url('../images/compressed_4239576_90449.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .3s;
}

.company-card-small.crm:hover {
  background-color: #ebebef;
}

.company-card-small.crm-slider {
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: linear-gradient(#00000029, #00000029), url('../images/compressed_4239576_90449.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .3s;
}

.company-card-small.crm-slider:hover {
  background-color: #ebebef;
}

.company-card-small.dir {
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: linear-gradient(#00000029, #00000029), url('../images/ae3fbe13-9681-4410-b8ed-1b6d68308731_large.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .3s;
}

.company-card-small.dir:hover {
  background-color: #ebebef;
}

.companies-grid {
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.companies-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h6-heading {
  color: #111418;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.h6-heading.type1 {
  color: #080808;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

.h6-heading.type1._6 {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.h6-heading.type1._0all {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.detail.text-color-primary {
  color: #28257e;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 300;
}

.detail.text-color-gray-400 {
  color: #84889a;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.button-primary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: .4rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-right-icon:hover {
  color: #000;
  background-color: #d2d1ff;
}

.button-primary-right-icon:active {
  background-color: #28257e;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.h3-heading {
  color: #063cff;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.h3-heading.white {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 40px;
}

.icon-wrap-regular {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 90px;
  margin-right: 32px;
  display: flex;
}

.testimonial-slider-left-button {
  background-color: var(--blue-400);
  color: #111418;
  border: 1px solid #ebebef;
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-slider-left-button:hover {
  background-color: var(--primary);
}

.testimonial-grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 450px;
  display: block;
}

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
  margin-bottom: 72px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.title-wrap-center.flex {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding-right: 2em;
}

.title-wrap-center.flex.white {
  color: #fff;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.paragraph-regular {
  color: #111418;
  letter-spacing: -.02em;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-regular.text-color-gray-600 {
  color: #3e404c;
}

.paragraph-regular.text-color-gray-600.left {
  text-align: left;
  font-weight: 400;
}

.paragraph-regular.white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.text-color-primary {
  color: #0587ff;
}

.testimonial-slider-right-button {
  background-color: var(--blue-400);
  color: var(--primary);
  border: 1px solid #ebebef;
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto auto 0% 60px;
}

.testimonial-slider-right-button:hover {
  background-color: var(--primary);
}

.testimonial-slider-right-button:active {
  background-color: #d6d7e0;
}

.testimonial-content-wrap {
  max-width: 450px;
}

.slide-nav-hidden {
  display: none;
}

.testimonial-logo-wrap {
  background-color: #fff;
  border: 1px solid #ebebef;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 64px;
  margin-right: 16px;
  display: flex;
}

.testimonial-quote {
  color: #111418;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.icon-extra-large {
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

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

.about-content-list-item {
  grid-column-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.partnership-text-wrap {
  color: #063cff;
  background-image: url('../images/Partnership-Rectangle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  padding: 16px 48px;
  font-size: 14px;
}

.partnership-wrap {
  z-index: 12;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-grid {
  grid-column-gap: 104px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #4640de;
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-company-span {
  color: #030407;
  font-weight: 500;
}

.form-field {
  border-radius: var(--border);
  color: #757575;
  border: 1px solid #ebebef;
  height: 48px;
  margin-bottom: 12px;
  padding: 12px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.form-field:focus {
  border-color: #063cff;
}

.large-form-field {
  border-radius: var(--border);
  border: 1px solid #ebebef;
  min-height: 140px;
  margin-bottom: 12px;
  padding: 12px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.large-form-field:focus {
  border-color: #063cff;
}

.about-content-list-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #f5f5f5;
  border-top-left-radius: 2.1em;
  border-top-right-radius: 2.1rem;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_component {
  display: block;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.fs-consent_banner_paragraph-2 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.error-message {
  background-color: #fcf2f2;
}

.margin-bottom-17 {
  margin-bottom: 16px;
}

.footer-link {
  color: #030407;
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 2;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #063cff;
}

.footer-link.w--current {
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 2;
}

.footer-social {
  color: #84889a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social:hover {
  color: #063cff;
}

.footer-legal-text-wrapper {
  margin-top: 16px;
}

.footer-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.footer-logo-link {
  color: #1e1e48;
  margin-bottom: 48px;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.footer-logo-link.w--current {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

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

.footer-bottom {
  border-top: 1px solid #ebebef;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-section {
  border-top: 1px solid #ebebef;
  padding: 40px 3%;
}

.footer-grid {
  grid-column-gap: 39px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .4fr .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.footer-form {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  display: flex;
}

.footer-social-link {
  flex: none;
}

.footer-legal-links {
  grid-column-gap: 48px;
  text-align: center;
  align-items: center;
  display: flex;
}

.form-text-field {
  background-color: #fff;
  border: 1px solid #eaebf0;
  border-top-color: #ebebef;
  border-radius: .6em;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-text-field:focus {
  border-color: #7e5ae2;
}

.footer-left-column {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.foooter-right-column {
  color: #84889a;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.text-block-2 {
  color: #fff;
  text-align: right;
  margin-top: 40px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.slider-arrow {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 40px;
  display: flex;
  inset: auto auto -60px 0%;
  overflow: visible;
}

.slider-arrow.right-slider-arrow {
  left: 50px;
}

.fake-left-arrow-image-when-no-link {
  opacity: .5;
  filter: grayscale();
  width: 24px;
  display: none;
  position: absolute;
  inset: auto auto -50px 0;
  transform: rotate(180deg);
}

.slide-nav {
  opacity: .6;
  color: #2c60f5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 17px;
  padding: 5px 0 0;
  font-size: 11px;
  display: none;
  position: absolute;
  inset: auto 0% -50px auto;
}

.first-slider-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300%;
  min-width: 300%;
  display: grid;
}

.first-slider-grid.v2-slider {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.showcase-collection-wrapper {
  width: 100%;
}

.margin-top-2em {
  margin-top: 1em;
}

.slide {
  width: 100%;
  height: auto;
  margin-right: 2em;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.grid-7-col-v2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 3em;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: none;
  background-color: #2c60f5;
  border: 1px solid #2c60f5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: border-color .35s, background-color .35s, color .35s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #1d4fe0;
  border-color: #1d4fe0;
}

.button.button-link {
  color: #2c60f5;
  background-color: #2c60f500;
  border-color: #2c60f500;
  padding: 0;
  text-decoration: none;
  transition: all .3s, border-color .35s, background-color .35s, color .35s;
}

.button.button-link:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.fake-right-arrow-image-when-no-link {
  opacity: .5;
  filter: grayscale();
  width: 24px;
  position: absolute;
  inset: auto auto -50px 50px;
}

.section {
  z-index: 1;
  position: relative;
}

.section.slider-second-section {
  z-index: 2;
  z-index: 2;
  background-color: #0000;
  padding-top: 60px;
  overflow: hidden;
}

.slider-arrow-image {
  width: 24px;
  display: none;
  inset: auto auto 0% 0%;
}

.slider-arrow-image.reverse {
  transform: rotate(180deg);
}

.first-slider-content-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.showcase-collection-item {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-horizontal.left-position {
  justify-content: flex-end;
  align-items: center;
}

.slider {
  background-color: #fff0;
  justify-content: flex-end;
  height: auto;
  display: flex;
}

.slider.slider-on-desktop-only {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
}

.slider.slider-on-tablet-and-mobile {
  display: none;
}

.mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.slide-2, .mask-2 {
  height: 100%;
}

.slider-2 {
  height: 27rem;
}

.slide-nav-2 {
  top: 105%;
}

.icon {
  z-index: 199;
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.svg-icon {
  order: -1;
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.social_wrap {
  color: #fff;
  text-decoration: none;
}

.social_wrap:hover {
  color: #bac9ff;
  font-weight: 400;
  text-decoration: underline;
}

.social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 56px;
  display: flex;
}

.hero_wrap {
  background-image: linear-gradient(#00000005, #00000052), url('../images/people-office.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

.hero_elt_wrap {
  width: 100%;
  max-width: 960px;
  margin: auto auto 40px;
}

.div-block-5 {
  padding-top: 10px;
}

.hero-text {
  width: auto;
  overflow: hidden;
}

.hero-text._8 {
  color: #2c60f5;
}

.hero-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  color: #161616;
  letter-spacing: -.8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.hero-text-content.home-hero-text-content {
  font-size: 75px;
}

.button-icon {
  height: 14px;
}

.hero-text-word {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.hero-text-letter {
  perspective: 2000px;
  perspective-origin: 50%;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-content.hero-v3-grid-display {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.services-stats-holder {
  z-index: 3;
  grid-column-gap: 24px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.holder-bg-blue {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  position: relative;
}

.holder-stats {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-background {
  z-index: -1;
  background-color: #fafafa;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-background.dark-bg {
  background-color: #ff6a3d;
  background-image: none;
}

.small-icon {
  max-width: 85%;
}

.stats-info {
  text-align: left;
  font-size: 24px;
  line-height: 1;
}

.container-2 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.service-stats-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fafafa;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1.5em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.slide-3 {
  width: 100%;
  height: 100%;
  margin-right: 1em;
}

.no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.container-3 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0;
}

.mask-3 {
  width: 33.33%;
  height: 100%;
  overflow: visible;
}

.text-block-3 {
  color: #fff;
  text-align: left;
}

.top_title {
  max-width: 960px;
  margin: 40px auto;
}

.link_txt {
  color: var(--primary);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

html.w-mod-js [data-ix="moveup"], html.w-mod-js [data-ix="moveup-2"] {
  opacity: 0;
  transform: translate(0, 41px);
}

@media screen and (min-width: 1440px) {
  .container-small.padded {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button.button-link:hover {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container {
    max-width: 1350px;
  }

  .slider.slider-on-desktop-only {
    height: 70vh;
  }

  .container-2 {
    max-width: 1350px;
  }

  .slide-3, .mask-3 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-mobile-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .menu-button {
    border: 1px #ebebef;
    padding: 10px;
  }

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

  .navigation-button-wrap {
    display: none;
  }

  .div-block-3 {
    width: 100vw;
    max-width: none;
    inset: 0% 0% auto;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 10px;
  }

  .container-small._40 {
    width: auto;
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .container-small.padded {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-title-grid {
    grid-template-columns: 1.5fr;
    margin-bottom: 40px;
  }

  .image.home {
    width: auto;
    max-width: none;
    height: 100%;
    overflow: visible;
    transform: translate(43px);
  }

  .paragraph.white {
    width: 60%;
  }

  .header-image-wrap {
    border-radius: 1em;
    overflow: hidden;
  }

  .header-image-wrap.no_radious {
    height: 40rem;
  }

  .down_arrow {
    display: none;
  }

  .container-regular.flex {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .h1-heading.is-on, .h1-heading.white, .h1-heading.is-black {
    font-size: 50px;
  }

  .is-on-absolute {
    width: 100%;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 40px;
  }

  .h2-heading.white {
    width: 100%;
  }

  .dots_img {
    max-width: 20%;
    margin-bottom: 60px;
  }

  .bits_wrap {
    margin-top: 0;
  }

  .section-regular {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .header-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .full_width {
    z-index: 939;
    font-family: IBM Plex Sans, sans-serif;
    position: relative;
    inset: auto 0%;
  }

  .full_width._3emleft {
    bottom: auto;
  }

  .company-card-small.crm {
    z-index: 909;
    background-image: linear-gradient(#02081f03 70%, #02081f), url('../images/CUSTOMER-RELATIONSHIP-MANAGEMENT-copy_2-min.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 0;
    height: 100%;
    position: relative;
  }

  .company-card-small.cps {
    background-image: linear-gradient(#0000 70%, #02081f), url('../images/CALL-CENTER--PBX-SOLUTION-copy_2-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 28rem;
  }

  .company-card-small.ccp {
    background-image: linear-gradient(#0000 70%, #02081f), url('../images/clients-realtor-office_1clients-realtor-office.webp');
    background-position: 0 0, 36% 100%;
    background-size: auto, auto 110%;
    height: 100%;
    padding-right: 2em;
  }

  .company-card-small.portrait, .company-card-small.cps, .company-card-small.sip, .company-card-small.vnum, .company-card-small.drec, .company-card-small.crm, .company-card-small.crm-slider, .company-card-small.dir {
    z-index: 909;
    background-image: linear-gradient(#02081f03 70%, #02081f), url('../images/CUSTOMER-RELATIONSHIP-MANAGEMENT-copy_2-min.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 0;
    height: 100%;
    position: relative;
  }

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

  .button-primary-right-icon {
    display: flex;
  }

  .div-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .icon-wrap-regular {
    margin-right: 16px;
  }

  .testimonial-slider-left-button {
    inset: 0% 60px auto auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    height: 100%;
  }

  .title-wrap-center.flex {
    max-width: 100%;
    padding-right: 0;
  }

  .testimonial-slider-right-button {
    inset: 0% 0% auto auto;
  }

  .partnership-text-wrap {
    display: flex;
  }

  .partnership-wrap {
    display: none;
  }

  .contact-us-grid {
    grid-column-gap: 32px;
  }

  .footer-legal-text-wrapper {
    margin-left: 0;
  }

  .footer-form-block {
    width: 100%;
  }

  .footer-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-left-column {
    grid-template-columns: 1fr 1fr;
  }

  .foooter-right-column {
    align-items: flex-start;
    max-width: 100%;
  }

  .fake-left-arrow-image-when-no-link, .slide-nav {
    display: block;
  }

  .first-slider-grid {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
  }

  .button {
    font-weight: 500;
  }

  .fake-right-arrow-image-when-no-link {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .slider-arrow-image {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .container {
    padding-bottom: 10em;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider.slider-on-tablet-and-mobile {
    display: flex;
  }

  .mask {
    width: 100%;
  }

  .slide-2 {
    z-index: 67;
  }

  .mask-2 {
    height: 120%;
    bottom: 100px;
    overflow: hidden;
  }

  .slider-2 {
    background-color: #02081f;
    border-radius: 1rem;
    margin-top: 141px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .hero-text-content {
    grid-column-gap: 10px;
    font-size: 50px;
  }

  .hero-text-content.home-hero-text-content {
    font-size: 70px;
  }

  .services-stats-holder {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .holder-stats {
    text-align: center;
    justify-content: center;
  }

  .service-stats-holder {
    padding: .6em;
  }

  .container-3 {
    max-width: 95vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .mask-3 {
    width: 100%;
  }

  .top_title {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .menu-button.w--open {
    background-color: #4640de;
  }

  .navigation-button-wrap {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .container-small.grid {
    grid-template-columns: 1fr;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-image-wrap {
    height: 400px;
  }

  .container-regular.flex {
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .h2-heading {
    font-size: 44px;
  }

  .dots_img {
    max-width: 60%;
  }

  .company-card-small.crm, .company-card-small.cps, .company-card-small.ccp, .company-card-small.portrait, .company-card-small.cps, .company-card-small.sip, .company-card-small.vnum, .company-card-small.drec, .company-card-small.crm, .company-card-small.crm-slider, .company-card-small.dir {
    height: 30rem;
  }

  .div-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .h3-heading {
    font-size: 40px;
  }

  .title-wrap-center.flex {
    max-width: 100%;
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
  }

  .footer-social-links {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .footer-section {
    background-position: 0 100%, 70% 0;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-text {
    margin-top: 0;
  }

  .hero-text-content {
    grid-row-gap: 0px;
    font-size: 50px;
    line-height: 1.2;
  }

  .hero-text-content.home-hero-text-content {
    font-size: 60px;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .hero-content.hero-v3-grid-display {
    grid-template-columns: 1fr;
  }

  .services-stats-holder {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .holder-stats {
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .stats-info {
    font-size: 30px;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .service-stats-holder {
    flex-flow: column;
  }

  .container-3 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  .container-navigation {
    justify-content: space-between;
    align-items: center;
  }

  .navigation-left {
    display: block;
  }

  .menu-button.w--open {
    border-radius: var(--border);
  }

  .div-block-3 {
    width: 100vw;
  }

  .nav_grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
  }

  .nav-menu {
    border-radius: var(--border);
    width: 95%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    box-shadow: 0 6px 12px #0003;
  }

  .button-primary {
    width: 100%;
  }

  .button-primary.shadow {
    width: 80%;
    padding: 16px 1.6em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }

  .button-primary.form {
    margin-left: 0;
  }

  .container-small {
    max-width: none;
  }

  .container-small._40 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }

  .header-title-grid {
    margin-top: 0;
    display: block;
  }

  .image {
    background-size: cover;
    width: auto;
    max-width: none;
    height: 100%;
    transform: translate(151px);
  }

  .image.home {
    transform: translate(129px);
  }

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

  .paragraph.white {
    width: 100%;
    font-size: 16px;
  }

  .header-image-wrap {
    border-radius: 1em;
    height: 60vh;
    overflow: hidden;
  }

  .down_arrow {
    margin-bottom: 30%;
    display: none;
  }

  .container-regular {
    max-width: 100%;
  }

  .container-regular.flex {
    max-width: 100%;
    display: flex;
  }

  .header-subheading-wrap {
    max-width: 100%;
  }

  .h1-heading {
    letter-spacing: 0;
    font-size: 1.8rem;
  }

  .h1-heading.is-on {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 2.6rem;
  }

  .h1-heading.white, .h1-heading.is-black {
    margin-left: 0%;
    font-size: 2.6rem;
  }

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

  .header-bottom-wrap {
    margin-top: 0;
    margin-bottom: 36px;
    overflow: hidden;
  }

  .is-on-absolute {
    z-index: 12;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    inset: auto 0% 5%;
  }

  .h2-heading, .h2-heading.white {
    font-size: 26px;
  }

  .dots_img {
    align-self: flex-start;
    max-width: 30%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .vision_bits {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .bits_wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    width: 20%;
  }

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

  .section-regular.brand-orangegrad {
    padding-bottom: 40px;
  }

  .section-regular.neutral-100 {
    padding-top: 100px;
  }

  .section-regular.contactxfooter {
    max-width: 100vw;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .header-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .full_width._3emleft, .full_width.cps {
    bottom: 0%;
  }

  .margin-bottom-12 {
    text-align: center;
  }

  .company-card-small {
    flex-flow: column;
  }

  .company-card-small.crm {
    border-radius: 0;
    height: 100%;
    padding: 2em 1em .5em;
  }

  .company-card-small.cps {
    background-image: linear-gradient(#0000 70%, #02081f), url('../images/CALL-CENTER--PBX-SOLUTION-copy_2-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
    padding: 2em 1.5em .5em;
  }

  .company-card-small.ccp {
    grid-row-gap: 10px;
    background-image: linear-gradient(#0000 70%, #02081f), url('../images/clients-realtor-office_1clients-realtor-office.webp');
    background-position: 0 0, 36% 100%;
    background-size: auto, auto 110%;
    height: 100%;
    padding: 2em 1em .5em;
  }

  .company-card-small.portrait, .company-card-small.cps, .company-card-small.sip, .company-card-small.vnum, .company-card-small.drec, .company-card-small.crm, .company-card-small.crm-slider, .company-card-small.dir {
    border-radius: 0;
    height: 100%;
    padding: 2em 1em .5em;
  }

  .companies-grid {
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .companies-text-wrapper {
    padding-top: 0;
  }

  .h6-heading.type1 {
    text-align: left;
    font-size: 24px;
  }

  .h6-heading.type1._6 {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }

  .h6-heading.type1._0all {
    font-size: 24px;
  }

  .detail.text-color-primary {
    font-size: 1em;
    line-height: 1.2;
  }

  .detail.text-color-gray-400 {
    text-align: center;
  }

  .button-primary-right-icon {
    width: 100%;
    font-size: 14px;
  }

  .div-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .h3-heading {
    letter-spacing: 0;
    font-size: 26px;
  }

  .h3-heading.white {
    font-size: 26px;
  }

  .icon-wrap-regular {
    width: 120px;
    height: 70px;
  }

  .testimonial-slider-left-button {
    border-radius: 2.1rem;
    width: 64px;
    height: 64px;
    margin-right: 10px;
  }

  .testimonial-grid {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: start;
    display: flex;
  }

  .title-wrap-center {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .paragraph-regular {
    width: 100%;
    padding-left: 0;
    line-height: 1.4;
  }

  .paragraph-regular.white {
    font-size: 16px;
  }

  .testimonial-slider-right-button {
    border-radius: 2.1rem;
    width: 64px;
    height: 64px;
  }

  .testimonial-logo-wrap {
    margin-bottom: 20px;
  }

  .testimonial-quote {
    margin-bottom: 10px;
    font-size: 16px;
  }

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

  .about-content-list-item {
    flex-flow: column;
  }

  .partnership-text-wrap {
    display: none;
  }

  .contact-us-grid {
    grid-column-gap: 0px;
    width: 100%;
    max-width: 100%;
  }

  .form-field {
    width: 100%;
    font-size: 16px;
  }

  .large-form-field {
    width: 100%;
    font-size: 16px;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .fs-consent_open-prefs {
    display: none;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .margin-bottom-17 {
    margin-bottom: 16px;
  }

  .footer-legal-text-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-logo-link {
    margin-bottom: 20px;
  }

  .footer-bottom {
    padding-bottom: 8px;
  }

  .footer-column {
    grid-column-gap: 4px;
    grid-row-gap: 12px;
  }

  .footer-logo {
    max-width: 80%;
  }

  .footer-section {
    padding: 20px 20px 10px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 40px;
  }

  .footer-form {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .footer-legal-links {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .form-text-field {
    line-height: 24px;
  }

  .footer-left-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    display: block;
  }

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

  .margin-top-2em {
    margin-top: 1em;
  }

  .no-margins {
    font-size: 26px;
  }

  .grid-7-col-v2 {
    grid-template-columns: 1fr;
    margin-top: -58px;
  }

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

  .container {
    padding-bottom: 4em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .flex-horizontal.left-position {
    justify-content: flex-start;
    align-items: center;
  }

  .slider.slider-on-desktop-only {
    height: 75vh;
  }

  .mask-2 {
    height: 130%;
  }

  .slider-2 {
    height: 20rem;
  }

  .icon {
    margin-bottom: 200px;
  }

  .svg-icon {
    width: 1.6rem;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social {
    font-size: 14px;
  }

  .div-block-5 {
    flex-flow: column;
    margin-top: 40px;
  }

  .icon-2 {
    margin-bottom: 200px;
  }

  .hero-text-content {
    grid-column-gap: 7px;
    font-size: 40px;
  }

  .hero-text-content.home-hero-text-content {
    font-size: 2.3rem;
  }

  .hero-content {
    align-items: flex-start;
  }

  .hero-content.hero-v3-grid-display {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .services-stats-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    top: 3.9062px;
  }

  .holder-stats {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .container-2 {
    padding: 3em 1em;
  }

  .service-stats-holder {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .container-3 {
    padding: 3em 1em;
  }

  .top_title {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-span {
    font-size: 26px;
  }
}

#w-node-_795b7d6d-a185-c40e-fef7-86285c2ca84c-c24b7827 {
  place-self: end;
}

#w-node-_914b1122-3d7a-2bcc-4fe6-0cf5db36801d-c24b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e785354-bb91-0082-9b54-88845c1a94b4-c24b7827, #w-node-_9ac2263a-14d6-de24-c3ba-78eec961b9a2-c24b7827 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7e53d6f0-1954-992b-fdc6-3872d987fdb8-c24b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_795b7d6d-a185-c40e-fef7-86285c2ca84c-c24b7827 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e785354-bb91-0082-9b54-88845c1a94b4-c24b7827, #w-node-_9ac2263a-14d6-de24-c3ba-78eec961b9a2-c24b7827 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7e53d6f0-1954-992b-fdc6-3872d987fdb7-c24b7827 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


