:root {
  --font-black: #020b17;
  --header-text-color: #2a2b38;
  --white: white;
  --orange-primary: #e8690a;
  --transperent: #fff0;
  --navy-blue: #103057;
  --bg-update-dark: #f5f6f7;
  --background: #f6f4f2;
  --grey: #a2a1a1;
  --adu-black: #020912;
  --text-grey-1: #6c6c6c;
  --red: red;
  --light-grey: #e7eaee;
}

body {
  color: var(--font-black);
  text-wrap: pretty;
  background-color: #faf6f2;
  font-family: Barlow, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

h1 {
  color: var(--font-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--header-text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: var(--header-text-color);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 2.5rem;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

li {
  line-height: 1.3;
}

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

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  z-index: 997;
  background-color: #faf6f2;
  border-bottom: 1px #e7eaee;
  width: 100%;
  position: sticky;
  top: 0;
}

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.project-container.blog {
  width: 1114px;
  max-width: 1114px;
  padding-left: 60px;
  padding-right: 60px;
}

.container.is-56 {
  max-width: 56rem;
}

.container.navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container.is-small {
  max-width: 75rem;
}

.container.is-blog {
  max-width: 64rem;
}

.nav-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  transition: all .2s;
  display: flex;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--orange-primary);
}

.nav-link.dropdown {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.nav-menu-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.n_blog_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.footer {
  color: var(--white);
  background-color: #0f3057;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-top-left {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_menu_head {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 500;
}

.footer-link-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  transition: all .2s;
  display: block;
}

.footer_link:hover {
  text-decoration: underline;
}

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

.footer_center_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px solid var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.footer_center_item.noborder {
  border-style: none;
}

.footer-logo-wrapper {
  width: 12rem;
}

.footer_bottom, .footer_bottom_left {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_bottom_right {
  grid-column-gap: 2rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.consultation-popup {
  z-index: 101;
  background-color: #02091280;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.consultation-popup-wrapper {
  background-color: var(--white);
  border-radius: 4px;
  align-items: stretch;
  width: 60rem;
  display: flex;
  position: relative;
}

.consultation-popup-wrapper.sdge-popup-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 60rem;
}

.consultation-popup-wrapper.newsletter {
  width: 37.5rem;
}

.close-consultation-btn {
  z-index: 100;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--font-black);
  cursor: pointer;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.popup-left {
  background-color: var(--navy-blue);
  width: 100%;
  max-width: 24.375rem;
  padding: 2rem;
  position: relative;
}

.modal_left_content {
  grid-row-gap: .75rem;
  width: 100%;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.75rem;
  display: flex;
}

.modal_img {
  max-height: 18.75rem;
  position: absolute;
  inset: auto 0% 0%;
}

.popup-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  position: static;
}

.consultation-form-code {
  width: 100%;
  height: 100%;
}

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

.overflow-auto.overflow-scroll {
  overflow: scroll;
}

.blog-hover-img {
  z-index: 2;
  opacity: 0;
  width: 84px;
  height: 84px;
  transition: all 1s;
  position: absolute;
  inset: 50% 0% auto 50%;
  transform: translate(-50%, -50%);
}

.n_blog_card_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1rem 1rem;
  display: flex;
}

.filter-list-header {
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 8px #0003;
}

.filter-list-header.w--open {
  border-radius: .5rem;
  padding: .5rem;
  box-shadow: .125rem .125rem .625rem 1px #0003;
}

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

.discovery-call {
  color: var(--white);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.call-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.discovery-img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.discovery-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 5.5rem;
  display: flex;
  position: relative;
}

