:root {
  --contact-button-hover: #2d6a94;
  --white: white;
  --logo-color: var(--contact-button-hover);
  --section-color-two: #d7eaf65c;
  --our-services-transition-color: #2c74a575;
  --black: black;
  --taboffcolor: #a9aaac30;
  --contactbuttonbgc: #f0f0f0;
  --section-color: #e0f1fe;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  color: var(--contact-button-hover);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  justify-content: center;
  align-items: center;
  height: 420px;
  margin: -47px 0 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.cc-home-wrap.services {
  background-image: linear-gradient(#00000057, #0000008c), url('../images/CkJbQAkL.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 200px;
  margin-top: 85px;
}

.section.cc-home-wrap.about-us {
  margin-top: 0;
  display: none;
}

.section.cc-store-home-wrap {
  width: 100%;
  min-height: 300px;
  padding-top: 0;
}

.section.arc {
  margin-top: 220px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  border-bottom: 0 #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 140px;
  margin-left: 22px;
  margin-right: 22px;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container.small-container {
  width: 75%;
  max-width: 1000px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-button {
  background-color: var(--contact-button-hover);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: var(--contact-button-hover);
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: -30px;
  padding-bottom: 12px;
  position: relative;
}

.primary-button.cc-contact-us:hover {
  background-color: #4992c5;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  margin-top: 0;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  box-sizing: border-box;
  opacity: .6;
  text-align: justify;
  letter-spacing: 1px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-jumbo {
  color: var(--contact-button-hover);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  flex: 0 auto;
  margin: 50px 0 20px;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 99.9998%;
  display: flex;
  position: relative;
}

.navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-bottom: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 85px;
  margin-top: 0;
  padding: 30px 50px 0 20px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  left: 0;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.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-image {
  color: #1f2127;
  background-color: #251c1c;
  margin-top: -29px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.navigation-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #0000;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 0;
}

.intro-header.cc-subpage.a {
  height: 100px;
  margin-bottom: 60px;
}

.intro-header.cc-subpage.team {
  background-image: url('../images/6377c2c315127f985e15aa08_Join-Our-Team-Cover.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-top: 0;
  display: flex;
}

.intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: none;
  height: 120px;
  color: var(--white);
  text-align: center;
  background-color: #d7eaf69c;
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.intro-content.a {
  height: 100px;
}

.motto-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.motto-wrap.about-us {
  width: 100%;
  margin-left: 0;
}

.about-story-wrap {
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 60px auto 80px;
  display: flex;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 400px;
  line-height: 20px;
  overflow: hidden;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 180px;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.project-cover-pic {
  background-image: url('../images/fbcd44bc3b2bdd9209f7b1fdc5315c71-cc_ft_960.jpg');
  background-position: 0 0;
  background-size: auto;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  place-items: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-top: 0;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1.25fr;
  place-items: start stretch;
  margin-top: 60px;
  margin-bottom: 60px;
}

.project-pics {
  flex: 0 auto;
}

.detail-image {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: var(--logo-color);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.thumbnail {
  background-image: linear-gradient(#00000042, #fff0), linear-gradient(270deg, #0000005c, #0000004f 90%), url('../images/IDvKIROw.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  min-height: 400px;
  margin-top: 85px;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 180px;
  display: flex;
}

.thumbnail.about-us {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#00000052, #00000080 49%), url('../images/Atelier-PH7-08_Web.jpg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  min-height: 200px;
  margin-top: 85px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.thumbnail.portfolio {
  background-image: linear-gradient(#ffffff5e, #fff0), linear-gradient(270deg, #0000, #fff 90%), url('../images/kitchen-being-remodeled.jpg');
  justify-content: flex-start;
  align-items: center;
  height: 530px;
  min-height: auto;
  margin-top: 110px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.thumbnail.sectors {
  background-image: linear-gradient(#ffffff5e, #fff0), linear-gradient(270deg, #0000 51%, #fff), url('../images/UqNEbyRQ660.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat-x;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 350px;
  min-height: auto;
  margin-top: 85px;
  margin-bottom: 0;
  padding-left: 0;
}

.thumbnail.team {
  height: 350px;
  min-height: auto;
  padding-left: 0;
}

.heading {
  grid-column-gap: 625px;
  grid-row-gap: 625px;
  color: #084c7d;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding-left: 0;
  font-size: 80px;
  font-weight: 300;
  display: flex;
}

.div-block {
  background-color: var(--section-color-two);
  width: 100%;
  height: 100%;
  padding-left: 60px;
}

.div-block.main {
  background-color: #fff0;
}

.heading-2 {
  color: #151518;
  text-align: center;
  width: 400px;
  font-weight: 500;
}

.heading-3 {
  text-align: left;
  width: 375px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.contact-button {
  background-color: #2d6a94;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 105px;
  transition: transform .425s, background-color .3s;
}

.contact-button:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #3b92ce;
  outline: 3px #32343a;
  transform: scale(1.05);
}

.contact-button.government, .contact-button.private {
  margin-left: 100px;
}

.motto-section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.motto-section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.motto-section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.motto-section.cc-store-home-wrap {
  border-bottom-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.project-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin: -30px 100px 0;
  padding-bottom: 0;
  display: block;
}

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

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 174px;
  margin-bottom: -5px;
  padding-bottom: 0;
  display: block;
}

.service-flex-block {
  background-color: var(--contact-button-hover);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 174px;
  height: 162px;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: all .4s;
}

.service-flex-block:hover {
  background-color: #2c74a575;
}

.heading-5 {
  color: var(--white);
}

.button {
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.flex-block-2 {
  height: 162px;
}

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

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

.image {
  border-radius: 10px 10px 0 0;
  width: 174px;
  height: 116px;
}

.button-2 {
  background-color: #3898ec00;
  font-size: 16px;
}

.heading-6 {
  text-align: left;
  border-top: 1px solid #000;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.section-2 {
  border-top: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 820px;
  height: 500px;
  margin-top: 0;
  margin-left: 90px;
  margin-right: 90px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.flex-block-4 {
  width: 50%;
}

.flex-block-5 {
  width: 100%;
  height: auto;
}

.heading-7 {
  color: #fff;
  text-align: center;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  white-space: normal;
  word-break: normal;
  direction: ltr;
  border: 1px #000;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.grid {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1.5fr;
  grid-template-areas: ".";
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
}

.service-image-block {
  background-image: url('../images/NTH9ZZcUih8.jpg');
  background-position: 50% 75%;
  background-size: cover;
  border-radius: 0 4px 4px 0;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 400px;
  height: 100%;
  min-height: 300px;
  transition: all .7s;
  display: flex;
}

.service-image-block:hover {
  box-shadow: 5px 7px 9px 1px var(--our-services-transition-color);
  transform: scale(1.02);
}

.service-image-block.kitchen {
  flex: none;
  width: 58%;
  height: 100px;
  overflow: clip;
}

.service-image-block.room-addition {
  background-image: url('../images/K5sjajgbTFw.jpg');
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: 88%;
  height: 100px;
  margin-top: -50px;
}

.service-image-block.bathroom {
  background-image: url('../images/P_0tnQ8hb70.jpg');
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
}

.service-image-block.rooms {
  background-image: url('../images/K5sjajgbTFw.jpg');
}

.service-image-block.kitchens {
  background-image: url('../images/pexels-photo-2138126.jpeg');
}

.service-image-block.renovations {
  background-image: url('../images/thumbnail_IMG_0124.png');
}

.service-image-block.bathrooms {
  background-image: url('../images/fbcd44bc3b2bdd9209f7b1fdc5315c71-cc_ft_960.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  background-image: linear-gradient(to bottom, var(--our-services-transition-color), var(--our-services-transition-color));
  color: #fff;
  text-align: center;
  border-radius: 4px 2px 2px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.div-block-3 {
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  margin-right: 10px;
  display: flex;
}

.learn-more-button {
  background-color: #2d6a94;
  border-radius: 3px 3px 4px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  transition: all .4s, background-color .3s;
}

.learn-more-button:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #3b92ce;
  outline: 3px #32343a;
  transform: scale(1.05);
}

.learn-more-button.footer {
  background-color: var(--black);
  opacity: 1;
  width: 184px;
  margin-right: 60px;
}

.paragraph {
  color: #000;
  text-align: left;
  margin-bottom: 0;
}

.paragraph.utility-margin-bottom-0 {
  margin-top: 20px;
}

.paragraph.paragraph-l.utility-margin-bottom-2rem.sizing {
  height: 196px;
}

.cell-2 {
  flex-flow: row;
}

.heading-9 {
  color: #000;
  text-align: left;
}

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

.cell-3, .cell-4 {
  justify-content: flex-start;
  align-items: flex-end;
}

.slider-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Atelier-PH7-08_Web.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 500px;
  background-attachment: scroll;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.slider-div.slide-2 {
  background-image: url('../images/luxury-spaces-midtown-sacramento-ca-building-photo.jpg');
  background-position: 50%;
  background-size: 500px;
}

.slider-div.slide-3 {
  background-image: url('../images/NTH9ZZcUih8.jpg');
}

.slide {
  background-image: url('../images/2025-05-26.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 500px;
  border-radius: 4px;
  width: 100%;
}

.slide-2 {
  background-image: url('../images/thumbnail_IMG_4625.jpg');
  background-position: 50% 100%;
  background-size: 500px;
}

.slide-nav {
  color: #000;
}

.heading-10 {
  margin-top: 0;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-left: 20px;
}

.slide-4 {
  background-image: url('../images/l3AiE6sE.jpeg');
  background-position: 50%;
  background-size: contain;
}

.textdiv {
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

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

.quick-stack-3 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  width: 100%;
}

.testimonial-slider-small {
  background-color: #f5f7fa00;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.footer-subscribe {
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--contact-button-hover);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 40px;
  padding: 24px 25px;
  display: flex;
}

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

.footer-form-title {
  color: #fff;
  width: 600px;
  margin-left: 40px;
  margin-right: 0;
  font-size: 30px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.slider {
  width: 500px;
  height: 400px;
  margin-top: 10px;
}

.transparent-div-connctor {
  z-index: 1;
  background-color: #2c74a5a8;
  border-radius: 4px;
  order: 0;
  width: 200px;
  height: 120px;
  margin: 270px 10px -107px 80px;
  position: relative;
  top: 0;
}

.transparent-div-connctor.number-2 {
  margin: -62px 0 0 85px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.div-block-9 {
  margin-top: 0;
}

.utility-margin-bottom-4rem {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

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

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

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

.grid-layout.desktop-3-column.tablet-1-column.grid-gap-l {
  display: none;
}

.grid-layout.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-layout.desktop-4-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.icon {
  width: 2rem;
  height: 2rem;
}

.paragraph-l {
  margin-bottom: 1rem;
}

.avatar {
  background-color: #f0f0f0;
  border-radius: 100rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.paragraph-s {
  margin-bottom: 1rem;
}

.testimonial-section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.testimonial-section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.testimonial-section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial-section.cc-store-home-wrap {
  border-bottom-width: 0;
  width: 100%;
  min-height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-3 {
  background-image: url('../images/Atelier-PH7-08_Web.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: none;
  margin-left: 22px;
  margin-right: 22px;
  display: block;
}

.container-5 {
  max-width: 800px;
  max-height: 400px;
}

.section-4 {
  margin-top: 40px;
}

.section-5 {
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.project-div {
  width: 75%;
  height: 75%;
}

.tab-link {
  text-align: center;
  background-color: #a9aaac30;
  border: 1px solid #000;
  border-radius: 0 0 3px 3px;
  width: 33%;
}

.tab-link.w--current {
  background-color: var(--white);
  width: 33%;
}

.tab-link.w--current:lang(en) {
  background-color: var(--white);
  text-transform: uppercase;
  border-style: none;
  font-size: 16px;
  font-weight: 400;
}

.tab-link.center {
  background-color: var(--taboffcolor);
  width: 34%;
}

.tab-link.center.w--current {
  background-color: #6195f400;
  border-style: none;
  width: 34%;
}

.tab-link.bathrooms {
  background-color: var(--taboffcolor);
  width: 33%;
}

.tab-link.bathrooms.w--current {
  width: 33%;
}

.tab-link.projects {
  width: 50%;
}

.paragraph-3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.servicetabblock {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-bottom: 60px;
  padding-left: 20px;
}

.service-image {
  box-sizing: border-box;
  width: 400px;
  height: 350px;
  margin-top: 60px;
}

.flex-block-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.heading-12 {
  width: 430px;
  margin-top: 60px;
  margin-bottom: 0;
}

.text-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 99.4671%;
  font-weight: 500;
  display: flex;
}

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

.heading-13 {
  color: var(--contact-button-hover);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.section-6 {
  background-color: var(--section-color-two);
  outline-offset: 0px;
  border-bottom: 0 #000;
  outline: 1px solid #1a1b1f;
  width: 100%;
  height: 220px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

.cell-center {
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.section-7 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.contacttextfield {
  background-color: var(--contactbuttonbgc);
  color: #000;
  border-radius: 12px;
  margin-bottom: 40px;
  font-weight: 400;
}

.contacttextfield.message {
  height: 120px;
}

.heading-14 {
  color: var(--contact-button-hover);
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.section-8 {
  background-color: #fdf7f7;
  height: 300px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.flex-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.form {
  width: 100%;
  padding: 20px 40px;
}

.image-3 {
  width: 70px;
}

.quick-stack-4 {
  padding-top: 0;
  padding-bottom: 40px;
}

.section-10 {
  border-bottom: 1px solid #000;
}

.association-cells {
  justify-content: center;
  align-items: center;
}

.p-a-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #084c7d;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  padding-left: 0;
  font-size: 70px;
  font-weight: 300;
  display: flex;
}

.heading-15 {
  color: var(--contact-button-hover);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.image-4 {
  width: 100%;
  height: 200px;
}

.div-block-11 {
  background-image: url('../images/download-1.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 300px;
}

.div-block-11.private {
  background-image: url('../images/pexels-photo-2138126.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.div-block-11.government {
  background-image: url('../images/administration-uc-davis.avif');
  background-position: 75% 60%;
  background-size: cover;
}

.paragraph-4 {
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-11 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section-11.p {
  margin-top: 0;
}

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

.flex-block-8 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding: 30px 30px 30px 10px;
}

.form-block {
  width: 50%;
}

.flex-block-9 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.bold-text {
  color: var(--contact-button-hover);
}

.paragraph-5 {
  text-transform: capitalize;
  margin-bottom: 20px;
  padding: 0 10px 10px 0;
  font-size: 32px;
  line-height: 36px;
}

.textarea {
  background-color: var(--contactbuttonbgc);
  border-radius: 12px;
  height: 120px;
}

.cell-7 {
  background-color: #fff0;
}

.select-field {
  background-color: var(--contactbuttonbgc);
  color: #000;
  border-radius: 12px;
  font-weight: 400;
}

.quick-stack-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #000;
  border-radius: 12px;
  width: 450px;
  padding-left: 20px;
}

.cell-8 {
  display: flex;
}

.primary-button-copy {
  border: 3px solid var(--contact-button-hover);
  background-color: var(--white);
  color: var(--contact-button-hover);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button-copy:active {
  background-color: #43464d;
}

.primary-button-copy.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button-copy.cc-contact-us {
  z-index: 5;
  background-color: var(--contact-button-hover);
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: -30px;
  padding-bottom: 12px;
  position: relative;
}

.primary-button-copy.cc-contact-us:hover {
  background-color: #4992c5;
}

.primary-button-copy.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button-copy.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button-copy.cc-white-button:active {
  background-color: #ffffffe6;
}

.tabs-menu {
  flex-flow: column;
  width: 20%;
  display: flex;
}

.tabs {
  border: 1px solid #000;
  border-radius: 4px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.container-8 {
  border: 1px #000;
  width: 83.3212%;
}

.text-block-3 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  width: 250px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-4 {
  margin-bottom: 10px;
}

.slide-5 {
  background-image: url('../images/thumbnail_IMG_4814.jpg');
  background-position: 50% 75%;
  background-size: contain;
  height: 600px;
  max-height: 600px;
  position: static;
}

.slide-6 {
  background-image: url('../images/thumbnail_IMG_4803.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-16 {
  width: 100%;
  color: var(--white);
  background-color: #242d4c99;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: none;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
}

.project-thumbnail {
  background-image: url('../images/fbcd44bc3b2bdd9209f7b1fdc5315c71-cc_ft_960.jpg');
  background-position: 50% 45%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 350px;
  margin-top: -15px;
  margin-bottom: 100px;
  display: flex;
}

.project-thumbnail.lake-tahoe {
  background-image: url('../images/thumbnail_IMG_0102.png');
  background-position: 50%;
  background-size: cover;
  width: 992px;
}

.project-thumbnail.shinglesprings {
  background-image: url('../images/2025-05-26.png');
  background-size: cover;
  width: 100%;
}

.project-thumbnail.portfolio {
  background-image: linear-gradient(#00000087, #00000040), url('../images/fbcd44bc3b2bdd9209f7b1fdc5315c71-cc_ft_960.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  min-height: 200px;
  margin-top: 85px;
  margin-bottom: 0;
}

.container-10 {
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 800px;
  height: 300px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.container-10.arc {
  height: 600px;
}

.flex-block-10 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-image: linear-gradient(#3d3d3d17, #3d3d3d17);
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: flex-start stretch;
  min-width: 39%;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  display: block;
}

.project-fact-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  -webkit-text-decoration: underline double;
  text-decoration: underline double;
  display: block;
}

.text-block-5 {
  margin-top: 0;
}

.section-12 {
  margin-bottom: 100px;
}

.container-11 {
  margin-left: 50px;
  margin-right: 50px;
}

.flex-block-11 {
  width: 75%;
  margin-right: 0;
}

.project-details-heading {
  border-bottom: 1px solid var(--contact-button-hover);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.paragraph-6 {
  text-align: justify;
  letter-spacing: 0;
  padding-left: 10px;
  padding-right: 90px;
  font-size: 14px;
}

.tabs-menu-project {
  background-image: linear-gradient(#3d3d3d17, #3d3d3d17);
  border: 1px solid #000;
  border-bottom-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.service-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
}

.bathroom-service-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 400px;
  height: 400px;
  margin-top: 60px;
}

.kitchen-service-pic {
  width: 400px;
  height: 400px;
  margin-top: 60px;
}

.section-13 {
  padding-top: 10px;
}

.section-copy {
  height: 85px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-copy.cc-home-wrap {
  justify-content: center;
  align-items: center;
  height: 420px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-copy.cc-home-wrap.services {
  background-image: url('../images/kitchen-being-remodeled.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-copy.cc-store-home-wrap {
  width: 100%;
  min-height: 300px;
  padding-top: 0;
}

.paragraph-7 {
  text-align: justify;
}

.container-12 {
  height: 216px;
}

.container-13 {
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.tab-link-projects {
  background-color: var(--contactbuttonbgc);
  text-align: center;
  border: 1px solid #000;
  border-radius: 0 0 3px 3px;
  width: 50%;
}

.tab-link-projects.w--current {
  background-color: #fff;
  width: 33%;
}

.tab-link-projects.w--current:lang(en) {
  background-color: #fff;
  border-bottom-style: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.tab-link-projects.center {
  background-color: #6195f4;
  width: 34%;
}

.tab-link-projects.center.w--current {
  width: 34%;
}

.testtab {
  background-color: var(--contactbuttonbgc);
  border: 1px solid #000;
  border-radius: 1px 5px 5px 1px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.testtab.w--current {
  background-color: var(--white);
  border-radius: 2px;
}

.testtab.w--current:lang(en) {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.container-8-copy {
  border: 1px #000;
  width: 90%;
  max-width: none;
  margin-bottom: 60px;
}

.tabs-content {
  border: 1px solid #000;
  border-left-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: block;
}

.tab-pane-renovations {
  width: 100%;
}

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

.text-block-6 {
  text-align: center;
  width: 100%;
  margin-top: -14px;
  font-size: 12px;
}

.container-copy {
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 950px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-14 {
  justify-content: center;
  align-items: center;
  max-width: 720px;
  display: flex;
}

.slider-link-block {
  justify-content: flex-start;
  align-items: flex-end;
  width: 720px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.homeserviceparagraph {
  text-transform: capitalize;
}

.tab-pane-multifamily-int {
  padding-top: 0;
}

.slider-arc {
  width: 450px;
  height: 600px;
}

.body {
  margin-bottom: -12px;
}

.slide-7 {
  background-image: url('../images/thumbnail_IMG_3964.png');
  background-position: 0 0;
  background-size: cover;
}

.section-12-copy {
  margin-bottom: 100px;
}

.slider-2 {
  width: 100%;
}

.slide-8 {
  background-image: url('../images/2025-05-26.png');
  background-position: 50%;
  background-size: cover;
}

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

.bold-text-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-14 {
  margin-top: 0;
  margin-bottom: 220px;
}

.flex-block-12 {
  width: 100%;
}

.slide-10 {
  background-image: url('../images/thumbnail_IMG_0102.png');
  background-position: 50%;
  background-size: contain;
}

.slider-3 {
  width: 50%;
}

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

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

.paragraph-light-copy {
  box-sizing: border-box;
  opacity: .6;
  text-align: justify;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-17 {
  height: 100%;
}

.slide-11 {
  background-image: url('../images/thumbnail_IMG_0108.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/thumbnail_IMG_0104.png');
  background-position: 50% 100%;
  background-size: cover;
}

.container-18 {
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-17 {
  color: var(--logo-color);
  margin-bottom: 0;
  font-weight: 400;
}

.heading-18 {
  color: var(--white);
  margin-top: 0;
}

.heading-19 {
  color: var(--white);
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
}

.heading-20 {
  color: var(--contact-button-hover);
  margin-bottom: 0;
}

.heading-21, .heading-22 {
  color: var(--white);
}

.utility-text-align-center {
  text-align: center;
}

.utility-margin-top-8rem {
  margin-top: 8rem;
}

.utility-padding-all-2rem {
  padding: 2rem;
}

.heading-23 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.cell-12 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.heading-24 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-15 {
  background-color: var(--logo-color);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.heading-25 {
  color: var(--white);
  margin-top: 0;
  font-size: 14px;
}

.heading-26 {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.list {
  margin-top: 0;
}

.heading-27 {
  color: var(--contact-button-hover);
  text-align: center;
}

.cell-13 {
  background-image: url('../images/thumbnail_IMG_125.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-14 {
  background-image: url('../images/thumbnail_IMG_0169.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-15 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.heading-28 {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container {
    margin-right: auto;
    padding-right: 0;
  }

  .primary-button.cc-contact-us {
    margin-right: -30px;
  }

  .navigation {
    width: 100%;
    margin-top: 0;
  }

  .intro-content {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .thumbnail {
    width: 100%;
    min-height: 535px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .thumbnail.about-us {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .thumbnail.sectors {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .heading {
    font-size: 95px;
  }

  .motto-section.cc-store-home-wrap {
    border-top-style: none;
    justify-content: center;
    align-items: center;
  }

  .unsplash-image {
    height: 116px;
  }

  .service-image-block {
    background-position: 50% 75%;
    background-size: contain;
    justify-content: flex-start;
    align-items: flex-start;
    width: 800px;
    transition: all 1s cubic-bezier(.6, .04, .98, .335);
  }

  .service-image-block:hover {
    box-sizing: border-box;
    filter: blur();
    pointer-events: auto;
    perspective-origin: 50%;
    transform-origin: 50%;
    object-fit: fill;
    object-position: 50% 50%;
    background-position: 50% 75%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
    transform: none;
  }

  .service-image-block.kitchen {
    box-sizing: border-box;
    object-fit: fill;
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-end;
    transition-property: none;
    transform: scale(1.02);
  }

  .service-image-block.room-addition {
    justify-content: flex-start;
    align-items: flex-end;
    width: 58%;
    margin-top: 0;
  }

  .service-image-block.room-addition:hover {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .service-image-block.bathroom {
    background-size: cover;
    flex: 0 auto;
    width: 58%;
  }

  .service-image-block.bathroom:hover {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .service-image-block.rooms {
    flex: none;
  }

  .text-block {
    background-image: linear-gradient(90deg, var(--contact-button-hover), var(--our-services-transition-color));
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 60%;
    font-size: 25px;
    display: flex;
  }

  .slide {
    background-image: url('../images/2025-05-26.png');
    background-repeat: repeat-x;
  }

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

  .transparent-div-connctor {
    width: 300px;
    height: 180px;
    margin-top: 240px;
    margin-bottom: -178px;
    margin-left: 30px;
    position: relative;
    top: 0;
    left: 42px;
    overflow: clip;
  }

  .transparent-div-connctor.number-2 {
    margin-top: -80px;
    margin-left: 40px;
    margin-right: 60px;
  }

  .div-block-8 {
    margin-left: 40px;
  }

  .div-block-9 {
    width: 100%;
    margin-top: 0;
    margin-left: -80px;
    margin-right: 80px;
  }

  .section-6 {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-bottom: 40px;
  }

  .section-10 {
    border-bottom-style: none;
  }

  .p-a-heading {
    font-size: 80px;
  }

  .heading-15 {
    font-size: 46px;
    font-weight: 700;
  }

  .div-block-11.private {
    width: 100%;
  }

  .primary-button-copy.cc-contact-us {
    margin-right: -30px;
  }

  .tabs-menu, .tabs {
    width: 100%;
  }

  .container-8 {
    max-width: 1020px;
  }

  .recaptcha {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .tabs-menu-project {
    width: 100%;
  }

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

  .container-8-copy {
    max-width: 1020px;
  }

  .container-copy {
    margin-right: 0;
    padding-right: 0;
  }

  .slider-link-block {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .body-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .heading-jumbo-small {
    width: 700px;
    margin-bottom: 100px;
    font-size: 32px;
  }

  .navigation {
    width: 100%;
  }

  .thumbnail {
    margin-bottom: 100px;
  }

  .service-image-block {
    justify-content: flex-start;
    align-items: flex-end;
    width: 600px;
    transition-duration: .45s;
    transition-timing-function: ease-in;
  }

  .service-image-block:hover {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-2, .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .div-block-8 {
    width: 400px;
    margin-left: 40px;
  }

  .div-block-9 {
    margin-left: 0;
  }

  .tabs-menu {
    width: 25%;
  }

  .tabs {
    border-style: solid;
    border-color: #000;
    flex-flow: column;
  }

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

  .container-8-copy {
    width: 100%;
    max-width: none;
    padding-left: 140px;
    padding-right: 140px;
  }

  .tabs-content {
    flex-flow: row;
    display: block;
  }

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

  .section-15 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .section.arc {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container {
    max-width: none;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-bigger {
    font-size: 28px;
  }

  .primary-button.cc-contact-us {
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 18px;
    display: flex;
  }

  .label.cc-light {
    font-size: 18px;
  }

  .paragraph-light {
    width: 1200px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-jumbo-small {
    margin-top: 60px;
    margin-bottom: 140px;
    font-size: 48px;
  }

  .menu {
    padding-bottom: 0;
    display: flex;
  }

  .navigation {
    width: 100%;
    height: 100px;
    padding-top: 20px;
  }

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

  .navigation-item.w--current {
    font-size: 22px;
  }

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

  .about-story-wrap {
    justify-content: center;
    align-items: center;
  }

  .our-contacts {
    grid-column-gap: 80px;
  }

  .contact-team-details-wrap {
    flex-flow: column;
    font-size: 22px;
    display: flex;
  }

  .contact-team-pic {
    width: 400px;
    height: 400px;
  }

  .team-pic {
    width: 400px;
    height: 400px;
    font-size: 40px;
  }

  .team-members {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-member-name {
    font-size: 28px;
  }

  .project-cover-pic {
    width: 950px;
    height: 560px;
    margin-bottom: 20px;
  }

  .project-name-link {
    font-size: 28px;
  }

  .contact-email-link {
    font-size: 24px;
  }

  .thumbnail {
    margin-bottom: 100px;
  }

  .thumbnail.portfolio {
    height: 600px;
    margin-top: 0;
  }

  .heading {
    color: var(--logo-color);
    font-size: 120px;
  }

  .heading-3 {
    width: 400px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .contact-button {
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 60px;
    font-size: 20px;
    display: flex;
  }

  .motto-section.cc-store-home-wrap {
    justify-content: center;
    align-items: center;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    width: 1740px;
    height: auto;
    margin-right: 90px;
    padding-bottom: 0;
  }

  .service-image-block {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    mix-blend-mode: normal;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: flex-start;
    align-items: flex-end;
    transition-duration: .5s;
    transition-timing-function: ease-in;
  }

  .service-image-block:hover {
    justify-content: flex-start;
    align-items: flex-end;
    transform: scale(1.02);
  }

  .service-image-block.kitchen, .service-image-block.rooms {
    width: 400px;
  }

  .learn-more-button.footer {
    width: 300px;
    height: 65px;
    font-size: 22px;
  }

  .heading-9 {
    font-size: 40px;
    font-weight: 500;
  }

  .footer-subscribe {
    margin-top: 0;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .footer-form-two {
    width: 1200px;
    height: 150px;
    padding: 0;
  }

  .footer-form-title {
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 60px;
    margin-right: 20px;
    font-size: 42px;
    display: flex;
  }

  .footer-link-three {
    font-size: 24px;
  }

  .footer-social-block-three {
    margin: 21px;
  }

  .footer-copyright, .footer-legal-link {
    font-size: 20px;
  }

  .slider {
    width: 100%;
    height: 100%;
  }

  .div-block-8 {
    width: 800px;
    margin-left: 0;
  }

  .div-block-9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .servicetabblock {
    padding-left: 60px;
  }

  .contacttextfield {
    width: 371.833px;
    height: 48px;
  }

  .heading-14 {
    font-size: 32px;
  }

  .section-8 {
    height: 450px;
  }

  .heading-15 {
    font-size: 50px;
  }

  .div-block-11 {
    height: 400px;
  }

  .div-block-11.private {
    margin-bottom: 20px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

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

  .paragraph-5 {
    font-size: 40px;
    line-height: 46px;
  }

  .quick-stack-5 {
    width: 800px;
  }

  .primary-button-copy {
    width: 130px;
    height: 45px;
    font-size: 16px;
  }

  .tabs-menu {
    width: 25%;
  }

  .tabs {
    border-style: solid;
    border-color: #000;
    flex-flow: row;
    flex: 0 auto;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .text-block-4 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .heading-16 {
    height: 100px;
    font-size: 60px;
  }

  .project-thumbnail.portfolio {
    height: 450px;
    margin-top: 0;
  }

  .container-10.arc {
    width: 600px;
    height: 800px;
  }

  .flex-block-10 {
    flex: 0 auto;
  }

  .section-12 {
    justify-content: center;
    align-items: center;
    height: 800px;
    margin-bottom: 0;
    display: flex;
  }

  .tabs-menu-project {
    flex-flow: row;
  }

  .testtab {
    width: 100%;
  }

  .container-8-copy {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    padding-left: 220px;
    padding-right: 220px;
  }

  .tabs-content {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .container-copy {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    justify-content: space-between;
    align-items: center;
    max-width: 1740px;
    margin-right: 0;
  }

  .container-14 {
    max-width: 1080px;
    height: 400px;
    max-height: none;
  }

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

  .div-block-12 {
    width: 100%;
  }

  .homeserviceparagraph {
    font-size: 32px;
    line-height: 42px;
  }

  .slider-arc {
    width: 100%;
    height: 100%;
  }

  .bold-text-2 {
    font-size: 28px;
  }

  .flex-block-12 {
    display: flex;
  }

  .bold-text-3, .link {
    font-size: 28px;
  }

  .text-block-7, .field-label {
    font-size: 18px;
  }

  .text-block-8 {
    flex-flow: column;
    margin-bottom: 20px;
    font-size: 28px;
    display: flex;
  }

  .div-block-13, .divteam {
    width: 400px;
  }

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

  .section-16 {
    height: 1500px;
  }

  .div-block-14 {
    width: 1200px;
  }

  .contact-us-contact-block {
    width: 400px;
  }

  .paragraph-light-copy {
    width: 400px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

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

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.small-container {
    width: 90%;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

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

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .motto-section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

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

  .testimonial-section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-copy {
    justify-content: center;
  }

  .primary-button-copy.cc-contact-us {
    display: none;
  }

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

  .section-copy.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
  }

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

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .thumbnail {
    padding-left: 20px;
  }

  .motto-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .motto-section.cc-cta {
    padding: 15px;
  }

  .motto-section.cc-home-wrap, .motto-section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .project-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    width: 68%;
  }

  .service-image-block.kitchen, .service-image-block.bathroom, .service-image-block.rooms {
    flex: 0 auto;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

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

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

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

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

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

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .testimonial-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .testimonial-section.cc-cta {
    padding: 15px;
  }

  .testimonial-section.cc-home-wrap, .testimonial-section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .quick-stack-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-copy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-copy.cc-cta {
    padding: 15px;
  }

  .section-copy.cc-home-wrap, .section-copy.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-copy {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
  }

  .utility-margin-top-8rem {
    margin-top: 3rem;
  }

  .utility-padding-all-2rem {
    padding: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    background-color: #783c3c00;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: #fff0;
  }

  .navigation {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .thumbnail {
    background-size: auto, auto, cover;
  }

  .heading {
    font-size: 45px;
  }

  .div-block {
    width: 260px;
  }

  .heading-3 {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-button, .learn-more-button {
    margin-left: 0;
    margin-right: 0;
  }

  .learn-more-button.footer {
    width: 74%;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .footer-subscribe {
    width: 100%;
    position: relative;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .footer-form-two {
    padding: 0;
  }

  .footer-form-title {
    width: 91%;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    justify-content: flex-end;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .avatar {
    margin-bottom: 16px;
  }

  .p-a-heading {
    font-size: 45px;
  }
}

#w-node-_06a03811-faf9-8d23-cb20-20906ab84f10-d4c7c74a {
  grid-template-rows: auto auto;
  grid-template-columns: 4.5fr 1fr;
}

#w-node-c737c76a-7e34-b444-78d9-29fcb3dc0518-b3dc050f.w-node-_1121acf8-9a58-f611-5a4d-d41b4c45cebc-d4c7c74a, #w-node-c8481320-cf6b-b647-2faf-87f670f42cd8-b3dc050f.w-node-_1121acf8-9a58-f611-5a4d-d41b4c45ced2-d4c7c74a, #w-node-d7f9c7bb-558a-f55c-2dfd-7d392e4ce936-b3dc050f.w-node-_1121acf8-9a58-f611-5a4d-d41b4c45cee8-d4c7c74a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_827aac86-a200-9d5d-b633-8565354a56b0-d4c7c74b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7e6c19a4-ab4d-db97-68c8-93f7cc06ee9c-d4c7c74f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_91391aa7-0899-3576-7bd1-3d92fed00088-d4c7c74f, #w-node-cbb58f27-c0a4-b841-bba4-a5af019b365d-d4c7c74f, #w-node-_994b1c57-fe88-e86c-7b80-406147f546fa-d4c7c74f {
  grid-column: span 2 / span 2;
}

#w-node-b493149b-92db-5533-6c90-ffab4a0ed3fe-d4c7c74f {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-_318ea427-8385-c137-776e-4df2deda301d-d4c7c74f {
  grid-column: span 2 / span 2;
}

#w-node-_9c50c104-bfdf-e81a-df0a-b8a75746bb23-5746bb1b {
  align-self: auto;
}

#w-node-_9c50c104-bfdf-e81a-df0a-b8a75746bb2b-5746bb1b, #w-node-_9c50c104-bfdf-e81a-df0a-b8a75746bb3d-5746bb1b {
  align-self: start;
}

#w-node-_9c50c104-bfdf-e81a-df0a-b8a75746bb40-5746bb1b {
  align-self: center;
}

#w-node-_95d94196-e869-0ad9-bfbc-f6908d62a625-d4c7c752 {
  align-self: auto;
}

#w-node-_95d94196-e869-0ad9-bfbc-f6908d62a62d-d4c7c752, #w-node-_95d94196-e869-0ad9-bfbc-f6908d62a63a-d4c7c752, #w-node-_95d94196-e869-0ad9-bfbc-f6908d62a63f-d4c7c752 {
  align-self: start;
}

#w-node-_95d94196-e869-0ad9-bfbc-f6908d62a642-d4c7c752 {
  align-self: center;
}

#w-node-a59ed732-2948-0690-6e26-d3e3ebe92afe-d4c7c754 {
  align-self: auto;
}

#w-node-a59ed732-2948-0690-6e26-d3e3ebe92b06-d4c7c754 {
  align-self: start;
}

#w-node-_15b0b68c-00d4-d5d7-9d54-42ed7c6bdbed-d4c7c756 {
  grid-template-rows: 400px;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6cf4af9d-ef20-e8e3-e5d1-534b9cbce131-d4c7c756 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}


