@font-face {
  font-family: Afacad;
  src: url('../fonts/Afacad.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Afacad Variablefont Wght;
  src: url('../fonts/Afacad-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Afacad Variablefont Wght;
  src: url('../fonts/Afacad-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Afacad Variablefont Wght;
  src: url('../fonts/Afacad-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Afacad Variablefont Wght;
  src: url('../fonts/Afacad-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Afacad Variablefont Wght;
  src: url('../fonts/Afacad-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color: white;
  --orange-brown: #834924;
  --dark-brown: #180f04;
  --tan: #bdab93;
  --artisan-light-green: #c6d99c;
  --white: white;
  --black: black;
}

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

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

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

a {
  color: var(--color);
  text-decoration: none;
}

.section {
  z-index: 1;
  object-fit: contain;
  height: 800px;
  position: fixed;
  inset: 0%;
}

.background-video {
  z-index: 0;
  opacity: 1;
  filter: sepia();
  mix-blend-mode: normal;
  object-fit: contain;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100svh;
  position: fixed;
  inset: 0%;
}

.section-2 {
  z-index: 999999;
  background-color: #36220b;
  height: 200px;
  margin-top: 0%;
  position: static;
  inset: 0 0% 0%;
}

.section-3 {
  height: 900px;
}

.navbar {
  position: sticky;
  top: -1px;
}

.section-4 {
  z-index: 9999999;
  position: relative;
}

.image {
  max-width: 30%;
  margin-top: 169px;
  margin-left: 40px;
}

.section-5 {
  position: relative;
}

.container {
  margin-top: 250px;
}

.section-6 {
  z-index: 99999;
  background-color: #36220b;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2 {
  color: #fff;
  background-color: #36220b;
  position: static;
  inset: 0% 0% auto;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #fff;
}

.section-7 {
  background-color: #36220b;
  background-image: linear-gradient(#000000f0, #000000f0);
}

.section-8 {
  height: auto;
  margin-top: 848px;
  display: block;
}

.section-9 {
  mix-blend-mode: color-dodge;
  background-image: linear-gradient(#000000e0, #000000e0);
}

.background-video-2 {
  z-index: -1;
  filter: brightness(46%);
  height: 100vh;
  margin-top: 0;
  position: fixed;
  inset: 0%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 141px;
  font-family: poppins, sans-serif;
}

.container-2 {
  margin-top: 0;
  position: relative;
  top: 145px;
}

.body {
  background-color: var(--orange-brown);
}

.section-10 {
  z-index: 999999;
  background-image: none;
  position: relative;
  top: 230px;
}

.quick-stack {
  margin-top: -22px;
}

.image-2 {
  max-width: 50%;
}

.image-3 {
  width: 100%;
  max-width: 100%;
  margin-top: 86px;
  margin-left: 0;
}

.container-3 {
  z-index: -1;
  max-width: 90%;
  margin-top: 126px;
  display: block;
  position: fixed;
  inset: 0%;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: 5px 5px 8px #000;
  margin-top: 185px;
  margin-left: auto;
  margin-right: auto;
  font-family: poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.featuerd-project-section {
  background-color: #180f04;
  height: auto;
  margin-top: 0;
  padding: 0 100px 100px;
  position: relative;
}

.navbar-3 {
  background-color: #180f04;
  border-bottom: 8px solid #834924;
  height: 125px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-4, .nav-link-5, .nav-link-6 {
  color: #fff;
}

.image-4 {
  max-width: 200px;
  margin-top: 10px;
  margin-left: 0;
}

.brand {
  position: absolute;
  inset: 11% auto 0% 8%;
}

.nav-menu {
  top: 36px;
}

.homepage-services-heading {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: poppins, sans-serif;
  font-size: 24px;
}

.service-hero-button {
  outline-offset: 0px;
  cursor: pointer;
  background-color: #ffffff05;
  outline: 3px solid #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: poppins, sans-serif;
}

.service-hero-button:hover {
  outline-width: 3px;
  box-shadow: 0 2px 5px #0003;
}

.hero-services-cell {
  background-image: url('../images/Photo-May-18-2022-4-37-01-PM.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 40px;
}

.hero-services-quickstak {
  height: auto;
}

.image-5 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 99.9963%;
  height: 100%;
  position: relative;
}

.image-6 {
  object-fit: fill;
  max-height: 100%;
  overflow: hidden;
}

.quick-stack-2 {
  background-color: var(--dark-brown);
  height: 100vh;
}

.hero_cell_1 {
  background-image: url('../images/20230811_134059.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.hero_cell_2 {
  background-image: url('../images/Photo-May-18-2022-4-37-01-PM.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero_cell_5 {
  background-image: url('../images/Photo-Jun-24-2022-9-34-33-AM.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero_cell_6 {
  background-image: url('../images/Photo-Aug-10-2022-7-53-12-PM.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.cell {
  background-image: url('../images/Photo-May-11-2023-11-54-10-AM.jpg');
  background-position: 50%;
  background-size: cover;
}

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

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

.div-block {
  background-image: url('../images/20230811_134059.jpg');
  background-position: 50%;
  background-size: cover;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.quick-stack-3 {
  width: 1250px;
  height: 1250px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.home-page-quickstack12 {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3930.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cell-4 {
  background-image: url('../images/Photo-Aug-10-2022-7-53-12-PM.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin: 100px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 30px;
}

.button {
  cursor: pointer;
  background-color: #3898ec00;
  border: 4px solid #fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 17px;
}

.button:hover {
  background-color: #3a3a3a;
}

.container-4 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.section-12 {
  z-index: 0;
  background-color: #180f04;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.homepage-quickstack-cell-2 {
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/TREX-RAIN-ESCAPE.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-page-quickstack-cell-3 {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/20230811_134059.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-page-quickstack-cell-4 {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_0025-scaled.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-page-quickstack-cell4 {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-Jun-24-2022-9-34-33-AM_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-page-quickstack-cell-5 {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-Jun-27-2023-2-36-38-PM-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-page-quickstack-cell6 {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/VIVE_BEARDEN-80.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.home-page-quickstack-cell-7 {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-Jun-15-2023-8-01-05-PM-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-page-quickstack-cell-8 {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Vive_Myers-88.jpg');
  background-position: 0 0, 28%;
  background-size: auto, cover;
}

.home-page-quickstack-cell9 {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-Jun-27-2023-2-36-38-PM-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-page-quickstack-cell-11 {
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-Jun-15-2023-8-01-05-PM-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-13 {
  background-color: #bdab93;
}

.heading-4 {
  color: #fff;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.cell-5 {
  background-image: url('../images/DJI_20230921163630_0022_D.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.section-14 {
  background-color: #180f04;
}

.cell-7 {
  background-image: url('../images/Photo-Oct-24-11-32-27-AM-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-5 {
  height: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.heading-5 {
  color: #fff;
  padding-left: 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 60px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.section-15 {
  background-color: #180f04;
}

.quick-stack-6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.image-9 {
  margin-bottom: 40px;
  padding-top: 40px;
}

.heading-6 {
  color: #fff;
  margin-top: 10px;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.text-block-2 {
  color: #fff;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.heading-7 {
  color: #fff;
  margin-top: 100px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-weight: 500;
}

.heading-8 {
  color: #fff;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 600;
}

.section-16 {
  background-color: #bdab93;
}

.heading-9 {
  color: #180f04;
  -webkit-text-stroke-color: #180f04;
  margin-top: 96px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-3 {
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.rich-text-block {
  margin-top: 87px;
  font-family: poppins, sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.list {
  color: #180f04;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  font-weight: 500;
}

.link-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-10 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-17 {
  border-top: 12px solid var(--orange-brown);
  background-color: #180f04;
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-10 {
  color: var(--white);
  font-family: Afacad Variablefont Wght, sans-serif;
}

.text-block-4 {
  color: #fff;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-5 {
  color: #fff;
  margin-top: 5px;
  font-family: Afacad Variablefont Wght, sans-serif;
  line-height: 24px;
}

.body-2 {
  background-color: #180f04;
}

.section-18 {
  background-image: url('../images/IMG_3930.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  margin-top: 120px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 8px #000;
  margin: 0 auto 20px;
  padding-top: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
}

.section-19 {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.centered_w1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.centered_w1.nav-wrapper {
  z-index: 2;
  border-bottom: 0px none var(--orange-brown);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.logo {
  width: 200px;
  height: auto;
  margin-top: 0;
}

.dropdown-item-wrapper {
  z-index: 1;
  box-shadow: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.dropdown-item-wrapper:hover {
  margin-top: 20px;
}

.image-11 {
  opacity: 1;
  cursor: pointer;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: static;
}

.nav-point-wrapper.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
}

.nav-point-wrapper.last-nav-item {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-icon-wrapper {
  width: 100%;
}

.dropdown-link {
  color: #834924;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-icon {
  width: 118px;
  height: 96px;
}

.dropdown-icon.pool {
  width: 176px;
}

.dropdown-icon.curb-apeal {
  width: 160px;
  height: 95px;
}

.dropdown-icon.outdoor-living {
  width: 145px;
}

.dropdown-toggle {
  padding: 0 18px 0 0;
}

.logo-wrapper {
  align-self: center;
  margin-right: 42px;
  padding-left: 0;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.icon {
  color: #888;
  margin-right: 0;
  padding-top: 1px;
}

.dropdown-list {
  background-color: #000;
  height: 400px;
  inset: 82px 0% auto;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #180f04;
  margin-top: 0;
  position: absolute;
  inset: 165% 0% auto;
}

.dropdown-list.w--open:active {
  top: 160%;
}

.nav-menu-2 {
  flex: 1;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  position: static;
}

.button-4 {
  background-color: #834924;
  border-radius: 11px;
  margin-top: 23px;
  margin-left: 0;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.infotext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  color: #bdab93;
}

.dropdown-item {
  text-align: center;
  background-color: #00000052;
  border-right: 1px solid #ddd;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-end;
  height: 400px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item:hover {
  background-color: #292929;
}

.nav-link-7 {
  color: #bdab93;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 33px 0 28px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

.nav-link-7:hover {
  color: #834924;
}

.nav-link-7.w--current {
  color: #834924;
  -webkit-text-stroke-color: #834924;
  border-bottom: 3px solid #834924;
}

.social-link {
  opacity: .7;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 55px;
  margin-top: 15px;
  margin-left: 0;
  padding: 10px 0;
  display: flex;
}

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

.social-link.facebook {
  opacity: .7;
  width: 44px;
  margin-top: 15px;
  margin-left: 20px;
}

.social-link.facebook:hover {
  opacity: 1;
}

.navbar-4 {
  border-bottom: 6px solid var(--orange-brown);
  background-color: #180f04;
  position: fixed;
  inset: 0% 0% auto;
}

.d-81-right-line-wrapper {
  width: 3px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.d-81-bottom-left-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.d-81-bottom-right-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.d-81-left-line-wrapper {
  width: 3px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.d-81-button-bg {
  background-color: #0000;
  margin: 10px;
  position: absolute;
  inset: 0%;
}

.d-81-right-line, .d-81-top-right-line, .d-81-bottom-left-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.featured-project-desc {
  max-width: 90svw;
  height: 400px;
  margin-top: 100px;
}

.d-81-button-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 20px 30px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.d-81-top-left-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.d-81-button-wrapper {
  color: #fff;
  border: 3px #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 3px #ffffff4d;
}

.d-81-top-left-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.d-81-top-right-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.featured-project-image {
  background-image: url('../images/Vive_Myers-13-2.jpg');
  background-position: 50% 88%;
  background-size: cover;
  max-width: 90svw;
  height: 400px;
  margin-top: 60px;
}

.featured-project-image.project1 {
  mix-blend-mode: normal;
  background-image: url('../images/Vive_Pohrer_6_15_23-8.jpg');
  background-position: 50% 14%;
  background-size: cover;
  margin-top: 0;
}

.featured-project-image.project1:hover {
  opacity: 1;
  mix-blend-mode: normal;
  background-position: 50% 14%;
  background-size: cover;
}

.featured-project-image.project-2 {
  background-image: url('../images/People-Artisan-Outdoor-Craftsman.jpg');
}

.featured-project-image.project-3 {
  background-image: url('../images/DJI_20230921163539_0016_D.jpg');
}

.heading-12 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 4px 4px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 49px;
  font-weight: 700;
}

.d-81-bottom-right-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.d-81-left-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.section-20 {
  background-image: url('../images/People-Artisan-Outdoor-Craftsman.jpg');
  background-position: 50% 37%;
  background-size: cover;
  height: 500px;
  margin-top: 156px;
}

.section-20.rustic {
  background-image: url('../images/Vive_Pohrer_6_15_23-8.jpg');
}

.section-20.carefree {
  background-image: url('../images/DJI_20230921163539_0016_D.jpg');
  background-position: 50% 100%;
}

.section-20.poolside-living {
  background-image: url('../images/Vive_Reiley-41.webp');
  background-position: 50% 22%;
}

.body-3 {
  background-color: #180f04;
}

.heading-13 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 31px;
  font-weight: 500;
}

.text-block-7 {
  color: #834924;
  text-align: center;
  margin-top: 39px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 18px;
}

.html-embed {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.container-6 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.body-4 {
  background-color: var(--dark-brown);
}

.section-21 {
  background-image: url('../images/20230811_134060.jpg');
  background-position: 50% 20%;
  background-size: cover;
  height: 500px;
  margin-top: 160px;
}

.html-embed-2 {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.body-5 {
  background-color: #180f04;
}

.section-22 {
  text-align: center;
  background-image: url('../images/Photo-Jun-15-2023-8-01-05-PM-1.jpg');
  background-position: 50% 80%;
  background-size: cover;
  height: 600px;
  margin-top: 161px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-weight: 400;
}

.section-22.fire-features {
  background-image: url('../images/Vive_Myers-88.jpg');
}

.section-22.outdoor-structures {
  background-image: url('../images/Photo-May-22-2023-11-38-19-AM.jpg');
  background-position: 50% 62%;
  height: 600px;
}

.section-22.louvered-pergolas {
  background-image: url('../images/VIVE_BEARDEN-80.jpg');
}

.section-22.outdoor-kitchens {
  background-image: url('../images/DSC_0037-scaled.jpg');
  background-position: 50%;
}

.section-22.trex-rainescape {
  background-image: url('../images/Pasted-image-1---Copy.jpg');
  background-position: 50% 76%;
}

.section-22.outdoor-living {
  background-image: url('../images/Vive_Pohrer_6_15_23-8.jpg');
}

.section-22.company {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/untitled2of66.jpg');
  background-position: 50% 25%;
}

.section-22.careers {
  background-image: url('../images/iStock-668049366.jpg');
  background-position: 50%;
}

.section-22.contact {
  background-image: url('../images/Photo-May-18-2022-4-37-01-PM.jpg');
  background-position: 50% 100%;
  margin-bottom: 40px;
}

.section-22.featured-projects {
  mix-blend-mode: luminosity;
  background-image: url('../images/DSC_0052.jpg');
  background-position: 50% 100%;
}

.service-page-heading {
  aspect-ratio: auto;
  border: 5px none var(--white);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003, 4px 4px 8px #000;
  object-fit: fill;
  width: 479px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 37px;
  display: block;
}

.rich-text-block-2 {
  color: #fff;
  text-align: left;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.html-embed-3 {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-14 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.rich-text-block-3 {
  color: #fff;
  font-family: Afacad Variablefont Wght, sans-serif;
}

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

.heading-15 {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.quick-stack-7 {
  padding-left: 0;
}

.section-23 {
  background-color: #bdab93bf;
}

.heading-16 {
  color: #180f04;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.quick-stack-8 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.deck-benefits-cell {
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  color: #180f04;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-13, .lifespan, .barefoot, .damage-icoon, .wood-icon, .diamon-icon {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  color: #180f04;
  text-align: center;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-weight: 700;
}

.text-block-10 {
  color: #fff6f6;
  margin-top: 20px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-11 {
  color: #fff;
  margin-top: 10px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-14 {
  width: 200%;
  max-width: 200%;
}

.image-15 {
  width: 200%;
  max-width: 200%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.quick-stack-9 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-8 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cell-9 {
  align-items: center;
}

.section-24 {
  background-color: var(--tan);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.heading-18 {
  color: var(--dark-brown);
  text-align: center;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.text-block-12 {
  color: var(--dark-brown);
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.image-16 {
  border-bottom: 3px solid var(--orange-brown);
}

.pergola-kit-text {
  border-bottom: 1px none var(--dark-brown);
  color: var(--orange-brown);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Afacad Variablefont Wght, sans-serif;
  display: block;
}

.cell-10 {
  border-bottom: 4px solid var(--orange-brown);
  text-align: center;
}

.image-17, .image-18, .image-19, .image-20, .cell-11, .cell-12 {
  border-bottom: 3px solid var(--orange-brown);
}

.cell-13 {
  border-style: none none solid;
  border-width: 3px;
  border-color: var(--orange-brown);
}

.cell-14 {
  border-bottom: 3px solid var(--orange-brown);
}

.pergola-and-arbor-button {
  cursor: pointer;
  background-color: #3898ec00;
  border: 2px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
}

.pergola-and-arbor-button:hover {
  background-color: var(--orange-brown);
}

.container-7 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-video-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-8 {
  margin-top: 0;
}

.heading-19 {
  color: #fff;
}

.heading-20, .heading-21 {
  color: var(--white);
  font-family: Afacad Variablefont Wght, sans-serif;
}

.list-item-7 {
  color: var(--white);
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.rich-text-block-4 {
  color: var(--white);
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-22 {
  color: var(--white);
  text-align: center;
}

.html-embed-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.container-9 {
  border-top: 5px none var(--orange-brown);
  margin-top: 20px;
}

.heading-23 {
  color: var(--artisan-light-green);
  margin-top: 140px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 48px;
}

.heading-24 {
  color: var(--dark-brown);
  text-align: center;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.tab-link-tab-1 {
  background-color: var(--orange-brown);
  color: #fff;
  cursor: pointer;
  border-right: 2px solid #fff;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.tab-link-tab-1:hover {
  opacity: .66;
}

.tab-link-tab-1:active {
  background-color: var(--orange-brown);
}

.tab-link-tab-1.w--current {
  background-color: var(--dark-brown);
}

.tab-link-tab-2 {
  background-color: var(--orange-brown);
  color: var(--white);
  cursor: pointer;
  border-right: 2px solid #fff;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.tab-link-tab-2:hover {
  opacity: .66;
}

.tab-link-tab-2.w--current {
  background-color: var(--dark-brown);
}

.text-block-13, .text-block-14 {
  font-size: 16px;
}

.tab-link-tab-3 {
  border-right: 2px solid var(--white);
  background-color: var(--orange-brown);
  color: var(--white);
  cursor: pointer;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
}

.tab-link-tab-3:hover {
  opacity: .66;
}

.tab-link-tab-3.w--current {
  background-color: var(--dark-brown);
}

.tab-link-tab-4 {
  border-right: 2px solid var(--white);
  background-color: var(--orange-brown);
  color: #fff;
  cursor: pointer;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
}

.tab-link-tab-4:hover {
  opacity: .66;
}

.tab-link-tab-4.w--current {
  background-color: var(--dark-brown);
}

.tab-link-tab-5 {
  background-color: var(--orange-brown);
}

.tab-link-tab-5.w--current {
  background-color: var(--dark-brown);
  color: #fff;
  cursor: pointer;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
}

.tab-link-tab-5.w--current:hover {
  opacity: .66;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-15 {
  color: #fff;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
}

.image-21 {
  border-radius: 0%;
}

.heading-25 {
  color: var(--white);
  text-align: center;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 8px #000;
  margin-top: 220px;
  margin-bottom: 20px;
  font-size: 36px;
}

.text-block-17 {
  color: var(--white);
  text-align: center;
  text-shadow: 4px 4px 8px #000;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 22px;
  line-height: 28px;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2 {
  width: 600px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.heading-26 {
  color: var(--white);
  text-align: center;
  text-shadow: 4px 4px 8px #000;
  margin-top: 139px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.text-block-18 {
  color: var(--white);
  text-align: center;
  text-shadow: 4px 4px 8px #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 25px;
  line-height: 30px;
}

.heading-27, .heading-28 {
  color: var(--white);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-29 {
  color: var(--white);
  text-align: center;
  text-shadow: 3px 3px 6px #000;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  font-size: 33px;
  font-weight: 500;
}

.text-block-19 {
  color: var(--white);
  text-align: center;
  text-shadow: 4px 4px 8px #000;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 24px;
}

.heading-30, .heading-31, .heading-32 {
  color: var(--white);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.body-6 {
  background-color: var(--dark-brown);
  color: var(--white);
  max-width: 100%;
  height: 154%;
}

.section-25 {
  margin-top: 409px;
}

.paragraph-7 {
  font-size: 18px;
}

.heading-33 {
  color: #fff;
  margin-top: -47px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-34 {
  color: #fff;
  font-size: 24px;
}

.container-14 {
  max-width: 1200px;
  margin-top: 132px;
}

.quick-stack-10 {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  height: 120rem;
}

.staff-photos {
  mix-blend-mode: luminosity;
  background-image: url('../images/untitled44of66.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.staff-photos:hover {
  mix-blend-mode: normal;
}

.staff-photos.ryan {
  cursor: pointer;
  background-image: url('../images/untitled4of8-Copy2.jpg');
  background-position: 50% 37%;
}

.staff-photos.megan {
  cursor: pointer;
  background-image: none;
}

.staff-photos.mike {
  cursor: pointer;
  background-image: url('../images/color.artisan1of1-Copy4.jpg');
}

.staff-photos.kyle {
  cursor: pointer;
  background-image: url('../images/untitled41of66.jpg');
  background-position: 50% 0;
}

.staff-photos.eric {
  cursor: pointer;
  background-image: none;
}

.staff-photos.john {
  cursor: pointer;
  background-image: url('../images/untitled39of66.jpg');
  background-position: 50% 0;
}

.staff-photos.kyle {
  cursor: pointer;
  background-image: url('../images/IMG_7797.jpg');
}

.staff-photos.leslie {
  cursor: pointer;
  background-image: url('../images/untitled5of8.jpg');
  background-position: 50% 0;
}

.staff-photos.john {
  cursor: pointer;
  background-image: url('../images/untitled5of66.jpg');
  background-position: 50%;
  background-size: cover;
}

.staff-photos.derrick {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-image: url('../images/untitled14of66.jpg');
  background-position: 50% 3%;
  flex-direction: column;
  justify-content: flex-start;
}

.staff-photos.scott {
  background-image: url('../images/untitled9of66-Copy1.jpg');
}

.staff-photos.mitch {
  cursor: pointer;
  background-image: url('../images/IMG_7797.webp');
}

.staff-photos.dylan-coles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-image: url('../images/Dylan-cropped.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
}

.section-26 {
  margin-bottom: 40px;
}

.staff-name-title {
  color: #fff;
  position: relative;
  top: 345px;
  left: 20px;
}

.paragraph-8 {
  font-size: 18px;
}

.heading-35 {
  color: #fff;
  font-size: 24px;
}

.quick-stack-11 {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  height: 120rem;
}

.section-27 {
  margin-bottom: 40px;
}

.cell-38 {
  background-image: url('../images/untitled9of66-Copy1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.heading-36 {
  color: #fff;
  margin-top: 158px;
  font-size: 24px;
}

.quick-stack-12 {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  height: 120rem;
}

.section-28 {
  margin-bottom: 40px;
}

.close-modal {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: -40px -40px auto auto;
}

.paragraph-10 {
  font-size: 15px;
  font-weight: 500;
}

.heading-37 {
  color: var(--black);
  margin-top: 0;
}

.paragraph-9 {
  font-size: 15px;
  font-weight: 500;
}

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

.modal-content {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  max-width: 800px;
  display: block;
  position: fixed;
}

.quick-stack-13 {
  color: var(--black);
  border-radius: 0;
  position: relative;
}

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

.paragraph-31 {
  color: var(--black);
  font-weight: 700;
}

.image-27 {
  background-image: url('../images/untitled5of8.jpg');
  background-position: 0 0;
  background-size: auto;
}

.modal {
  z-index: 99999;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.leslie, .modal.derrick {
  display: none;
}

.modal.ryan {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.kyle {
  display: none;
}

.modal.eric {
  display: flex;
}

.modal.roy {
  display: none;
  inset: 0%;
}

.modal.megan, .modal.john {
  display: none;
}

.modal.dylan-coles {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.rich-text-block-5 {
  color: var(--black);
}

.rich-text-block-6, .rich-text-block-7 {
  display: block;
}

.image-29 {
  opacity: .48;
  width: 60%;
  max-width: 80%;
  position: relative;
  top: -433px;
  left: 363px;
}

.image-30 {
  z-index: 5;
  position: relative;
  top: 146px;
  left: -119px;
}

.container-15 {
  margin-bottom: -289px;
}

.html-embed-5 {
  margin-top: 40px;
}

.heading-40 {
  color: var(--white);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-20 {
  color: var(--white);
  text-align: center;
  padding-left: 220px;
  padding-right: 220px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.section-29 {
  border-bottom: 0px none var(--orange-brown);
}

.div-block-3 {
  background-color: #00000082;
  border: 4px solid #fff;
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-4 {
  background-image: linear-gradient(#00000080, #00000080);
  border: 5px solid #fff;
}

.heading-41 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.div-block-5 {
  background-color: #00000080;
  border: 5px solid #fff;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-42 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.div-block-6 {
  background-color: #00000080;
  border: 5px solid #fff;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-43 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.div-block-7 {
  background-color: #00000080;
  border: 5px solid #fff;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-44 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-45 {
  color: #fff;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-46 {
  color: #fff;
  text-shadow: 3px 3px 5px #000;
  margin-top: 220px;
  font-weight: 500;
}

.div-block-8 {
  background-color: #00000080;
  border: 5px solid #fff;
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-9 {
  background-color: #00000080;
  border: 6px solid #fff;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-47 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.div-block-10 {
  background-color: #00000080;
  border: 5px solid #fff;
  margin-left: 100px;
  margin-right: 100px;
}

.section-30 {
  background-color: #bdab93bf;
}

.heading-48 {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 8px #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-32 {
  color: var(--white);
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.button-5 {
  background-color: var(--orange-brown);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  box-shadow: 4px 4px 8px #000;
}

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

.html-embed-6 {
  margin-bottom: 40px;
}

.cell-43 {
  text-align: center;
}

.image-31, .html-embed-7 {
  margin-top: 40px;
}

.heading-49 {
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
}

.text-block-21 {
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 19px;
}

.section-31 {
  background-color: var(--dark-brown);
  background-image: linear-gradient(to bottom, var(--tan), var(--tan));
  margin-bottom: 20px;
}

.section-32 {
  background-color: #180f04;
}

.heading-50 {
  color: var(--dark-brown);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.image-32, .image-33 {
  margin-left: auto;
  margin-right: auto;
}

.image-34 {
  max-width: 60%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.image-35 {
  max-width: 46%;
  margin-left: auto;
  margin-right: auto;
}

.why-heading {
  color: var(--dark-brown);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 30px;
}

.heading-52 {
  color: var(--dark-brown);
}

.container-17 {
  max-width: 1050px;
}

.why-text {
  color: var(--dark-brown);
  text-align: center;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.image-36 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.image-37 {
  max-width: 45%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.image-38 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.contact-text {
  text-align: center;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.contact-text.emai {
  margin-top: 52px;
}

.div-block-11 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-33 {
  background-color: #0000;
}

.html-embed-8 {
  mix-blend-mode: luminosity;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-53 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
}

.text-block-22 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.link {
  color: var(--white);
}

.container-18 {
  max-width: 1250px;
}

.text-block-23 {
  color: #fff;
  text-align: center;
}

.text-block-24 {
  color: #eee;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.rich-text-block-8 {
  display: block;
}

.section-34 {
  display: none;
}

.recruting-embed {
  width: 100%;
  height: 132%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-24 {
  background-color: var(--tan);
  max-width: none;
  height: 126vh;
  padding-bottom: 20px;
}

.heading-55 {
  color: #fff;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.heading-56 {
  color: var(--artisan-light-green);
  -webkit-text-stroke-color: var(--artisan-light-green);
  margin-bottom: 5px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
}

.heading-57 {
  margin-top: 0;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 21px;
}

.heading-58 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-45 {
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 19px;
}

.service-page-heading-copy {
  aspect-ratio: auto;
  border: 5px none var(--white);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003, 4px 4px 8px #000;
  object-fit: fill;
  width: 479px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.container-25 {
  max-width: 940px;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.code-embed {
  color: var(--white);
  background-color: #fff0;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.section-35 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-3 {
  color: var(--white);
  text-decoration: none;
}

.text-block-27 {
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 16px;
}

.section-36 {
  height: 600px;
  margin-top: 161px;
}

.container-26 {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 40px;
}

.heading-59 {
  text-align: center;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-weight: 600;
}

.code-embed-2 {
  margin-bottom: 40px;
}

.section-37 {
  height: 150px;
}

.container-27 {
  height: 0;
}

.section-38 {
  background-image: url('../images/CURVED-HEADER.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 100% 400px;
  height: 420px;
}

.image-41 {
  height: 65%;
  margin-top: 20px;
  margin-left: 100px;
}

.text-block-28 {
  color: var(--color);
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 24px;
}

.container-28 {
  max-width: 90%;
}

.heading-60 {
  color: var(--dark-brown);
  text-align: center;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.image-42 {
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.container-29 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-61 {
  color: var(--orange-brown);
  margin-top: 0;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.heading-62 {
  color: var(--dark-brown);
  margin-top: 0;
  font-family: Afacad Variablefont Wght, sans-serif;
}

.div-block-12 {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--orange-brown);
  width: 80%;
  height: 3px;
}

.quick-stack-15 {
  height: 335px;
  margin-bottom: 40px;
}

.paragraph-46 {
  color: var(--dark-brown);
  margin-top: 10px;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.button-6 {
  background-color: var(--orange-brown);
  cursor: pointer;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.button-6:hover {
  background-color: var(--dark-brown);
}

.cell-50 {
  background-image: url('../images/DSC_0138-Edit.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-39 {
  border-top: 5px solid var(--orange-brown);
  background-color: var(--dark-brown);
}

.quick-stack-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 3px none var(--color);
  padding: 0 0 20px;
}

.heading-63 {
  color: var(--orange-brown);
  text-align: center;
  margin: 31px auto 0;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.cell-51 {
  background-color: var(--tan);
  text-align: center;
  padding-bottom: 0;
}

.cell-52 {
  background-color: var(--tan);
  padding-bottom: 40px;
}

.text-block-29 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 20px;
}

.heading-63-copy {
  color: var(--orange-brown);
  text-align: center;
  text-align: center;
  margin: 31px auto 0;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-64 {
  color: var(--dark-brown);
  text-align: center;
  margin: 31px auto 0;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.cell-53, .cell-54, .cell-55, .cell-56 {
  background-color: var(--orange-brown);
}

.body-7 {
  background-color: var(--tan);
}

.section-40 {
  background-color: var(--dark-brown);
}

.quick-stack-26 {
  height: 900px;
  margin-bottom: 20px;
}

.suburban-gallery-copy {
  background-image: url('../images/Photo-Jun-24-2022-9-34-33-AM.jpg');
  background-position: 50%;
  background-size: cover;
}

.suburban-gallery {
  background-image: url('../images/People-Artisan-Outdoor-Craftsman.jpg');
  background-position: 50%;
  background-size: cover;
}

.suburban-gallery._5 {
  background-image: url('../images/Photo-Aug-10-2022-7-53-12-PM.jpg');
}

.suburban-gallery._3 {
  background-image: url('../images/DSC_0052.jpg');
}

.suburban-gallery._8-copy {
  background-image: url('../images/Vive_2020-13.jpg');
}

.suburban-gallery._2 {
  background-image: url('../images/Photo-May-22-2023-11-38-19-AM.jpg');
}

.suburban-gallery._7 {
  background-image: url('../images/16x16.jpg');
}

.suburban-gallery._6 {
  background-image: url('../images/Photo-May-18-2022-4-37-01-PM.jpg');
}

.suburban-gallery._4 {
  background-image: url('../images/Photo-Oct-24-11-32-27-AM-2.jpg');
}

.section-57 {
  cursor: pointer;
  background-color: #ccc;
}

.paragraph-47 {
  font-size: 24px;
  line-height: 30px;
}

.container-38 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #9bb127;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 40px;
}

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

.section-58 {
  background-color: var(--tan);
  cursor: pointer;
}

.heading-66 {
  color: var(--dark-brown);
  font-family: Afacad Variablefont Wght, sans-serif;
}

.paragraph-48 {
  color: var(--dark-brown);
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.container-39 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button-8 {
  background-color: var(--orange-brown);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 40px;
}

.button-8:hover {
  background-color: var(--dark-brown);
}

.text-span {
  margin-left: 10px;
  position: relative;
  left: 40px;
}

.section-59 {
  background-color: var(--orange-brown);
}

.text-block-30 {
  display: none;
}

.heading-67 {
  color: var(--orange-brown);
  text-align: center;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-weight: 300;
}

.code-embed-3 {
  text-align: center;
}

.featured-project-image-copy {
  background-image: url('../images/Vive_Myers-13-2.jpg');
  background-position: 50% 88%;
  background-size: cover;
  max-width: 90svw;
  height: 400px;
  margin-top: 60px;
}

.featured-project-image-copy.project1 {
  mix-blend-mode: normal;
  background-image: url('../images/Vive_Pohrer_6_15_23-8.jpg');
  background-position: 50% 14%;
  background-size: cover;
  margin-top: 0;
}

.featured-project-image-copy.project1:hover {
  opacity: 1;
  mix-blend-mode: normal;
  background-position: 50% 14%;
  background-size: cover;
}

.featured-project-image-copy.project-2 {
  background-image: url('../images/People-Artisan-Outdoor-Craftsman.jpg');
}

.featured-project-image-copy.project-3 {
  background-image: url('../images/DJI_20230921163539_0016_D.jpg');
}

.featured-project-image-copy.project-5 {
  mix-blend-mode: normal;
  background-image: url('../images/Vive_Reiley-41.webp');
  background-position: 50% 14%;
  background-size: cover;
  margin-top: 60px;
}

.featured-project-image-copy.project-5:hover {
  opacity: 1;
  mix-blend-mode: normal;
  background-position: 50% 14%;
  background-size: cover;
}

.d-81-button-wrapper-copy {
  color: #fff;
  border: 3px #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 3px #ffffff4d;
}

.gummi {
  width: 100%;
  height: 100svh;
}

.section-60 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 389px;
  display: flex;
}

.div-block-13 {
  max-width: 100%;
  height: 100vh;
}

.code-embed-4 {
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.button-9 {
  background-color: var(--orange-brown);
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Afacad Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transform: translate(0);
  box-shadow: 4px 3px 5px #00000094;
}

.container-40 {
  background-color: var(--tan);
  outline-color: var(--orange-brown);
  outline-offset: 0px;
  text-align: center;
  outline-width: 5px;
  outline-style: solid;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-41 {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .centered_w1.nav-wrapper {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .dropdown-list.w--open {
    width: auto;
    margin-top: 0;
    top: 125px;
  }

  .container-18 {
    max-width: 1250px;
  }
}

@media screen and (max-width: 991px) {
  .section-8 {
    margin-top: 500px;
  }

  .background-video-2 {
    height: 75vh;
  }

  .image-3 {
    display: none;
  }

  .container-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .featuerd-project-section {
    margin-top: -75px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .quick-stack-2 {
    padding-left: 0;
  }

  .quick-stack-3 {
    width: 100%;
    height: auto;
  }

  .heading-3 {
    font-size: 19px;
  }

  .button {
    margin-bottom: 20px;
  }

  .container-4 {
    max-width: 100%;
  }

  .quick-stack-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-7 {
    margin-top: 40px;
  }

  .section-18 {
    height: 500px;
    margin-top: 60px;
  }

  .centered_w1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .centered_w1.nav-wrapper {
    align-items: center;
  }

  .logo {
    width: 106px;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .nav-link-7.w--current {
    padding-bottom: 2px;
  }

  .d-81-button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .featured-project-image.project1, .featured-project-image.project-2, .featured-project-image.project-3 {
    height: 300px;
  }

  .section-20.rustic, .section-20.staycation, .section-20.carefree, .section-20.poolside-living, .section-21, .section-22, .section-22.outdoor-structures, .section-22.louvered-pergolas {
    margin-top: 60px;
  }

  .heading-33 {
    margin-top: 0;
    padding-left: 20px;
  }

  .container-14 {
    margin-top: -6px;
  }

  .staff-name-title {
    top: 176px;
  }

  .cell-39, .container-15 {
    display: none;
  }

  .text-block-20 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-29 {
    display: none;
  }

  .section-34 {
    color: var(--dark-brown);
    height: 150px;
    display: block;
  }

  .image-39 {
    width: 150px;
    max-width: 150px;
    margin-top: 20px;
  }

  .icon-2 {
    color: var(--artisan-light-green);
    font-size: 90px;
  }

  .navbar-5 {
    background-color: var(--dark-brown);
    height: 200px;
  }

  .nav-menu-3 {
    background-color: var(--tan);
  }

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

  .mobile-nav-link {
    font-family: Afacad Variablefont Wght, sans-serif;
    font-size: 22px;
    font-weight: 500;
    display: flex;
  }

  .dropdown-toggle-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .cell-44 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-20 {
    width: 100%;
    max-width: 100%;
  }

  .container-21 {
    max-width: 128%;
  }

  .heading-54 {
    color: var(--white);
    text-align: center;
    margin-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .text-block-28 {
    line-height: 24px;
  }

  .heading-60 {
    margin-top: -17px;
  }

  .featured-project-image-copy.project1, .featured-project-image-copy.project-2, .featured-project-image-copy.project-3, .featured-project-image-copy.project-5 {
    height: 300px;
  }

  .d-81-button-wrapper-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .featuerd-project-section {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .quick-stack-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .centered_w1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .button-4 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .nav-link-7 {
    font-size: 6vw;
  }

  .featured-project-desc {
    height: 300px;
    margin-top: 20px;
  }

  .d-81-button-text {
    font-size: 14px;
  }

  .text-block-6 {
    text-shadow: 3px 3px 3px #000;
    font-size: 20px;
  }

  .d-81-button-wrapper {
    width: 180px;
    margin-top: 10px;
  }

  .featured-project-image.project1, .featured-project-image.project-2, .featured-project-image.project-3 {
    height: 200px;
  }

  .heading-12 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .section-20.rustic, .section-20.staycation, .section-20.carefree, .section-20.poolside-living {
    height: 300px;
  }

  .heading-13 {
    font-size: 33px;
  }

  .section-22, .section-22.outdoor-structures, .section-22.louvered-pergolas {
    height: 300px;
  }

  .service-page-heading {
    width: 353px;
    font-size: 27px;
    line-height: 32px;
  }

  .rich-text-block-2 {
    padding-left: 10px;
  }

  .heading-15 {
    text-align: center;
    font-size: 22px;
  }

  .quick-stack-7, .text-block-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-20 {
    padding-left: 20px;
  }

  .heading-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-16 {
    margin-top: 40px;
  }

  .div-block-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .heading-26 {
    margin-top: 40px;
    font-size: 24px;
  }

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

  .heading-29 {
    margin-top: 60px;
    font-size: 21px;
  }

  .heading-30 {
    font-size: 26px;
  }

  .heading-33 {
    margin-top: 3px;
  }

  .heading-41 {
    padding-left: 10px;
  }

  .heading-42 {
    padding-right: 10px;
    font-size: 24px;
  }

  .heading-43 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-44 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-46 {
    margin-top: 60px;
  }

  .heading-47 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 27px;
  }

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

  .contact-text.emai {
    margin-top: 39px;
  }

  .text-block-23 {
    padding-bottom: 20px;
  }

  .mobile-nav-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mobile-nav-link.w--current {
    color: var(--white);
  }

  .dropdown-toggle-2 {
    left: auto;
  }

  .container-19 {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-2 {
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Afacad Variablefont Wght, sans-serif;
    font-size: 22px;
    font-weight: 500;
    display: block;
  }

  .image-40 {
    max-width: 75%;
  }

  .paragraph-33 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-34 {
    padding-left: 10px;
  }

  .paragraph-35 {
    margin-bottom: 0;
  }

  .bold-text {
    padding-left: 0;
  }

  .paragraph-39, .paragraph-40, .paragraph-44 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-page-heading-copy {
    width: 353px;
    font-size: 27px;
    line-height: 32px;
  }

  .image-41 {
    max-width: 89%;
    height: 50%;
    margin-left: 40px;
  }

  .text-block-28 {
    line-height: 26px;
  }

  .quick-stack-15 {
    height: 712px;
  }

  .quick-stack-26 {
    height: 2000px;
  }

  .heading-65 {
    text-align: center;
  }

  .paragraph-47 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-66 {
    text-align: center;
  }

  .paragraph-48 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-project-image-copy.project1, .featured-project-image-copy.project-2, .featured-project-image-copy.project-3, .featured-project-image-copy.project-5 {
    height: 200px;
  }

  .d-81-button-wrapper-copy {
    width: 180px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section-8 {
    margin-top: 275px;
  }

  .background-video-2 {
    height: 60vh;
  }

  .featuerd-project-section {
    margin-top: -120px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-2 {
    padding-right: 0;
  }

  .hero_cell_2, .cell {
    display: none;
  }

  .quick-stack-3 {
    margin-top: 0;
  }

  .heading-3 {
    margin-top: 40px;
  }

  .section-12 {
    background-color: var(--tan);
  }

  .section-13 {
    background-color: var(--orange-brown);
  }

  .heading-4 {
    text-align: center;
    font-size: 18px;
    line-height: 19px;
  }

  .quick-stack-4 {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .quick-stack-5 {
    margin-bottom: 0;
  }

  .image-8 {
    padding-top: 10px;
  }

  .heading-5, .text-block {
    padding-left: 0;
  }

  .quick-stack-6 {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-9 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 27px;
  }

  .heading-7 {
    margin-top: 10px;
  }

  .heading-8 {
    color: var(--artisan-light-green);
    margin-top: 0;
  }

  .heading-9 {
    margin-top: 20px;
  }

  .text-block-3 {
    line-height: 24px;
  }

  .rich-text-block {
    margin-top: 10px;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    line-height: 28px;
  }

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

  .heading-10 {
    text-align: center;
    margin-top: 0;
  }

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

  .heading-11 {
    text-shadow: 3px 3px 4px #000;
    font-size: 26px;
  }

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

  .nav-link-7 {
    font-size: 7vw;
  }

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

  .d-81-button-wrapper {
    background-color: var(--orange-brown);
  }

  .heading-12 {
    font-size: 20px;
  }

  .section-20.rustic, .section-20.staycation, .section-20.carefree, .section-20.poolside-living {
    height: 300px;
  }

  .heading-13 {
    font-size: 26px;
    line-height: 36px;
  }

  .section-21 {
    height: 300px;
  }

  .service-page-heading {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-14 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .image-15 {
    width: 177200%;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .cell-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-18 {
    margin-top: 0;
    font-size: 24px;
    line-height: 27px;
  }

  .pergola-and-arbor-button {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .container-7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .background-video-3 {
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-20 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-21 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-24 {
    margin-bottom: 0;
  }

  .tab-link-tab-2 {
    text-align: center;
  }

  .text-block-13 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-14 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-15 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-25 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 33px;
  }

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

  .heading-26 {
    font-size: 18px;
  }

  .heading-28 {
    font-size: 22px;
  }

  .heading-29 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-30 {
    font-size: 22px;
  }

  .heading-31 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-32 {
    font-size: 24px;
    line-height: 27px;
  }

  .cell-32, .cell-29 {
    display: none;
  }

  .heading-34 {
    margin-top: 199px;
  }

  .quick-stack-10 {
    height: 300rem;
  }

  .cell-30 {
    display: none;
  }

  .staff-name-title {
    top: 243px;
  }

  .cell-31, .cell-33, .cell-34 {
    display: none;
  }

  .heading-35 {
    margin-top: 199px;
  }

  .quick-stack-11 {
    height: 300rem;
  }

  .cell-35, .cell-36, .cell-37, .cell-38 {
    display: none;
  }

  .heading-36 {
    margin-top: 199px;
  }

  .quick-stack-12 {
    height: 300rem;
  }

  .cell-39, .cell-40 {
    display: none;
  }

  .paragraph-30 {
    font-size: 12px;
    line-height: 15px;
  }

  .close-modal {
    position: relative;
  }

  .image-22 {
    display: none;
  }

  .paragraph-19 {
    font-size: 12px;
  }

  .paragraph-29, .paragraph-10, .paragraph-25, .paragraph-9 {
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-16 {
    margin-bottom: 0;
  }

  .image-23 {
    height: 150px;
  }

  .paragraph-27 {
    font-size: 12px;
    line-height: 15px;
  }

  .cell-41 {
    display: none;
  }

  .paragraph-17 {
    font-size: 12px;
  }

  .image-24 {
    display: none;
  }

  .quick-stack-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 0;
  }

  .image-25, .cell-42 {
    display: none;
  }

  .paragraph-24 {
    font-size: 12px;
    line-height: 15px;
  }

  .heading-39 {
    margin-bottom: 0;
  }

  .image-26 {
    display: none;
  }

  .paragraph-20 {
    font-size: 12px;
    display: block;
  }

  .paragraph-31 {
    margin-bottom: 0;
  }

  .paragraph-22 {
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-18 {
    font-size: 12px;
    display: inline;
  }

  .paragraph-21, .paragraph-28 {
    font-size: 12px;
    line-height: 15px;
  }

  .image-27 {
    display: none;
  }

  .paragraph-26 {
    font-size: 12px;
    line-height: 15px;
  }

  .modal.leslie {
    margin-top: 284px;
    display: none;
  }

  .modal.derrick {
    margin-top: -143px;
    display: none;
  }

  .modal.ryan {
    margin-top: -135px;
    display: none;
    position: fixed;
  }

  .modal.kyle {
    margin-top: -310px;
    display: none;
  }

  .modal.eric {
    margin-top: -160px;
    display: none;
  }

  .modal.roy {
    margin-top: -49px;
    display: none;
  }

  .modal.megan {
    margin-top: -401px;
    display: none;
  }

  .modal.john {
    margin-top: -334px;
    display: none;
  }

  .modal.dylan-coles {
    margin-top: -135px;
    display: none;
    position: fixed;
  }

  .paragraph-23 {
    font-size: 12px;
    line-height: 15px;
  }

  .image-28 {
    display: none;
  }

  .heading-40 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-41 {
    margin-top: 0;
    font-size: 24px;
  }

  .div-block-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-42 {
    padding-left: 10px;
  }

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

  .heading-43 {
    font-size: 22px;
  }

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

  .heading-44, .heading-45 {
    font-size: 26px;
  }

  .heading-46 {
    margin-top: 60px;
    font-size: 18px;
    line-height: 23px;
  }

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

  .heading-47 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

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

  .section-30 {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .heading-48 {
    margin-top: 0;
    font-size: 22px;
    line-height: 31px;
  }

  .paragraph-32 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .container-16 {
    margin-left: auto;
    margin-right: auto;
  }

  .cell-43 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
    display: block;
  }

  .image-31 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-49 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-21 {
    font-size: 18px;
  }

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

  .why-heading {
    font-size: 26px;
  }

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

  .text-block-23 {
    padding-bottom: 10px;
  }

  .image-40 {
    max-width: 50%;
  }

  .cell-45 {
    justify-content: center;
    align-items: center;
  }

  .cell-46 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cell-47 {
    justify-content: center;
    align-items: center;
  }

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

  .cell-49 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

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

  .text-block-25, .text-block-26 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-36, .paragraph-37, .paragraph-38 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-41 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-42, .paragraph-43 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-54 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 23px;
  }

  .container-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-page-heading-copy {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .section-38 {
    background-size: auto 150px;
    height: 161px;
  }

  .image-41 {
    height: 70%;
    margin-top: 10px;
  }

  .text-block-28, .container-28 {
    display: none;
  }

  .heading-60 {
    margin-top: 0;
    font-size: 23px;
  }

  .heading-61 {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .heading-62 {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
  }

  .quick-stack-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 500px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .paragraph-46 {
    text-align: center;
    font-size: 20px;
  }

  .button-6 {
    margin-bottom: -84px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-63 {
    margin-top: 10px;
  }

  .cell-52 {
    padding-bottom: 0;
  }

  .text-block-29 {
    display: none;
  }

  .heading-64 {
    margin-top: 5px;
  }

  .quick-stack-26 {
    height: 2000px;
  }

  .heading-65 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-47 {
    text-align: center;
  }

  .heading-66 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-48 {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .button-8 {
    font-size: 30px;
    line-height: 34px;
  }

  .text-span {
    left: 0;
  }

  .cell-57 {
    padding-bottom: 0;
    display: flex;
  }

  .text-block-30 {
    color: var(--white);
    padding-left: 40px;
    font-family: Afacad Variablefont Wght, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
  }

  .d-81-button-wrapper-copy {
    background-color: var(--orange-brown);
  }
}

#w-node-b8667318-471e-4541-83ac-d7d31e7e8e48-7513765a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
}

#w-node-_1a885058-52c7-9687-1b12-8fe02a67b948-7513765a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_73668b3b-98be-f978-cae7-8c3761cdaa08-7513765a {
  grid-column: span 2 / span 2;
}

#w-node-c4f7a626-569f-da3c-aab5-29cbbd226bb5-7513765a {
  grid-row: span 2 / span 2;
}

#w-node-_4849eb80-0150-61c7-998c-e852f61c4dd5-7513765a {
  grid-column: span 2 / span 2;
}

#w-node-_1de0d191-2b8d-604b-ac28-377b84a46ad0-7513765a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-_820450d7-4811-26c6-d17a-6416f33b6682-7513765a, #w-node-_032cb4e0-6b4b-ff74-0675-0e4e25a9b423-7513765a, #w-node-_9257a894-f7e9-d7fa-49a3-629ecae6b0a8-7513765a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6fc16f87-19a9-a2ff-4959-39c3cc1946cd-cc1946cb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr 1.75fr 1.75fr;
}

#w-node-_6fc16f87-19a9-a2ff-4959-39c3cc1946e4-cc1946cb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_86b9c5ef-7aab-3745-87c4-bd42407007ee-66af37de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d09b363e-3d23-7fe2-682d-dff6cd8c28cd-66af37de {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_79dbd42b-a4ca-836e-9208-06864385dfa7-4385dfa5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-e60025cb-663d-20a1-4fb5-f7778c842e90-0c2ba819, #w-node-_62efa0fc-4440-7b15-8b1a-eaee9044dfe9-0c2ba819, #w-node-fdf9051d-dddb-ec1d-b564-55674bada3de-0c2ba819, #w-node-bfeb158a-b607-c647-5053-fbe9e78aa156-0c2ba819, #w-node-d1223acf-9ca3-72ed-22f3-110bcb12d615-0c2ba819, #w-node-_1db020de-5e1e-542e-b6d8-326a345d83d3-0c2ba819 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4c970d24-a809-7511-8a64-085893506812-55c6d2eb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c252d1c1-6918-cf73-9d0d-89c21459e35e-55c6d2eb, #w-node-_4548249e-a2f7-b349-6679-0925fea19874-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e371-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e388-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e39f-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3b4-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3c7-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3d8-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3eb-55c6d2eb, #w-node-_67237b53-6915-9dfb-4a52-a2df000d903d-3dfdb663 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2a821aee-bdc5-b168-3f93-ba0b74446767-3dfdb663 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c252d1c1-6918-cf73-9d0d-89c21459e35e-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e371-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e388-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e39f-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3b4-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3c7-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3d8-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3eb-3dfdb663 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d4fb668f-3b4c-7dbe-60ce-12ea866710a8-7ca9cd89 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c252d1c1-6918-cf73-9d0d-89c21459e35e-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e371-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e388-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e39f-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3b4-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3c7-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3d8-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3eb-ce51d230 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d2e02cc8-009c-726a-6915-12abc777f03d-25f3e4aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_53dbcdd1-b633-be4d-c42b-cf2a85c99aa5-25f3e4aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3dc719be-0d8e-7fef-b968-e68ced17b5ca-25f3e4aa {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e09e677a-3d20-a68e-e432-6ed33bfbbe45-25f3e4aa {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_6fc16f87-19a9-a2ff-4959-39c3cc1946cd-cc1946cb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.75fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b8667318-471e-4541-83ac-d7d31e7e8e48-7513765a {
    display: none;
  }

  #w-node-_4c970d24-a809-7511-8a64-085893506812-55c6d2eb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1a885058-52c7-9687-1b12-8fe02a67b948-7513765a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c4f7a626-569f-da3c-aab5-29cbbd226bb5-7513765a {
    grid-row: span 2 / span 2;
  }

  #w-node-_6fc16f87-19a9-a2ff-4959-39c3cc1946cd-cc1946cb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.75fr 1fr;
  }

  #w-node-_86b9c5ef-7aab-3745-87c4-bd42407007ee-66af37de, #w-node-e60025cb-663d-20a1-4fb5-f7778c842e90-0c2ba819, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e35e-55c6d2eb, #w-node-_4548249e-a2f7-b349-6679-0925fea19874-55c6d2eb, #w-node-_67237b53-6915-9dfb-4a52-a2df000d903d-3dfdb663 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2a821aee-bdc5-b168-3f93-ba0b74446767-3dfdb663 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c252d1c1-6918-cf73-9d0d-89c21459e35e-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e35e-ce51d230, #w-node-_53dbcdd1-b633-be4d-c42b-cf2a85c99aa5-25f3e4aa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e09e677a-3d20-a68e-e432-6ed33bfbbe45-25f3e4aa {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a885058-52c7-9687-1b12-8fe02a67b948-7513765a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c4f7a626-569f-da3c-aab5-29cbbd226bb5-7513765a {
    grid-row: span 2 / span 2;
  }

  #w-node-_1de0d191-2b8d-604b-ac28-377b84a46ad0-7513765a, #w-node-_820450d7-4811-26c6-d17a-6416f33b6682-7513765a, #w-node-_032cb4e0-6b4b-ff74-0675-0e4e25a9b423-7513765a, #w-node-_9257a894-f7e9-d7fa-49a3-629ecae6b0a8-7513765a, #w-node-_6fc16f87-19a9-a2ff-4959-39c3cc1946cd-cc1946cb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d09b363e-3d23-7fe2-682d-dff6cd8c28cd-66af37de {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_79dbd42b-a4ca-836e-9208-06864385dfa7-4385dfa5 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-e60025cb-663d-20a1-4fb5-f7778c842e90-0c2ba819 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4c970d24-a809-7511-8a64-085893506812-55c6d2eb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c252d1c1-6918-cf73-9d0d-89c21459e35e-55c6d2eb, #w-node-_4548249e-a2f7-b349-6679-0925fea19874-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e371-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e388-55c6d2eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c252d1c1-6918-cf73-9d0d-89c21459e38b-55c6d2eb {
    grid-row: span 113 / span 113;
  }

  #w-node-c252d1c1-6918-cf73-9d0d-89c21459e39f-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3b4-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3c7-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3d8-55c6d2eb, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3eb-55c6d2eb, #w-node-_2a821aee-bdc5-b168-3f93-ba0b74446767-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e35e-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e371-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e388-3dfdb663 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c252d1c1-6918-cf73-9d0d-89c21459e38b-3dfdb663 {
    grid-row: span 113 / span 113;
  }

  #w-node-c252d1c1-6918-cf73-9d0d-89c21459e39f-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3b4-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3c7-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3d8-3dfdb663, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3eb-3dfdb663, #w-node-d4fb668f-3b4c-7dbe-60ce-12ea866710a8-7ca9cd89, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e35e-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e371-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e388-ce51d230 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c252d1c1-6918-cf73-9d0d-89c21459e38b-ce51d230 {
    grid-row: span 113 / span 113;
  }

  #w-node-c252d1c1-6918-cf73-9d0d-89c21459e39f-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3b4-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3c7-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3d8-ce51d230, #w-node-c252d1c1-6918-cf73-9d0d-89c21459e3eb-ce51d230 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3dc719be-0d8e-7fef-b968-e68ced17b5ca-25f3e4aa {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e09e677a-3d20-a68e-e432-6ed33bfbbe45-25f3e4aa {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Afacad';
  src: url('../fonts/Afacad.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Afacad Variablefont Wght';
  src: url('../fonts/Afacad-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Afacad Variablefont Wght';
  src: url('../fonts/Afacad-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Afacad Variablefont Wght';
  src: url('../fonts/Afacad-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Afacad Variablefont Wght';
  src: url('../fonts/Afacad-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Afacad Variablefont Wght';
  src: url('../fonts/Afacad-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}