.newsletter-popup {
  z-index: 9999;
  background-color: #02091280;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.btn {
  border: 1px solid var(--orange-primary);
  background-color: var(--orange-primary);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.btn:where(.w-variant-6c824803-f954-fc39-60e9-884adae66a89) {
  border-color: var(--header-text-color);
  background-color: var(--transperent);
  color: var(--header-text-color);
}

.btn:where(.w-variant-8e9f9c74-2003-a069-f6f2-c57ab8def098) {
  border-top-color: var(--white);
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  border-left-color: var(--white);
  background-color: var(--transperent);
  color: inherit;
}

.btn:where(.w-variant-f8d575e9-178d-7786-9f47-abbe3fbe350b) {
  border-top-color: var(--white);
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  border-left-color: var(--white);
  background-color: var(--transperent);
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  padding: .625rem 1rem;
  font-size: .875rem;
}

.btn:hover {
  border-color: var(--font-black);
  background-color: var(--white);
  color: var(--font-black);
}

.btn:hover:where(.w-variant-6c824803-f954-fc39-60e9-884adae66a89) {
  border-color: var(--navy-blue);
  background-color: var(--navy-blue);
  color: var(--white);
}

.btn:hover:where(.w-variant-8e9f9c74-2003-a069-f6f2-c57ab8def098) {
  border-color: var(--white);
  background-color: var(--transperent);
  color: var(--white);
}

.btn:hover:where(.w-variant-f8d575e9-178d-7786-9f47-abbe3fbe350b) {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--navy-blue);
}

.btn.is-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--orange-primary);
}

.btn.is-pagination {
  color: var(--white);
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
}

.btn.is-pagination:hover {
  color: var(--font-black);
}

.btn._100 {
  width: 100%;
}

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

.section.no-top {
  padding-top: 0;
}

.text-size-mid {
  font-size: 1.125rem;
}

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

.img-full.is-hor {
  height: auto;
}

