:root {
  --gold: #ececea;
  --hero-max-width: 4000px;
  --max-width: 1540px;
  --black: black;
  --white: white;
  --shade-colour: #cac2b6;
  --lighter-shade-colour: #bec6bb;
}

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

h5 {
  color: #af4173;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: static;
}

.section {
  background-image: linear-gradient(#0000, #0000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.section.home {
  background-image: linear-gradient(#00000073, #00000073);
  height: 100vh;
}

.nav-bar {
  z-index: 97;
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar.project {
  background-color: #cbd2c700;
  position: static;
}

.nav-bar.scroll {
  background-color: var(--gold);
}

.nav-bar.home {
  background-color: #ececea00;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 1;
  max-width: var(--hero-max-width);
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.nav-menu {
  margin-left: auto;
}

.body {
  background-color: var(--gold);
  color: #000;
  font-family: Glacialindifference, sans-serif;
}

.image {
  width: 200px;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 85vh;
  max-height: none;
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-2.hero {
  max-height: 1000px;
  padding-top: 40px;
}

.div-block-3 {
  max-width: var(--hero-max-width);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 140px 40px;
  display: flex;
  position: relative;
}

.section-2.why-choose-us {
  padding-bottom: 60px;
}

.section-2._2nd-section {
  padding-top: 180px;
  padding-bottom: 40px;
}

.section-2._3rd-section {
  padding-bottom: 40px;
}

.div-block-4 {
  max-width: var(--max-width);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-4.align-left {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-278 {
  cursor: pointer;
  width: 50px;
  margin-left: auto;
}

.div-block-277._60 {
  background-color: var(--black);
  width: 60%;
  height: 2px;
  margin-bottom: 7px;
  margin-left: auto;
}

.div-block-277._60.white {
  background-color: var(--white);
}

.div-block-277._2 {
  background-color: var(--black);
  color: var(--white);
  height: 2px;
  margin-bottom: 7px;
}

.div-block-277._2.bottom {
  width: 60%;
  height: 2px;
  margin-bottom: 0;
}

.div-block-277._2.white {
  background-color: var(--white);
}

.heading {
  z-index: 1;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
  position: relative;
}

.heading.white {
  color: #fff;
  text-align: center;
  text-transform: none;
  max-width: none;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.heading.white.cta {
  max-width: 600px;
  margin-top: 36px;
  font-size: 40px;
  line-height: 46px;
}

.heading.white.top {
  text-align: left;
  text-transform: none;
  max-width: 800px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 68px;
}

.heading.white.left {
  text-align: left;
}

.heading._40px {
  font-size: 48px;
  line-height: 58px;
}

.heading._38px {
  text-transform: none;
  font-size: 38px;
  line-height: 46px;
}

.heading._30px {
  font-size: 38px;
  line-height: 48px;
}

.heading.why-choose-us {
  line-height: 46px;
}

.heading.larger-spacing {
  line-height: 78px;
}

.heading.larger-spacing._800px {
  max-width: 1200px;
  line-height: 70px;
}

.heading.benefit-heading {
  max-width: 350px;
}

.div-block-279 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-left: auto;
  display: grid;
}

.div-block-279.block {
  max-width: 700px;
  margin-left: 0%;
  display: block;
}

.div-block-279._2-columns {
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.paragraph {
  color: var(--black);
  font-family: Glacialindifference, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

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

.paragraph.margin-top-30px._800px {
  max-width: 700px;
}

.paragraph.margin-top-30px._800px.large {
  font-size: 22px;
  line-height: 32px;
}

.paragraph.margin-top-30px._600px {
  max-width: 600px;
}

.paragraph.margin-top-30px._600px.margin-left {
  margin-top: 60px;
  margin-left: 25%;
  line-height: 24px;
}

.paragraph.margin-top-30px._400px {
  max-width: 400px;
}

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

.paragraph._20px._600px {
  max-width: 600px;
}

.paragraph._800px {
  max-width: 800px;
}

.paragraph._500px {
  max-width: 500px;
}

.div-block-280 {
  justify-content: space-between;
  margin-top: 220px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block {
  color: #000;
  border-bottom: 1px solid #000;
  margin-top: 30px;
  text-decoration: none;
}

.link-block.margin-left {
  margin-left: 25%;
}

.text-block {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.image-2 {
  object-fit: cover;
  width: 45%;
  height: 800px;
  margin-top: 140px;
}

.image-2.no-top {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.image-2.small {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.div-block-281 {
  background-color: var(--shade-colour);
  opacity: .41;
  width: 30%;
  height: 83%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 242px 0% 0;
}

.div-block-281.top {
  height: 100%;
  top: 0;
}

.div-block-281.bottom {
  opacity: .24;
}

.div-block-281.bottom._140px {
  max-width: 450px;
  height: 93%;
  top: 0;
}

.image-3 {
  opacity: .08;
  margin-top: 264px;
  position: absolute;
}

.image-3.banner {
  width: 550px;
  margin-top: 0;
  margin-right: 40px;
  position: static;
}

.image-3.banner.mr {
  margin-right: 100px;
}

.heading-2 {
  color: var(--white);
  width: auto;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.section-3 {
  background-image: linear-gradient(#25252559, #25252559), url('../images/Screenshot-2024-03-26-at-11.37.28-am.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding: 220px 40px;
  display: flex;
}

.div-block-282 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.tabs-content {
  padding-top: 40px;
  overflow: visible;
}

.paragraph-6 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 28px;
}

.tab-panel {
  background-color: #0000;
  border-radius: 24px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.div-block-337 {
  display: flex;
}

.text-block-98 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-413 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.tab-button {
  opacity: .7;
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #fff;
  background-color: #fff0;
  height: 40px;
  font-weight: 700;
  position: relative;
}

.div-block-415, .div-block-414 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.div-block-336 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.tabs {
  flex-direction: column-reverse;
  display: flex;
}

.div-block-338 {
  background-color: #f36621;
  width: 100px;
  height: 1px;
  margin-top: 40px;
}

.text-block-99 {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 20px;
  font-size: 15px;
}

.html-embed-33 {
  color: #f36621;
  width: 35px;
  margin-bottom: 20px;
}

.tab-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.tabs-menu {
  border: 1px solid #ffffffb8;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

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

.section-4 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 140px 40px 220px;
  display: flex;
  overflow: hidden;
}

.service-container-home {
  max-width: var(--max-width);
  width: 100%;
  height: 800px;
  display: flex;
}

.service-list {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.service-list-items {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  display: flex;
}

.div-block-416 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-3 {
  z-index: 1;
  text-transform: none;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.div-block-417 {
  background-color: var(--shade-colour);
  opacity: 0;
  width: 100%;
  height: 20px;
  margin-top: -14px;
  position: relative;
}

.div-block-418 {
  padding-top: 15px;
  padding-bottom: 10px;
}

.service-content {
  width: 75%;
  display: block;
  position: relative;
}

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

.service-image {
  justify-content: flex-start;
  align-items: center;
  width: 72vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.div-block-419 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.link-block-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 40px;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-block-2.no-margin {
  margin-right: 0;
}

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

.text-block-101 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  font-family: Glacialindifference, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-101.white {
  color: var(--white);
}

.service-item {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.service-item._1, .service-item._2, .service-item._3, .service-item._4, .service-item._5 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.service-item-content {
  z-index: 1;
  background-color: #c2b19c00;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  height: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.paragraph-7 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.bg-shade {
  background-image: linear-gradient(#00000054, #00000054);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  font-weight: 400;
}

.text-block-102 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a2968800;
  margin-bottom: 10px;
  padding: 5px 10px 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 40px 40px 140px;
  display: flex;
  overflow: hidden;
}

.slickdemo {
  max-width: var(--max-width);
  width: 100%;
  height: 100%;
}

.project-item {
  width: 50%;
  height: 350px;
  padding-right: 30px;
  position: relative;
}

.slickdemo-item {
  background-image: url('../images/Screenshot-2024-03-26-at-11.37.00-am.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.slickdemo-item._2 {
  background-image: url('../images/Photo-1-12-2023-1-19-54-pm.jpg');
}

.slickdemo-item._3 {
  background-image: url('../images/Screen-Shot-2021-05-31-at-10.12.59-am.png');
}

.slickdemo-item._4 {
  background-image: url('../images/Screen-Shot-2021-05-31-at-10.17.42-am.webp');
}

.slickdemo-item._5 {
  background-image: url('../images/IMG_1872.webp');
}

.slickdemo-item.project-page {
  height: 350px;
}

.slickdemo-item.project-page.adam-st {
  background-image: url('../images/Screen-Shot-2021-03-10-at-10.23.45-am.webp');
}

.slickdemo-item.project-page.eastview-ave {
  background-image: url('../images/eastview-avenue-1.webp');
}

.slickdemo-item.project-page.albert-st {
  background-image: url('../images/albert-street-4.webp');
}

.slickdemo-item.project-page.brothers-st {
  background-image: url('../images/brothers-street-17.webp');
}

.slickdemo-item.project-page.elliot-st {
  background-image: url('../images/Elliot-Street-1.webp');
}

.slickdemo-item.project-page.forrest-st {
  background-image: url('../images/forrest-street-1.webp');
}

.slickdemo-item.project-page.fowler-st {
  background-image: url('../images/Fowler-Street-2.webp');
}

.slickdemo-item.project-page.gal-cres {
  background-image: url('../images/6645ae03e78d1ff5798c5ce1_gal-crescent-12.webp');
}

.slickdemo-item.project-page.lang-st-1 {
  background-image: url('../images/6645ae0daba7874739fba344_lang-street-1-1.webp');
}

.slickdemo-item.project-page.lang-st-2 {
  background-image: url('../images/lang-street-2-1_1.webp');
  background-position: 50%;
}

.slickdemo-item.project-page.manning-pde {
  background-image: url('../images/manning-parade-1.webp');
}

.slickdemo-item.project-page.metella-rd {
  background-image: url('../images/metella-road-1.webp');
}

.slickdemo-item.project-page.premier-st {
  background-image: url('../images/premier-street-1.webp');
}

.slickdemo-item.project-page.reynolds-st {
  background-image: url('../images/reynolds-street-3.webp');
}

.slickdemo-item.project-page.smith-st {
  background-image: url('../images/Smith-St-1.webp');
}

.slickdemo-item.project-page.stanley-st {
  background-image: url('../images/stanley-street-1-22.webp');
}

.slickdemo-item.project-page.supply-st {
  background-image: url('../images/Supply-Street-11.webp');
  background-position: 50%;
}

.slickdemo-item.project-page.tintern-ave {
  background-image: url('../images/tintern-ave-8.webp');
}

.slickdemo-item.project-page.edmonston {
  background-image: url('../images/edmonston.webp');
}

.slickdemo-item.project-page.rosina {
  background-image: url('../images/rosina.webp');
}

.slickdemo-item.project-page.percy {
  background-image: url('../images/percy.webp');
}

.slickdemo-item.project-page.harrabrook {
  background-image: url('../images/harrabrook.webp');
}

.slickdemo-item.project-page.raimonde {
  background-image: url('../images/raimond.webp');
}

.slickdemo-item.project-page.bridge-rd {
  background-image: url('../images/Bridge-Road.webp');
}

.slickdemo-item.project-page.rosina-st {
  background-image: url('../images/Rosina-St-2.webp');
}

.slickdemo-item.project-page.church-st-fitout {
  background-image: url('../images/church-street-fitout-8.webp');
  background-position: 50% 75%;
}

.slickdemo-item.project-page.bridge-rd-2 {
  background-image: url('../images/Bridge-Road-1.webp');
  background-size: cover;
}

.slickdemo-item.project-page.karabar-st {
  background-image: url('../images/Karabar-St.webp');
  background-size: cover;
}

.slickdemo-item.project-page.raimonde-st {
  background-image: url('../images/Raimonde-St.webp');
}

.bgproject {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-103 {
  color: #fff;
  font-size: 18px;
}

.text-block-103.location {
  margin-top: 2px;
  font-size: 15px;
}

.html-embed-34 {
  color: #fff;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 20px;
}

.link-block-3, .div-block-420 {
  position: relative;
}

.link-128 {
  border-right: 1px solid #adadad;
}

.link-130 {
  border-right: 1px solid #000;
}

.div-block-26 {
  max-width: var(--max-width);
  color: #0e0d2e;
  border-top: 1px #8d8d8d5c;
  width: 100%;
  height: auto;
  padding: 0 0%;
}

.div-block-247 {
  margin-right: 5px;
  display: flex;
}

.div-block-247.footer-contact {
  flex-flow: column;
  width: 100%;
}

.link-114 {
  border-right: 1px solid #000;
}

.link-120 {
  color: #0e0d2e;
  letter-spacing: normal;
  border-right: 1px #fff;
  font-weight: 400;
}

.link-115 {
  border-right: 1px solid #443c3c;
}

.html-embed-26 {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.html-embed-26.fb {
  display: none;
}

.div-block-373 {
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.link-121 {
  border-right: 1px solid #fff;
}

.div-block-31 {
  max-width: var(--max-width);
  border-top: 1px #ffffffb8;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 20px 0%;
  display: flex;
  position: relative;
}

.text-block-143 {
  color: #231f20;
  letter-spacing: 2px;
  font-weight: 600;
}

.html-embed-27 {
  color: #fff;
  width: 20px;
}

.link-block-26 {
  color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 250px;
  height: 200px;
  margin-top: 30px;
  display: flex;
}

.link-122 {
  border-right: 1px #fff;
}

.div-block-374 {
  padding-right: 60px;
}

.text-block-72 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  font-family: Glacialindifference, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.link-119 {
  border-right: 1px solid #ebebeb;
}

.div-block-466 {
  background-color: #231f20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.div-block-458 {
  border: 1px solid #fff;
  border-left-width: 3px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-458.black {
  border-width: 1px 1px 1px 3px;
  border-color: #231f20;
}

.text-block-146 {
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 700;
}

.link-136 {
  color: #000;
  border-right: 1px #000;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.link-3 {
  color: #1b1b1b;
}

.paragraph-4 {
  color: var(--black);
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
}

.div-block-370 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.section-15 {
  background-color: var(--gold);
  color: #fff;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-463 {
  z-index: 10;
  color: #fff;
  background-color: #3a3434;
  width: auto;
  height: 50px;
  margin-top: -50px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.link-125 {
  border-right: 1px solid #493131;
}

.text-block-4 {
  color: var(--black);
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.link-118 {
  border-right: 1px solid #d6d6d6;
}

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

.text-block-5 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  font-family: Glacialindifference, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block-461 {
  background-image: url('../images/createarchitecture__1625208911_2608763889996251734_1067260851.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.link-116 {
  color: #fff;
  border-right: 1px #928e8e;
}

.div-block-476 {
  z-index: 996;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.link-124 {
  border-right: 1px solid #493131;
}

.div-block-462 {
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.link-block-28 {
  color: #231f20;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 9px #1612272b;
}

.link-126 {
  border-right: 1px solid #a5a5a5;
}

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

.link-block-10 {
  color: #445e70;
  margin-right: 5px;
}

.image-25 {
  opacity: 1;
  width: 160px;
}

.image-25.footer-imagwe {
  width: 200px;
}

.div-block-249 {
  color: #fff;
  align-items: center;
  display: flex;
}

.link-117 {
  color: #1b1b1b;
  letter-spacing: 2px;
  border-right: 1px #c4c4c4;
  font-family: Montserrat, sans-serif;
}

.text-block-71 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Glacialindifference, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-248 {
  color: #fff;
  background-color: #4e4b4c00;
  border-bottom: 1px #00000030;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
  display: flex;
}

.text-block-142 {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.text-block-142.black {
  color: #231f20;
}

.link-129 {
  border-right: 1px solid #adadad;
}

.link-149 {
  color: var(--black);
  letter-spacing: normal;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link-138 {
  color: #118e8a;
  border-right: 1px #000;
  font-family: Oswald, sans-serif;
}

.link-127 {
  border-right: 1px solid #adadad;
}

.link-block-27 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-block-250 {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.link-139 {
  border-right: 1px #000;
}

.link-139:hover {
  text-decoration: underline;
}

.text-span-3 {
  color: var(--black);
}

.grid-29 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.link-137 {
  color: #fff;
  border-right: 1px #000;
}

.link-113 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  font-family: Glacialindifference, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.link-block-29 {
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-299 {
  max-width: var(--max-width);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-298 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.html-embed-21 {
  color: var(--black);
  width: 12px;
  max-width: 20px;
  height: 12px;
}

.exit-button {
  z-index: 1;
  background-color: var(--shade-colour);
  color: #fff0;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-142 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link-142:hover {
  text-decoration: underline;
}

.div-block-472 {
  background-color: #312d2e00;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding: 15px 0 20px;
  display: flex;
  position: relative;
}

.div-block-477 {
  background-color: #231f20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.div-block-477.white {
  background-color: #c2b19c;
}

.link-141 {
  color: var(--black);
  text-align: center;
  text-transform: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  font-family: Glacialindifference, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.link-141:hover {
  opacity: .46;
  text-decoration: none;
}

.link-141.w--current {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 36px;
}

.link-141.margin-top {
  color: var(--black);
  letter-spacing: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Glacialindifference, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.link-141.margin-top:hover {
  text-decoration: none;
}

.link-141.no-margin {
  margin-bottom: 0;
  font-size: 36px;
}

.link-141.no-margin.footer {
  font-size: 20px;
  line-height: 25px;
}

.link-141.footer {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}

.text-block-145 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.menu {
  z-index: 999;
  background-color: var(--shade-colour);
  opacity: 1;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px 40px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: translate(0%);
}

.text-block-126 {
  z-index: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  border-bottom: 1px solid #0000005e;
  font-family: Glacialindifference, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.image-67 {
  width: 200px;
}

.div-block-439 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.image-73 {
  opacity: .09;
  position: absolute;
  inset: auto auto 100px;
}

.link-block-22 {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #ffffffb0;
  border-left: 5px solid #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-22.menu-button {
  border: 1px #000;
  width: auto;
  height: auto;
  margin-left: 0;
  padding: 5px 10px 5px 0;
}

.link-block-22.menu-button.margin-right {
  border: 1px #000;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px 5px 0;
}

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

.div-block-478 {
  z-index: 2;
  width: 45%;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.slide-block {
  z-index: 2;
  background-color: var(--gold);
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-479 {
  width: 45%;
  height: 500px;
  margin-top: 150px;
  position: relative;
  overflow: hidden;
}

.section-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 220px 40px 140px;
  display: flex;
  position: relative;
}

.section-16._140px-padding {
  padding-top: 140px;
  overflow: visible;
}

.section-16._140px-padding.commercial {
  padding-top: 0;
}

.div-block-480 {
  width: 100%;
  max-width: 1420px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.div-block-480.space-between-x-axis {
  max-width: var(--max-width);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-480.space-between-x-axis.margin-top {
  margin-top: 140px;
}

.div-block-480.space-between-x-axis.flipped {
  max-width: var(--max-width);
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-480.space-between-x-axis.flipped.why-us {
  margin-bottom: 140px;
}

.div-block-480.space-between-x-axis.flippe-mobile.why {
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.left-side {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-right: 100px;
  display: flex;
}

.left-side.about-page {
  z-index: 1;
  padding-top: 0;
  padding-right: 140px;
  position: relative;
}

.left-side.about-page.padding-top-40px {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 140px;
  display: flex;
}

.right-side {
  z-index: 1;
  width: 50%;
  position: relative;
}

.right-side._30 {
  width: 50%;
  padding-top: 0;
  padding-left: 0;
}

.right-side._30.centred-horizontally {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.right-side.about-page {
  padding-top: 0;
  padding-left: 0;
}

.right-side.about-page.duplex {
  padding-top: 100px;
  padding-bottom: 100px;
}

.right-side.about-page.towhouse {
  padding-top: 100px;
}

.right-side.about-page.services {
  padding-bottom: 140px;
}

.div-block-481 {
  width: 100%;
  max-width: 1420px;
  height: 500px;
  margin-top: 220px;
  position: relative;
  overflow: visible;
}

.div-block-482 {
  z-index: 1;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/Photo-25-3-2024-1-27-48-pm-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-block-30 {
  color: #000;
  background-color: #b4a59400;
  border: 1px solid #ffffffc4;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 65px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto -65px;
}

.text-block-147 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.text-block-148 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Glacialindifference, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.link-block-31 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ffffffbf;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.link-block-31.static, .link-block-31.cta {
  margin-top: 40px;
  margin-left: 0;
}

.text-block-149 {
  letter-spacing: 2px;
  font-size: 11px;
}

.div-block-483 {
  background-color: var(--shade-colour);
  opacity: .41;
  width: 100%;
  height: 30px;
  margin-top: -25px;
}

.div-block-483.smaller {
  height: 15px;
  margin-top: -24px;
}

.div-block-483.no-width {
  width: auto;
}

.page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: -66px;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #fff0;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 0rem;
  justify-content: space-around;
  align-items: center;
  min-width: 70%;
}

.text-block-150 {
  opacity: .28;
  color: #e0e1e4;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 250px;
  font-weight: 400;
  line-height: 1;
}

.scrolling-cta {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 0 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-side-photo {
  background-image: url('../images/Photo-25-3-2024-1-27-48-pm.webp');
  background-position: 50%;
  background-size: cover;
  width: 49%;
  height: 700px;
}

.div-block-484 {
  background-image: url('../images/Photo-25-3-2024-1-27-48-pm-7.webp');
  background-position: 50%;
  background-size: cover;
  width: 49%;
  height: 700px;
  margin-top: 66px;
}

.link-block-32 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #c2b19c00;
  background-image: url('../images/hexagon.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-485 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.heading-5 {
  color: #fff;
  text-align: right;
  text-transform: none;
  max-width: 600px;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.link-block-21 {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}

.link-block-21.top {
  margin-top: 0;
  margin-left: auto;
}

.link-block-21.top.home {
  margin-top: 40px;
}

.link-block-21.cta {
  margin-left: auto;
  margin-right: auto;
}

.div-block-361 {
  background-color: #fff0;
  border: 1px solid #e4e3e3fc;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-117 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 17px;
}

.text-span-25 {
  letter-spacing: 2px;
  font-family: Glacialindifference, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.div-block-340 {
  background-color: #f36621;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  display: flex;
}

.html-embed-22 {
  height: 24px;
}

.html-embed-22.orange {
  color: #fff;
  width: 20px;
  height: 17px;
}

.div-block-486 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.service-hero-container {
  margin-bottom: 40px;
  margin-left: auto;
}

.text-block-151 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.link-block-33 {
  border-bottom: 1px solid #ffffff69;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.dropdown-toggle {
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown {
  margin-bottom: 10%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  margin-top: 20px;
  margin-bottom: 0;
}

.dropdown-link {
  padding: 15px 0;
  font-size: 24px;
}

.dropdown-link.last {
  padding-bottom: 0;
}

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

.text-block-152 {
  color: var(--black);
  text-transform: none;
  white-space: nowrap;
  margin-right: 40px;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.scroll-text {
  color: #fff;
  display: flex;
  transform: translate(50%);
}

.section-18 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-488 {
  max-width: var(--max-width);
  width: 100%;
  height: 100%;
  margin-top: 360px;
  display: flex;
}

.div-block-488.testiomonails {
  display: none;
}

.div-block-489 {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: relative;
}

.image-74 {
  object-fit: cover;
  height: 800px;
}

.image-74.about-page {
  height: 450px;
}

.image-74.about-page.testimonial-image {
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
}

.div-block-490 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-left: 140px;
  display: flex;
  position: relative;
}

.testimonial {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-top: auto;
}

.testimonial.testimonial-page {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.paragraph-8 {
  text-align: right;
  font-size: 17px;
  line-height: 32px;
}

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

.text-block-153 {
  text-align: right;
  letter-spacing: normal;
  text-transform: none;
  margin-left: 10px;
  font-family: Glacialindifference, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-153.bold {
  letter-spacing: normal;
  text-transform: none;
  font-family: Glacialindifference, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-block-153.bold.no-margin {
  margin-left: 0;
}

.div-block-491 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-491.left-align {
  justify-content: flex-start;
  align-items: center;
}

.link-block-34 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.cursor-wrap {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-2 {
  background-color: #fff;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  transition: opacity .3s;
}

.circle-container {
  z-index: 2;
  opacity: 0;
  color: #3cbead;
  background-color: #fce5d700;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: 100vw;
  height: 150px;
  max-height: 100vw;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto;
}

.circle-text {
  z-index: 10;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 13px;
  position: relative;
  overflow: visible;
}

.circle {
  color: #3cbead;
  border: 1px solid #000;
  border-radius: 10000px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-75 {
  width: 10px;
}

.image-75.absolute {
  width: 1920px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.link-block-35 {
  z-index: 98;
  color: var(--black);
  background-color: #c2b19c00;
  border: 1px #0000009c;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 80px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 0%;
  overflow: hidden;
}

.text-block-154 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.div-block-492 {
  filter: blur(5px);
  background-color: #77777770;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-36 {
  z-index: 99;
  color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  inset: auto auto 0%;
}

.div-block-493 {
  background-color: #747474;
  border: 1px solid #b8b8b82e;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 70px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.text-block-155 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.text-span-26 {
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
}

.div-block-494 {
  background-color: #f36621;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  display: flex;
}

.html-embed-35 {
  height: 24px;
}

.html-embed-35.orange {
  color: #fff;
  width: 20px;
  height: 17px;
}

.bottom-cta {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-496 {
  max-width: var(--max-width);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 80px;
  display: flex;
}

.section-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 102px;
  padding: 60px 40px 140px;
  display: flex;
  overflow: visible;
}

.section-19.project {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Photo-1-12-2023-1-19-54-pm.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 75vh;
  margin-top: -114px;
  padding-top: 220px;
  padding-bottom: 40px;
}

.section-19.project.adam-st {
  background-image: linear-gradient(#00000078, #00000078), url('../images/Screen-Shot-2021-03-10-at-10.23.45-am.webp');
}

.section-19.project.eastview-avenue {
  background-image: linear-gradient(#00000057, #00000057), url('../images/eastview-avenue-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.forrest-street {
  background-image: linear-gradient(#00000057, #00000057), url('../images/forrest-street-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.gal-crescent {
  background-image: linear-gradient(#00000057, #00000057), url('../images/6645ae03e78d1ff5798c5ce1_gal-crescent-12.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.lang-street-1 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/6645ae0daba7874739fba344_lang-street-1-1.webp');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
}

.section-19.project.lang-street-2 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/lang-street-2-1_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.manning-parade {
  background-image: linear-gradient(#00000057, #00000057), url('../images/manning-parade-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.metella-road {
  background-image: linear-gradient(#00000057, #00000057), url('../images/metella-road-1.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.section-19.project.premier-street {
  background-image: linear-gradient(#00000057, #00000057), url('../images/premier-street-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.reynolds-street {
  background-image: linear-gradient(#00000057, #00000057), url('../images/reynolds-street-3.webp');
  background-position: 0 0, 50% 55%;
  background-size: auto, cover;
}

.section-19.project.tintern-avenue {
  background-image: linear-gradient(#00000057, #00000057), url('../images/tintern-ave-8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.stanley-street {
  background-image: linear-gradient(#00000057, #00000057), url('../images/stanley-street-1-22.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.smith-street {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Smith-St-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.albert-street {
  background-image: linear-gradient(#00000057, #00000057), url('../images/albert-street-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.brothers-street {
  background-image: linear-gradient(#00000057, #00000057), url('../images/brothers-street-17.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.section-19.project.elliot-street {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Elliot-Street-1.webp');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.section-19.project.supply-street {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Supply-Street-35.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.fowler-street {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Fowler-Street-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.rosina-st {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Rosina-St-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.project.church-st-fitout {
  background-image: linear-gradient(#00000057, #00000057), url('../images/church-street-fitout-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-19.testimonials {
  padding-bottom: 140px;
}

.section-19.projcts {
  padding-top: 60px;
}

.section-19.pb-140px {
  padding-bottom: 140px;
}

.section-19.no-padding-bottom {
  padding-bottom: 0;
}

.div-block-497 {
  max-width: var(--max-width);
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-76 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: 580px;
  height: 100%;
  min-height: 650px;
  max-height: 1000px;
  position: relative;
}

.image-76.length-wise {
  object-fit: cover;
  width: 50%;
  max-width: none;
  height: 100%;
  min-height: 700px;
  max-height: 900px;
}

.image-76.why-choose-up-top {
  min-height: 700px;
}

.image-76.no-max-width {
  max-width: none;
  max-height: 1000px;
}

._50-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 220px;
  padding-left: 0;
  display: flex;
}

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

.div-block-498 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-347 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.accordion-body__contents {
  opacity: 1;
  color: var(--black);
  margin-top: 8px;
  font-family: Glacialindifference, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.accordion__item {
  text-align: left;
  background-color: #fff0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  box-shadow: none;
  background-color: #fff0;
  border-bottom: 1px #d4d4d4;
  border-radius: 0;
  padding: 10px 0;
  transition-property: none;
}

.accordion__item.js-accordion-item.active {
  box-shadow: none;
  cursor: default;
  background-color: #fff0;
  border-bottom: 1px #d4d4d4;
  border-radius: 0;
  padding: 10px 0;
  transition-property: none;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  margin-top: 0;
  display: block;
}

.list {
  margin-top: 20px;
}

.accordion {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.question-text {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Glacialindifference, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 28px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.js-accordion-icon {
  height: 17px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  height: 17px;
  transform: rotate(90deg);
}

.text-block-115 {
  color: #000;
  width: 95%;
  margin-left: 10px;
  font-size: 15px;
  line-height: 28px;
}

.html-embed-28 {
  color: #039ae9;
  width: 25px;
  height: 25px;
}

.services-content-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-156 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
}

.service-title-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.image-77 {
  object-fit: cover;
  width: 100%;
  height: 800px;
  margin-top: 0;
}

.srvice-title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-500 {
  z-index: 0;
  background-image: url('../images/Screen-Shot-2021-05-31-at-10.17.42-am.webp');
  background-position: 50% 10%;
  background-size: cover;
  border-radius: 0;
  width: auto;
  height: 150px;
  position: relative;
}

.image-36 {
  width: 13px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 0;
}

.text-block-112 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.div-block-386 {
  background-color: #e5c1ba;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.div-block-386.contact {
  position: relative;
}

.div-block-501 {
  z-index: 1;
  background-color: #faefee;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-top: -36px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-501.service-page {
  background-color: var(--gold);
  border-bottom: 1px solid #0006;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: -48px;
  padding-left: 20px;
}

.div-block-501.service-page.bottom {
  border-bottom-style: none;
  margin-top: 0;
}

.text-block-113 {
  color: var(--black);
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
}

.link-block-20 {
  border-radius: 10px;
  width: 250px;
  margin-top: 20px;
  text-decoration: none;
  overflow: hidden;
}

.link-block-20.service-page {
  z-index: 1;
  margin-top: 0;
  position: relative;
  top: -46px;
}

.link-block-20.service-page.cta-fixed {
  margin-left: 0;
  position: relative;
  inset: auto 0% 48px;
  overflow: visible;
}

.link-block-20.service-page.cta-fixed.bottom {
  z-index: 995;
  height: 100%;
  top: 0;
  bottom: 0;
}

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

.image-78 {
  width: 18px;
}

.section-20 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.slick-demo4 {
  z-index: 1;
  max-width: 1420px;
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

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

.advantage-item {
  background-color: #c4cbc0;
  border-bottom: 1px solid #00000026;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.html-embed-23 {
  color: #baa469;
  margin-right: 20px;
}

.html-embed-23.advantages {
  margin-right: 0;
}

.text-block-136 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.list-2 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.text-block-157 {
  font-size: 15px;
  line-height: 28px;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-503 {
  background-color: var(--shade-colour);
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin-right: 15px;
}

.text-block-158 {
  margin-top: 20px;
  font-size: 20px;
}

.div-block-504 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1420px;
  height: auto;
  display: grid;
}

.div-block-391 {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  max-width: 1700px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-391.horizontal {
  max-width: var(--max-width);
  flex-flow: row;
}

.text-block-73 {
  color: var(--black);
  letter-spacing: normal;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: #687760;
  background-color: #fff0;
  margin-bottom: 20px;
}

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

.div-block-389.half {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.div-block-505 {
  width: 50%;
}

.submit-button {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  background-color: #3898ec00;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
}

.link-block-37 {
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-506 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.div-block-506.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}

.field-label {
  color: var(--black);
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: #687760;
  background-color: #fff0;
  min-height: 120px;
  padding-left: 0;
  padding-right: 0;
}

.heading-9 {
  color: #fff;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 300;
  line-height: 100px;
}

.heading-9.h2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  max-width: none;
  margin-top: 0;
  font-size: 67px;
  font-weight: 400;
  line-height: 70px;
}

.heading-9.h2._2 {
  color: #687760;
  text-align: left;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 67px;
  line-height: 74px;
}

.heading-9.h2._2.full-width {
  color: var(--black);
  max-width: none;
  font-size: 48px;
  line-height: 58px;
}

.text-block-10 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  font-size: 17px;
  font-weight: 300;
}

.text-block-10.large {
  font-size: 22px;
  line-height: 26px;
}

.heading-8 {
  color: #fff;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 300;
  line-height: 100px;
}

.heading-8.h1 {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  inset: auto auto 0 0%;
}

.heading-8.h1.green {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 15px;
}

.heading-8.h2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  max-width: none;
  margin-top: 0;
  font-size: 67px;
  font-weight: 400;
  line-height: 70px;
}

.heading-8.h2._2 {
  color: #69755f;
  text-align: left;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 96px;
  line-height: 100px;
}

.heading-8.h2._2.small {
  z-index: 1;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  line-height: 64px;
  position: relative;
}

.heading-8.h2._2.small.white {
  color: var(--black);
  font-family: Glacialindifference, sans-serif;
  line-height: 45px;
}

.div-block-507 {
  color: #78786f;
  margin-left: 10px;
  display: flex;
}

.div-block-507.no-margin {
  color: var(--black);
  flex-flow: column;
  margin-top: 10px;
  margin-left: 0;
}

.section-21 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 140px 40px;
  display: flex;
}

.project-grid {
  max-width: var(--max-width);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  height: 100%;
  display: grid;
}

.project-title-container {
  max-width: var(--max-width);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.project-info-container {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-width: 400px;
  max-width: 500px;
  height: auto;
  display: flex;
}

.project-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  height: 80px;
  display: grid;
}

.text-block-159 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.text-block-160 {
  color: #fff;
  font-size: 18px;
}

.div-block-509 {
  max-width: 400px;
  display: none;
}

.paragraph-9 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

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

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

.div-block-511 {
  width: 400px;
  height: 250px;
  margin-top: 46px;
}

.dropdown-toggle-2 {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  position: static;
}

.dropdown-toggle-2.footer {
  margin-bottom: 0;
  padding-bottom: 0;
}

.dropdown-list-2 {
  position: static;
}

.dropdown-list-2.w--open {
  background-color: #ddd0;
  width: auto;
  padding-left: 140px;
  position: absolute;
  inset: -10px auto auto 152px;
}

.dropdown-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-2.footer {
  width: 200px;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-link-2 {
  opacity: 1;
  color: var(--black);
  font-size: 26px;
  line-height: 36px;
}

.dropdown-link-2:hover {
  opacity: .46;
}

.dropdown-link-2.w--current {
  color: var(--black);
}

.dropdown-link-2.footer {
  font-size: 20px;
  line-height: 25px;
}

.text-block-161 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-512 {
  max-width: var(--max-width);
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: grid;
}

.div-block-513 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-container {
  width: 50%;
  max-width: none;
  padding-right: 140px;
  position: relative;
  overflow: hidden;
}

.image-container.no-padding {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.image-container.right {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 140px;
  padding-right: 0;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.link-150, .link-151, .link-152, .link-153 {
  color: var(--black);
  text-decoration: none;
}

.div-block-514 {
  max-width: var(--max-width);
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.text-block-162 {
  font-size: 17px;
  line-height: 28px;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.process-container {
  max-width: var(--max-width);
  width: 100%;
  height: auto;
  margin-top: 140px;
}

._45-process {
  width: 45%;
  height: 100%;
}

._45-process.right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

._45-process.left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line {
  background-color: var(--shade-colour);
  opacity: .53;
  width: 1px;
  height: 100%;
  margin-top: 20px;
}

.process-container-2 {
  max-width: var(--max-width);
  width: 100%;
  margin-top: 0;
}

.div-block-404 {
  background-color: #f3e0dc;
  width: 100%;
  height: 20px;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-404.green-page {
  background-color: var(--shade-colour);
}

.div-block-403 {
  margin-bottom: 40px;
  position: relative;
}

.process-item {
  z-index: 1;
  width: 100%;
  max-width: 1700px;
  height: 800px;
  margin-top: 140px;
  display: flex;
  position: relative;
}

.process-item.process {
  max-width: var(--max-width);
  height: 300px;
  margin-top: 0;
}

.process-item.process.left {
  height: 300px;
}

._10-process {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 10%;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-3 {
  color: #78786f;
  max-width: 700px;
  margin-top: 0;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-3._500px {
  max-width: 500px;
}

.paragraph-3._500px.white {
  color: var(--black);
}

.image-34 {
  width: 35px;
}

.div-block-516 {
  background-color: var(--shade-colour);
  width: 10px;
  height: 10px;
}

.list-3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.list-item-2 {
  margin-bottom: 10px;
}

.link-154 {
  color: #000;
  text-decoration: none;
}

.section-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-517 {
  flex-flow: column;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
}

.filter-controls {
  max-width: var(--max-width);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 20px 0 15px;
  display: flex;
}

.filter-button {
  color: #000;
  background-color: #fd707200;
  margin-right: 20px;
}

.filter-button.last {
  margin-right: 0;
}

.image-79 {
  width: 100%;
  max-width: none;
  display: block;
}

.mix-container {
  max-width: var(--max-width);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 20px 0 0;
  display: grid;
}

.mix {
  float: left;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.mix.macro {
  place-items: start;
}

.div-block-518 {
  z-index: 1;
  background-color: var(--shade-colour);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.text-block-163 {
  color: #000;
  text-transform: none;
  font-weight: 400;
}

.div-block-519 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  height: 800px;
  display: grid;
}

._100-content-container {
  max-width: var(--max-width);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

._50-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._50-container._50 {
  width: 50%;
}

._50-container._50.centred-horizontally {
  justify-content: center;
  align-items: flex-start;
}

._50-container._50.centred-horizontally._100px-pr {
  padding-right: 140px;
}

.div-block-522 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  height: auto;
  padding-right: 140px;
  display: flex;
}

.div-block-523 {
  width: 50%;
}

.image-80 {
  width: 100%;
  max-width: 800px;
  min-height: 800px;
  max-height: 1000px;
}

.div-block-524 {
  width: 50%;
  display: block;
}

.div-block-525 {
  width: 50%;
  padding-right: 140px;
}

.div-block-526 {
  max-width: 600px;
  margin-top: 60px;
  margin-left: 30%;
}

.footer-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-164 {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 16px;
}

.paragraph-10 {
  color: var(--black);
  font-size: 13px;
  line-height: 22px;
}

.div-block-527 {
  max-width: 500px;
}

.image-81, .image-82 {
  width: 100%;
}

.heading-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.go-back-to-projects {
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
}

.go-back-to-projects:hover {
  text-decoration: underline;
}

.text-block-165 {
  color: #fff;
}

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

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    max-height: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding: 60px 20px;
  }

  .div-block-4.align-left {
    flex-flow: column;
  }

  .heading, .heading.white {
    font-size: 40px;
    line-height: 50px;
  }

  .heading.white.top {
    line-height: 46px;
  }

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

  .heading._38px {
    font-size: 28px;
    line-height: 34px;
  }

  .heading._30px {
    font-size: 28px;
    line-height: 38px;
  }

  .heading.why-choose-us {
    line-height: 50px;
  }

  .heading.larger-spacing {
    line-height: 52px;
  }

  .div-block-279 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .paragraph.margin-top-30px._800px.large {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-280 {
    margin-top: 140px;
  }

  .div-block-281.bottom {
    height: 90%;
    top: 140px;
  }

  .div-block-281.bottom._140px {
    height: 98%;
    top: 60px;
  }

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

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

  .container-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .content-block {
    padding: 20px 10px;
  }

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

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

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

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

  .project-item {
    padding-right: 20px;
  }

  .div-block-26, .div-block-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-374 {
    padding-right: 0;
  }

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

  .menu {
    transform: translate(100%);
  }

  .slide-block {
    display: flex;
  }

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

  .section-16._140px-padding, .div-block-480 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-480.space-between-x-axis {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-480.space-between-x-axis.margin-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-side {
    padding-right: 60px;
  }

  .left-side.about-page {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .right-side._30 {
    width: 100%;
    padding-top: 0;
    padding-left: 60px;
  }

  .right-side.about-page {
    padding-top: 40px;
  }

  .right-side.about-page.services {
    width: 100%;
    padding-bottom: 100px;
  }

  .link-block-21 {
    width: 50%;
  }

  .link-block-21.top {
    width: auto;
  }

  .div-block-361 {
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-117 {
    width: auto;
  }

  .text-block-152 {
    font-size: 80px;
  }

  .div-block-488 {
    margin-top: 140px;
  }

  .div-block-490 {
    padding-left: 100px;
  }

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

  .cursor-wrap {
    display: none;
  }

  .circle-container {
    bottom: -18px;
    left: -62px;
  }

  .link-block-36 {
    width: 50%;
  }

  .text-block-155 {
    width: 80%;
  }

  .bottom-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-19 {
    padding: 0 20px 60px;
  }

  .section-19.testimonials {
    padding-bottom: 60px;
  }

  .div-block-497 {
    flex-flow: column-reverse;
  }

  .image-76 {
    height: 650px;
    min-height: auto;
    max-height: none;
  }

  .image-76.why-choose-up-top {
    height: 550px;
  }

  .image-76.no-max-width {
    min-height: auto;
    max-height: none;
  }

  ._50-right {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .content-container._40px-pb {
    padding-bottom: 60px;
  }

  .faq-wrapper {
    margin-top: 40px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-77 {
    height: 600px;
  }

  .div-block-504 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-37 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .div-block-506 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .heading-9.h2._2 {
    font-size: 52px;
    line-height: 62px;
  }

  .heading-9.h2._2.full-width {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-8.h1 {
    font-size: 16px;
  }

  .heading-8.h2._2 {
    font-size: 52px;
    line-height: 62px;
  }

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

  .project-title-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-512 {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .image-container {
    width: 100%;
    padding-right: 0;
  }

  .image-container.margin-top.no-padding {
    width: 100%;
  }

  .paragraph-3 {
    font-weight: 300;
  }

  .mix-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._100-content-container {
    flex-flow: column;
  }

  ._50-container._50.centred-horizontally._100px-pr {
    width: 100%;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .div-block-522 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-523 {
    width: 100%;
    padding-top: 40px;
  }

  .image-80 {
    height: 650px;
    min-height: auto;
    max-height: none;
  }

  .div-block-524, .div-block-525 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 150px;
  }

  .div-block-2 {
    max-height: 600px;
  }

  .div-block-3 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .div-block-279 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .div-block-281.bottom._140px {
    height: 96%;
  }

  .section-3 {
    height: 600px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tabs-content {
    padding-top: 0;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

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

  .heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .div-block-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-370 {
    margin-top: 20px;
  }

  .grid {
    grid-template-rows: auto auto;
    margin-bottom: 40px;
  }

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

  .div-block-249 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-248 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-250 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .grid-29 {
    grid-row-gap: 16px;
    grid-template-columns: 2.25fr;
    padding-bottom: 0;
  }

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

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

  .div-block-480 {
    flex-flow: column;
  }

  .div-block-480.space-between-x-axis {
    padding-bottom: 0;
  }

  .div-block-480.space-between-x-axis.flipped {
    flex-flow: column-reverse;
    padding-top: 0;
  }

  .left-side {
    width: 100%;
    padding-right: 0;
  }

  .left-side.about-page {
    padding-top: 0;
  }

  .left-side.about-page.padding-top-40px {
    padding-top: 40px;
  }

  .right-side {
    width: 100%;
    margin-top: 20px;
  }

  .right-side._30 {
    width: 100%;
    padding-bottom: 40px;
  }

  .right-side.about-page {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .right-side.about-page.padding-top-40px {
    margin-top: 0;
    padding-top: 40px;
  }

  .div-block-488 {
    flex-flow: column;
    margin-top: 40px;
  }

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

  .image-74, .image-74.about-page {
    height: 350px;
  }

  .div-block-490 {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

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

  .div-block-497 {
    flex-flow: column;
  }

  .image-76 {
    height: 300px;
  }

  .image-76.length-wise {
    width: 100%;
    height: 300px;
  }

  .image-76.why-choose-up-top {
    height: 350px;
  }

  ._50-right {
    width: 100%;
    padding-left: 0;
  }

  .div-block-498 {
    display: none;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion__item.js-accordion-item, .accordion__item.js-accordion-item.active {
    margin-bottom: 0;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion.js-accordion {
    margin-bottom: 0;
  }

  .question-text {
    margin-top: 8px;
  }

  .image-77 {
    height: 500px;
  }

  .div-block-391.horizontal {
    flex-flow: column;
  }

  .div-block-389.half {
    width: 100%;
    padding-right: 0;
  }

  .div-block-505 {
    width: 100%;
    margin-top: 60px;
  }

  .submit-button, .div-block-506 {
    margin-top: 20px;
  }

  .div-block-506.vertical {
    margin-top: 0;
  }

  .heading-8.h2._2 {
    font-size: 46px;
    line-height: 58px;
  }

  .heading-8.h2._2.small {
    font-size: 30px;
    line-height: 42px;
  }

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

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

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

  .project-title-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-512 {
    grid-template-columns: 1fr;
  }

  .image-container {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .image-container.margin-top {
    margin-top: 40px;
  }

  .div-block-515 {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .mix-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .mix {
    width: 33.333%;
  }

  .mix.past, .mix.upcoming {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    max-height: 900px;
  }

  .section.about {
    height: auto;
  }

  .section.meet-team {
    height: auto;
    max-height: none;
  }

  .section.home {
    align-items: center;
  }

  .nav-bar {
    inset: 0% 0% auto;
  }

  .nav-bar.scroll {
    display: flex;
  }

  .div-block-2 {
    height: 100%;
    max-height: none;
  }

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

  .section-2.why-choose-us {
    padding-bottom: 40px;
  }

  .section-2._2nd-section {
    padding-top: 60px;
  }

  .section-2._2nd-section.about-section {
    padding-top: 100px;
  }

  .div-block-278 {
    color: #fff;
    width: 40px;
    height: auto;
    position: relative;
  }

  .div-block-277 {
    background-color: #000;
    width: 25px;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-277._60 {
    background-color: var(--black);
    width: 60%;
    height: 1.5px;
    max-height: none;
    margin-left: auto;
  }

  .div-block-277._2 {
    background-color: var(--black);
    color: #fff;
    width: 100%;
    height: 1.5px;
    max-height: none;
    margin-top: 7px;
    position: static;
  }

  .div-block-277._2.bottom {
    background-color: var(--black);
  }

  .div-block-277._2.bottom.white {
    background-color: var(--white);
  }

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

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

  .heading._38px {
    line-height: 34px;
  }

  .heading.why-choose-us {
    font-size: 28px;
    line-height: 34px;
  }

  .heading.larger-spacing {
    font-size: 32px;
    line-height: 42px;
  }

  .heading.benefit-heading {
    max-width: none;
  }

  .div-block-279._2-columns {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .paragraph, .paragraph.margin-top-30px._800px {
    margin-bottom: 0;
  }

  .paragraph.margin-top-30px._800px.large {
    margin-bottom: 20px;
  }

  .paragraph.margin-top-30px._600px.margin-left {
    margin-top: 40px;
    margin-left: 0%;
  }

  .div-block-280 {
    flex-flow: column;
    width: 100%;
    margin-top: 100px;
  }

  .link-block.margin-left {
    margin-left: 0%;
  }

  .div-block-281.top {
    width: 50%;
  }

  .div-block-281.bottom {
    width: 50%;
    height: 95%;
    top: 60px;
  }

  .div-block-281.bottom._140px {
    height: 99%;
    top: 40px;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .tab-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .content-block {
    margin-bottom: 20px;
    padding: 0 0 10px;
  }

  .tab-button, .tab-button.w--current {
    justify-content: center;
    align-items: center;
  }

  .div-block-336 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-338 {
    margin-top: 20px;
  }

  .html-embed-33 {
    margin-bottom: 0;
  }

  .tabs-menu {
    margin-top: 20px;
    padding-left: 5px;
  }

  .section-4 {
    padding: 60px 0;
  }

  .service-container-home {
    flex-flow: column;
    height: auto;
  }

  .service-list {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-list-items {
    height: auto;
    padding-bottom: 0;
  }

  .heading-3 {
    margin-left: 0;
  }

  .service-content {
    width: 100%;
    height: 400px;
    margin-left: auto;
    display: none;
  }

  .service-image {
    width: 100%;
  }

  .link-block-2 {
    margin-right: 10px;
  }

  .link-block-2.no-margin {
    display: none;
  }

  .text-block-101 {
    font-size: 15px;
  }

  .section-5 {
    padding: 60px 0 40px;
  }

  .project-item {
    width: 100%;
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slickdemo-item.project-page.adam-st {
    height: 400px;
  }

  .div-block-26 {
    padding: 30px 0 20px;
  }

  .div-block-247 {
    flex-direction: column;
  }

  .div-block-31 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-370 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .section-15 {
    padding-top: 0;
  }

  .div-block-463 {
    margin-top: 20px;
    margin-left: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    margin-bottom: 0;
  }

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

  .image-25 {
    width: 140px;
  }

  .image-25.footer-imagwe {
    margin-bottom: 20px;
  }

  .div-block-249 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .div-block-248 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-250 {
    align-items: flex-start;
    margin-top: 0;
  }

  .grid-29 {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .div-block-298 {
    z-index: 2;
    margin-top: 40px;
    position: relative;
  }

  .exit-button {
    margin-top: 15px;
    margin-right: 10px;
    left: auto;
    right: 0;
  }

  .link-141, .link-141.w--current {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .link-141.no-margin {
    font-size: 28px;
  }

  .menu {
    opacity: 1;
    width: 100%;
    padding-left: 20px;
    display: none;
    transform: translate(0%);
  }

  .image-67 {
    width: 150px;
  }

  .div-block-478 {
    width: 100%;
    height: 350px;
  }

  .slide-block {
    display: flex;
  }

  .div-block-479 {
    width: 100%;
    height: 350px;
    margin-top: 100px;
  }

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

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

  .div-block-480.space-between-x-axis {
    padding-top: 0;
  }

  .div-block-480.space-between-x-axis.margin-top.flipped {
    flex-flow: column;
    margin-top: 40px;
  }

  .div-block-480.space-between-x-axis.flipped {
    flex-flow: column;
  }

  .div-block-480.space-between-x-axis.flipped.why-us {
    margin-bottom: 60px;
  }

  .div-block-480.space-between-x-axis.flippe-mobile {
    flex-flow: column-reverse;
  }

  .div-block-480.space-between-x-axis.flippe-mobile.why {
    margin-bottom: 60px;
  }

  .left-side.about-page {
    padding-right: 0;
  }

  .left-side.about-page.padding-top-40px {
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .left-side.about-page.padding-top-40px._40px-mobile {
    padding-top: 40px;
  }

  .left-side.about-page.padding-top-40px._100px-pt {
    padding-top: 0;
  }

  .right-side._30 {
    margin-top: 0;
    padding-left: 0;
  }

  .right-side.about-page {
    margin-top: 0;
  }

  .right-side.about-page.padding-top-40px._100px-tp {
    padding-top: 0;
  }

  .right-side.about-page.services {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-483 {
    display: none;
  }

  .scrolling-cta {
    padding-top: 30px;
  }

  .link-block-21 {
    width: 100%;
  }

  .link-block-21.top {
    margin-left: 0;
  }

  .div-block-361 {
    height: 60px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-117 {
    width: auto;
    margin-right: 0;
  }

  .html-embed-22 {
    height: 20px;
  }

  .div-block-486 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-152 {
    font-size: 60px;
  }

  .div-block-488 {
    margin-top: 60px;
  }

  .circle-container {
    margin: auto 0 auto auto;
    inset: 162px 0 0;
  }

  .link-block-36 {
    width: 100%;
  }

  .text-block-155 {
    width: 80%;
    margin-right: 0;
  }

  .html-embed-35 {
    height: 20px;
  }

  .section-19 {
    margin-top: 0;
    padding: 100px 20px 40px;
  }

  .section-19.project {
    height: auto;
    margin-top: -110px;
    padding-top: 220px;
  }

  .section-19.project.adam-st {
    padding-top: 200px;
  }

  .section-19.project.metella-road {
    height: auto;
  }

  .section-19.projcts {
    padding-top: 100px;
  }

  .section-19.no-padding-bottom {
    margin-top: 0;
    padding-top: 84px;
  }

  .div-block-497 {
    flex-flow: column-reverse;
  }

  .image-76 {
    min-height: auto;
    max-height: none;
  }

  .image-76.why-choose-up-top {
    height: 300px;
    min-height: 450px;
  }

  .image-76.no-max-width {
    min-height: auto;
    max-height: none;
  }

  .image-76._450px {
    height: 450px;
  }

  .accordion-body__contents {
    margin-top: 0;
  }

  .accordion__item.js-accordion-item {
    padding-top: 0;
  }

  .accordion__item.js-accordion-item.active {
    padding-bottom: 0;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 10px;
    padding: 10px 0 0;
  }

  .faq-wrapper {
    margin-top: 20px;
  }

  .accordion.js-accordion {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 0;
    padding-right: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .image-77 {
    height: 300px;
  }

  .srvice-title-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .div-block-500 {
    height: 100px;
  }

  .div-block-501.service-page {
    margin-top: 0;
  }

  .link-block-20.service-page.cta-fixed {
    bottom: 0;
  }

  .advantage-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .advantage-item {
    width: 100%;
  }

  .div-block-504 {
    grid-template-columns: 1fr;
  }

  .div-block-506 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-9.h2._2, .heading-9.h2._2.full-width {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-8.h2._2 {
    font-size: 38px;
    line-height: 50px;
  }

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

  .section-21 {
    padding: 40px 20px;
  }

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

  .project-title-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-info-container {
    min-width: auto;
    max-width: none;
  }

  .project-info {
    grid-template-columns: 1fr;
    height: auto;
  }

  .dropdown-toggle-2 {
    padding-bottom: 10px;
  }

  .dropdown-list-2.w--open {
    padding-left: 10px;
  }

  .dropdown-link-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-512 {
    grid-row-gap: 80px;
  }

  .image-container {
    padding-right: 0;
  }

  .image-container.margin-top.no-padding, .image-container._40px-mt-mobile {
    margin-top: 40px;
  }

  .image-container.right {
    padding-left: 0;
  }

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

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

  .brand-2, .brand-3 {
    padding-left: 0;
  }

  ._45-process.right, ._45-process.right.no-content {
    display: none;
  }

  ._45-process.right.content {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  ._45-process.left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  ._45-process.left.no-content, ._45-process.left.no-ccontent {
    display: none;
  }

  .process-container-2 {
    margin-top: 40px;
  }

  .div-block-404 {
    margin-top: -24px;
  }

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

  .process-item.process {
    flex-flow: row-reverse;
    height: auto;
  }

  .process-item.process.left {
    flex-flow: row;
  }

  .filter-controls {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .filter-button {
    margin-right: 10px;
  }

  .mix-container {
    grid-template-columns: 1fr;
  }

  .mix.past, .mix.upcoming {
    width: 100%;
  }

  .image-80 {
    height: 300px;
  }

  .div-block-525 {
    width: auto;
    padding-right: 0;
  }

  .text-block-164 {
    margin-bottom: 0;
  }

  .div-block-527 {
    margin-top: 40px;
  }

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

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

#w-node-_98850587-2de5-57ec-ba50-faf06f46f3f9-6f46f3f6, #w-node-_98850587-2de5-57ec-ba50-faf06f46f401-6f46f3f6, #w-node-_98850587-2de5-57ec-ba50-faf06f46f407-6f46f3f6, #w-node-_98850587-2de5-57ec-ba50-faf06f46f413-6f46f3f6, #w-node-_98850587-2de5-57ec-ba50-faf06f46f418-6f46f3f6, #w-node-bd5ea08c-eaa0-af1c-360b-b3ecbe0d8306-4eaf3b4d, #w-node-a973dd9b-6e69-039b-ed99-af8ac15d9d8d-4eaf3b4d, #w-node-e3d5869b-0516-cc58-3dff-27aacd7ecf58-4eaf3b4d, #w-node-d02ec585-9233-fd0d-ee68-8cb814aa0fab-4eaf3b4d, #w-node-_31e8f87d-2d4a-9222-a009-34b2aa9a1e9c-4eaf3b4d, #w-node-ef5d74c3-6c13-97cc-56a4-6999be2652a7-4eaf3b4d, #w-node-bd33dea2-b485-dfd3-9401-1e6a6ba7210d-4eaf3b4d, #w-node-_8d0abf32-7695-67f6-dc17-8aa5daeb1671-4eaf3b4d, #w-node-bc8d3087-62b4-cabe-c0e4-ed4acff1dd00-4eaf3b4d, #w-node-_6a917723-9a1d-4aad-edd6-4d9c59d25584-f2c0c3ee, #w-node-_6a917723-9a1d-4aad-edd6-4d9c59d2558a-f2c0c3ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_17b59eac-91ce-9fbf-fb30-9bbcd05aab99-f58d121b, #w-node-_17b59eac-91ce-9fbf-fb30-9bbcd05aabb5-f58d121b, #w-node-_95bcce31-e20f-6764-0b90-c0d8fd05d834-f58d121b, #w-node-_4cf7de67-1ff0-1d97-2f19-59c9abdcaf6e-f58d121b, #w-node-_17b59eac-91ce-9fbf-fb30-9bbcd05aabd5-f58d121b, #w-node-_32eed523-8caf-b44f-73a1-5fd35d2b89d5-f58d121b, #w-node-_5854be61-146c-c7f8-b7dc-780fa4c12b88-f58d121b, #w-node-_09936bb9-d3a8-a63e-2b7a-9d756241a306-f58d121b {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}