:root {
  --colors--bg: #f2eadd;
  --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
  --colors--black-main: #2f2e2a;
  --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
  --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
  --colors--accent: #9c7046;
  --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
  --colors--secondary: #73764c;
  --colors--grey-disable: #b2b1b9;
  --colors--white-main: #f7f7f7;
  --colors--tertiary: #c8bc90;
  --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
  --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
  --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
  --colors--black-700: #2c2c2c;
  --_typography-style---typeface--primary: "Playfair Display", sans-serif;
  --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
  --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
  --colors--white-700: #d8d9da;
  --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
  --_typography-style---font-size--body-large-2: 24px;
  --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
  --_typography-style---font-size--caption: 13px;
}

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

@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 {
  background-color: var(--colors--bg);
  color: #333;
  --colors--bg: #f2eadd;
  --colors--black-main: #2f2e2a;
  --colors--accent: #9c7046;
  --colors--secondary: #73764c;
  --colors--grey-disable: #b2b1b9;
  --colors--white-main: #f7f7f7;
  --colors--tertiary: #c8bc90;
  --colors--black-700: #2c2c2c;
  --colors--white-700: #d8d9da;
  --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
  --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
  --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
  --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
  --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
  --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
  --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
  --_typography-style---typeface--primary: "Playfair Display", sans-serif;
  --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
  --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
  --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
  --_typography-style---font-size--body-large-2: 24px;
  --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
  --_typography-style---font-size--caption: 13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.eybrow {
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--black-main);
  font-size: var(--_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
}

.eybrow.signature-headline {
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--black-main);
  font-size: var(--_typography-style---font-size--heading-h4);
  -webkit-text-stroke-color: #1a120b00;
  text-transform: none;
  margin-top: 0;
  padding-bottom: 6px;
  font-weight: 400;
  text-decoration: none;
}

.eybrow.signature-headline.is-error {
  color: var(--colors--accent);
  font-size: var(--_typography-style---font-size--heading-h5);
  padding-bottom: 4px;
}

.success-section {
  background-color: var(--colors--secondary);
  min-height: auto;
  margin-top: 0;
}

.design-heritage {
  background-color: #637e7600;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  min-height: auto;
  padding: 10vh 4vw;
  display: flex;
  position: relative;
}

.subheading-quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.features-metrics {
  box-sizing: border-box;
  clear: none;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--colors--grey-disable) var(--colors--white-main) var(--colors--white-main);
  opacity: 1;
  outline-offset: 0px;
  object-fit: fill;
  background-color: #f5f7fa00;
  outline: 0 #333;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 10px auto 0;
  padding: 40px 0 0;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.projects-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.projects-container.dp-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.features-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: static;
}

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

.features-title {
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--tertiary);
  font-size: var(--_typography-style---font-size--heading-h3);
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.2;
}

.features-title.project-feature {
  font-size: var(--_typography-style---font-size--body-medium);
}

.features-title-small {
  color: var(--colors--tertiary);
  font-size: var(--_typography-style---font-size--heading-h5);
  font-weight: 500;
  line-height: 1.2;
}

.body-small {
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--white-main);
  font-size: var(--_typography-style---font-size--body-small);
  letter-spacing: .5px;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  line-height: 150%;
  display: block;
}

.body-small.designation {
  color: var(--colors--black-700);
  margin-bottom: 0;
  margin-left: 12px;
}

.body-small.rating {
  color: var(--colors--black-700);
  margin-bottom: 0;
}

.body-small.navigation-links {
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  text-decoration: none;
}

.body-small.navigation-links.hover {
  cursor: pointer;
}

.body-small.navigation-links.hover:hover {
  color: var(--colors--accent);
  font-weight: 500;
  text-decoration: underline;
}

.body-small.navigation-links.footer-quote {
  font-size: var(--_typography-style---font-size--body-small);
  cursor: default;
  margin-top: 10px;
}

.body-small.btn-label {
  color: var(--colors--white-main);
  font-weight: 500;
  text-decoration: none;
}

.body-small.btn-label.secondary {
  color: var(--colors--black-main);
  font-size: var(--_typography-style---font-size--body-small);
}

.body-small.expert-designation {
  color: var(--colors--black-700);
}

.body-small.field-title {
  color: var(--colors--white-main);
  font-weight: 500;
}

.body-small.field-title.checkbox-title {
  margin-bottom: 12px;
}

.body-small.info-title {
  color: var(--colors--black-700);
  margin-bottom: 4px;
  font-weight: 600;
}