.section-head {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.section-head.is-40 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.section-head.is-54 {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

.section-head.no-bottom {
  margin-bottom: 0;
}

.section-head.is-sb {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
}

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

.page-wrapper {
  overflow: clip;
}

.n_blog_card_img-wrap {
  border-radius: .75rem;
  position: relative;
  overflow: clip;
}

.n_blog_card {
  background-color: var(--white);
  border-radius: 1rem;
  height: 100%;
  padding: .5rem;
}

.n_blog_tag {
  background-color: var(--navy-blue);
  color: var(--white);
  border-radius: 6.25rem;
  margin-bottom: 1rem;
  margin-right: auto;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
}

.n_blog_tag.blog {
  margin-bottom: 0;
  font-size: 1rem;
}

.n_blog_tag.blog-1 {
  background-color: var(--orange-primary);
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1rem;
}

.discovery_head {
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 500;
}

.footer_divider {
  background-color: #ffffff26;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.footer_head {
  font-size: 2rem;
  font-weight: 500;
}

.footer_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.footer_content_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 3rem;
  font-size: .875rem;
  display: flex;
}

.footer_center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff0f;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

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

.footer_center_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_social {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.nav_element {
  background-color: var(--transperent);
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  display: flex;
}

.nav_link-drop {
  border-radius: .5rem;
  padding: 1rem;
}

.nav_link-drop:hover {
  background-color: #e7eaee;
}

.nav_link-drop.w--current {
  color: var(--orange-primary);
}

.nav_brand {
  width: 9rem;
}

.nav_list_item.consultation {
  display: none;
}

.modal_head {
  color: var(--white);
  font-size: 2.25rem;
}

.heading-style-h1-5 {
  order: 0;
  font-size: 3.5rem;
}

.rich-style h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.rich-style h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.rich-style h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.rich-style h1 {
  font-size: 3.1rem;
  font-weight: 500;
}

.rich-style p {
  margin-bottom: 1.5rem;
}

.rich-style h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rich-style ol {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.rich-style ul {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  display: flex;
}

.rich-style a {
  color: var(--orange-primary);
  font-weight: 600;
}

.blog_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog_tag {
  color: var(--orange-primary);
  background-color: #e8690a1a;
  border-radius: 6.25rem;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.blog_img {
  aspect-ratio: 2.39;
  border-radius: 1rem;
  width: 100%;
  overflow: clip;
}

.section-head-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-width: 70%;
  display: flex;
}

.blog_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-9 {
  display: block;
}

.banner_item {
  background-color: var(--navy-blue);
  height: 4rem;
  color: var(--white);
  text-wrap: balance;
  justify-content: center;
  align-items: center;
  display: none;
}

.banner_container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .container.project-container.blog {
    max-width: 1360px;
  }

  .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .counter-wrapper {
    justify-content: space-between;
  }

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

  .project-wrapper.grid-2 {
    grid-row-gap: 56px;
    grid-row-gap: 56px;
  }

  .project-block-img {
    object-fit: cover;
  }

  .consultation-popup-wrapper {
    width: 1024px;
  }

  .about_content_left_wrapper, .about_content_right_wrapper {
    width: 50%;
  }

  .counts-box {
    width: auto;
  }

  .none {
    display: none;
  }

  .new-card-block, .n_faq_p {
    width: 100%;
  }

  .nav-wrapper {
    margin-right: 40px;
  }

  .nav-wrapper.right {
    margin-left: 40px;
  }

  .nav-dots {
    transition: opacity .4s;
  }

  .block-quote {
    margin-bottom: 76px;
  }

  .n_service_card {
    flex-flow: column;
    width: auto;
    height: 450px;
  }

  .button-project {
    padding-left: 30px;
    padding-right: 30px;
  }

  .n_about_list_icon {
    margin-right: 16px;
  }

  .hs-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .floor-card {
    width: 100%;
    max-width: 397px;
  }

  .list-content ul, .list-content ol, .list-content ul, .list-content ol {
    margin-bottom: 0;
  }

  .n_project_detail {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .consultation-popup-wrapper {
    width: 1200px;
  }

  .counter-nbr-block {
    display: flex;
  }

  .new-card-block.florplan {
    width: 385px;
  }

  .text-wrapper {
    justify-content: flex-start;
    height: 80vh;
    padding-top: 100px;
  }

  .scroll-left.none-from-tablet {
    align-items: stretch;
  }

  .deals-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
  }

  .deals-text {
    max-width: 600px;
  }

  .terms {
    margin-top: 15px;
    display: block;
  }

  .n_hero_left {
    max-width: 30rem;
  }

  .n_hero_slider {
    width: 45rem;
  }
}

@media screen and (min-width: 1920px) {
  .sign-in-sign-up-form {
    font-size: 30px;
  }

  .sign-in-sign-up-singel {
    border: 1px #000;
    font-size: 30px;
    line-height: 100%;
  }

  .checkbox-text-block-sign-in-sign-up {
    font-size: 18px;
  }

  .sign-in-sign-up-input {
    text-transform: none;
    border-color: #020202;
    border-radius: 18px;
    height: 70px;
    font-weight: 700;
    line-height: 100px;
  }

  .scroll-wrapper-image {
    padding-top: 100px;
  }

  .text-wrapper {
    padding-top: 160px;
  }

  .button-primary-7.consultation, .button-primary-8.consultation, .button-primary-8.consultation {
    padding-top: 18px;
  }

  .deals-section {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
  }

  .deals-text {
    max-width: 650px;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.project-container.blog {
    max-width: 820px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-wrapper {
    background-color: var(--white);
    border-top: 1px solid #0003;
    padding-top: 6rem;
    position: fixed;
    inset: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 6rem;
    display: flex;
    overflow-y: auto;
  }

  .nav-link {
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 1.5rem;
  }

  .nav-link.dropdown {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .nav-dropdown {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .menu-button {
    padding: .75rem;
  }

  .menu-button.w--open {
    background-color: var(--transperent);
  }

  .nav-menu-right {
    z-index: 2;
    margin-right: -.75rem;
    position: relative;
  }

  .banner-btn-wrapper {
    flex-wrap: wrap;
  }

  .counter-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-left: 0;
    padding-right: 0;
  }

  .counter-nbr {
    font-size: 34px;
  }

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

  .project-wrapper {
    justify-content: space-around;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer-top-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .consultation-popup {
    align-items: flex-start;
    padding: 0;
    overflow: auto;
  }

  .consultation-popup-wrapper {
    flex-flow: wrap;
    align-items: flex-start;
    width: 100%;
    min-height: 100%;
  }

  .close-consultation-btn {
    color: var(--white);
  }

  .close-consultation-btn.is-black {
    color: var(--font-black);
  }

  .popup-left {
    max-width: 100%;
    height: auto;
    padding: 1.5rem;
  }

  .modal_left_content {
    margin-top: 16px;
  }

  .modal_img {
    display: none;
  }

  .popup-right {
    padding: 1.5rem;
  }

  .overflow-auto {
    align-items: flex-start;
    height: 100%;
    overflow: scroll;
  }

  .image-6 {
    display: block;
  }

  .image-7 {
    display: none;
  }

  .about_content_block {
    box-shadow: none;
    background-color: #0000000a;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: wrap;
  }

  .about_content_left_wrapper {
    background-color: var(--white);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .about_content_left {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about_content_right_wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 24rem;
  }

  .about_content_number {
    border: .625rem solid var(--white);
    inset: -51px auto auto 50%;
    transform: translate(-50%);
  }

  .floor-plan-map {
    height: auto;
  }

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

  .button-primary-4.consultation {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .table-header {
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .table_itemff, .table_item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-row {
    padding-left: 16px;
    padding-right: 16px;
  }

  .new-card-block {
    width: 100%;
  }

  .new-card-block.florplan {
    flex: 0 auto;
    width: 48%;
  }

  .search-result-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .filter-list-header {
    margin-top: 6px;
  }

  .filter-list-header.w--open {
    box-shadow: none;
    padding-left: 1.5rem;
    position: static;
  }

  .sign-in-sign-up-submit-button {
    font-size: 15px;
  }

  .scroll-wrapper {
    padding-top: 0;
  }

  .scroll-wrapper-text {
    width: 100%;
    padding-left: 0;
  }

  .text-wrapper {
    max-width: 100%;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .text-wrapper.last {
    padding-bottom: 0;
  }

  .anime-image._1.tablet {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .image-wrapper.tablet {
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
  }

  .none-from-tablet {
    display: none;
  }

  .block-quote {
    margin-bottom: 26px;
  }

  .favouritte-project {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .discovery-text-wrapper {
    width: 65%;
  }

  .n_service_card:hover {
    border-color: var(--transperent);
    background-color: var(--white);
    box-shadow: none;
    transform: none;
  }

  .orange-image {
    object-fit: none;
  }

  .image-68 {
    display: none;
  }

  .fixed-slide {
    width: auto;
    max-width: none;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 9px;
    top: 61%;
  }

  .floor-card {
    width: 48%;
  }

  .plan-3d {
    height: 30rem;
  }

  .list-heading h2 {
    margin-bottom: 20px;
  }

  .text-img-wrapper-copy, .text-img-wrapper-copy:nth-child(2n) {
    flex-flow: wrap;
  }

  .prefab-tab-content {
    grid-template-columns: 1fr 1fr;
  }

  .prefab-custom {
    height: auto;
  }

  .pricing_wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card, .feasibility-study-purchase, .feasibility-left-vertical {
    width: 100%;
  }

  .feasibility-top-horizontal {
    flex-flow: column;
  }

  .hero-heading {
    max-width: 700px;
  }

  .case_nav_link {
    background-color: #faf6f2;
  }

  .deals-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 42px;
  }

  .deal-img {
    width: 275px;
    max-width: 275px;
  }

  .deals-text {
    padding-right: 0;
  }

  .terms-pop-up {
    padding-top: 40px;
  }

  .case_content {
    max-width: none;
  }

  .form_grid {
    display: flex;
  }

  .btn:hover {
    border-color: var(--orange-primary);
    background-color: var(--orange-primary);
    color: var(--white);
  }

  .btn:hover:where(.w-variant-6c824803-f954-fc39-60e9-884adae66a89) {
    border-color: var(--font-black);
    background-color: var(--transperent);
    color: var(--font-black);
  }

  .btn:hover:where(.w-variant-f8d575e9-178d-7786-9f47-abbe3fbe350b) {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--navy-blue);
  }

  .n_hero_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .n_hero_left {
    width: auto;
    padding-right: 0;
  }

  .n_hero_slider {
    width: auto;
  }

  .img-full.is-disk-call {
    object-position: 30% 50%;
    object-position: 30% 50%;
  }

  .section-head.is-sb {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .n_project_img {
    height: 18rem;
  }

  .n_project_btn {
    display: none;
  }

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

  .n_cms_grid_3.is-scroll {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    overflow-x: auto;
  }

  .consultation.tablet-hide {
    display: none;
  }

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

  .n_testimonial_vid_tabs {
    flex-flow: column;
  }

  .n_testimonial_vid_menu {
    flex-flow: row;
    margin-top: 2rem;
    margin-left: 0;
  }

  .n_faq_wrap {
    flex-flow: column;
  }

  .n_faq_img, .n_faq_left {
    width: auto;
  }

  .footer_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

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

  .nav_element {
    z-index: 1;
  }

  .nav_link-drop:hover {
    background-color: var(--transperent);
  }

  .nav_brand {
    z-index: 2;
    position: relative;
  }

  .nav_burger {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
  }

  .nav_burger_line {
    background-color: var(--font-black);
    border-radius: 1rem;
    width: 1.5rem;
    height: 2px;
  }

  .nav_list_item {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .nav_list_item.consultation {
    z-index: 2;
    background-color: var(--white);
    z-index: 2;
    background-color: var(--white);
    inset: auto 0% 0%;
    width: 100%;
    margin-top: auto;
    padding: 1.5rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .h1-home {
    min-height: 9.9rem;
  }

  .is-scroll-item {
    scroll-snap-align: center;
    flex: none;
    width: 25rem;
  }

  .modal_head {
    font-size: 2rem;
  }

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

  .hero-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .hero-left {
    width: 100%;
  }

  .hero-left.is-70 {
    width: auto;
  }

  .hero-right {
    width: 100%;
  }

  .hero-right.is-30 {
    width: auto;
  }

  .img-hero-wrap {
    aspect-ratio: 16 / 9;
  }

  .img-hero-wrap.is-service, .img-hero-wrap.is-auto, .img-hero-wrap.is-service, .img-hero-wrap.is-auto {
    aspect-ratio: auto;
  }

  .content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-wrap.is-l-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .content-wrap.is-s-faq {
    flex-flow: column;
  }

  .content-text.is-l-wrap, .content-text.is-t-100, .content-text.is-l-wrap, .content-text.is-t-100 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .content-image.is-blog {
    order: -9999;
    width: 100%;
  }

  .content-image.is-l-wrap {
    width: 100%;
  }

  .content-img.is-blog {
    aspect-ratio: 16 / 9;
    aspect-ratio: 16 / 9;
  }

  .btn-wrap {
    flex-flow: wrap;
  }

  .n_blog_featured_nav {
    display: none;
  }

  .n_project_item {
    width: calc(50% - .75rem);
  }

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

  .heading-style-h2.is-legal {
    font-size: 3.5rem;
  }

  .faq_wrap {
    flex-flow: column;
  }

  .faq_filters {
    width: 100%;
  }

  .faq_cms_wrap {
    width: auto;
  }

  .ww_comming_wrap {
    flex-flow: column;
    display: flex;
  }

  .ww_spearer_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .img-banner {
    height: 18rem;
  }

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

  .service_premittins_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .service_premittins_list.is-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service_mdu_img {
    aspect-ratio: 1;
  }

  .service_tab_menu {
    flex-flow: wrap;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .f_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-head-text {
    max-width: none;
  }

  .case_nav {
    display: none;
  }

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

  .container-393 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .container.project-container.blog {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #fff0;
    border-radius: 20px;
  }

  .nav-menu-right {
    border-radius: 20px;
  }

  .button-secondary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .counter-wrapper {
    flex-wrap: wrap;
  }

  .counter-block {
    width: 35%;
  }

  .counter-nbr {
    font-size: 36px;
    line-height: 36px;
  }

  .counter-text {
    font-size: 14px;
    line-height: 14px;
  }

  .counter-divider.tablet-none {
    display: none;
  }

  .project-wrapper {
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .n_blog_title {
    min-height: auto;
  }

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

  .footer-top-left {
    flex-flow: wrap;
  }

  .footer-menu-wrapper.services {
    max-width: 151px;
  }

  .footer_center_item {
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .close-consultation-btn {
    top: .5rem;
    right: .5rem;
  }

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

  .about-banner-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .about_content_number {
    width: 80px;
    height: 80px;
    top: -38px;
  }

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

  .floor-plan-map {
    margin-top: 40px;
  }

  .button-primary-3 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

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

  .contact_form {
    padding: 1.5rem;
  }

  .contact_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .button-primary-4 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .table_component {
    overflow: scroll;
  }

  .table-wrapper, .table-wrapper-block {
    overflow: auto;
  }

  .table-header {
    min-width: 700px;
  }

  .new-card-block {
    width: 100%;
  }

  .new-card-block.florplan {
    flex: 0 auto;
    width: 100%;
  }

  .n_faq_toggle {
    white-space: pre-wrap;
    font-size: 1.25rem;
  }

  .n_faq_p p {
    font-size: 1rem;
  }

  .search-result-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .filter-list-header {
    position: relative;
  }

  .block-quote {
    font-size: 22px;
    line-height: 34px;
  }

  .favouritte-project {
    font-size: 1.25rem;
  }

  .discovery-text-wrapper {
    background-image: linear-gradient(#0000, #0009);
    width: 100%;
    padding: 16rem 1.5rem 1.5rem;
  }

  .image-68 {
    display: none;
  }

  .fixed-slide {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    top: 63%;
  }

  .floor-card {
    width: 100%;
  }

  .plan-3d {
    height: 25rem;
  }

  .list-heading h2 {
    margin-bottom: 1rem;
  }

  .list-heading p {
    font-size: 1rem;
  }

  .list-content p, .list-content li, .list-content p, .list-content li {
    font-size: 16px;
    line-height: 24px;
  }

  .text-img-wrapper-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .build-rich p, .build-rich li, .build-rich p, .build-rich li {
    font-size: 1rem;
  }

  .pricing_wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .f_grid_item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .n_hero_left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .img-full.is-disk-call {
    object-position: 25% 50%;
    object-position: 25% 50%;
  }

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

  .n_cms_grid_3 {
    flex-flow: column;
    display: flex;
  }

  .n_testimonial_vid_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .n_testimonial_vid_left, .n_testimonial_vid_vid {
    width: auto;
  }

  .footer_head {
    font-size: 1.5rem;
  }

  .footer_center_left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .h1-home {
    max-width: 20rem;
    min-height: 11rem;
  }

  .modal_head {
    font-size: 1.5rem;
  }

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

  .contact_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero-right {
    order: 9999;
  }

  .n_about_team_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .content-text {
    width: 100%;
  }

  .content-image {
    order: 9999;
    width: 100%;
  }

  .content-img {
    aspect-ratio: 3 / 2;
  }

  .content-img.is-no-ratio {
    aspect-ratio: auto;
    aspect-ratio: auto;
  }

  .filter-empty {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .heading-style-h2.is-legal {
    font-size: 3rem;
  }

  .ww_comming_wrap {
    width: 100%;
  }

  .ww_comming_img.radius-1 {
    aspect-ratio: 3 / 2;
    aspect-ratio: 3 / 2;
  }

  .p-banner.is-text-big {
    font-size: 1.25rem;
  }

  .img-banner {
    height: 14rem;
  }

  .case_simple_list {
    flex-flow: column;
    display: flex;
  }

  .service_h1 h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 700;
  }

  .service_h1 h3 {
    font-size: 1.75rem;
  }

  .service_experts_list, .service_premittins_list, .service_premittins_list.is-4, .service_premittins_list.is-4 {
    grid-template-columns: 1fr 1fr;
  }

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

  .service_mdu_img {
    aspect-ratio: 3 / 2;
  }

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

  .content-video {
    width: 100%;
  }

  .f_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .f_img_grid {
    flex-flow: column;
    display: flex;
  }

  .rich-style h2 {
    font-size: 2rem;
  }

  .rich-style h3 {
    font-size: 1.5rem;
  }

  .rich-style h4 {
    font-size: 1.25rem;
  }

  .rich-style h1 {
    font-size: 2rem;
  }

  .rich-style h5 {
    font-size: 1.125rem;
  }

  .blog_tag {
    font-size: 1rem;
  }

  .case_section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .project_gallery_grid {
    flex-flow: column;
    display: flex;
  }

  .pay_section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pay_box {
    padding: 1.5rem;
  }

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

  .rating_p {
    max-width: none;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

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

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .container {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.project-container {
    margin-bottom: 17px;
  }

  .container.project-container.blog {
    width: 295px;
    max-width: 295px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-primary {
    padding: 13px 16px;
    font-size: 14px;
  }

  .button-primary.consultation {
    align-self: center;
  }

  .banner-btn-wrapper {
    max-width: 335px;
  }

  .button-secondary {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  .counter-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
  }

  .counter-block {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .counter-text {
    text-align: center;
    align-self: auto;
    font-size: 13px;
    line-height: 18px;
    display: block;
  }

  .project-wrapper {
    grid-row-gap: 24px;
    max-width: 295px;
  }

  .project-content.projectcontent-new {
    width: 295px;
    padding-left: 6px;
  }

  .n_blog_title {
    font-size: 18px;
    line-height: 22px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-top-left {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-menu-wrapper {
    margin-bottom: 24px;
  }

  .footer-menu-wrapper.mb-0 {
    margin-bottom: 0;
  }

  .footer-logo-wrapper {
    width: 8rem;
  }

  .footer_bottom_left {
    width: 305px;
    max-width: 335px;
  }

  .footer_bottom_right {
    grid-column-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .popup-left, .popup-right {
    padding: 1rem;
  }

  .about_content_block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 42px;
  }

  .about_content_left {
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .week-tag {
    margin-right: auto;
  }

  .about_content_right_wrapper {
    height: 16rem;
  }

  .about_content_number {
    width: 65px;
    height: 65px;
    top: -34px;
  }

  .filter-dropdown {
    width: 100%;
  }

  .floor-plan-map {
    max-width: 295px;
  }

  .button-primary-3 {
    padding: 12px;
    font-size: 14px;
  }

  .contact_form {
    padding: 1rem;
  }

  .button-primary-4 {
    padding: 12px;
    font-size: 14px;
  }

  .button-primary-4.consultation {
    margin-top: 20px;
  }

  .button-primary-5 {
    padding: 13px 19px;
    font-size: 14px;
  }

  .table_component {
    width: 300px;
    max-width: 100%;
    overflow: scroll;
  }

  .table-wrapper {
    overflow: auto;
  }

  .button-primary-6 {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 14px;
  }

  .counts-box {
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 24px;
  }

  .n_faq_toggle {
    font-size: 1rem;
  }

  .n_faq_p ol, .n_faq_p ul {
    padding-left: 25px;
  }

  .n_faq_p p {
    font-size: .875rem;
  }

  .n_faq_p ol, .n_faq_p ul {
    padding-left: 25px;
  }

  .n_faq_p li {
    font-size: 15px;
    line-height: 20px;
  }

  .checkbox-sign-in-sign-up {
    margin-right: 5px;
  }

  .sign-in-sign-up-submit-button {
    font-size: 12px;
    font-weight: 500;
  }

  .checkbox-text-block-sign-in-sign-up {
    font-size: 12px;
  }

  .sign-in-sign-up-input {
    height: 45px;
  }

  .scroll-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .scroll-wrapper-text.right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .scroll-wrapper-text.right.right-padding-none {
    padding-right: 0;
  }

  .text-wrapper {
    align-items: stretch;
  }

  .scroll-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .block-quote {
    font-size: 14px;
    line-height: 20px;
  }

  .favouritte-project {
    font-size: 1.125rem;
  }

  .call-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .discovery-text-wrapper {
    align-items: stretch;
  }

  .link-7 {
    text-align: center;
    margin-top: 19px;
    margin-left: 0;
  }

  .link-7.button-primary {
    width: auto;
  }

  .n_service_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .button-project {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 14px;
  }

  .fixed-slide {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: absolute;
    top: 67%;
  }

  .fixed-slide-inner {
    font-size: 1.125rem;
  }

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

  .n_about_list_icon {
    width: 1.5rem;
    margin-right: .625rem;
  }

  .hs-input {
    height: 46px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hs-button {
    padding: 16px 19px;
  }

  .plan-3d {
    height: 20rem;
  }

  .slider-rich.bottom-padding-none {
    margin-bottom: 0;
  }

  .list-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .build-rich {
    padding-left: 0;
  }

  .button-primary-7 {
    padding: 13px 16px;
    font-size: 14px;
  }

  .button-primary-7.consultation {
    align-self: center;
  }

  .button-primary-8 {
    padding: 13px 16px;
    font-size: 14px;
  }

  .button-primary-8.consultation {
    align-self: center;
    margin-left: 10px;
    padding-top: 13px;
  }

  .button-primary-9 {
    padding: 13px 16px;
    font-size: 14px;
  }

  .service_tab_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 1rem;
  }

  .service_tab_heading {
    text-align: left;
    font-size: 1.5rem;
  }

  .prefab-tab-content {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .pricing-title.black {
    font-size: 20px;
    line-height: 25px;
  }

  .pricing-price {
    font-size: 40px;
  }

  .feasibility-study-purchase {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .feasibility-right-horizontal {
    flex-flow: column;
    max-width: 335px;
    display: flex;
  }

  .vertical-process {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service_fc_pic {
    max-width: 8rem;
  }

  .process-numbers {
    font-size: 3rem;
  }

  .deals-section {
    flex-flow: column;
    margin: 0 auto;
  }

  .deals-text {
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .deal-title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .deal-description {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .mask {
    max-width: 360px;
    height: 97.39px;
  }

  .terms-pop-up {
    padding-top: 40px;
  }

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

  .form_grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    display: flex;
  }

  .service_experts_logo {
    max-width: 7rem;
  }

  .btn {
    width: 100%;
  }

  .btn:where(.w-variant-f8d575e9-178d-7786-9f47-abbe3fbe350b) {
    width: auto;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .n_hero_main.section {
    padding-top: 2rem;
  }

  .section-head {
    margin-bottom: 1.5rem;
  }

  .section-head.is-sb {
    align-items: stretch;
  }

  .n_project_img {
    justify-content: center;
    align-items: center;
  }

  .n_cms_grid_3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .n_cms_grid_3.is-scroll {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .consultation {
    width: 100%;
  }

  .n_cms_grid_4 {
    flex-flow: column;
    display: flex;
  }

  .n_testimonial_vid_menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .n_testimonial_vid_link {
    width: 5rem;
  }

  .n_testimonial_vid_name {
    font-size: 1.125rem;
  }

  .n_blog_tag.blog, .n_blog_tag.blog-1, .n_blog_tag.blog, .n_blog_tag.blog-1 {
    font-size: .75rem;
  }

  .n_faq_list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer_divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .footer_content_left {
    padding-right: 1rem;
  }

  .footer_center {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_list_item.consultation {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_btn {
    width: 100%;
  }

  .h1-home {
    max-width: 16rem;
    min-height: 9.9rem;
  }

  .is-scroll-item {
    width: 80vw;
  }

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

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

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

  .hero-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
  }

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

  .n_about_team_grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .n_about_team_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-right-style: none;
  }

  .filter-empty {
    padding: 3rem 1.5rem;
  }

  .btn-wrap.mob-v {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .n_project_list {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .n_project_item {
    width: 100%;
  }

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

  .heading-style-h2.is-legal {
    font-size: 2.5rem;
  }

  .faq_label {
    font-size: 1rem;
  }

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

  .p-banner.is-text-big {
    font-size: 1.125rem;
  }

  .workshop_img._2 {
    flex-flow: column;
    display: flex;
  }

  .img-banner {
    height: 10rem;
  }

  .case_simple_img {
    height: 12rem;
  }

  .service_h1 h3, .service_h1 h4 {
    font-size: 1.5rem;
  }

  .service_h1 h1 {
    font-size: 2.5rem;
  }

  .service_h1 h2 {
    font-size: 1.75rem;
  }

  .service_h1 h3, .service_h1 h4 {
    font-size: 1.5rem;
  }

  .service_experts_img {
    width: 10rem;
  }

  .service_premittins_list {
    flex-flow: column;
    display: flex;
  }

  .service_premittins_item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .service_shorts {
    width: calc(100vw - 2rem);
  }

  .f_grid_cards {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .mobile-hide {
    display: none;
  }

  .sus_img {
    width: 3rem;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .banner_item {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .banner_container {
    justify-content: space-between;
  }
}
