@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --third: #292929;
  --white: #fff;
  --black: black;
  --logo-grey: #6a6a6a;
  --transparent: #fff0;
  --pale-grey: #ddd;
  --silver: #b7b5b5;
  --secondary: #5c5c5c;
  --cookies-bg: #0009;
}

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

.body {
  background-color: var(--third);
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.banner-header {
  width: 100%;
  max-width: 900px;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 43px;
}

.p {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
}

.p.black {
  color: var(--black);
}

.p.black._20b, .p._20b {
  margin-bottom: 20px;
}

.p._0b {
  margin-bottom: 0;
}

.body-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section._0b {
  padding-bottom: 0;
}

.body-div {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-bg-grad {
  background-image: linear-gradient(105deg, var(--logo-grey) 25%, var(--transparent) 75%), url('../images/gardenroom_878432059.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 750px;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
}

.hero-div {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  transition: all .2s ease-in-out;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 40px;
}

.service-div {
  border-bottom: 1px solid var(--logo-grey);
  height: auto;
  padding-bottom: 20px;
}

.service-top-image {
  background-image: url('../images/gym_877746775.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/office_2102760677.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/beauty_2107573111.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._4 {
  background-image: url('../images/garden_677250303.webp');
  background-position: 50%;
  background-size: cover;
}

.service-number {
  color: var(--logo-grey);
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 72px;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-header {
  width: 100%;
  color: var(--pale-grey);
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 38px;
}

.service-text {
  color: var(--white);
  margin-bottom: 20px;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.service-link {
  background-color: var(--logo-grey);
  justify-content: center;
  align-items: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  height: 400px;
  display: flex;
}

.img-div.home {
  background-image: url('../images/bgs-old-16.webp');
}

.img-div.garden-rooms {
  background-image: url('../images/bgs-old-22.webp');
  background-position: 50% 100%;
}

.img-div.office {
  background-image: url('../images/bgs-old-25.webp');
  background-position: 50% 80%;
}

.img-div.gym {
  background-image: url('../images/gym_877746775.webp');
  background-position: 50%;
}

.img-div.pub {
  background-image: url('../images/garden_677250303.webp');
}

.img-div.beauty {
  background-image: url('../images/beauty_2107573111.webp');
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.right-side._100 {
  width: 100%;
}

.footer-col.large {
  margin-right: 60px;
}

.footer-list-items {
  padding-left: 0;
  list-style-type: none;
}

.footer-link-text {
  width: 90%;
  max-width: 90%;
  color: var(--silver);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.footer-list-item {
  color: var(--white);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.footer-list-item.w--current {
  color: var(--white);
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.footer-section-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.footer-section {
  background-color: var(--logo-grey);
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #ffffff80;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-p {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.header-social-media {
  display: flex;
}

.img-section {
  background-image: linear-gradient(90deg, black, var(--transparent)), url('../images/gardenroom_902827908.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
  max-width: 900px;
}

.div-full-width._100 {
  max-width: 100%;
}

.co-logo {
  width: 150px;
}

.navbar {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--logo-grey);
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 22px;
  transition: all .3s;
}

.dropdown-link:hover {
  background-color: var(--secondary);
}

.dropdown-link.w--current {
  background-color: var(--pale-grey);
  color: var(--third);
}

.contact-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-bottom: 10px;
  display: flex;
}

.contact-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.service-dropdown-arrow {
  color: var(--white);
  margin-right: 15px;
}

.nav-link {
  background-color: var(--logo-grey);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  background-color: var(--secondary);
}

.nav-link.w--current {
  background-color: var(--pale-grey);
  color: var(--third);
}

.nav-menu {
  width: 100%;
}

.h2 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.h2._20b {
  margin-bottom: 20px;
}

.h2._40b {
  margin-bottom: 40px;
}

.h2._30b {
  margin-bottom: 30px;
}

.gallery-hover {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  transition: all .45s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.project1 {
  background-image: url('../images/bgs-old-27.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.services-block-home-2 {
  z-index: 10;
  text-align: center;
  background-color: #0000;
  border: 1px #edeff3;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gallery-head {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-sub {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.white-section {
  background-color: var(--black);
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.project2 {
  background-image: url('../images/bgs-old-14.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.project3 {
  background-image: url('../images/bgs-old-8.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.footer-logo {
  width: 200px;
}

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

.list-head.bold {
  font-weight: 700;
}

.list-head.black {
  color: var(--black);
}

.comments {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.comment-column {
  border: 1px solid var(--silver);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.bullet-font-icon-2 {
  background-color: var(--logo-grey);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.arrow {
  margin-top: 5px;
}

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

.top-links {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
}

.font-awsome {
  color: var(--white);
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.font-awsome.email {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.top-div {
  background-color: #0000;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-top {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--logo-grey);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--white);
  color: var(--logo-grey);
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.content-section.orange {
  background-color: var(--third);
}

.h3 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.h3-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  display: flex;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  display: grid;
}

.list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list._3col.split {
  grid-template-columns: 1.5fr 1fr 1fr;
}

.list._2col {
  grid-template-columns: 1fr 1fr;
}

.list._0b {
  margin-bottom: 0;
}

.list.areas {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.list.areas.split {
  grid-template-columns: 1.5fr 1fr 1fr;
}

.list-item {
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
}

.bullet-font-icon-4 {
  background-color: var(--logo-grey);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.cta {
  background-color: var(--pale-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: var(--logo-grey);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.button-container {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: var(--black);
  color: var(--pale-grey);
}

.button.dark {
  border-color: var(--logo-grey);
  background-color: var(--transparent);
  color: var(--white);
  margin-left: 20px;
}

.button.dark:hover {
  border-color: var(--white);
}

.button.silver {
  border-color: var(--logo-grey);
  background-color: var(--pale-grey);
}

.button.silver:hover {
  background-color: var(--secondary);
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--logo-grey);
  background-color: var(--logo-grey);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--logo-grey);
  color: var(--logo-grey);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--white);
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--black);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--logo-grey);
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--logo-grey);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--logo-grey);
  color: var(--logo-grey);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--logo-grey);
  background-color: var(--logo-grey);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--logo-grey);
  color: var(--logo-grey);
  background-color: #f5f5f5;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.form-white-bg {
  width: 60%;
  color: var(--black);
  background-color: #ffffffe6;
  border-radius: 7px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.section-title {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.section-title._0t {
  margin-top: 0;
}

.contact-left {
  width: 35%;
}

.form {
  width: 100%;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: var(--logo-grey);
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--black);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--logo-grey);
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--logo-grey);
}

.top-section {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.hero-text {
  width: 100%;
  max-width: 900px;
  color: var(--white);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.dd-toggle {
  background-color: var(--logo-grey);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 35px 10px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: all .2s ease-in-out;
}

.dd-toggle:hover {
  background-color: var(--secondary);
}

.dd-toggle.w--current {
  color: #fff;
}

._2-col-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-link {
  color: var(--pale-grey);
  font-weight: 500;
  text-decoration: none;
}

.footer-social-icon {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.home-contact-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.black-section {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

._20px-spacer {
  height: 20px;
}

.dropdown-list.w--open {
  background-color: var(--transparent);
}

.bullet-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._3-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.box-div {
  border: 1px solid var(--white);
  background-color: var(--cookies-bg);
  padding: 30px;
}

.box-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.faq-div {
  border: 1px solid #d3d3d3;
  border-bottom-width: 0;
  width: 100%;
}

.tab-dropdown {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.faq-title {
  color: var(--white);
  white-space: pre-wrap;
  font-weight: 400;
}

.tab-dropdown-container.w--open {
  border-top: 1px solid var(--white);
  background-color: var(--black);
  padding: 20px;
  position: relative;
}

.tab-text {
  margin-bottom: 0;
}

._2-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.site-map-link {
  color: var(--white);
  margin-bottom: 3px;
  font-weight: 400;
  text-decoration: none;
}

.site-map-link.black {
  color: var(--black);
}

.site-map-link.black._20b, .site-map-link._20b {
  margin-bottom: 20px;
}

.site-map-link._0b {
  margin-bottom: 0;
}

.footer-link {
  color: var(--silver);
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .body-div {
    max-width: 1800px;
  }

  .hero-bg-grad {
    height: 950px;
  }

  .service-grid {
    width: 100%;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

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

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    font-size: 30px;
    line-height: 36px;
  }

  .body-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .hero-bg-grad {
    background-image: linear-gradient(#6a6a6ab3, #6a6a6ab3), url('../images/gardenroom_878432059.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    height: auto;
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .hero-div {
    width: 90%;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .service-div {
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-paragraph {
    margin-left: 40px;
  }

  .img-div {
    width: 100%;
    min-height: 400px;
  }

  .img-div.home, .img-div.office, .img-div.gym, .img-div.pub, .img-div.beauty {
    margin-bottom: 40px;
  }

  .right-side, .right-side.content, .right-side._100 {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

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

  .footer-grid {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-div {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .img-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .navbar {
    justify-content: flex-end;
    width: 90%;
  }

  .dropdown-link {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

  .contact-div {
    flex-direction: row;
  }

  .nav-link {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .burger-menu {
    color: var(--white);
  }

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

  .menu-button.w--open {
    background-color: var(--black);
  }

  .h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .gallery-hover {
    padding-bottom: 60px;
  }

  .project1 {
    margin-bottom: 10px;
  }

  .gallery-head {
    font-size: 28px;
  }

  ._3x1-gallery {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .gallery-sub {
    margin-top: 20px;
    font-size: 15px;
  }

  .white-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .project2 {
    margin-bottom: 10px;
  }

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

  .comment-column {
    padding: 30px;
  }

  .top-links {
    font-size: 16px;
    display: flex;
  }

  .font-awsome.email {
    display: block;
  }

  .content-section.orange {
    background-color: var(--third);
  }

  .list._3col {
    grid-template-columns: 1fr 1fr;
  }

  .list.areas {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .section.cta {
    padding: 60px 20px;
  }

  .form-white-bg {
    width: 100%;
    margin-top: 40px;
  }

  .contact-left {
    width: 100%;
  }

  .whatsapp-block {
    display: flex;
  }

  .hero-text {
    font-size: 22px;
    line-height: 32px;
  }

  .dd-toggle {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  ._2-col-div {
    flex-flow: column;
  }

  .footer-social-icon {
    color: #fdfdfd;
    background-color: #0000;
    border-right: 1px #353535;
    width: 10%;
    margin-right: 0;
  }

  .black-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  ._3-col-grid, ._2-col-grid {
    grid-template-columns: 1fr;
  }

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

  .lb-img {
    height: 175px;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    font-size: 34px;
    line-height: 40px;
  }

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

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

  .service-top-image._2 {
    height: 350px;
  }

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

  .footer-list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1.25fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-section-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .header-social-media {
    justify-content: center;
  }

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

  .dropdown-link, .nav-link {
    font-size: 15px;
  }

  .h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .h2._40b {
    margin-bottom: 30px;
  }

  ._3x1-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .white-section {
    padding-top: 40px;
  }

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

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

  .top-links {
    font-size: 15px;
  }

  .top-container-black {
    width: 90%;
  }

  .h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .list._3col.split {
    grid-template-columns: 1.5fr 1fr;
  }

  .list.areas {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .list.areas.split {
    grid-template-columns: 1.5fr 1fr;
  }

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

  .button-container {
    margin-bottom: 40px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .whatsapp-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .dd-toggle {
    font-size: 15px;
  }

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

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

  .lb-img {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .banner-header {
    flex-direction: column;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .body-section {
    margin-top: -10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-div {
    width: 85%;
  }

  .hero-bg-grad {
    height: 100vh;
    padding-top: 0;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div {
    height: auto;
  }

  .service-top-image, .service-top-image._2 {
    height: 250px;
  }

  .service-number {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .img-div {
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .img-div.home, .img-div.office, .img-div.gym, .img-div.pub, .img-div.beauty {
    margin-bottom: 30px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

  .footer-section-title {
    margin-top: 0;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-div {
    align-items: center;
    width: 100%;
    padding-bottom: 80px;
  }

  .img-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .co-logo {
    width: 125px;
  }

  .navbar {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .contact-div {
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .contact-section {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

  .nav-link.w--current {
    text-align: center;
  }

  .menu-button {
    border-bottom: 1px solid var(--secondary);
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .h2._20b {
    font-size: 26px;
    line-height: 34px;
  }

  .h2._40b {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 34px;
  }

  .h2._30b {
    font-size: 26px;
    line-height: 34px;
  }

  .gallery-hover {
    padding-bottom: 20px;
  }

  .gallery-hover:hover {
    padding-bottom: 120px;
  }

  .project1 {
    height: 250px;
  }

  .services-block-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-head {
    font-size: 22px;
  }

  ._3x1-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery-sub {
    margin-top: 10px;
    font-size: 13px;
  }

  .white-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .project2, .project3 {
    height: 250px;
  }

  .footer-logo {
    width: 160px;
    margin-bottom: 10px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

  .list-head {
    line-height: 25px;
  }

  .comments {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .comment-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .top-links {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    line-height: 23px;
  }

  .top-container-black {
    width: 100%;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
  }

  .contact-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .content-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section.orange {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .list._3col {
    grid-template-columns: 1fr;
  }

  .list._3col.split {
    grid-template-columns: 1.5fr;
  }

  .list.areas {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .list.areas.split {
    grid-template-columns: 1.5fr;
  }

  .bullet-font-icon-4 {
    flex: none;
  }

  .section.cta {
    padding: 30px 10px;
  }

  .button-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .button.dark {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 22px;
    line-height: 30px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .whatsapp-container {
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

  .hero-text {
    font-size: 14.5px;
    line-height: 25px;
  }

  .dd-toggle {
    text-align: center;
    font-size: 16px;
  }

  .dd-toggle.w--current {
    text-align: center;
  }

  .footer-social-icon {
    margin-left: 10px;
  }

  .home-contact-section {
    padding-top: 12px;
  }

  .black-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box-div {
    padding: 20px;
  }

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

  .lb-img {
    height: 160px;
  }
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-ea918e22, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-ea918e22, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-ea918e22, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-ea918e22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-ea918e22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_80a39957-184d-cff1-23dd-d059bb39d682-ea918e22, #w-node-_98ad4002-6f3a-9f1b-de22-4e36e1cc41ed-ea918e22, #w-node-b751fee3-ec2a-d925-ee62-043d3ca0cff1-ea918e22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9dea984-1983-3879-792a-051d827b108f-827b108c {
  place-self: center;
}

#w-node-a9dea984-1983-3879-792a-051d827b1092-827b108c, #w-node-a9dea984-1983-3879-792a-051d827b10a8-827b108c, #w-node-a9dea984-1983-3879-792a-051d827b10bb-827b108c {
  place-self: start;
}

#w-node-a9dea984-1983-3879-792a-051d827b10cb-827b108c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-78217bf9, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-37e285bb, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-35460c08, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-35461e0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_1f247801-b252-4fc6-d72a-feb6989b6edd-1c3baa55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-1c3baa55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_92f80a27-c178-f36c-410a-434b4365714f-e25dcec8, #w-node-_7a3f5008-c809-62a0-dacb-b00a80c0148a-e25dcec8, #w-node-c029af56-d693-1e34-86ac-779c5f75e387-e25dcec8, #w-node-_435fec59-e246-9958-7055-894462a7087d-e25dcec8, #w-node-_370318fa-bd26-c761-5e3d-ce15a664e4ef-e25dcec8, #w-node-ec612ce2-8aea-b16b-2765-8165f551ff33-e25dcec8, #w-node-d676638e-01ce-1de8-2165-29e78520bae9-e25dcec8, #w-node-_690e785d-aa23-ad13-50c7-6c59ab934cae-e25dcec8, #w-node-_2b4f1190-21ca-db46-10f5-85285b6966d5-e25dcec8, #w-node-e8ac99a4-963f-a0bd-b2c2-c0e80edcd39a-e25dcec8, #w-node-a1d5ff74-a2df-4461-881b-2f93ec541b15-e25dcec8, #w-node-e897335d-59ae-7990-b373-5c44a0e7c148-e25dcec8, #w-node-f550a401-2bff-bf36-e2bf-6eeba0170cf7-e25dcec8, #w-node-d58ad728-658d-d1f6-f3bd-933bc21ccf37-e25dcec8, #w-node-_151280c8-7760-930e-b088-ed4bfa41f200-e25dcec8, #w-node-_5c78fb97-8a22-1363-37fc-f772440a4ac9-e25dcec8, #w-node-_65a444e9-27ac-d783-a491-f6d851ef1483-e25dcec8, #w-node-_9bf04deb-e86e-53c5-c378-574712ea7937-e25dcec8, #w-node-_437b7d96-ca2a-a735-1b01-7f7cb0c9df0c-e25dcec8, #w-node-_02227e94-6190-0d3e-c125-08a8f4e6f67e-e25dcec8, #w-node-_30cd566b-288e-3c28-bb13-c11f8e956eeb-e25dcec8, #w-node-_10740c5e-5bf6-1268-2b6d-b26680d4d4a7-e25dcec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-1c3bf1cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_6bee6d72-53d6-470b-a248-3b71122296b5-d735247f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-d735247f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_24b32dc5-c561-6db4-0eb3-fcb6e2d718e0-238108f0, #w-node-f0dbfef8-50e5-bdb5-3d1e-da007e6f0be6-238108f0, #w-node-a28a6f8f-126b-f9c8-e903-2c2f0f0d6092-238108f0, #w-node-f65f0e72-ee74-dac6-c130-fd9a82a73f19-238108f0, #w-node-_6fec876d-ae69-5825-ef80-6f193771c09c-238108f0, #w-node-_8fb6d007-d1ba-daf8-ca98-8eeb5ab775ab-238108f0, #w-node-_5b0fd3e3-c18d-f0cd-e728-81ea195a3fc9-238108f0, #w-node-_092cd702-23e8-795e-2a4e-2b136a8add4a-238108f0, #w-node-_5cb51565-61a6-90f4-edf1-a92b94b504f1-238108f0, #w-node-_45c6f9fd-7812-11e9-4ee4-aa605fa42c13-238108f0, #w-node-f2411e06-e3ec-f1b8-f6fa-616f3b672ae9-238108f0, #w-node-_530284b8-fb97-b248-9e01-cce419e95c27-238108f0, #w-node-_51e1549c-cdbf-bafc-1db3-a195dda1cbbe-238108f0, #w-node-_10d7b064-f683-2cd3-1a71-b88fb67a2fc1-238108f0, #w-node-_634c47d0-a60b-eeab-fb30-9665fc9a3ef0-238108f0, #w-node-_41ec477f-50e7-be5a-5bbd-556e83adde85-238108f0, #w-node-efc10afa-92bf-069d-e955-ec4b8f4c2af2-238108f0, #w-node-f8b23d1a-f1b3-e0e5-8b39-5cf19071bf2f-238108f0, #w-node-ef4f1b19-f6c9-d621-2048-8ca355e9de73-238108f0, #w-node-_190fba8e-da11-0112-2481-33b67ccc42dc-238108f0, #w-node-c346911d-f79c-c943-eb1a-207655550106-238108f0, #w-node-_1076bd5e-132d-9267-4b83-c8362dd850ed-238108f0, #w-node-_25f7e7c6-fb04-53a3-471f-35a25c29b15c-238108f0, #w-node-_453dfefe-f719-46e3-09c4-b17c43c12103-238108f0, #w-node-_298eca08-a2bb-7a2e-43b5-8ccb3db8540a-238108f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-ea918e22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80a39957-184d-cff1-23dd-d059bb39d682-ea918e22, #w-node-_98ad4002-6f3a-9f1b-de22-4e36e1cc41ed-ea918e22, #w-node-b751fee3-ec2a-d925-ee62-043d3ca0cff1-ea918e22, #w-node-a9dea984-1983-3879-792a-051d827b108f-827b108c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a9dea984-1983-3879-792a-051d827b10c8-827b108c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a9dea984-1983-3879-792a-051d827b10cb-827b108c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9dea984-1983-3879-792a-051d827b1092-827b108c, #w-node-a9dea984-1983-3879-792a-051d827b10a8-827b108c, #w-node-a9dea984-1983-3879-792a-051d827b10bb-827b108c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-ea918e22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-a9dea984-1983-3879-792a-051d827b108f-827b108c, #w-node-a9dea984-1983-3879-792a-051d827b1092-827b108c, #w-node-a9dea984-1983-3879-792a-051d827b10a8-827b108c, #w-node-a9dea984-1983-3879-792a-051d827b10bb-827b108c {
    justify-self: start;
  }

  #w-node-a9dea984-1983-3879-792a-051d827b10c8-827b108c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a9dea984-1983-3879-792a-051d827b10cb-827b108c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-78217bf9, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-37e285bb, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-35460c08, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-35461e0b, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-1c3baa55, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-1c3bf1cc, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-d735247f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}