.body-small.submission-success {
  color: var(--colors--white-main);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.body-small.submission-error {
  color: var(--colors--black-main);
}

.body-small.our-description {
  width: 100%;
  color: var(--colors--black-700);
}

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

.utility-page-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  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: 450px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.testimonial {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 140px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section {
  background-color: var(--colors--secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.quick-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4vw 60px;
}

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

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 140px;
}

.cell-3 {
  padding-left: 100px;
}

.cell-4 {
  padding-left: 50px;
}

.signature-project {
  margin-top: 140px;
}

.project-heading {
  float: none;
  clear: none;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.project-item-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  margin-bottom: 60px;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: sticky;
  top: 50px;
}

.project-image {
  object-fit: cover;
  width: 100%;
}

.projects-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.design-philosophy {
  background-color: #ede1d0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section {
  background-color: var(--colors--bg);
  height: 100vh;
  position: relative;
  top: auto;
  overflow: hidden;
}

.hero-image-wrapper {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 464px;
  height: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.hero-header {
  z-index: 1;
  box-sizing: border-box;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.heading-h1 {
  float: none;
  clear: none;
  font-family: var(--_typography-style---typeface--primary);
  color: var(--colors--black-main);
  font-size: var(--_typography-style---font-size--heading-h1);
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
  --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
  --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
  --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
  --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
  --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
  --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
  --_typography-style---typeface--primary: "Playfair Display", sans-serif;
  --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
  --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
  --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
  --_typography-style---font-size--body-large-2: 24px;
  --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
  --_typography-style---font-size--caption: 13px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.heading-h1.error-heading {
  color: var(--colors--accent);
  overflow: visible;
}

.heading-h1.heritage-heading {
  clear: none;
  width: auto;
  max-width: 100%;
  color: var(--colors--white-main);
  font-size: var(--_typography-style---font-size--heading-h2);
  white-space: normal;
  flex-flow: column;
  flex: 0 auto;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
  overflow: visible;
}

.heading-h1.page-heading {
  white-space: normal;
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  line-height: 1;
}

.heading-h1.post-heading {
  color: var(--colors--black-main);
  text-align: center;
  white-space: normal;
}

.hero-subheading {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.subtitle {
  width: 60%;
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--black-700);
  font-size: var(--_typography-style---font-size--body-medium);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.subtitle.review-caption {
  text-align: left;
  width: 100%;
  font-weight: 500;
}

.subtitle.team-header {
  text-align: left;
  width: 70%;
}

.subtitle.contact-checkbox {
  width: auto;
  color: var(--colors--white-main);
  font-size: var(--_typography-style---font-size--body-small);
  text-align: left;
  flex: 0 auto;
}

.subtitle.form-subheading {
  width: auto;
  color: var(--colors--white-700);
  text-align: left;
  margin-bottom: 32px;
}

.subtitle.info-contact {
  text-align: left;
  width: auto;
}

.subtitle.error-subtitle {
  width: 100%;
}

.subtitle.year {
  width: auto;
  max-width: 60%;
  color: var(--colors--white-main);
  font-size: var(--_typography-style---font-size--body-medium);
  flex: 0 auto;
  align-self: auto;
  font-weight: 500;
  display: flex;
}

.subtitle.services-subtitle {
  text-align: left;
  flex: 0 auto;
  width: 248px;
  display: flex;
}

.subtitle.philosophy-subheading {
  width: 45%;
  margin-bottom: 32px;
}

.scroll-trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.top-trigger {
  pointer-events: none;
  height: 800vh;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: var(--colors--bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.logo-image {
  object-fit: cover;
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 64px;
  display: flex;
}

.menu-links {
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--black-main);
  font-size: var(--_typography-style---font-size--body-small);
  align-self: flex-end;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.menu-links:hover {
  color: var(--colors--accent);
  font-weight: 400;
}

.menu-links:visited {
  color: var(--colors--black-main);
}

.menu-links.w--current {
  color: var(--colors--accent);
  font-size: var(--_typography-style---font-size--body-small);
  font-weight: 400;
}

.menu-links.link-contact {
  padding-right: 0;
}

.nav {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 4vw;
  display: flex;
}

.eyebrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 50px;
}

.project-item {
  position: sticky;
  top: 100px;
}

.project-item:nth-child(2n) {
  float: none;
  left: auto;
}

.text-span, .text-span-2 {
  color: var(--colors--accent);
}

.our-services {
  margin-top: 140px;
  margin-bottom: 140px;
  overflow: visible;
}

.services-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-subheading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.bold-text-6, .bold-text-7 {
  color: var(--colors--accent);
}

.service-category {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.service-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--colors--grey-disable);
  border-bottom: 1px solid #b2b1b93d;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.services-image {
  vertical-align: baseline;
  object-fit: cover;
  width: 248px;
  height: 168px;
  transform: rotate(-4deg);
}

.services-image.on-mobile {
  max-width: none;
}

.icon {
  color: var(--colors--black-main);
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: inline-flex;
}

.content-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

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

.dp-img-1 {
  object-fit: cover;
  width: 14%;
  max-width: 100%;
  height: 32%;
  position: absolute;
  top: 10%;
  left: 10%;
}

.dp-img-2 {
  object-fit: cover;
  width: 14%;
  height: 32%;
  position: absolute;
  top: 13%;
  right: 10%;
}

.dp-img-3 {
  object-fit: cover;
  width: 14%;
  height: 32%;
  position: absolute;
  bottom: 10%;
  left: 7%;
}

.dp-img-4 {
  object-fit: cover;
  width: 14%;
  height: 32%;
  position: absolute;
  bottom: 6%;
  right: 5%;
}

.testimonial-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.testimonial-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  display: flex;
  position: relative;
}

.client-review-card {
  border: 1px solid var(--colors--grey-disable);
  flex: none;
  align-items: stretch;
  width: 360px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin: 0;
  padding: 24px;
  display: block;
}

.client-info {
  border-bottom: 1px solid var(--colors--grey-disable);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 12px;
  display: flex;
}

.client-image {
  object-fit: cover;
  width: 64px;
  height: 64px;
}

.unsplash-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 64px;
  max-width: none;
  height: 64px;
  display: block;
}

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

.client-name {
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--black-main);
  font-size: var(--_typography-style---font-size--body-large);
  margin-top: 0;
  margin-bottom: 6px;
  margin-left: 12px;
  padding-left: 0;
  font-weight: 600;
  line-height: 1.2;
}

.client-name.footer-links {
  color: var(--colors--white-main);
  white-space: nowrap;
  word-break: normal;
  flex: 0 auto;
  margin-bottom: 10px;
  margin-left: 0;
}

.client-name.expert-name {
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 0;
}

.review-details {
  margin: 20px 0 0;
  padding-top: 0;
}

.rating {
  border-top: 1px #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.icon-rating {
  width: 20px;
  height: 20px;
  color: var(--colors--black-main);
  margin-right: 4px;
  padding-right: 0;
}

.client-review {
  margin-top: 60px;
}

.about {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-bottom: 60px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: block;
}

.text-span-9, .text-span-10 {
  color: var(--colors--accent);
}

.projects-wrapper {
  position: static;
}

.project-list {
  position: relative;
}

.btn-primary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--colors--accent);
  background-color: var(--colors--accent);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  overflow: hidden;
}

.btn-primary:where(.w-variant-d4c9fdd7-f832-dc8f-4a78-b6afc540c7fa) {
  width: auto;
  position: relative;
}

.btn-primary.btn-on-services {
  position: relative;
}

.arrow {
  width: 20px;
  height: 20px;
  color: var(--colors--white-main);
}

.icon-arrow {
  background-color: var(--colors--secondary);
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  overflow: hidden;
}

.btn-secondary {
  box-sizing: border-box;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.ikonik-dcw1d {
  color: var(--colors--black-main);
}

.header-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 20vh 4vw;
  display: block;
}

.header-container.services-header {
  padding-bottom: 2vh;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-image {
  z-index: 1;
  vertical-align: baseline;
  object-fit: cover;
  width: 364px;
  max-width: none;
  height: 424px;
  position: absolute;
  inset: 40vh 0% 0% 50%;
  transform: translate(-50%)rotate(-2deg);
}

.project-container {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: block;
  position: relative;
}

.title-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  display: block;
}

.title-wrapper.services-title {
  margin-top: 0;
  margin-bottom: 60px;
}

.project-title {
  font-family: var(--_typography-style---typeface--primary);
  color: var(--colors--black-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(40px, 8vw, 112px);
  font-weight: 400;
  line-height: 1;
}

.project-meta {
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-description {
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--black-700);
  font-size: var(--_typography-style---font-size--body-medium);
  margin-top: 16px;
  line-height: 1.5;
}

.block-description.service-texts {
  font-size: var(--_typography-style---font-size--body-medium);
  font-weight: 400;
}

.services-section {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.services-section.section-style {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.services-wrapper {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.services-wrapper.services-home {
  padding-left: 0;
  padding-right: 0;
}

.service-grid-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px none var(--colors--grey-disable);
  border-bottom: 1px solid #b2b1b966;
  grid-template-rows: auto;
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.service-description {
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--black-700);
  font-size: var(--_typography-style---font-size--body-medium);
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 1.5;
}

.border {
  background-color: #b2b1b966;
  max-width: 1360px;
  height: 1px;
}

.service-main-image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.short-description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1360px;
  height: 498px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.service-image-1 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 50%;
  width: 494px;
  max-width: none;
  height: 404px;
  position: relative;
  inset: 0% 0% 0% auto;
}

.service-image-2 {
  object-fit: cover;
  width: 624px;
  max-width: none;
  height: 498px;
  position: relative;
  inset: 0% auto auto 0%;
}

.parallax-image {
  background-image: url('../images/aradhaya-ceiling-fixture.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  max-width: 100%;
  height: 60vh;
}

.service-image-3 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 494px;
  max-width: none;
  height: 404px;
  position: relative;
  inset: 0% auto auto 0%;
}

.service-image-4 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 624px;
  max-width: none;
  height: 498px;
  position: relative;
  inset: 0% 0% auto auto;
}

.btn-primary-link:where(.w-variant-d4c9fdd7-f832-dc8f-4a78-b6afc540c7fa), .btn-primary-link.btn-on-services-6 {
  width: 100%;
  height: 48px;
  position: absolute;
  inset: 0;
}

.who-we-are {
  margin-top: 140px;
  margin-bottom: 140px;
}

.content-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 4vw;
  padding-right: 4vw;
}

.text-span-16, .text-span-17 {
  color: var(--colors--accent);
}

.section-image-1 {
  width: 132px;
  height: 154px;
  position: absolute;
  inset: 54% auto auto 0%;
}

.section-image-1.is-2 {
  width: 180px;
  height: 224px;
  inset: 0% 0% auto auto;
}

.section-image-1.is-2.img-3 {
  width: 132px;
  height: 154px;
  left: auto;
}

.section-image-1.img-2 {
  width: 180px;
  height: 224px;
  top: 36%;
}

.section-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-images {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 378px;
  height: 264px;
  display: flex;
  position: relative;
}

.section-images.is-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 378px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.our-description {
  width: 408px;
  margin: 0;
}

.our-description.is-2 {
  width: 150px;
  height: 100px;
  margin-left: 8px;
  margin-right: 0;
  position: absolute;
  inset: 80% 0% 0% 56%;
}

.content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  height: auto;
  display: flex;
}

.img-5 {
  width: 132px;
  height: 154px;
  margin-top: 48px;
}

.section-image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.expert-team {
  margin-bottom: 140px;
}

