.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation-items.holder {
  left: 16px;
  display: inline-block;
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 2px;
  float: left;
}

.logo-link {
  position: static;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  float: none;
  font-family: 'Futura PT', sans-serif;
  color: #1b1b1b;
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}

.navigation-item {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: none;
}

.navigation-item:hover {
  color: #000;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta {
  display: inline-block;
  margin-top: 31px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 15px;
  border-radius: 200px;
  background-color: #f50;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.cta:hover {
  background-color: #000;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.cta.white {
  border-radius: 200px;
  background-color: #fff;
  color: #0f0f0f;
}

.cta._2 {
  display: none;
}

.body {
  background-color: #fff;
  font-family: 'Futura PT', sans-serif;
}

.section-header {
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Futura PT', sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 58px;
  font-weight: 700;
}

.section-header.light {
  margin-bottom: 20px;
  color: #fff;
}

.section-header._2 {
  color: #000;
  font-size: 45px;
  line-height: 48px;
}

.section-header._2.titulo-dos-cones {
  text-align: center;
}

.footer-section {
  position: relative;
  overflow: visible;
  padding: 0px 10% 20px;
  background-color: #152238;
  color: #333;
}

.footer-content {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-section {
  position: relative;
  overflow: visible;
  margin-bottom: 260px;
  padding: 80px 10% 140px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-div {
  width: 19%;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
  text-align: center;
}

.testimonial-div.zapier {
  text-align: center;
}

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

.img-block.loaf {
  position: relative;
  top: 5px;
}

.holder-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  margin-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.body-paragraph {
  position: relative;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
}

.body-paragraph.light {
  color: #cecece;
  font-size: 18px;
  font-weight: 400;
}

.body-paragraph.quote {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.body-paragraph._2 {
  color: #000;
}

.intro-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 24px;
  margin-left: 1%;
  padding-top: 20%;
  padding-bottom: 20%;
  border-radius: 4px;
  background-color: transparent;
  background-image: url('../images/Kitchenimg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 14px 0 rgba(36, 36, 36, 0.13);
  color: #000;
}

.box._4 {
  position: relative;
  left: 0%;
  background-image: url('../images/Staircase.jpg');
}

.box._5 {
  position: relative;
  width: 65%;
  background-image: url('../images/room-image-2.jpg');
}

.box._2 {
  background-image: url('../images/HeroImage.jpg');
}

.box._3 {
  background-image: url('../images/Living-room.jpg');
}

.cards-section {
  overflow: hidden;
  padding: 120px 10% 280px;
  background-color: #fff;
}

.puzzle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.title-header {
  width: 50%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.final-cta {
  margin-bottom: 20px;
  padding: 100px 5% 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #152238;
}

.headline {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
}

.right-content {
  position: relative;
  overflow: hidden;
  width: 60%;
  padding: 9% 10% 12.5% 8%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.content-hero-div {
  margin-top: 0px;
  padding-right: 10%;
}

.left-image {
  position: relative;
  overflow: hidden;
  width: 40%;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), color-stop(25%, transparent)), url('../images/unrecognizable-man-neon-safety-vest-business-suit-sitting-desk-using-laptop-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), transparent 25%), url('../images/unrecognizable-man-neon-safety-vest-business-suit-sitting-desk-using-laptop-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.left-image.header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), color-stop(25%, transparent)), url('../images/top-view-group-engineering-team-is-meeting-planning-construction-work-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), transparent 25%), url('../images/top-view-group-engineering-team-is-meeting-planning-construction-work-min.jpg');
}

.featured-brands {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.03);
}

.right-cta {
  width: auto;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #030303;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.nav-link.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.nav-link.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.brand {
  position: static;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  padding: 0px 9px;
  float: none;
  border: 3px solid #fff;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  font-family: 'Futura PT', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
}

.brand.dark {
  border-color: #363636;
  color: #000;
  font-size: 30px;
  line-height: 44px;
}

.static-nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.top-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding-right: 5%;
  padding-left: 5%;
  background-color: transparent;
}

.nav-btn {
  margin-left: 10px;
  padding: 5px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 200px;
  background-color: transparent;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
}

.nav-btn:hover {
  border-color: rgba(0, 0, 0, 0.24);
  background-color: #000;
  color: #fff;
}

.typed-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.typed {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 58px;
  line-height: 68px;
}

.cursor {
  width: 3px;
  height: 36px;
  margin-top: 0px;
  margin-bottom: 12px;
  margin-left: 5px;
  background-color: rgba(44, 29, 18, 0.14);
  color: #fff;
}

.svg-1 {
  position: absolute;
  left: -54px;
  top: 71px;
  display: none;
}

.svg-2 {
  position: absolute;
  top: 207px;
  right: -45px;
  display: none;
}

.svg-3 {
  position: absolute;
  top: 365px;
  right: 30%;
  display: none;
}

.left-content {
  width: 40%;
  padding-right: 10%;
}

.right-panel {
  position: relative;
  width: 60%;
  padding-top: 23%;
  padding-bottom: 23%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/casa-lupa.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.split-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.subheader {
  width: 88%;
  margin-top: 5px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.designer-image {
  width: 50%;
  padding-top: 22%;
  padding-bottom: 21%;
  background-image: url('../images/designer.jpg');
  background-position: 50% 33%;
  background-size: cover;
  background-repeat: no-repeat;
}

.designer-description {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #152238;
}

.services-header {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.expert-section {
  display: none;
  padding: 20px 10% 100px;
}

.upper-head {
  margin-bottom: 5px;
  color: #bcbcbc;
  font-size: 15px;
  font-weight: 500;
}

.bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-features {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.check-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}

.check-icon {
  margin-right: 10px;
}

.small-header {
  margin-bottom: 25px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.services-section {
  margin-bottom: 60px;
  padding-right: 10%;
  padding-bottom: 0px;
  padding-left: 10%;
}

.service-div {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.service-box-holder {
  display: none;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px none rgba(0, 0, 0, 0.1);
}

.service-box-holder._2 {
  padding-top: 40px;
  padding-bottom: 0px;
  border-top-style: none;
}

.service-box-holder._3 {
  padding-top: 40px;
  border-top-style: none;
}

.service-box-holder._3._5 {
  padding-bottom: 120px;
}

.service-box {
  width: 29%;
  padding-right: 1%;
  padding-left: 1%;
  text-align: center;
}

.lottie-anim {
  width: 150px;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
}

.service-paragraph {
  font-family: 'DM Sans', sans-serif;
  color: #363636;
  font-size: 17px;
  line-height: 21px;
}

.service-header {
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.testimonial-name {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Futura PT', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.testimonial-holder {
  position: relative;
  top: -143px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -90px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #222;
}

.testimonial-right {
  width: 50%;
  padding-top: 17%;
  padding-bottom: 17%;
  background-image: url('../images/vertical-low-angle-shot-high-rise-building-glass-facade-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.middle-cta-div {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

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

.sticky-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.07);
}

.sticky {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.text-block {
  display: block;
}

.nav-link-2 {
  padding-right: 16px;
  padding-left: 16px;
  color: #5e727d;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1b2d45;
}

.nav-link-2.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  white-space: nowrap;
}

.nav-link-2.dark-blue._2 {
  color: #000;
}

.nav-logo {
  width: 54px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.primary-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 0px;
  padding: 20px 26px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.brand-2 {
  margin-right: 44px;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  height: auto;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  width: 30px;
}

.image {
  background-color: transparent;
}

.text-block-2 {
  color: #fff;
}

.icon-block {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.icon-block._1 {
  background-image: url('../images/worker.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._2 {
  background-image: url('../images/sketch.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._3 {
  background-image: url('../images/worker-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._4 {
  background-image: url('../images/prototyping.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._5 {
  background-image: url('../images/prototype.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._6 {
  background-image: url('../images/measure.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._7 {
  background-image: url('../images/prototype-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._8 {
  background-image: url('../images/house.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._9 {
  background-image: url('../images/architect.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._10 {
  background-image: url('../images/buildings.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._11 {
  background-image: url('../images/blueprint_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._12 {
  background-image: url('../images/blueprint-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._13 {
  background-image: url('../images/architect-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._14 {
  background-image: url('../images/plan.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-block._15 {
  background-image: url('../images/building.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer3-wrap {
  padding-top: 40px;
  border-top: 1px none #ebedee;
  background-color: #152238;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 36px;
  padding-bottom: 60px;
  padding-left: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #152238;
}

.footer3-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-label {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer3-quote {
  padding-right: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.footer3-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer3-link {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  color: #18181d;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer3-link:hover {
  opacity: 1;
}

.paragraph-small {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
}

.link {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  text-decoration: none;
}

.title {
  max-width: 500px;
  margin-bottom: 15px;
  color: #484dff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 25px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 4px 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.service-icon {
  display: none;
  width: 70px;
  margin-bottom: 25px;
}

.heading-primary {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a3066;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #000;
  font-size: 28px;
  line-height: 24px;
  font-weight: 800;
  text-align: left;
  text-transform: none;
}

.paragraph-2 {
  display: none;
  max-width: 320px;
  font-family: 'DM Sans', sans-serif;
  color: #363636;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.button-default {
  padding: 13px 15px;
  border-radius: 50px;
  background-color: #f50;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.button-default:hover {
  background-color: #000;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.container.space-below {
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 0px;
}

.service-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 32px;
  padding-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-content-wrap {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.text-span {
  color: #484dff;
}

.column {
  width: 33%;
  padding: 10px;
}

.div-block {
  width: 40px;
  height: 40px;
  background-image: url('../images/architect-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-left: 10px;
}

.icon-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.little-icon-block {
  width: 45px;
  height: 45px;
}

.little-icon-block._1 {
  margin-right: 20px;
  background-image: url('../images/blueprint_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.little-icon-block._2 {
  margin-right: 20px;
  background-image: url('../images/measure.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.little-icon-block._3 {
  margin-right: 20px;
  background-image: url('../images/house.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.little-icon-block._4 {
  margin-right: 20px;
  background-image: url('../images/architect.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.little-icon-block._5 {
  margin-right: 20px;
  background-image: url('../images/buildings.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.little-icon-block._6 {
  margin-right: 20px;
  background-image: url('../images/building.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.little-icon-block._7 {
  margin-right: 20px;
  background-image: url('../images/blueprint.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.little-icon-block._8 {
  margin-right: 20px;
  background-image: url('../images/architect-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.little-icon-block._9 {
  margin-right: 20px;
  background-image: url('../images/field.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.textt {
  font-size: 20px;
  font-weight: 400;
}

.form-field {
  position: relative;
  z-index: 1;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdd;
  background-color: transparent;
}

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

.form-field::-webkit-input-placeholder {
  color: #a0a0a0;
}

.form-field:-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-wrap {
  margin-bottom: 0px;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  position: relative;
  z-index: 50;
  min-height: 630px;
  padding: 50px 50px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.13);
}

.comp-pane.left {
  background-image: url('../images/minimizado.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-field-label {
  position: absolute;
  z-index: 10;
  display: inline-block;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  background-color: #fff;
  line-height: 14px;
}

.form-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000;
}

.component-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 40px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.submit-button {
  height: 50px;
  min-width: 170px;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 30px;
  background-color: #f50;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  color: #fff;
  font-size: 20px;
}

.submit-button:hover {
  background-color: #000;
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.submit-button._2 {
  margin-top: 0px;
}

.field-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #152238;
}

.bold-text {
  font-size: 36px;
}

.final-cta-text {
  margin-bottom: 20px;
  font-size: 18px;
}

.alternative-link {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}

.link-2 {
  color: green;
  text-decoration: underline;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  font-weight: 700;
}

.text-span-4 {
  font-weight: 700;
}

.text-span-5 {
  font-weight: 700;
}

.text-span-6 {
  font-weight: 700;
}

.text-span-7 {
  font-weight: 700;
}

.text-span-8 {
  font-weight: 700;
}

.text-span-9 {
  font-weight: 700;
}

.text-span-10 {
  font-weight: 700;
}

.text-span-11 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .navigation-items {
    background-color: #fff;
  }

  .navigation-items.holder {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    margin-left: 0px;
    padding-top: 90px;
  }

  .menu-icon {
    position: relative;
    display: block;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-item {
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease;
  }

  .menu-button {
    z-index: 5;
    padding: 0px;
  }

  .menu-button.w--open {
    z-index: 5;
    background-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .section-header {
    font-size: 46px;
    line-height: 54px;
  }

  .section-header.light {
    font-size: 46px;
    line-height: 54px;
  }

  .footer-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .intro-section {
    overflow: hidden;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
  }

  .testimonial-div {
    width: 11%;
    margin-right: 2%;
  }

  .testimonial-div.loaf {
    width: 7%;
  }

  .testimonial-div.dwell {
    width: 9%;
  }

  .holder-div {
    padding-right: 26px;
    padding-left: 26px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .intro-div {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box {
    width: 48%;
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .box._5 {
    width: 100%;
    padding-top: 163px;
    padding-bottom: 163px;
  }

  .cards-section {
    padding-top: 90px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .puzzle-div {
    width: auto;
    margin-top: 40px;
  }

  .title-header {
    width: 80%;
    margin-bottom: 50px;
  }

  .final-cta {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .headline {
    font-size: 52px;
    line-height: 62px;
  }

  .right-content {
    width: 100%;
    padding: 130px 5% 60px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .left-image {
    width: 100%;
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .nav-link {
    display: block;
    margin-bottom: 30px;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }

  .brand {
    border-color: #363636;
    color: #000;
    font-size: 26px;
    line-height: 39px;
  }

  .brand.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .static-nav {
    position: relative;
    z-index: auto;
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-nav {
    padding-right: 0%;
    padding-left: 0%;
  }

  .nav-btn {
    margin-right: 10px;
    margin-left: 0px;
  }

  .typed {
    font-size: 52px;
    line-height: 62px;
  }

  .svg-2 {
    right: -34px;
  }

  .left-content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0%;
  }

  .right-panel {
    width: 100%;
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .split-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .designer-image {
    width: 100%;
    padding-top: 287px;
    padding-bottom: 286px;
  }

  .designer-description {
    width: 100%;
    padding: 45px 50px;
  }

  .services-header {
    width: 80%;
  }

  .expert-section {
    padding-right: 5%;
    padding-bottom: 50px;
    padding-left: 5%;
  }

  .services-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .service-box-holder {
    padding-right: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-name {
    margin-bottom: 0px;
  }

  .testimonial-holder {
    top: -201px;
    margin-bottom: -100px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .testimonial-left {
    width: 100%;
    padding: 45px 50px;
  }

  .testimonial-right {
    width: 100%;
    padding-top: 194px;
    padding-bottom: 194px;
  }

  .sticky-nav {
    padding-right: 0%;
    padding-left: 0%;
  }

  .sticky {
    position: relative;
    z-index: auto;
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-logo {
    width: 400px;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .navigation {
    display: none;
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #37def5;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer3-wrap {
    padding-bottom: 100px;
  }

  .section {
    margin-bottom: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer3-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer3-quote {
    padding-right: 0px;
  }

  .container.space-below {
    margin-bottom: 0px;
  }

  .column {
    width: 100%;
  }

  .comp-pane.right {
    width: 60%;
  }

  .comp-pane.left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 60%;
    margin-left: -80px;
    background-size: contain;
  }

  .component-wrap {
    margin-bottom: 60px;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .submit-button._2 {
    margin-bottom: 40px;
  }

  .form-section {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .navigation-item {
    margin-right: 30px;
    margin-left: 0px;
  }

  .section-header {
    line-height: 50px;
  }

  .section-header.light {
    line-height: 50px;
  }

  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-links {
    margin-top: 15px;
  }

  .intro-section {
    padding-top: 70px;
  }

  .testimonial-div {
    width: 30%;
    margin-right: 1.5%;
    margin-bottom: 16px;
    margin-left: 1.5%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .testimonial-div.loaf {
    width: 30%;
  }

  .testimonial-div.dwell {
    width: 30%;
  }

  .testimonial-div.west-elm {
    padding-right: 25px;
    padding-left: 25px;
  }

  .holder-div {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .final-cta {
    padding-bottom: 80px;
  }

  .headline {
    font-size: 48px;
    line-height: 58px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .left-image {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .featured-brands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0%;
    margin-left: 0%;
    padding: 20px 2%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brand {
    font-size: 25px;
    line-height: 37px;
    font-weight: 600;
  }

  .typed {
    font-size: 48px;
    line-height: 58px;
  }

  .svg-1 {
    left: -37px;
  }

  .svg-2 {
    right: -33px;
  }

  .subheader {
    width: 95%;
  }

  .designer-image {
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .designer-description {
    padding-right: 40px;
    padding-left: 40px;
  }

  .service-box-holder {
    padding-right: 15%;
    padding-bottom: 70px;
    padding-left: 15%;
  }

  .testimonial-holder {
    margin-bottom: -120px;
  }

  .testimonial-left {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer3-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container.space-below {
    margin-bottom: 0px;
  }

  .comp-pane.right {
    width: 80%;
    margin-top: -100px;
  }

  .comp-pane.left {
    position: static;
    width: 90%;
    height: 600px;
    background-size: cover;
  }

  .component-wrap {
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .submit-button {
    margin-bottom: 60px;
  }

  .form-section {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-item {
    margin-right: 8px;
    margin-bottom: 10px;
    margin-left: 8px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-header {
    font-size: 38px;
    line-height: 44px;
  }

  .section-header.light {
    font-size: 38px;
    line-height: 44px;
  }

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

  .intro-section {
    padding-top: 50px;
  }

  .testimonial-div {
    display: block;
    width: 30%;
    margin-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .testimonial-div.zapier {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-div.loaf {
    padding-right: 23px;
    padding-left: 23px;
  }

  .testimonial-div.dwell {
    width: 47%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .testimonial-div.west-elm {
    padding-right: 0px;
    padding-left: 0px;
  }

  .holder-div {
    overflow: scroll;
    width: 100%;
    margin-right: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-paragraph {
    margin-bottom: 0px;
  }

  .box {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .box._5 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .cards-section {
    padding-top: 70px;
  }

  .title-header {
    width: 100%;
  }

  .final-cta {
    margin-bottom: 0px;
    padding-right: 4%;
    padding-bottom: 20px;
    padding-left: 4%;
  }

  .headline {
    width: 100%;
    margin-left: 0px;
    font-size: 40px;
    line-height: 50px;
  }

  .right-content {
    padding-top: 40px;
  }

  .left-image {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .featured-brands {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .static-nav {
    padding-right: 15px;
    padding-left: 15px;
  }

  .typed-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .typed {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .svg-1 {
    left: -24px;
    top: 46px;
  }

  .svg-2 {
    top: 177px;
    right: -16px;
  }

  .svg-3 {
    display: none;
  }

  .right-panel {
    padding-top: 158px;
    padding-bottom: 158px;
  }

  .designer-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .designer-description {
    padding: 35px 28px;
  }

  .expert-section {
    padding-bottom: 30px;
  }

  .services-section {
    margin-bottom: 60px;
  }

  .service-box-holder {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .service-box-holder._2 {
    padding-top: 0px;
  }

  .service-box-holder._3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .service-box-holder._3._4 {
    padding-bottom: 0px;
  }

  .testimonial-holder {
    margin-bottom: -140px;
  }

  .testimonial-left {
    padding: 35px 28px;
  }

  .testimonial-right {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sticky {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-logo {
    width: 200px;
  }

  .footer3-wrap {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .section {
    display: block;
    margin-bottom: 60px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer3-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container.space-below {
    margin-bottom: 60px;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0px;
    padding: 30px;
  }

  .comp-pane.left {
    width: 100%;
    height: 320px;
    margin-left: 0px;
  }

  .component-wrap {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
  }

  .submit-button._2 {
    margin-bottom: 20px;
  }

  .form-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-2 {
    margin-bottom: 0px;
  }
}

@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTDemi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTHeavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTExtraBold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}