:root {
  --seashell: #fdf4ed;
  --white: white;
  --black: black;
}

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

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

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

.navigation-item {
  color: #2e2e2e;
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

.logo-flex {
  align-items: center;
  width: 75%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

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

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

.body {
  background-color: var(--seashell);
  font-family: Futura PT, sans-serif;
}

.section-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 58px;
}

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

.footer-section {
  background-color: var(--seashell);
  padding: 40px 10% 20px;
  position: relative;
  overflow: visible;
}

.footer-content {
  text-align: center;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-links {
  justify-content: center;
  font-family: Varela, sans-serif;
  display: inline-block;
}

.intro-section {
  background-color: var(--white);
  padding: 80px 10% 160px;
  position: relative;
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.box._3 {
  background-image: url('../images/janela05.jpg');
  background-position: 50% 100%;
}

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

.box._3-copy {
  background-image: url('../images/porta13.jpg');
  background-position: 100%;
}

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

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

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

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

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

.final-cta {
  text-align: center;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 100px 5% 130px;
  display: flex;
}

.hero-section {
  background-color: #fdf4ed;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.headline {
  color: #000;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 42px;
  line-height: 58px;
}

.right-content {
  background-color: #0000;
  align-self: center;
  width: 60%;
  padding: 12.5% 10% 12.5% 8%;
  position: relative;
  overflow: hidden;
}

.content-hero-div {
  margin-top: 0;
  padding-right: 10%;
  font-family: Varela, sans-serif;
}

.left-image {
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/IMG_1149.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 40%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.featured-brands {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  box-shadow: 0 3px 3px #00000008;
}

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

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

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

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

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

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

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

.brand.w--current {
  border-style: none;
}

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

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

.top-nav {
  background-color: #0000;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Varela, sans-serif;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-btn {
  color: #000;
  text-align: center;
  letter-spacing: .3px;
  background-color: #0000;
  border: 1px solid #0000003d;
  border-radius: 200px;
  margin-left: 10px;
  padding: 5px 14px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  transition: all .15s;
}

.nav-btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #0000003d;
}

.typed-div {
  align-items: center;
  display: flex;
}

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

.cursor {
  background-color: #2c1d1224;
  width: 3px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 5px;
}

.svg-1 {
  position: absolute;
  top: 367px;
  left: -129px;
}

.svg-2 {
  position: absolute;
  top: 365px;
  right: 234px;
}

.svg-3 {
  position: absolute;
  top: 365px;
  right: 58%;
}

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

.right-panel {
  background-image: url('../images/pvc-caixivedras-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 55%;
  padding-top: 23%;
  padding-bottom: 23%;
  position: relative;
}

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

.subheader {
  color: #181818;
  text-align: left;
  width: 88%;
  margin-top: 5px;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

.designer-description {
  background-color: #222;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

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

.expert-section {
  background-color: var(--white);
  padding: 20px 10% 100px;
}

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

.bottom-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.service-features {
  border-top: 1px solid #0000001f;
  margin-top: 30px;
  padding-top: 30px;
  font-family: Varela, sans-serif;
}

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

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

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

.services-section {
  background-color: var(--white);
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

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

.service-box-holder {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
}

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

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

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

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

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

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

.testimonial-left {
  background-color: #222;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

.testimonial-right {
  background-image: url('../images/expert-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 17%;
  padding-bottom: 17%;
}

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

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

.sticky-nav {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #00000012;
}

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

.text-block {
  font-family: Varela, sans-serif;
  font-size: 22px;
}

.text-block-2 {
  font-family: Varela, sans-serif;
  font-size: 20px;
}

.text-block-3 {
  font-family: Varela, sans-serif;
  font-size: 22px;
}

.background-video {
  flex: 1;
}

.background-video-2 {
  margin: 100px 220px 0;
  padding-top: 0;
}

.svg-4 {
  width: 60px;
  margin-top: 52px;
  position: absolute;
  top: 151px;
  right: 16px;
}

.svg-5 {
  position: absolute;
  top: 365px;
  right: 163px;
}

.svg-6 {
  width: 60px;
  margin-top: 42px;
  position: absolute;
  top: 228px;
  right: 16px;
}

.svg-7 {
  width: 60px;
  margin-top: 29px;
  position: absolute;
  top: 307px;
  right: 16px;
}

.svg-8 {
  width: 60px;
  margin-top: 19px;
  position: absolute;
  top: 382px;
  right: 16px;
}

.svg-9 {
  width: 60px;
  margin-top: 62px;
  position: absolute;
  top: 76px;
  right: 16px;
}

.svg-10 {
  width: 60px;
  margin-top: 19px;
  position: absolute;
  top: 55px;
  right: 16px;
}

.slider {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.mask {
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: auto;
}

.left-arrow {
  flex: 0 auto;
}

.slide {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1149.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-2 {
  background-image: url('../images/IMG_1152.jpg');
  background-position: 60%;
  background-size: cover;
}

.slide-3, .slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1155.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1150.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.slide-7 {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1165.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-8 {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1161.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.slide-9 {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1158.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.slide-10 {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1203.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-11 {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1182.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.slide-12 {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1210.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-1 {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1226.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block {
  align-self: stretch;
  width: auto;
}

.cta-copy1 {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 10px;
  margin-right: 0;
  padding: 13px 34px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

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

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

.cta-copy {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

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

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

.cta-copy-copy {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 10px;
  padding: 13px 34px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

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

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

.image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.box-copy {
  color: #000;
  background-color: #0000;
  background-image: url('../images/divisoria-aluminio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 31%;
  margin-bottom: 24px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 20%;
  padding-bottom: 20%;
  box-shadow: 1px 1px 14px #24242421;
}

.box-copy._4 {
  background-image: url('../images/porta06.png');
  background-position: 50% 0;
  position: relative;
  left: 0%;
}

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

.box-copy._2 {
  background-image: url('../images/janela-2folhas.jpg');
}

.box-copy._3 {
  background-image: url('../images/janela05.jpg');
  background-position: 50% 100%;
}

.slide-5-copy {
  background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1149.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

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

.brand-copy.w--current {
  border-style: none;
  display: none;
}

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

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

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

.section-header-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 58px;
}

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

.body-paragraph-copy {
  color: #363636;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

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

.body-paragraph-copy.quote {
  color: #cecece;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.services-header-copy {
  text-align: center;
  background-color: #0000;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

  .navigation-item {
    transition: color .15s;
  }

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

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

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

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

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

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

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

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

  .holder-div {
    justify-content: space-between;
    padding-left: 26px;
    padding-right: 26px;
  }

  .intro-div {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

  .hero-section {
    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: 0;
    padding-bottom: 0;
  }

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

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

  .brand.w--current {
    flex: 1;
    display: none;
  }

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

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

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

  .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 {
    flex-flow: column-reverse 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-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

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

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

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

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

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

  .sticky {
    z-index: auto;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: relative;
  }

  .background-video-2 {
    height: 400px;
    margin-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .svg-4 {
    right: 7px;
  }

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

  .svg-6, .svg-7, .svg-8, .svg-9, .svg-10 {
    right: 7px;
  }

  .slider {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    height: 500px;
    display: flex;
  }

  .mask {
    flex: 0 auto;
    height: 100%;
  }

  .slide {
    background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1149.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    max-height: none;
  }

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

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

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

  .brand-copy.w--current {
    flex: 1;
    display: block;
  }

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

  .services-header-copy {
    width: 80%;
  }
}

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

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

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

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

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

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

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

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

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

  .holder-div {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .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: 0;
    padding-bottom: 0;
  }

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

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

  .static-nav {
    flex: 1;
  }

  .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-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .background-video-2 {
    height: 300px;
    margin-bottom: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .svg-4 {
    right: 5px;
  }

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

  .svg-6, .svg-7, .svg-8, .svg-9, .svg-10 {
    right: 5px;
  }

  .slide {
    background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1149.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

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

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

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

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

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

  .testimonial-div {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

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

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

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

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

  .holder-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    overflow: scroll;
  }

  .body-paragraph, .body-paragraph.light {
    font-size: 16px;
  }

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

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

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

  .title-header {
    width: 100%;
  }

  .final-cta {
    padding-bottom: 60px;
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .left-image {
    height: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .featured-brands {
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .svg-1 {
    top: 102px;
    left: -28px;
  }

  .svg-2 {
    top: 154px;
    right: -107px;
  }

  .svg-3 {
    display: inline-block;
    top: 128px;
    right: -14%;
  }

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

  .subheader {
    font-size: 16px;
    line-height: 24px;
  }

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

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

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

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

  .service-paragraph {
    font-size: 16px;
  }

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

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

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

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

  .background-video-2 {
    height: 200px;
    margin: 20px 10px 140px;
  }

  .svg-4 {
    width: 40px;
    top: 119px;
    right: 8px;
  }

  .svg-5 {
    top: 154px;
    right: -107px;
  }

  .svg-6 {
    width: 40px;
    top: 83px;
    right: 8px;
  }

  .svg-7 {
    width: 40px;
    top: 51px;
    right: 8px;
  }

  .svg-8 {
    width: 40px;
    top: 13px;
    right: 8px;
  }

  .svg-9 {
    width: 40px;
    top: 154px;
    right: 8px;
  }

  .svg-10 {
    width: 40px;
    top: 240px;
    right: 8px;
  }

  .slide {
    background-image: linear-gradient(#0000009c, #fff0), url('../images/IMG_1149.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .div-block {
    width: auto;
  }

  .cta-copy1 {
    margin-left: 0;
  }

  .cta-copy-copy {
    margin-right: 0;
  }

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

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

  .text-span {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    font-size: 16px;
  }

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

  .body-paragraph-copy, .body-paragraph-copy.light {
    font-size: 16px;
  }
}


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