.team-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.team-detail {
  margin-bottom: 60px;
  padding-left: 160px;
  padding-right: 160px;
}

.team-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1360px;
  display: grid;
}

.expert-image {
  object-fit: cover;
  width: 100%;
  height: 348px;
}

.contact-body {
  height: auto;
  margin-top: 140px;
  margin-bottom: 140px;
}

.contact-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.contact-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ede8dc00;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  max-width: 1360px;
  display: grid;
}

.placeholder {
  outline-offset: 0px;
  mix-blend-mode: screen;
  background-color: #fff0;
  border: 1px solid #d8d9dab3;
  outline: 3px #d9d9d9;
  height: 48px;
}

.placeholder.message-placeholder {
  height: 88px;
  color: var(--colors--white-main);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  background-clip: border-box;
}

.inputfield {
  flex: 1;
  margin-top: 8px;
}

.inputfield.checkbox {
  margin-top: 32px;
  margin-bottom: 24px;
}

.client-name-field, .client-info-field {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.checkbox-2 {
  flex: 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.services-checkbox {
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.submit-button {
  background-color: var(--colors--accent);
  width: 100%;
  height: 54px;
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--white-main);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.submit-button:hover {
  background-color: #c69774db;
}

.form-block {
  grid-column-gap: 244px;
  grid-row-gap: 244px;
  background-color: #637e7600;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0;
  display: flex;
}

.contact-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--colors--white-main);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 60px;
  display: flex;
}

.social-icon-link {
  border: 0px solid var(--colors--accent);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.is-icon-alt {
  width: 32px;
  height: 32px;
  color: var(--colors--accent);
}

.contact-info-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.success-message {
  background-color: var(--colors--secondary);
  text-align: center;
}

.error-message {
  margin-top: 0;
  padding: 16px;
}

.contact-form {
  width: 100%;
  height: 100%;
}

.form {
  background-color: var(--colors--secondary);
  padding: 60px;
}

.img-wrapper-1 {
  width: 464px;
  height: 300px;
  position: absolute;
}

.img-wrapper-2 {
  width: 464px;
  height: 300px;
  position: absolute;
  transform: rotate(-5deg);
}

.img-wrapper-3 {
  width: 464px;
  height: 300px;
  position: absolute;
  transform: rotate(5deg);
}

.img-wrapper-4 {
  width: 464px;
  height: 300px;
  position: absolute;
  transform: rotate(-5deg);
}

.title-link {
  text-decoration: none;
}

.copyright-footer {
  text-align: center;
  text-decoration: none;
}

.ikonik-pyctg {
  color: #fff;
}

.block-header {
  width: 70%;
  font-family: var(--_typography-style---typeface--primary);
  color: var(--colors--black-main);
  font-size: var(--_typography-style---font-size--heading-h4);
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
}

.block-header.service-heading {
  text-align: center;
  margin-top: 16px;
}

.block-header.philosophy-heading {
  text-align: center;
  width: 46%;
  margin-top: 16px;
  margin-bottom: 24px;
}

.block-header.testimonial-heading {
  margin-top: 16px;
}

.block-header.about-heading {
  width: 65%;
  margin-top: 16px;
}

.block-header.header-style {
  width: 100%;
}

.project-title {
  font-family: var(--_typography-style---typeface--primary);
  font-size: var(--_typography-style---font-size--heading-h5);
  padding-bottom: 10px;
  text-decoration: none;
}

.project-title.service-title {
  font-size: var(--_typography-style---font-size--heading-h6);
  padding-bottom: 0;
}

.project-title.form-heading {
  color: var(--colors--white-main);
  margin-bottom: 10px;
  padding-bottom: 0;
}

.block-eyebrow {
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--black-main);
  font-size: var(--_typography-style---font-size--body-small);
  font-weight: 600;
  line-height: 1.5;
}

.copyright-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.project-hero {
  height: 720px;
  display: block;
  position: relative;
}

.hero-container {
  max-width: none;
  height: 100vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.project-hero-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/aradhaya-living-room-hero-image-small.webp');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.project-hero-bg.project-h-img {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Living-Dining-2.webp');
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.project-hero-bg.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(22deg, #f2eadd 10%, #fff0);
}

.project-hero-bg.eldecobg {
  background-image: url('../images/eldeco-living-room-hero-image.webp');
}

.project-hero-bg.emaarbg {
  background-image: url('../images/emaar-marbella-living-room-hero-image.webp');
}

.project-hero-container.project-container {
  z-index: 2;
  padding-bottom: 5vh;
  position: absolute;
  inset: auto 0% 0%;
}

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

.heading {
  font-family: var(--_typography-style---typeface--primary);
}

.heading.project-quote {
  max-width: 800px;
  color: var(--colors--tertiary);
  font-size: var(--_typography-style---font-size--heading-h5);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  line-height: 50px;
  display: block;
}

.column-element {
  align-self: auto;
}

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

.project-info {
  background-color: var(--colors--secondary);
}

.project-specs {
  border-bottom: 1px solid var(--colors--tertiary);
  padding-bottom: 40px;
}

.meta-item {
  font-family: var(--_typography-style---typeface--secondary);
  font-size: var(--_typography-style---font-size--body-medium);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.tabs-menu {
  font-family: var(--_typography-style---typeface--secondary);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.image-wrap {
  width: 100%;
  overflow: hidden;
}

.image-full {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.image-full.project-image {
  aspect-ratio: 3 / 2;
}

.image-full.project-image.restoration {
  aspect-ratio: 2 / 3;
}

.section-style {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.tabs-link {
  background-color: #0000;
  display: block;
}

.tabs-link.w--current {
  color: var(--colors--accent);
  text-underline-position: under;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: underline;
}

.tabs-title {
  text-transform: none;
}

.tabs-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-stack {
  padding-left: 0;
  padding-right: 0;
}

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

.gallery-lightbox {
  aspect-ratio: 4 / 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.gallery-image:hover {
  transform: scale(1.03);
}

.content-block-a {
  width: 100%;
  margin-bottom: 60px;
}

.project-content {
  background-color: #f2eadd;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 80%;
  padding: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.projects-category {
  font-family: var(--_typography-style---typeface--secondary);
  color: var(--colors--black-main);
  font-size: var(--_typography-style---font-size--body-small);
  margin-bottom: 0;
  line-height: 24px;
}

.icon-location-2 {
  color: #2c2c2c;
  width: 20px;
  height: 20px;
}

.icon-arrow-right-2 {
  color: #9c7046;
}

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

.header-section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.content-block-b {
  margin-bottom: 20px;
}

.content-block-c {
  text-align: center;
  margin-bottom: 20px;
}

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

.gallery-preview-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  height: 560px;
  margin-top: 40px;
  display: grid;
}

.gallery-featured-image {
  object-fit: cover;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.gallery-featured-image:hover {
  transform: scale(1.03);
}

.gallery-thumb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.gallery-thumb-image:hover {
  transform: scale(1.03);
}

.project-outcome {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.outcome-text-block {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-featured-lightbox {
  clip-path: inset(0);
  grid-row: 1 / 3;
  position: relative;
  overflow: hidden;
}

.gallery-thumb-lightbox {
  clip-path: inset(0);
  position: relative;
  overflow: hidden;
}

.gallery-section-heading {
  margin-bottom: 24px;
}

.before-after-row {
  grid-column-gap: 14px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.before-after-label {
  opacity: .5;
  font-family: var(--_typography-style---typeface--secondary);
  font-size: var(--_typography-style---font-size--body-small);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 0;
}

.service-quote {
  opacity: .75;
  opacity: 1;
  border-left: 2px solid #2f2e2a40;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  font-style: italic;
}

.service-journey-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: center;
  opacity: 1;
  text-align: center;
  border-top: 1px solid #b2b1b966;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.header-full-width {
  width: 100%;
}

.block-subtext {
  font-family: var(--_typography-style---typeface--secondary);
  font-size: var(--_typography-style---font-size--body-small);
  text-align: left;
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  .dp-img-1, .dp-img-2, .dp-img-3, .dp-img-4 {
    width: 12%;
    height: 32%;
  }

  .testimonial-container {
    flex: none;
    justify-content: flex-start;
    overflow: hidden;
  }

  .testimonial-body {
    flex: none;
    width: auto;
    min-width: auto;
  }

  .client-review-card {
    width: 344px;
    min-width: auto;
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .eybrow.signature-headline {
    font-family: var(--_typography-style---typeface--secondary);
    color: var(--colors--black-main);
    font-weight: 400;
  }

  .design-heritage, .subheading-quote {
    width: 100%;
    max-width: 1360px;
  }

  .features-metrics {
    max-width: 1360px;
  }

  .projects-container {
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .projects-container.dp-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .quick-stack {
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .hero-section {
    height: 100vh;
  }

  .subtitle {
    width: 50%;
  }

  .subtitle.services-subtitle {
    width: 252px;
  }

  .nav {
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .services-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr 1fr;
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
  }

  .services-header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
    display: flex;
  }

  .services-subheading {
    display: flex;
  }

  .text-span-5, .text-span-6 {
    color: var(--colors--accent);
  }

  .dp-img-1 {
    width: 12%;
    max-width: 100%;
    height: 32%;
  }

  .dp-img-2, .dp-img-3, .dp-img-4 {
    width: 12%;
    height: 32%;
  }

  .testimonial-container {
    justify-content: flex-start;
  }

  .testimonial-body {
    width: auto;
    max-width: none;
  }

  .client-review-card {
    flex: none;
    width: 322px;
    max-width: none;
    margin-left: 0;
  }

  .about {
    width: 100%;
    max-width: 1360px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

  .header-container {
    max-width: 1360px;
  }

  .header-image {
    left: 50%;
  }

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

  .block-description.service-texts.service-detail {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .services-wrapper {
    max-width: 1360px;
  }

  .service-image {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .service-main-image {
    max-width: 1360px;
  }

  .service-image-1 {
    width: 548px;
    max-width: none;
  }

  .service-image-2 {
    width: 736px;
    max-width: none;
  }

  .service-image-3 {
    width: 548px;
    max-width: none;
  }

  .service-image-4 {
    width: 736px;
  }

  .btn-primary-link.w--current:where(.w-variant-d4c9fdd7-f832-dc8f-4a78-b6afc540c7fa), .btn-primary-link.btn-on-services-6 {
    inset: 0%;
  }

  .content-container, .team-container, .contact-container {
    max-width: 1360px;
  }

  .img-wrapper-1 {
    width: 464px;
    height: 300px;
    position: absolute;
  }

  .img-wrapper-2 {
    width: 464px;
    height: 300px;
    position: absolute;
    transform: rotate(-5deg);
  }

  .img-wrapper-3 {
    width: 464px;
    height: 300px;
    position: absolute;
    transform: rotate(5deg);
  }

  .img-wrapper-4 {
    width: 464px;
    height: 300px;
    position: absolute;
    transform: rotate(-5deg);
  }

  .copyright-footer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright-wrapper {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding: 2vw 4vw;
  }

  .project-hero {
    height: 800px;
  }
}

@media screen and (min-width: 1920px) {
  .eybrow.signature-headline {
    font-family: var(--_typography-style---typeface--secondary);
    color: var(--colors--black-main);
    font-weight: 400;
  }

  .design-heritage {
    background-color: #637e7600;
  }

  .projects-container, .projects-container.dp-section {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .body-small {
    font-weight: 500;
  }

  .section {
    justify-content: space-between;
    align-items: center;
  }

  .quick-stack {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project-item-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    height: 598px;
    display: grid;
    position: static;
  }

  .project-image {
    width: 100%;
  }

  .projects-image {
    height: auto;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: block;
  }

  .hero-image-wrapper {
    margin-top: 42px;
  }

  .hero-header {
    bottom: auto;
    left: auto;
  }

  .subtitle {
    width: 40%;
  }

  .subtitle.year {
    font-weight: 400;
  }

  .subtitle.section-subheading {
    width: 60%;
  }

  .subtitle.services-subtitle {
    width: 252px;
  }

  .nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project-item {
    position: sticky;
    top: 100px;
  }

  .services-container {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .dp-img-1 {
    width: 216px;
    height: 248px;
    top: 13%;
    left: 16%;
  }

  .dp-img-2 {
    width: 216px;
    height: 248px;
    top: 17%;
    right: 14%;
  }

  .dp-img-3 {
    width: 216px;
    height: 248px;
    bottom: 15%;
    left: 10%;
  }

  .dp-img-4 {
    width: 216px;
    height: 248px;
    bottom: 4%;
    right: 10%;
  }

  .testimonial-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-body {
    flex: none;
    width: auto;
    max-width: none;
  }

  .client-review-card {
    flex: none;
    width: 456px;
    max-width: none;
  }

  .about {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project-list {
    position: relative;
  }

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

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

  .header-wrapper {
    max-width: 80%;
  }

  .header-image {
    left: 50%;
  }

  .services-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .service-image-1 {
    width: 568px;
    max-width: none;
  }

  .service-image-2 {
    aspect-ratio: auto;
    width: 764px;
    max-width: none;
  }

  .service-image-3 {
    width: 568px;
    max-width: none;
  }

  .service-image-4 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 764px;
    max-width: none;
  }

  .content-container, .team-container, .contact-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block-header.service-heading {
    width: 60%;
  }

  .copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project-hero {
    height: 940px;
  }

  .project-hero-bg.hero-overlay {
    background-image: linear-gradient(360deg, #f2eadd 10%, #fff0);
  }

  .project-content {
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding: 0;
    display: flex;
    position: relative;
    inset: auto;
  }
}

@media screen and (max-width: 991px) {
  .eybrow.signature-headline {
    padding-bottom: 4px;
    font-size: 32px;
  }

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

  .design-heritage {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .features-metrics {
    max-width: none;
  }

  .projects-container {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .projects-container.dp-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .features-wrapper {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .features-block {
    width: 48%;
  }

  .body-small.info-title {
    font-size: 14px;
  }

  .location {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
  }

  .testimonial {
    margin-top: 100px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 60px;
  }

  .cell-3 {
    padding-left: 20px;
  }

  .cell-4 {
    padding-left: 0;
  }

  .signature-project {
    margin-top: 100px;
  }

  .project-heading {
    margin-bottom: 40px;
  }

  .project-item-card {
    grid-template-columns: 2.25fr 1.75fr;
    margin-bottom: 32px;
  }

  .projects-image {
    width: auto;
    height: auto;
    max-height: none;
  }

  .design-philosophy {
    height: 70vh;
  }

  .hero-section {
    height: 90vh;
  }

  .hero-image-wrapper {
    width: 348px;
    height: 236px;
  }

  .hero-image {
    height: 100%;
  }

  .heading-h1 {
    font-size: var(--_typography-style---font-size--heading-h1);
    --colors--bg: #f2eadd;
    --colors--black-main: #2f2e2a;
    --colors--accent: #9c7046;
    --colors--secondary: #73764c;
    --colors--grey-disable: #b2b1b9;
    --colors--white-main: #f7f7f7;
    --colors--tertiary: #c8bc90;
    --colors--black-700: #2c2c2c;
    --colors--white-700: #d8d9da;
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
  }

  .heading-h1.heritage-heading {
    width: 50%;
    max-width: none;
  }

  .subtitle {
    --colors--bg: #f2eadd;
    --colors--black-main: #2f2e2a;
    --colors--accent: #9c7046;
    --colors--secondary: #73764c;
    --colors--grey-disable: #b2b1b9;
    --colors--white-main: #f7f7f7;
    --colors--tertiary: #c8bc90;
    --colors--black-700: #2c2c2c;
    --colors--white-700: #d8d9da;
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
    width: 60%;
  }

  .subtitle.review-caption {
    font-size: var(--_typography-style---font-size--body-medium);
  }

  .subtitle.team-header {
    width: 100%;
  }

  .subtitle.contact-checkbox, .subtitle.info-contact {
    font-size: 16px;
  }

  .subtitle.section-subheading {
    width: 60%;
  }

  .subtitle.services-subtitle {
    width: 210px;
    font-size: var(--_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>);
  }

  .subtitle.philosophy-subheading {
    width: 70%;
  }

  .menu-links {
    background-color: var(--colors--secondary);
    color: var(--colors--white-main);
    font-size: var(--_typography-style---font-size--body-medium);
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .menu-links.link-contact {
    padding-left: 0;
  }

  .nav {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .eyebrow {
    padding-bottom: 0;
  }

  .our-services {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .services-container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .services-image {
    width: 174px;
    height: 124px;
  }

  .services-image.on-mobile {
    width: 158px;
    height: 112px;
  }

  .icon {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: block;
  }

  .content-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    width: 310px;
    display: inline-flex;
  }

  .content-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dp-img-1 {
    width: 124px;
    height: 148px;
    top: 6%;
    left: 3%;
  }

  .dp-img-2 {
    width: 124px;
    height: 148px;
    top: 4%;
    right: 2%;
  }

  .dp-img-3 {
    width: 124px;
    height: 148px;
    left: 4%;
  }

  .dp-img-4 {
    width: 124px;
    height: 148px;
    right: 7%;
  }

  .testimonial-container {
    flex: none;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .testimonial-body {
    z-index: 0;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: none;
    display: flex;
  }

  .client-review-card {
    flex-flow: column;
    flex: none;
    width: 284px;
    padding: 12px;
    display: block;
  }

  .client-image {
    width: 48px;
    height: 48px;
  }

  .unsplash-image {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .client-name {
    font-size: var(--_typography-style---font-size--body-large);
  }

  .client-name.expert-name {
    margin-top: 12px;
  }

  .icon-rating {
    width: 16px;
    height: 16px;
  }

  .about {
    width: 100%;
    max-width: 720px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .header-container {
    padding: 14vh 2vw;
  }

  .header-wrapper {
    max-width: 80%;
  }

  .header-image {
    width: 264px;
    height: 324px;
  }

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

  .title-wrapper.services-title {
    margin-bottom: 40px;
  }

  .project-meta {
    margin-top: 8px;
  }

  .block-description, .block-description.service-texts {
    font-size: var(--_typography-style---font-size--body-large);
  }

  .services-section {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .services-wrapper {
    width: 100%;
    max-width: 720px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .service-grid-card {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .service-image {
    object-fit: cover;
    width: 100%;
    height: 364px;
  }

  .service-description {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .service-image-wrapper {
    height: 324px;
    margin-top: 60px;
  }

  .service-image-1 {
    width: 270px;
    height: 224px;
  }

  .service-image-2 {
    width: 404px;
    height: 324px;
  }

  .parallax-image {
    height: 50vh;
  }

  .service-image-3 {
    width: 270px;
    height: 224px;
  }

  .service-image-4 {
    width: 404px;
    height: 324px;
  }

  .who-we-are {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .content-container {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section-image-1 {
    object-fit: cover;
    width: 288px;
    height: 298px;
    top: 0%;
  }

  .section-image-1.is-2 {
    width: 380px;
    height: 348px;
  }

  .section-image-1.is-2.img-3 {
    aspect-ratio: auto;
    object-position: 50% 50%;
    width: 416px;
    height: 240px;
    top: -66%;
  }

  .section-image-1.img-2 {
    width: 416px;
    height: 240px;
    top: 8%;
  }

  .section-images {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 348px;
  }

  .section-images.is-2 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .our-description {
    width: 100%;
  }

  .our-description.is-2 {
    flex: 0 auto;
    width: auto;
    height: 100px;
    top: 43%;
    left: 68%;
  }

  .content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .img-5 {
    width: 248px;
    height: 198px;
    margin-top: 32px;
  }

  .expert-team {
    margin-bottom: 100px;
  }

  .team-container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .team-detail {
    padding-left: 100px;
    padding-right: 100px;
  }

  .team-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-body {
    margin-top: 100px;
  }

  .contact-container {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .contact-wrapper {
    grid-template-columns: 1.75fr;
    place-items: stretch start;
  }

  .checkbox-field {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .checkbox-2 {
    width: 16px;
    height: 16px;
    margin-top: 0;
  }

  .submit-button {
    height: 48px;
  }

  .form-block {
    height: 784px;
  }

  .contact-info {
    padding-left: 32px;
    padding-right: 32px;
  }

  .form {
    height: 784px;
    padding: 32px;
  }

  .img-wrapper-1, .img-wrapper-2, .img-wrapper-3, .img-wrapper-4 {
    width: 348px;
    height: 236px;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 8px;
  }

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

  .ikonik-pyctg {
    color: var(--colors--black-main);
  }

  .block-header {
    width: 100%;
  }

  .block-header.philosophy-heading, .block-header.about-heading {
    width: 70%;
  }

  .project-title {
    font-size: var(--_typography-style---font-size--heading-h5);
  }

  .project-title.service-title {
    font-size: var(--_typography-style---font-size--heading-h6);
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
  }

  .copyright-wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .body {
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
  }

  .project-hero {
    height: 560px;
  }

  .project-columns {
    flex-flow: column;
  }

  .column-element {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-specs {
    padding-bottom: 24px;
  }

  .grid-stack, .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-block-a {
    margin-bottom: 40px;
    padding-top: 24px;
  }

  .projects-category {
    line-height: 20px;
  }

  .icon-location-2 {
    width: 20px;
    height: 20px;
  }

  .icon-arrow-right-2 {
    width: 32px;
    height: 32px;
  }

  .grid-3c {
    grid-template-columns: 1fr 1fr;
  }

  .section-component-d.section-style {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .gallery-preview-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    --colors--bg: #f2eadd;
    --colors--black-main: #2f2e2a;
    --colors--accent: #9c7046;
    --colors--secondary: #73764c;
    --colors--grey-disable: #b2b1b9;
    --colors--white-main: #f7f7f7;
    --colors--tertiary: #c8bc90;
    --colors--black-700: #2c2c2c;
    --colors--white-700: #d8d9da;
  }

  .eybrow.signature-headline {
    font-size: 24px;
  }

  .success-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .design-heritage {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 4vw 0;
  }

  .features-metrics {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 8px;
    padding: 40px 0;
  }

  .projects-container, .projects-container.dp-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .features-wrapper {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .features-block {
    justify-content: flex-start;
    align-items: center;
    width: 48%;
    margin-bottom: 40px;
  }

  .features-title {
    font-size: var(--_typography-style---font-size--heading-h3);
    align-self: auto;
  }

  .features-title-small {
    vertical-align: middle;
  }

  .body-small.navigation-links {
    text-align: center;
  }

  .body-small.navigation-links.footer-quote {
    width: 70%;
  }

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

  .testimonial {
    margin-top: 60px;
  }

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

  .cell {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 16px;
  }

  .cell-2, .cell-3 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .signature-project {
    margin-top: 60px;
  }

  .project-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .project-item-card {
    grid-template-columns: 2.25fr 2fr;
  }

  .projects-image {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .hero-section {
    height: 100vh;
  }

  .hero-image-wrapper {
    width: 324px;
    height: 212px;
  }

  .heading-h1, .heading-h1.post-heading {
    font-size: var(--_typography-style---font-size--heading-h1);
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
  }

  .subtitle {
    width: 90%;
    font-size: var(--_typography-style---font-size--body-medium);
    text-align: center;
    --colors--bg: #f2eadd;
    --colors--black-main: #2f2e2a;
    --colors--accent: #9c7046;
    --colors--secondary: #73764c;
    --colors--grey-disable: #b2b1b9;
    --colors--white-main: #f7f7f7;
    --colors--tertiary: #c8bc90;
    --colors--black-700: #2c2c2c;
    --colors--white-700: #d8d9da;
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
  }

  .subtitle.section-subheading {
    width: 80%;
  }

  .subtitle.services-subtitle {
    text-align: center;
    width: 60%;
  }

  .nav {
    margin-left: auto;
    margin-right: auto;
    padding: 12px 4vw;
  }

  .eyebrow {
    padding-bottom: 0;
  }

  .our-services {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .services-container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .services-subheading {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-category {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-card {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .services-image.on-mobile {
    width: 194px;
    height: 136px;
    transform: none;
  }

  .content-left {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .content-right {
    flex-flow: column;
  }

  .dp-img-1, .dp-img-2, .dp-img-3, .dp-img-4 {
    width: 88px;
    height: 104px;
  }

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

  .testimonial-body {
    width: auto;
    min-width: auto;
  }

  .client-review-card {
    flex: none;
    width: 284px;
    height: 100%;
  }

  .unsplash-image {
    object-position: 50% 50%;
  }

  .client-name {
    font-size: var(--_typography-style---font-size--body-large);
  }

  .about {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .header-container {
    padding: 12vh 4vw;
  }

  .header-wrapper {
    max-width: 100%;
  }

  .header-image {
    width: 232px;
    height: 288px;
  }

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

  .title-wrapper {
    margin-top: 100px;
  }

  .title-wrapper.services-title {
    margin-bottom: 28px;
  }

  .project-title {
    font-size: 88px;
  }

  .project-meta {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .block-description {
    font-size: var(--_typography-style---font-size--body-large-2);
    --colors--bg: #f2eadd;
    --colors--black-main: #2f2e2a;
    --colors--accent: #9c7046;
    --colors--secondary: #73764c;
    --colors--grey-disable: #b2b1b9;
    --colors--white-main: #f7f7f7;
    --colors--tertiary: #c8bc90;
    --colors--black-700: #2c2c2c;
    --colors--white-700: #d8d9da;
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 14px;
    --_typography-style---font-size--heading-h4: clamp(18px, 3vw, 26px);
    --_typography-style---font-size--heading-h5: clamp(16px, 2.5vw, 22px);
    --_typography-style---font-size--heading-h3: clamp(20px, 4vw, 32px);
    --_typography-style---font-size--body-medium: clamp(13px, 1.3vw, 15px);
    --_typography-style---font-size--body-small: clamp(11px, .9vw, 13px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(28px, 8vw, 56px);
    --_typography-style---font-size--heading-h2: clamp(24px, 6vw, 44px);
    --_typography-style---font-size--body-large: clamp(14px, 1.8vw, 16px);
    --_typography-style---font-size--body-large-2: 16px;
    --_typography-style---font-size--heading-h6: clamp(14px, 2vw, 18px);
    --_typography-style---font-size--caption: 12px;
  }

  .block-description.service-texts {
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 14px;
    --_typography-style---font-size--heading-h4: clamp(18px, 3vw, 26px);
    --_typography-style---font-size--heading-h5: clamp(16px, 2.5vw, 22px);
    --_typography-style---font-size--heading-h3: clamp(20px, 4vw, 32px);
    --_typography-style---font-size--body-medium: clamp(13px, 1.3vw, 15px);
    --_typography-style---font-size--body-small: clamp(11px, .9vw, 13px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(28px, 8vw, 56px);
    --_typography-style---font-size--heading-h2: clamp(24px, 6vw, 44px);
    --_typography-style---font-size--body-large: clamp(14px, 1.8vw, 16px);
    --_typography-style---font-size--body-large-2: 16px;
    --_typography-style---font-size--heading-h6: clamp(14px, 2vw, 18px);
    --_typography-style---font-size--caption: 12px;
  }

  .services-section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .services-wrapper {
    width: 100%;
  }

  .service-grid-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .service-image {
    height: 316px;
  }

  .short-description {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .service-image-wrapper {
    height: 248px;
    margin-top: 40px;
    margin-bottom: 8px;
  }

  .service-image-1 {
    width: 204px;
    height: 178px;
  }

  .service-image-2 {
    width: 294px;
    height: 248px;
  }

  .parallax-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
  }

  .service-image-3 {
    width: 204px;
    height: 178px;
  }

  .service-image-4 {
    width: 294px;
    height: 248px;
  }

  .who-we-are {
    margin-bottom: 40px;
  }

  .content-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-image-1 {
    width: 204px;
    height: 264px;
  }

  .section-image-1.is-2 {
    width: 278px;
    height: 316px;
  }

  .section-image-1.is-2.img-3 {
    width: 294px;
    height: 202px;
    top: -55%;
  }

  .section-image-1.img-2 {
    width: 294px;
    height: 202px;
    top: 16%;
  }

  .section-images {
    height: 316px;
  }

  .section-images.is-2 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .img-5 {
    width: 198px;
    height: 154px;
  }

  .team-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .team-detail {
    margin-bottom: 32px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .team-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-body {
    margin-top: 60px;
  }

  .contact-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

  .form-block {
    height: 748px;
  }

  .contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    height: 748px;
    padding: 40px 30px;
  }

  .img-wrapper-1, .img-wrapper-2, .img-wrapper-3, .img-wrapper-4 {
    width: 324px;
    height: 212px;
  }

  .title-link {
    text-decoration: none;
  }

  .block-header {
    text-align: center;
    --colors--bg: #f2eadd;
    --colors--black-main: #2f2e2a;
    --colors--accent: #9c7046;
    --colors--secondary: #73764c;
    --colors--grey-disable: #b2b1b9;
    --colors--white-main: #f7f7f7;
    --colors--tertiary: #c8bc90;
    --colors--black-700: #2c2c2c;
    --colors--white-700: #d8d9da;
    width: 100%;
  }

  .block-header.service-heading {
    width: 80%;
  }

  .block-header.philosophy-heading {
    width: 70%;
  }

  .block-header.testimonial-heading {
    width: 80%;
  }

  .block-header.about-heading {
    width: 100%;
  }

  .project-title {
    font-size: var(--_typography-style---font-size--heading-h5);
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
    --colors--bg: #f2eadd;
    --colors--black-main: #2f2e2a;
    --colors--accent: #9c7046;
    --colors--secondary: #73764c;
    --colors--grey-disable: #b2b1b9;
    --colors--white-main: #f7f7f7;
    --colors--tertiary: #c8bc90;
    --colors--black-700: #2c2c2c;
    --colors--white-700: #d8d9da;
  }

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

  .copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .project-hero {
    height: 480px;
  }

  .project-columns {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading.project-quote {
    padding-top: 24px;
  }

  .column-element {
    width: 100%;
  }

  .project-specs {
    padding-bottom: 20px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 12px;
    overflow-x: auto;
  }

  .image-wrap {
    min-height: 0;
    max-height: 60vw;
  }

  .image-full {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }

  .tabs-link {
    flex-shrink: 0;
  }

  .tabs-title {
    white-space: nowrap;
  }

  .tabs-content {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .grid-stack, .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox:after {
    content: "";
    background-color: #2f2e2abf;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f7f7f7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    position: absolute;
    bottom: 8px;
    right: 8px;
    box-shadow: 0 1px 4px #2f2e2a33;
  }

  .content-block-a {
    margin-bottom: 28px;
    padding-top: 20px;
  }

  .icon-location-2 {
    width: 16px;
    height: 16px;
  }

  .header-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-block-b {
    margin-bottom: 16px;
  }

  .content-block-c {
    text-align: left;
    margin-bottom: 16px;
  }

  .grid-3c {
    grid-template-columns: 1fr;
  }

  .section-component-d.section-style {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .gallery-preview-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .gallery-featured-image {
    aspect-ratio: 4 / 3;
    grid-row: auto;
  }

  .gallery-thumb-image {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .outcome-text-block {
    max-width: 100%;
  }

  .gallery-featured-lightbox:after {
    content: "";
    background-color: #2f2e2abf;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f7f7f7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    position: absolute;
    bottom: 8px;
    right: 8px;
    box-shadow: 0 1px 4px #2f2e2a33;
  }

  .gallery-thumb-lightbox:after {
    content: "";
    background-color: #2f2e2abf;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f7f7f7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    display: flex;
    position: absolute;
    bottom: 6px;
    right: 6px;
    box-shadow: 0 1px 4px #2f2e2a33;
  }

  .before-after-row {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .service-quote {
    margin-top: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
  }

  .service-journey-block {
    text-align: left;
    margin-top: 48px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --colors--bg: #f2eadd;
    --colors--black-main: #2f2e2a;
    --colors--accent: #9c7046;
    --colors--secondary: #73764c;
    --colors--grey-disable: #b2b1b9;
    --colors--white-main: #f7f7f7;
    --colors--tertiary: #c8bc90;
    --colors--black-700: #2c2c2c;
    --colors--white-700: #d8d9da;
  }

  .eybrow.signature-headline {
    margin-top: 8px;
  }

  .success-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .subheading-quote {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .features-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .features-block {
    width: 100%;
  }

  .features-title {
    font-size: 36px;
  }

  .body-small {
    font-size: 14px;
  }

  .body-small.navigation-links {
    text-align: center;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .body-small.navigation-links.footer-quote {
    font-size: var(--_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>);
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 14px;
    --_typography-style---font-size--heading-h4: clamp(18px, 3vw, 26px);
    --_typography-style---font-size--heading-h5: clamp(16px, 2.5vw, 22px);
    --_typography-style---font-size--heading-h3: clamp(20px, 4vw, 32px);
    --_typography-style---font-size--body-medium: clamp(13px, 1.3vw, 15px);
    --_typography-style---font-size--body-small: clamp(11px, .9vw, 13px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(28px, 8vw, 56px);
    --_typography-style---font-size--heading-h2: clamp(24px, 6vw, 44px);
    --_typography-style---font-size--body-large: clamp(14px, 1.8vw, 16px);
    --_typography-style---font-size--body-large-2: 16px;
    --_typography-style---font-size--heading-h6: clamp(14px, 2vw, 18px);
    --_typography-style---font-size--caption: 12px;
  }

  .body-small.our-description {
    text-align: center;
  }

  .utility-page-content {
    width: auto;
  }

  .testimonial {
    margin-top: 60px;
  }

  .cell-2, .cell-3 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cell-4 {
    padding-top: 8px;
  }

  .signature-project {
    margin-top: 60px;
  }

  .project-heading {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 32px;
  }

  .project-item-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .projects-image {
    aspect-ratio: 3 / 2;
    width: 100%;
    overflow: clip;
  }

  .design-philosophy {
    height: 60vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    height: 100vh;
    padding-bottom: 0;
  }

  .hero-image-wrapper {
    width: 278px;
    height: 178px;
  }

  .hero-header {
    inset: 0% 0% auto;
  }

  .heading-h1 {
    font-size: var(--_typography-style---font-size--heading-h1);
    white-space: nowrap;
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
  }

  .heading-h1.post-heading {
    width: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle {
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
    width: 100%;
  }

  .subtitle.contact-checkbox {
    font-size: 14px;
  }

  .subtitle.error-subtitle {
    width: auto;
    font-size: 14px;
  }

  .subtitle.section-subheading {
    width: 100%;
  }

  .subtitle.services-subtitle {
    width: 80%;
  }

  .subtitle.philosophy-subheading {
    width: 100%;
  }

  .logo-image {
    width: 100px;
  }

  .menu-links {
    color: var(--colors--white-main);
  }

  .menu-links:hover, .menu-links:active, .menu-links:focus, .menu-links:focus-visible, .menu-links[data-wf-focus-visible] {
    color: var(--colors--tertiary);
  }

  .menu-links:visited {
    color: var(--colors--white-700);
  }

  .nav {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .eyebrow {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .our-services {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .services-subheading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-category {
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dp-img-1 {
    vertical-align: baseline;
    display: none;
  }

  .dp-img-2, .dp-img-3, .dp-img-4 {
    display: none;
  }

  .testimonial-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: none;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    justify-content: flex-start;
    min-width: auto;
    max-width: none;
    display: flex;
  }

  .client-review-card {
    flex: none;
    width: 268px;
    min-width: auto;
  }

  .unsplash-image {
    aspect-ratio: 3 / 2;
    object-position: 50% 100%;
  }

  .client-name {
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 14px;
    --_typography-style---font-size--heading-h4: clamp(18px, 3vw, 26px);
    --_typography-style---font-size--heading-h5: clamp(16px, 2.5vw, 22px);
    --_typography-style---font-size--heading-h3: clamp(20px, 4vw, 32px);
    --_typography-style---font-size--body-medium: clamp(13px, 1.3vw, 15px);
    --_typography-style---font-size--body-small: clamp(11px, .9vw, 13px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(28px, 8vw, 56px);
    --_typography-style---font-size--heading-h2: clamp(24px, 6vw, 44px);
    --_typography-style---font-size--body-large: clamp(14px, 1.8vw, 16px);
    --_typography-style---font-size--body-large-2: 16px;
    --_typography-style---font-size--heading-h6: clamp(14px, 2vw, 18px);
    --_typography-style---font-size--caption: 12px;
  }

  .client-name.footer-links {
    font-size: 16px;
  }

  .client-name.expert-name {
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 14px;
    --_typography-style---font-size--heading-h4: clamp(20px, 3vw, 32px);
    --_typography-style---font-size--heading-h5: clamp(18px, 2.5vw, 28px);
    --_typography-style---font-size--heading-h3: clamp(24px, 4vw, 40px);
    --_typography-style---font-size--body-medium: clamp(13px, 1.3vw, 16px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 14px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(32px, 8vw, 72px);
    --_typography-style---font-size--heading-h2: clamp(28px, 6vw, 56px);
    --_typography-style---font-size--body-large: clamp(15px, 1.8vw, 18px);
    --_typography-style---font-size--body-large-2: 20px;
    --_typography-style---font-size--heading-h6: clamp(16px, 2vw, 22px);
    --_typography-style---font-size--caption: 12px;
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .about {
    margin-left: auto;
    margin-right: auto;
  }

  .header-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .header-image {
    width: 172px;
    height: 204px;
  }

  .project-container {
    width: 100%;
  }

  .title-wrapper {
    margin-top: 100px;
    margin-bottom: 24px;
  }

  .title-wrapper.services-title {
    margin-bottom: 20px;
  }

  .project-title {
    font-size: 54px;
  }

  .project-meta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .block-description {
    font-size: 14px;
  }

  .block-description.service-texts {
    font-size: var(--_typography-style---font-size--body-large-2);
    --colors--bg: #f2eadd;
    --colors--black-main: #2f2e2a;
    --colors--accent: #9c7046;
    --colors--secondary: #73764c;
    --colors--grey-disable: #b2b1b9;
    --colors--white-main: #f7f7f7;
    --colors--tertiary: #c8bc90;
    --colors--black-700: #2c2c2c;
    --colors--white-700: #d8d9da;
  }

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

  .services-section.section-style {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .services-wrapper {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .service-grid-card {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .service-image {
    height: 224px;
  }

  .service-description {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .service-main-image {
    aspect-ratio: 1;
  }

  .service-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 28px;
    position: static;
  }

  .service-image-1 {
    align-self: flex-start;
    width: 90%;
    height: 204px;
    position: static;
  }

  .service-image-2 {
    align-self: flex-end;
    width: 90%;
    height: 204px;
    position: static;
  }

  .parallax-image {
    height: 40vh;
  }

  .service-image-3 {
    align-self: flex-start;
    width: 90%;
    height: 204px;
    position: static;
  }

  .service-image-4 {
    align-self: flex-end;
    width: 90%;
    height: 204px;
    position: static;
  }

  .who-we-are {
    margin-bottom: 60px;
  }

  .content-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-image-1 {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: static;
  }

  .section-image-1.is-2 {
    width: 100%;
  }

  .section-image-1.is-2.img-3 {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: auto;
  }

  .section-image-1.img-2 {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }

  .section-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    position: static;
  }

  .our-description.is-2 {
    height: 50px;
    position: static;
  }

  .img-5 {
    width: 100%;
    height: 300px;
    margin-top: 24px;
    display: none;
  }

  .expert-team {
    margin-bottom: 60px;
  }

  .team-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .team-detail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-container {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

  .inputfield {
    width: 100%;
  }

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

  .client-info-field {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .checkbox-field {
    margin-bottom: 8px;
  }

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

  .form-block {
    height: 1048px;
  }

  .social-icon-link {
    justify-content: center;
    align-items: center;
  }

  .info-wrapper {
    flex: 1;
  }

  .form {
    height: 1048px;
  }

  .img-wrapper-1, .img-wrapper-2, .img-wrapper-3, .img-wrapper-4 {
    width: 278px;
    height: 178px;
  }

  .block-header {
    font-size: var(--_typography-style---font-size--heading-h4);
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
    margin-top: 0;
  }

  .block-header.service-heading {
    width: 90%;
    margin-top: 0;
  }

  .block-header.philosophy-heading {
    width: 100%;
    margin-top: 12px;
  }

  .block-header.testimonial-heading {
    width: 100%;
    margin-top: 0;
  }

  .block-header.about-heading {
    margin-top: 12px;
  }

  .project-title {
    font-size: var(--_typography-style---font-size--heading-h5);
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
    margin-top: 8px;
  }

  .project-title.service-title {
    --_typography-style---typeface--secondary: "Be Vietnam Pro", sans-serif;
    --_typography-style---font-size--body-small\<deleted\|variable-f291cd74-1a14-3409-4505-0c173df9f7ba\>: 16px;
    --_typography-style---font-size--heading-h4: clamp(22px, 3vw, 40px);
    --_typography-style---font-size--heading-h5: clamp(20px, 2.5vw, 34px);
    --_typography-style---font-size--heading-h3: clamp(28px, 4vw, 52px);
    --_typography-style---font-size--body-medium: clamp(14px, 1.3vw, 18px);
    --_typography-style---font-size--body-small: clamp(12px, .9vw, 15px);
    --_typography-style---typeface--primary: "Playfair Display", sans-serif;
    --_typography-style---font-size--heading-h1: clamp(40px, 8vw, 112px);
    --_typography-style---font-size--heading-h2: clamp(36px, 6vw, 80px);
    --_typography-style---font-size--body-large: clamp(16px, 1.8vw, 22px);
    --_typography-style---font-size--body-large-2: 24px;
    --_typography-style---font-size--heading-h6: clamp(18px, 2vw, 28px);
    --_typography-style---font-size--caption: 13px;
  }

  .project-hero {
    height: 420px;
  }

  .hero-container {
    height: 100vh;
  }

  .project-hero-bg.project-h-img {
    height: 640px;
  }

  .project-hero-container.project-container {
    padding-bottom: 3vh;
  }

  .project-columns {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .heading.project-quote {
    max-width: 100%;
    padding-top: 16px;
    line-height: 35px;
  }

  .column-element {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .project-specs {
    padding-bottom: 16px;
  }

  .meta-item {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 18px;
  }

  .tabs-menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 12px;
    font-size: 13px;
    overflow-x: auto;
  }

  .image-wrap {
    min-height: 0;
  }

  .image-full {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }

  .tabs-link {
    flex-shrink: 0;
  }

  .tabs-title {
    white-space: nowrap;
  }

  .tabs-content {
    margin-top: 8px;
    margin-bottom: 8px;
  }

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

  .gallery-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .content-block-a {
    margin-bottom: 20px;
    padding-top: 16px;
  }

  .project-content {
    width: 100%;
    padding-top: 10px;
  }

  .header-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-block-c {
    text-align: left;
  }

  .grid-3c {
    grid-template-columns: 1fr;
  }

  .section-component-d.section-style {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-preview-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .gallery-featured-image {
    aspect-ratio: 4 / 3;
    grid-row: auto;
  }

  .gallery-thumb-image {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .before-after-row {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .service-quote {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 12px;
  }

  .service-journey-block {
    text-align: left;
    margin-top: 32px;
    padding-top: 28px;
  }
}

#w-node-_804af77b-f9e9-82fd-26d3-a41be03605ca-3b017eb2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ec49a28f-22e5-109a-b340-3de6117134f9-117134f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_124d6f00-02d9-b73b-a3f1-32e3c37d24c6-3b017eb9, #w-node-c08e36b6-1c6d-5651-f521-98b5d8bd26ae-3b017eb9, #w-node-ca5b8e2e-55ae-0ed7-cca7-ac3c5a7a32ae-3b017eb9, #w-node-_581d7dea-8909-9183-8f1a-ed5047de5244-3b017eb9, #w-node-b6db0840-412d-f04b-9b08-149eebc11cc0-3b017eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_972066d7-1c60-486f-d570-fdba42d4bc2a-3b017ebc {
  align-self: auto;
}

#w-node-_9fd84f36-bcac-7158-891d-c1561762f316-a5ee3f6e, #w-node-_30e5e38f-916f-dd87-58c1-1e70e99f5c3c-a5ee3f6e, #w-node-_9993711a-1e13-c4a1-3722-6bde76e442df-a5ee3f6e, #w-node-_257f8c7a-0914-54d9-39bf-c20053a031be-a5ee3f6e, #w-node-_213295b5-1c47-f9f8-da48-1ec3cfc21b4c-a5ee3f6e, #w-node-b3bd27dc-46c3-d244-edac-c0ae8f2c265b-a5ee3f6e, #w-node-_66381d5b-c1a0-5700-be63-6a0aab4fee3a-a5ee3f6e, #w-node-_66381d5b-c1a0-5700-be63-6a0aab4fee3f-a5ee3f6e, #w-node-_66381d5b-c1a0-5700-be63-6a0aab4fee44-a5ee3f6e, #w-node-_66381d5b-c1a0-5700-be63-6a0aab4fee49-a5ee3f6e, #w-node-_221df412-fb8f-c9c2-6c8c-e27024d4fde6-a5ee3f6e, #w-node-_2fe3d3cc-82f5-9dfc-3093-bd0e7b023058-a5ee3f6e, #w-node-_9fd84f36-bcac-7158-891d-c1561762f316-25756d5a, #w-node-_30e5e38f-916f-dd87-58c1-1e70e99f5c3c-25756d5a, #w-node-_9993711a-1e13-c4a1-3722-6bde76e442df-25756d5a, #w-node-_257f8c7a-0914-54d9-39bf-c20053a031be-25756d5a, #w-node-_213295b5-1c47-f9f8-da48-1ec3cfc21b4c-25756d5a, #w-node-b3bd27dc-46c3-d244-edac-c0ae8f2c265b-25756d5a, #w-node-_66381d5b-c1a0-5700-be63-6a0aab4fee3a-25756d5a, #w-node-_66381d5b-c1a0-5700-be63-6a0aab4fee3f-25756d5a, #w-node-_66381d5b-c1a0-5700-be63-6a0aab4fee44-25756d5a, #w-node-_66381d5b-c1a0-5700-be63-6a0aab4fee49-25756d5a, #w-node-_221df412-fb8f-c9c2-6c8c-e27024d4fde6-25756d5a, #w-node-_2fe3d3cc-82f5-9dfc-3093-bd0e7b023058-25756d5a, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c096-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c09b-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c0a0-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c0a5-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c0aa-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c0af-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c0c0-5829bc86, #w-node-ba688411-05fc-c604-8e04-fe1a3c297d39-5829bc86, #w-node-c7477b80-ab78-8578-a091-b160967100df-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c0b6-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c0bb-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c0cf-5829bc86, #w-node-_35b94424-1e3c-4ccb-79c8-fa86e13dfb37-5829bc86, #w-node-f3e057d4-bd5c-6f9d-5afd-9931833f18b7-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c0c5-5829bc86, #w-node-_5214ff00-1457-6357-fe0e-16f9aab0c0ca-5829bc86, #w-node-_5da0fbc6-8990-63d5-a62f-e6878543d54f-5829bc86, #w-node-_735726d5-b1b7-4183-3715-3fafc2a99fb8-5829bc86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

@media screen and (max-width: 991px) {
  #w-node-_28a41d78-4438-dbd3-467e-b478c70e1ac5-3b017ebc {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec49a28f-22e5-109a-b340-3de6117134f9-117134f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


