@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-bold.ttf') format("truetype"), url('../fonts/overusedgrotesk-extrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-bolditalic.ttf') format("truetype"), url('../fonts/overusedgrotesk-extrabolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-mediumitalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-blackitalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-bookitalic.ttf') format("truetype"), url('../fonts/overusedgrotesk-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-semibolditalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk Book;
  src: url('../fonts/overusedgrotesk-book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg-color: #f3f3f3;
  --black: #1c1c1c;
  --black-2: black;
  --white: white;
  --light-grey: #d4d4d4;
  --max-width: 1420px;
}

.section {
  background-color: #fff0;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  max-height: none;
  position: relative;
  overflow: visible;
}

.section.sub-page {
  background-image: linear-gradient(#00000080, #00000080), url('../images/oztech-team.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  height: 80vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section.sub-page.projects {
  background-color: var(--bg-color);
  background-image: none;
  height: auto;
  padding-top: 120px;
  position: static;
}

.section.sub-page.project-item {
  background-image: url('../images/oztech-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.section.sub-page.renos {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ada609468_48atholst_102.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.sub-page.design-and-build {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ada609468_48atholst_039.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.sub-page.testis {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kitchen-to-south-window.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.sub-page.custom-home {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ada609468_48atholst_136.webp');
  background-position: 0 0, 50% 15%;
  background-size: auto, cover;
}

.section.sub-page.approach {
  background-image: linear-gradient(#00000080, #00000080), url('../images/entrance-hall.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.sub-page.why-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ada609468_48atholst_114.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.sub-page.partners {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ada609468_48atholst_072.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.home {
  background-image: none;
  width: 100%;
  position: fixed;
}

.section.about-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/oztech-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  height: 100vh;
  padding-top: 120px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu {
  z-index: 99;
  background-color: #f3f3f300;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 40px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate(0);
}

.div-block-150 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.div-block-149 {
  align-items: center;
  display: flex;
}

.dim-div {
  z-index: 98;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#000000b0, #000000b0);
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar {
  z-index: 97;
  background-color: #0000;
  border-bottom: 1px #ffffff69;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  font-weight: 400;
  display: flex;
}

.navbar.scroll-down {
  background-color: var(--black);
  opacity: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -101%);
}

.link-142 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.link-142:hover {
  opacity: .65;
  text-decoration: none;
}

.link-141 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

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

.link-141.w--current {
  color: #fff;
  font-size: 13px;
}

.link-141.margin-top {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

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

.link-141.margin-top.non-links {
  opacity: .66;
  font-size: 12px;
}

.div-block-30 {
  z-index: 997;
  background-image: linear-gradient(#0009, #0000);
  padding-left: 0%;
  padding-right: 0%;
  position: fixed;
  inset: 0% 0% auto;
}

.brand.w--current, .div-block-306 {
  align-items: center;
  display: flex;
}

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

.div-block-277._60 {
  background-color: #fff;
  width: 60%;
  height: 1px;
  margin-bottom: 7px;
  margin-left: auto;
}

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

.div-block-277._2 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 7px;
}

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

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

.image {
  border-radius: 0;
  width: 200px;
  height: auto;
  margin-top: 0;
}

.link-block-11 {
  margin-left: 40px;
}

.div-block-299 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-112 {
  border-bottom: 1px #e0dbdb;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.exit-button {
  z-index: 1;
  color: #fff0;
  -webkit-text-stroke-color: #fff;
  background-color: #1c1c1c00;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  margin-right: -10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-278 {
  width: 65px;
  margin-left: 0;
}

.hero-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: none;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.hero-container.service {
  height: 100%;
  max-height: none;
  padding-bottom: 0;
}

.hero-container.service.contact {
  max-height: none;
}

.div-block-307 {
  mix-blend-mode: normal;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-307.services {
  justify-content: space-between;
  height: 100%;
  padding-top: 0;
  padding-bottom: 40px;
}

.div-block-307.services.centred {
  justify-content: center;
}

.div-block-307.services.centred.contact {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
}

.div-block-307.services.centred.projects {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 80px;
  padding-bottom: 100px;
}

.div-block-307.services.centred.our-team {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
}

.div-block-307.services.project {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

.div-block-307.about-us {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
}

.heading {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 65px;
  overflow: visible;
}

.heading.services {
  letter-spacing: normal;
  text-transform: none;
  max-width: 800px;
  font-size: 44px;
  font-weight: 300;
  line-height: 50px;
}

.heading.services.projects {
  font-size: 60px;
}

.heading.services.black {
  color: var(--black);
}

.heading.services.black.projects {
  font-size: 65px;
  line-height: 65px;
}

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

.div-block-308 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -130px;
  display: flex;
}

.div-block-308.services {
  align-items: flex-start;
  width: 70%;
  margin-top: 0;
}

.div-block-308.services.centred {
  align-items: center;
  width: auto;
}

.div-block-308.home {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -70px;
  padding-bottom: 20px;
}

.heading-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.heading-2.projects {
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Barlow, sans-serif;
}

.cta-button {
  border: 1px solid var(--white);
  background-color: #fff0;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cta-button.bottom-cta {
  z-index: 999;
  border-bottom-style: none;
  border-bottom-color: var(--black);
  background-color: #231f2014;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: auto auto 20px;
  overflow: hidden;
}

.cta-button.menu-button {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.text-block-92 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  overflow: visible;
}

.text-block-92.bottom-cta {
  z-index: 1;
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.image-42 {
  width: 30px;
}

.image-42.margin-left.bottom-cta {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.overview-section {
  background-color: var(--bg-color);
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 140px 40px;
  display: flex;
  position: relative;
}

.overview-section.services {
  padding-top: 220px;
  padding-bottom: 0;
  position: relative;
}

.overview-section.services._2nd {
  padding-top: 140px;
  padding-bottom: 140px;
}

.overview-section.services._2nd.cta {
  background-image: linear-gradient(#00000080, #00000080), url('../images/marvel-lane-19.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.overview-section.services.process {
  padding-bottom: 0;
}

.overview-section.services.process.projects {
  padding-top: 0;
  padding-bottom: 100px;
}

.overview-section.services.project {
  padding-top: 100px;
  padding-bottom: 110px;
}

.overview-section.services.first {
  padding-top: 100px;
  padding-bottom: 140px;
}

.overview-section.no-padding {
  z-index: 1;
  background-color: var(--bg-color);
  padding-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.overview-section.no-padding.approach {
  padding-top: 100px;
  padding-bottom: 140px;
}

.overview-section.no-padding.why-us {
  padding-top: 100px;
  padding-bottom: 100px;
}

.overview-section.no-padding._0-pb {
  padding-bottom: 0;
}

.overview-section.no-padding.team {
  z-index: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.overview-section.no-padding._100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.overview-section.no-pb {
  padding-bottom: 60px;
}

.overview-section.no-pt {
  padding-top: 0;
}

.overview-section.no-pt.no-pb {
  padding-bottom: 0;
}

.overview-section.our-team {
  padding-top: 0;
  padding-bottom: 100px;
}

.content-container {
  width: 100%;
  max-width: 1420px;
  height: 100%;
}

.content-container.horizontal {
  display: flex;
}

.content-container.horizontal.service-section-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-container.vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-container.background-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ada609468_48atholst_136.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 600px;
  padding: 60px 40px;
  display: flex;
}

.content-container.background-image.cta {
  background-image: linear-gradient(#00000080, #00000080), url('../images/oztech-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: flex-start;
}

.content-container.image-service {
  margin-bottom: 0;
}

.h2-heading {
  color: var(--black);
  text-transform: none;
  max-width: 750px;
  margin-top: 0;
  margin-left: 0;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 39px;
}

.h2-heading.services {
  text-transform: none;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 55px;
}

.h2-heading.smaller {
  margin-top: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

.h2-heading.smaller.centred {
  text-align: center;
}

.h2-heading.smaller.centred.white {
  color: var(--white);
}

.h2-heading.blurb-heading {
  max-width: 850px;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

.h2-heading.large-heading {
  max-width: none;
  font-size: 61px;
  font-weight: 300;
  line-height: 58px;
}

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

.h2-heading.large-heading.white.background-image {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 48px;
}

.div-block-315 {
  width: 50%;
  height: 500px;
  position: relative;
}

.div-block-315._100 {
  width: 100%;
  height: auto;
}

.paragraph {
  color: var(--black);
  margin-bottom: 0;
  margin-left: 0;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph.sub-paragraph {
  margin-left: 120px;
}

.paragraph.sub-paragraph.margin-top {
  margin-left: 0;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  display: flex;
}

.paragraph.sub-paragraph.margin-top.white {
  text-align: left;
  margin-top: 20px;
  font-weight: 300;
}

.paragraph.sub-paragraph.margin-top.white.cta-paragraph {
  text-align: left;
}

.paragraph.sub-paragraph.margin-top.approach {
  max-width: 480px;
}

.paragraph.sub-paragraph.no-margin {
  font-weight: 300;
}

.paragraph.sub-paragraph.no-margin.services-blurb-home {
  margin-left: auto;
}

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

.paragraph.white {
  color: #fff;
  text-align: left;
  margin-top: 50px;
  margin-left: 0;
}

.paragraph.white.hero-blurb {
  font-size: 20px;
  line-height: 24px;
}

.paragraph.no-margin {
  margin-top: 0;
  margin-left: 0;
}

.paragraph.no-margin.margin-top {
  margin-top: 30px;
}

.paragraph.no-margin.white._700px {
  max-width: 700px;
}

.paragraph.no-margin._350px {
  max-width: 350px;
}

.paragraph.no-margin._380px {
  max-width: 380px;
}

.paragraph.mt-40px {
  margin-top: 40px;
}

.paragraph.mt-40px.service-text {
  max-width: 380px;
  font-weight: 300;
}

.paragraph.about-blurb {
  font-size: 25px;
  line-height: 29px;
}

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

.paragraph.centred._500px {
  max-width: 480px;
}

.paragraph.centred._500px.value-blurb {
  max-width: 580px;
  font-size: 22px;
  line-height: 25px;
}

.link-block-18 {
  background-color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 60px;
  padding-left: 70px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-18.no-margin {
  margin-top: 0;
  padding-right: 30px;
}

.text-block-96 {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.image-43 {
  width: auto;
  height: 65px;
  margin-top: 28px;
  position: absolute;
  inset: auto auto -7px -8px;
}

.section-6 {
  flex-direction: column;
  align-items: center;
  padding: 220px 5% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card-slider_item {
  flex-direction: row;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.card {
  background-color: #231f2000;
  width: 100%;
  height: 450px;
  padding-left: 0;
  padding-right: 20px;
}

.slickdemo {
  padding-bottom: 40px;
}

.project-bg {
  background-color: #231f2000;
  background-image: linear-gradient(#0000, #00000080), url('../images/byron-bay-beach-house-by-jase-sullivan-project-feature-the-local-project-image-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.project-bg._1 {
  background-image: linear-gradient(#0000, #00000080), url('../images/marvel-lane-18.webp');
}

.project-bg._2 {
  background-image: linear-gradient(#0000, #00000080), url('../images/front-of-house.webp');
}

.project-bg._3 {
  background-image: linear-gradient(#0000, #00000080), url('../images/external-of-house-from-east.webp');
}

.project-bg._4 {
  background-image: linear-gradient(#0000, #00000080), url('../images/tkst.HELENA14PRINT.jpg');
}

.project-bg._5 {
  background-image: linear-gradient(#0000, #00000080), url('../images/front-of-house-from-street.webp');
}

.project-bg._6 {
  background-image: linear-gradient(#0000, #00000080), url('../images/tkconstructionshome-45.webp');
}

.div-block-327 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 150px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-99 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 5px;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.text-block-100 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
}

.link-block-20 {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.div-block-328 {
  border-bottom: 1px solid #ffffff96;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-right: 40px;
  display: flex;
}

.text-block-101 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  position: relative;
  top: -46px;
  left: 42px;
  transform: rotate(90deg);
}

.div-block-329 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.html-embed-22 {
  width: 13px;
  position: relative;
  top: 18px;
  left: -30px;
}

.text-block-102 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 10px;
}

.div-block-330 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100px;
  margin-bottom: 100px;
  display: flex;
}

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

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

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

.section-15 {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

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

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

.text-block-71 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

.text-span-3 {
  color: #fff;
}

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

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

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

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

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

.text-block-4 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Barlow, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

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

.grid-29 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr .25fr;
  width: 100%;
  padding-bottom: 60px;
}

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

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

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

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

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

.link-113 {
  color: #118e8a;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.link-149 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

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

.div-block-370 {
  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;
}

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

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

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

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

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

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

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

.link-137 {
  color: #fff;
  border-right: 1px #000;
  font-family: Barlow, sans-serif;
}

.div-block-373 {
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

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

.nav-bar-white-line {
  background-color: #e0dbdb00;
  border-bottom: 1px solid #e0dbdb;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-bar-white-line.top {
  border-bottom: 1px solid var(--black);
  background-color: var(--black);
  opacity: .37;
  height: 0;
  inset: 0% 0% auto;
}

.content-div {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.content-div._70 {
  width: 70%;
  padding-right: 0;
}

.content-div._100 {
  width: 100%;
  padding-right: 0;
}

.content-div._50 {
  width: 60%;
  margin-left: auto;
  padding-right: 0;
}

.div-block-410 {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 140px;
  display: flex;
  position: relative;
}

.div-block-410._30 {
  width: 30%;
  padding-left: 0;
}

.div-block-410.paragraph-blurb-300px {
  width: auto;
  margin-top: 60px;
  margin-left: auto;
  padding-left: 0;
}

.div-block-410._60 {
  width: 60%;
  padding-left: 0;
}

.div-block-410._40 {
  width: 40%;
  padding-left: 0;
}

.image-53 {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.image-53.mt-20 {
  border-radius: 4px;
  height: auto;
}

.text-block-123 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 53px;
}

.div-block-430 {
  background-color: var(--black);
  width: 140px;
  max-width: 350px;
  height: 1px;
  margin-left: 20px;
}

.div-block-431 {
  align-items: center;
  display: flex;
}

.background-video {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-434 {
  justify-content: space-between;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
}

.div-block-435 {
  width: 50%;
  padding-top: 20px;
  position: relative;
}

.div-block-435._100 {
  width: 100%;
  padding-top: 0;
}

.div-block-436 {
  border-bottom: 1px none var(--black);
  background-color: #fff0;
  height: auto;
  margin-top: 0;
  padding: 0;
  position: relative;
  left: 0;
}

.text-block-125 {
  color: var(--black);
  font-family: Overusedgrotesk, sans-serif;
  font-size: 18px;
}

.text-block-126 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  font-family: Overusedgrotesk Book, sans-serif;
  font-size: 12px;
}

.div-block-438 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-439, .div-block-440 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-60 {
  mix-blend-mode: normal;
  max-width: none;
  height: 70px;
  margin-top: 0;
}

.div-block-441 {
  margin-top: 0;
  position: relative;
}

.project-card {
  display: flex;
}

.text-block-127 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 12px;
}

.project-card-item {
  margin-bottom: 0;
  margin-right: 60px;
}

.text-block-128 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block-445 {
  background-color: #231f2000;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.html-embed-29 {
  width: 20px;
}

.link-block-24 {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.image-62 {
  border-radius: 4px;
  width: 100%;
}

.project-image {
  margin-bottom: 30px;
}

.page-load-wrapper {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-load-wrapper.home {
  display: none;
}

.image-63 {
  max-width: 150px;
}

.text-block-129 {
  color: #0f0f25;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.text-block-129.white {
  color: #fff;
  font-family: Barlow, sans-serif;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

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

.div-block-447.contact-bar {
  flex-direction: column;
  align-items: flex-start;
}

.div-block-447.contact-bar.menu-contact {
  background-color: #4e4b4c;
  border-radius: 5px;
  flex-flow: row;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-112 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.link-112.white {
  color: #fff;
  font-family: Barlow, sans-serif;
}

.address {
  max-width: 180px;
  margin-bottom: 20px;
  margin-left: 0;
}

.address.smaller-padding-left {
  margin-bottom: 30px;
  margin-left: 0;
}

.address.top.margin-right {
  margin-right: 40px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-366 {
  z-index: 3;
  background-color: #fff0;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1420px;
  height: auto;
  margin: 60px 0 0;
  padding-bottom: 20px;
  font-family: Barlow, sans-serif;
  display: flex;
  position: relative;
}

.text-field-inform {
  text-transform: none;
  background-color: #0000;
  border: 1px #dbdbdb;
  border-bottom: 1px solid #b1b1b1;
  height: 40px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
  padding-left: 0;
}

.field-label {
  color: #0a0a11;
  text-transform: none;
  margin-bottom: 0;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.button-4 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  letter-spacing: normal;
  text-transform: none;
  border-radius: 999px;
  width: auto;
  margin-top: 20px;
  padding: 13px 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  transition: all .2s;
}

.button-4:hover {
  opacity: .8;
  color: var(--black);
  background-color: #1c1c1c00;
}

.email-form {
  background-color: #fff0;
  border: 1px #dbdbdb;
  border-left-color: #231f2026;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 20px;
}

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

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

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

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

.text-block-131 {
  color: #fff;
  letter-spacing: normal;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-131.margin {
  letter-spacing: 1.08px;
  margin-right: 5px;
  font-weight: 400;
  line-height: 25px;
}

.link-block-26 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-26.black {
  border-color: var(--black);
}

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

.div-block-467 {
  background-color: var(--black);
  width: auto;
  height: 20px;
  margin-top: 15px;
  margin-bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-467.inverse {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-137 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

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

.div-block-468 {
  color: #fff;
}

.menu-nav-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #d4d4d43d;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 80px;
  font-family: Barlow, sans-serif;
  display: grid;
}

.menu-nav-2.footer-nav {
  grid-template-columns: 1fr 1fr 1fr .25fr;
  width: 70%;
  padding-right: 0;
}

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

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

.body-2 {
  font-family: Overusedgrotesk, sans-serif;
}

.hero-section {
  height: 100vh;
  position: relative;
}

.bg-shade {
  z-index: 2;
  background-color: #0000004f;
  position: absolute;
  inset: 0%;
}

.div-block-470 {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.div-block-470.no-mt {
  border-top: 1px solid #ffffff4d;
  margin-top: 0;
  padding-top: 20px;
}

.div-block-471 {
  max-width: 350px;
  margin-left: auto;
}

.div-block-471.approach {
  width: 50%;
  max-width: none;
}

.div-block-472 {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.div-block-472.horizontal {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 140px;
  display: flex;
}

.div-block-472.horizontal.why-us {
  padding-top: 0;
  padding-bottom: 40px;
}

.div-block-472.horizontal.no-pb {
  padding-bottom: 0;
}

.div-block-472.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 100px;
  display: flex;
}

.body-3 {
  background-color: var(--bg-color);
  font-family: Overusedgrotesk, sans-serif;
}

.div-block-473 {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.service-section {
  border-top: 1px solid var(--light-grey);
  height: auto;
  padding-top: 25px;
  display: flex;
}

.div-block-475 {
  width: 80px;
  min-width: 80px;
  height: 100%;
}

.text-block-138 {
  color: #9c9c9c;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-476 {
  width: 60%;
}

.div-block-476.service-text {
  width: auto;
  padding-right: 60px;
}

.div-block-476.service-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 55%;
  display: flex;
}

.h3-heading {
  color: var(--black);
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.div-block-477 {
  border-radius: 12px;
  width: 30vw;
  height: 20vw;
  overflow: hidden;
}

.image-72 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.div-block-478 {
  width: 45%;
  display: flex;
}

.div-block-479 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.image-73 {
  border-radius: 4px;
  width: 50%;
  max-width: 700px;
}

.image-73._30 {
  width: 30%;
  margin-top: 220px;
}

.div-block-480 {
  width: 30%;
  max-width: 300px;
}

.div-block-480.services-blurb-home {
  width: 100%;
  max-width: 350px;
  margin-top: 60px;
  margin-left: auto;
}

.div-block-481 {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 50px;
  margin-left: auto;
  display: flex;
}

.link-block-29 {
  color: var(--black);
  border-radius: 12px;
  width: 105%;
  min-width: 105%;
  margin-left: -2.5%;
  padding-bottom: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  text-decoration: none;
}

.section-24 {
  z-index: 1;
  background-color: var(--bg-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.section-24.cta {
  height: auto;
  padding-bottom: 60px;
}

.arrow-container {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100px;
  display: flex;
}

.arrow-container._100 {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  display: none;
}

.code-embed {
  width: 15px;
  height: 15px;
}

.div-block-539 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-192 {
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
}

.text-block-192.no-mt {
  margin-top: 0;
}

.text-block-192.no-mt.white {
  color: #fff;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 300;
}

.section-25 {
  z-index: 2;
  background-color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 140px 30px;
  display: flex;
  position: relative;
}

.section-25.projects {
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.project-image-container {
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  height: 380px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-178 {
  color: #413c34;
  margin-top: 5px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.text-block-178.white {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}

.link-block-30 {
  color: #413c34;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: auto;
  text-decoration: none;
  overflow: hidden;
}

.project-image-tile {
  cursor: pointer;
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-info-card-tile {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding: 10px 0 30px;
  display: flex;
  position: relative;
}

.slider-slider-project-item {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}

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

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

.div-block-519.centred-projects {
  justify-content: flex-start;
  align-items: center;
}

.div-block-541 {
  border: 1px solid #0000008c;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  display: flex;
}

.arrow-block {
  color: #413c34;
  padding: 7px 10px;
}

.arrow-block.right {
  color: #413c34;
  margin-left: 10px;
}

.div-block-520 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.slick-slider-project {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.div-block-652 {
  z-index: 2;
  border: 1px solid #e0dbdbd1;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.white-project-bg {
  opacity: 1;
  cursor: pointer;
  background-color: #00000061;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 30px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-line-fill-3 {
  box-shadow: none;
  color: #f5f5f5;
  font-size: .9rem;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: none;
  position: relative;
}

.button-line-fill-3:hover {
  box-shadow: none;
}

.button-line-fill-3.big {
  margin-top: 30px;
  font-size: 1.1rem;
}

.text-block-177 {
  color: var(--black);
  font-family: Overusedgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-177.white {
  color: var(--white);
  font-weight: 300;
}

.button-line {
  background-color: #7e7e7e;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.button-line.big {
  background-color: #dadada78;
  height: 2px;
}

.button-line.big.black {
  background-color: #a3a3a378;
}

.button-line-absolute {
  z-index: 1;
  background-color: #feed9e;
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-line-absolute.big {
  background-color: var(--black);
  height: 2px;
}

.section-26 {
  z-index: 2;
  background-color: var(--bg-color);
  border-top: 1px #283229;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.div-block-674 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.footer-nav-link {
  color: #283229;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-677 {
  max-width: var(--max-width);
  border-bottom: 1px solid #5f635f5e;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  display: flex;
}

.div-block-678 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.div-block-678.space-between {
  justify-content: space-between;
}

.div-block-680 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

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

.bottom-footer-text {
  color: var(--black);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 12px;
}

.bottom-footer-text._5-mb {
  color: var(--black);
  margin-bottom: 0;
}

.div-block-681 {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-block-675 {
  height: 300px;
  padding-top: 20px;
}

.text-block-193 {
  color: var(--black);
  max-width: 150px;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block-683 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-74 {
  max-width: 200px;
}

.div-block-530 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.div-block-530.menu-socials {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.div-block-530.menu-socials.socials {
  flex-flow: row;
}

.code-embed-8 {
  color: var(--black);
  width: 20px;
  height: 20px;
}

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

.text-block-194 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

.link-block-31 {
  border: 1px solid #00000045;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.text-block-195 {
  color: var(--black);
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.heading-container-top {
  width: 60%;
}

.heading-container-top.about-blurb {
  width: 80%;
}

.heading-container-top.service-blurb {
  width: 70%;
}

.div-block-685 {
  max-width: 400px;
  margin-top: auto;
  margin-left: auto;
  padding-right: 60px;
}

.div-block-685.about-blurb {
  max-width: none;
  margin-top: 40px;
  margin-left: 0;
  padding-right: 0;
}

.image-75 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  max-height: 600px;
}

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

.div-block-686._100 {
  width: 100%;
}

.div-block-687 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-688 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  margin-left: 0;
  display: flex;
}

.div-block-688._120pt {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-689 {
  border-right: 1px solid var(--black);
  opacity: .37;
  margin-left: auto;
  margin-right: 40px;
}

.body-4 {
  background-color: var(--bg-color);
  font-family: Overusedgrotesk, sans-serif;
}

.hero-section-services {
  height: 80vh;
}

.hero-section-services.about-us {
  height: 100vh;
}

.hero-section-services.projects {
  height: auto;
}

.hero-section-services.project-page {
  height: 100vh;
}

.div-block-690 {
  max-width: 380px;
  position: absolute;
  inset: auto 0% 60px auto;
}

.div-block-691 {
  width: 100%;
  height: auto;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  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 solid #d4d4d4;
  border-radius: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  transition-property: none;
}

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

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

.accordion-body.js-accordion-body {
  color: #9096a4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1420px;
  margin-top: 0;
}

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

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

.values-text {
  color: var(--black);
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
}

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

.accordion-header.js-accordion-header {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.value-text-container {
  overflow: hidden;
}

.black-underline {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: static;
}

.body-5 {
  font-family: Overusedgrotesk, sans-serif;
}

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

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

.text-block-196 {
  margin-right: 10px;
}

.link-block-32 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  margin-top: 30px;
  padding: 10px 20px;
  text-decoration: none;
}

.why-us-grid {
  max-width: var(--max-width);
  width: 100%;
  height: auto;
}

.why-us-item {
  border-top: 1px solid var(--black);
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

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

.heading-8 {
  margin-top: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}

.hero-bg-shade {
  background-color: #0000007a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-1 {
  max-width: var(--max-width);
  width: 100%;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  display: block;
}

.collection-list-wrapper-3 {
  width: 100%;
  max-width: 1420px;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-76 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-tile-bg-shade {
  z-index: 1;
  background-image: linear-gradient(0deg, #0000007d, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.collection-list-wrapper-4.home-project-cms {
  margin-top: 40px;
}

.menu-container {
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-wrapper {
  z-index: 1;
  max-width: var(--max-width);
  width: 100%;
  position: relative;
}

.div-block-699 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  height: 240px;
  margin-top: 60px;
  display: flex;
}

.div-block-700 {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.div-block-700.contact {
  background-color: var(--black);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  display: flex;
}

.menu-content-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu-bg-div {
  background-color: var(--bg-color);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-blur-background {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #3c3b3ba8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-701 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.team-container._2-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 66.666%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-container._4-column {
  grid-column-gap: 2%;
  grid-row-gap: 60px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.collection-list-wrapper-5 {
  width: 100%;
}

.team-pop-up-wrapper {
  z-index: 99999;
  opacity: 1;
  cursor: pointer;
  background-color: #0000001c;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.exit-pop-up-button {
  cursor: pointer;
  width: 25px;
  height: 25px;
  padding-top: 5px;
  padding-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team-member-item-2 {
  cursor: pointer;
  height: auto;
}

.div-block-625 {
  padding-top: 20px;
}

.div-block-625.pop-up {
  margin-left: 30px;
  padding-top: 0;
}

.rich-text-block {
  margin-top: 30px;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 15px;
  line-height: 22px;
  overflow: visible;
}

.text-block-208 {
  color: #c0bbab;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-208.blue {
  color: var(--black);
  font-weight: 400;
}

.team-image-container-card {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.team-pop-up-content {
  z-index: 1000;
  background-color: var(--white);
  cursor: auto;
  width: 50%;
  max-width: 600px;
  height: 100%;
  padding: 40px 20px 40px 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(0%);
}

.image-77 {
  border-radius: 5px;
  width: 50%;
  max-width: 280px;
}

.code-embed-4 {
  color: #0d1d41;
  width: 20px;
  height: 20px;
}

.exit-div {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-185 {
  color: var(--black);
  font-size: 17px;
  line-height: 24px;
}

.text-block-197 {
  color: var(--black);
  font-size: 22px;
  line-height: 24px;
}

.text-block-186 {
  color: #646464;
  margin-top: 0;
}

.div-block-623 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

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

.div-block-624 {
  margin-top: 40px;
}

.div-block-624.pop-up {
  margin-top: 20px;
}

.team-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.team-pop-up-content-div {
  height: 100%;
  padding-right: 20px;
  overflow: auto;
}

.partners-cms {
  width: 100%;
}

.partners-contaner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partner-link-block {
  width: 100%;
  height: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.partner-image {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.partner-image-contaner {
  border-radius: 5px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.partner-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-705 {
  background-color: var(--light-grey);
  border-radius: 999px;
  margin-top: 10px;
  padding: 3px 10px 5px;
}

.partner-logo-container {
  background-color: var(--white);
  border-radius: 999px;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 20px auto auto 20px;
  overflow: hidden;
}

.image-79 {
  width: 100%;
  height: 100%;
}

.cta-header-div {
  width: 100%;
  max-width: 600px;
}

.cta-text-div {
  margin-left: auto;
}

.cta-paragraph-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.link-block-33 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.text-block-209 {
  color: #1c1c1c;
  font-family: Overusedgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-209.white {
  color: #fff;
  font-weight: 300;
}

.gallery-2 {
  max-width: var(--max-width);
  width: 100%;
}

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

.team-block-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.image-80 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}

.gallery-collection-box {
  width: 100%;
}

.max-w-1420 {
  max-width: 1420px;
}

.page-wrapper {
  overflow: hidden;
}

.small-team-card {
  width: 23%;
}

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

.display-none {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.sub-page.custom-home {
    background-image: linear-gradient(#00000080, #00000080), url('../images/ada609468_48atholst_136.webp');
    background-position: 0 0, 50% 0;
  }

  .div-block-150 {
    flex-direction: row;
    align-items: center;
  }

  .navbar {
    border-bottom-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-142, .link-141.margin-top {
    font-size: 16px;
    line-height: 22px;
  }

  .image {
    width: auto;
    height: 70px;
  }

  .link-block-11 {
    margin-top: 0;
  }

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

  .hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-307.services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-307.services.centred.projects {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading, .heading.services {
    font-size: 55px;
    line-height: 60px;
  }

  .div-block-308.services {
    padding-right: 40px;
  }

  .div-block-308.home {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .heading-2 {
    margin-bottom: 10px;
  }

  .cta-button {
    margin-top: 20px;
  }

  .overview-section {
    padding: 100px 20px 60px;
  }

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

  .overview-section.services._2nd {
    padding: 60px 20px;
  }

  .overview-section.services.project {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .overview-section.services.first {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .overview-section.no-padding {
    padding: 60px 20px;
  }

  .overview-section.no-padding._0-pb {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overview-section.process {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .content-container.background-image {
    height: auto;
  }

  .h2-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .h2-heading.smaller {
    font-size: 34px;
    line-height: 40px;
  }

  .h2-heading.smaller.centred.white {
    max-width: none;
  }

  .h2-heading.blurb-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .h2-heading.large-heading.white.background-image {
    font-size: 35px;
    line-height: 35px;
  }

  .paragraph.sub-paragraph.margin-top.white {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph.sub-paragraph.margin-top.approach {
    font-size: 18px;
  }

  .paragraph.margin-top {
    margin-top: 20px;
  }

  .paragraph.white.hero-blurb {
    margin-top: 0;
  }

  .paragraph.mt-40px.service-text {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph.about-blurb {
    font-size: 17px;
    line-height: 22px;
  }

  .paragraph.centred._500px.value-blurb {
    font-size: 18px;
    line-height: 24px;
  }

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

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

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

  .content-div {
    padding-right: 40px;
  }

  .div-block-410 {
    padding-left: 0;
  }

  .div-block-410._60 {
    width: 80%;
  }

  .div-block-435 {
    padding-left: 40px;
  }

  .image-60 {
    height: 50px;
  }

  .link-112 {
    font-size: 14px;
  }

  .email-form {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-details-container {
    padding-left: 0;
    padding-right: 40px;
  }

  .menu-nav-2 {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    padding-right: 0;
  }

  .div-block-475 {
    width: 60px;
    min-width: 60px;
  }

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

  .image-73 {
    width: 40%;
  }

  .image-73._30 {
    width: 35%;
    margin-top: 140px;
  }

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

  .section-25 {
    padding: 100px 20px;
  }

  .section-25.projects {
    padding-top: 60px;
  }

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

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

  .div-block-677 {
    padding-bottom: 40px;
  }

  .div-block-681 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .div-block-675 {
    height: auto;
    padding-bottom: 60px;
  }

  .image-74 {
    width: 1005px;
    max-width: 180px;
  }

  .link-block-31 {
    height: 60px;
  }

  .text-block-195 {
    font-size: 17px;
  }

  .div-block-685 {
    margin-top: 40px;
  }

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

  .values-text {
    font-size: 34px;
    line-height: 44px;
  }

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

  .menu-container {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

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

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

  .team-pop-up-wrapper {
    opacity: 0;
  }

  .team-pop-up-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .partners-contaner {
    grid-template-columns: 1fr 1fr;
  }

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

  .md-w-auto {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .section.sub-page {
    padding-top: 100px;
  }

  .section.sub-page.projects {
    padding-top: 80px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .image {
    width: auto;
    height: 60px;
  }

  .div-block-307.services {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .div-block-307.services.centred.contact {
    padding-top: 40px;
  }

  .div-block-307.services.centred.projects, .div-block-307.services.project {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-307.about-us {
    padding-bottom: 60px;
  }

  .heading.services {
    font-size: 38px;
    line-height: 45px;
  }

  .heading.services.projects {
    font-size: 45px;
    line-height: 50px;
  }

  .heading.black {
    color: var(--black-2);
    font-size: 45px;
    line-height: 50px;
  }

  .heading-2.projects {
    font-size: 12px;
  }

  .cta-button {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .cta-button.menu-button {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button.mt-30px-mobile {
    margin-top: 30px;
    margin-bottom: 0;
  }

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

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

  .overview-section.services.first {
    padding-top: 60px;
  }

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

  .content-container.background-image {
    padding: 60px 30px;
  }

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

  .h2-heading.smaller {
    margin-bottom: 0;
  }

  .h2-heading.blurb-heading, .h2-heading.large-heading.white.background-image {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph.sub-paragraph.margin-top {
    margin-top: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph.sub-paragraph.margin-top.approach {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph.sub-paragraph.no-margin.services-blurb-home {
    font-size: 15px;
  }

  .paragraph.no-margin.margin-top {
    margin-top: 20px;
  }

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

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

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

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

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

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

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

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

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

  .content-div {
    width: 100%;
  }

  .content-div._50 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-410 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-410.paragraph-blurb-300px {
    margin-top: 40px;
  }

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

  .div-block-410._40 {
    width: 100%;
    margin-top: 40px;
  }

  .image-53 {
    height: 300px;
  }

  .text-block-123 {
    font-size: 38px;
    line-height: 46px;
  }

  .div-block-430 {
    width: 80px;
  }

  .image-60 {
    height: 40px;
  }

  .project-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-card-item {
    margin-right: 0;
  }

  .link-block-24 {
    margin-bottom: 10px;
  }

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

  .link-112 {
    font-size: 15px;
  }

  .address.smaller-padding-left, .address.top {
    margin-bottom: 10px;
  }

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

  .email-form {
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-form-container {
    width: 100%;
    margin-top: 60px;
  }

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

  .menu-nav-2.footer-nav {
    width: 100%;
  }

  .div-block-470 {
    margin-top: 40px;
  }

  .div-block-472.horizontal {
    padding-bottom: 60px;
  }

  .div-block-472.horizontal.no-pb, .service-section {
    flex-flow: column;
  }

  .div-block-476.service-image {
    width: 100%;
    margin-top: 40px;
    padding-left: 60px;
  }

  .div-block-477 {
    width: 40vw;
    height: 30vw;
  }

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

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

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

  .bottom-footer-text._5-mb {
    line-height: 17px;
  }

  .heading-container-top.about-blurb, .div-block-686, .div-block-687 {
    width: 100%;
  }

  .div-block-688._120pt {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .div-block-690 {
    margin-top: auto;
    position: static;
    inset: auto auto 0% 0%;
  }

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

  .accordion__item.js-accordion-item {
    padding-top: 0;
  }

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

  .accordion.js-accordion {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .div-block-699 {
    height: 170px;
  }

  .div-block-701 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .div-block-702 {
    padding-right: 20px;
  }

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

  .team-pop-up-content {
    width: 100%;
  }

  .small-team-card {
    width: 30%;
  }
}

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

  .section.sub-page {
    height: 80vh;
    padding-top: 100px;
  }

  .section.sub-page.projects {
    height: auto;
    padding-top: 110px;
  }

  .section.home {
    height: 100%;
  }

  .menu {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    transform: none;
  }

  .div-block-150 {
    justify-content: center;
  }

  .navbar {
    border-bottom-style: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px 10px;
  }

  .navbar.scroll-down {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .link-142 {
    margin-top: 3px;
  }

  .link-141 {
    font-size: 12px;
  }

  .link-141.margin-top {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .brand {
    padding-left: 0;
    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: #fff;
    width: 60%;
    height: 1.5px;
    max-height: none;
    margin-left: auto;
  }

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

  .div-block-277._2.bottom {
    background-color: #fff;
  }

  .image {
    width: 140px;
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .link-block-11 {
    margin-left: 15px;
  }

  .div-block-299 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
  }

  .div-block-112 {
    border-bottom-style: none;
    align-items: center;
    padding-bottom: 20px;
  }

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

  .div-block-278 {
    width: 45px;
    height: auto;
    position: relative;
  }

  .hero-container {
    height: 100%;
    max-height: none;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .hero-container.service {
    height: 100%;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-container.service.projects {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-307.services {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .div-block-307.services.centred.contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-307.services.centred.projects {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-307.services.centred.our-team {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .div-block-307.services.project {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 40px;
  }

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

  .heading.services.projects {
    line-height: 55px;
  }

  .heading.services.black.projects {
    font-size: 40px;
    line-height: 46px;
  }

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

  .div-block-308.services.centred {
    width: auto;
  }

  .div-block-308.services.project-heading {
    margin-top: -40px;
  }

  .div-block-308.home {
    flex-flow: column;
    margin-top: 0;
  }

  .heading-2 {
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: Barlow, sans-serif;
    font-size: 12px;
  }

  .cta-button {
    width: 100%;
  }

  .cta-button.bottom-cta {
    background-color: #231f2014;
    width: 90%;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button.menu-button {
    height: 50px;
  }

  .cta-button.main-cta {
    width: auto;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .cta-button.mt-30px-mobile {
    width: auto;
  }

  .text-block-92 {
    letter-spacing: 2px;
    font-size: 10px;
  }

  .text-block-92.bottom-cta {
    text-align: center;
    font-size: 10px;
  }

  .image-42.margin-left {
    margin-left: 10px;
  }

  .overview-section {
    padding: 60px 20px;
    overflow: hidden;
  }

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

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

  .overview-section.services._2nd.cta {
    padding-top: 60px;
    padding-bottom: 80px;
  }

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

  .overview-section.services.first {
    padding-bottom: 60px;
  }

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

  .overview-section.no-padding.approach, .overview-section.no-padding.why-us {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .overview-section.no-padding._0-pb {
    padding-top: 40px;
  }

  .overview-section.no-padding._100px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .overview-section.no-pt.no-pb.pb-mobile {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .overview-section.service-home-section {
    padding-bottom: 40px;
  }

  .overview-section.process, .overview-section.our-team {
    padding-bottom: 60px;
  }

  .content-container.horizontal.service-section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-container.background-image {
    min-height: auto;
    padding: 40px 20px;
  }

  .content-container.background-image.cta {
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2-heading {
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
  }

  .h2-heading.services {
    font-size: 35px;
    line-height: 45px;
  }

  .h2-heading.blurb-heading {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .h2-heading.large-heading.white.background-image {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph.sub-paragraph.margin-top {
    margin-top: 0;
  }

  .paragraph.white.hero-blurb {
    font-size: 17px;
    line-height: 24px;
  }

  .paragraph.no-margin._350px {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph.no-margin._380px {
    font-size: 15px;
    line-height: 20px;
  }

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

  .paragraph.centred._500px.value-blurb {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
  }

  .link-block-18 {
    margin-top: 20px;
    padding-left: 30px;
  }

  .link-block-18.no-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-43 {
    flex: 0 auto;
    display: none;
  }

  .section-6 {
    padding: 40px 0%;
  }

  .card-slider_item {
    width: 100%;
  }

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

  .slickdemo {
    margin-left: 0;
    padding-bottom: 30px;
    position: relative;
    left: 0;
  }

  .text-block-101 {
    white-space: nowrap;
  }

  .div-block-329 {
    width: 20%;
  }

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

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

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

  .image-25 {
    width: 50px;
  }

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

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

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

  .grid-29 {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

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

  .grid {
    grid-template-rows: auto auto;
  }

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

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

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

  .content-div._70 {
    width: 100%;
  }

  .div-block-410 {
    padding-top: 20px;
  }

  .div-block-410._30 {
    width: 100%;
    margin-top: 60px;
    padding-top: 0;
  }

  .div-block-410.paragraph-blurb-300px {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-410._60, .div-block-410._40 {
    padding-top: 0;
  }

  .image-53 {
    margin-top: 20px;
  }

  .image-53.mt-20 {
    margin-top: 0;
  }

  .text-block-123 {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-430 {
    width: 50px;
    display: none;
  }

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

  .div-block-434 {
    flex-flow: column-reverse;
    position: relative;
  }

  .div-block-435 {
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
  }

  .div-block-435._100 {
    padding-left: 0;
  }

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

  .div-block-439 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-440 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .project-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .project-card-item {
    margin-bottom: 10px;
  }

  .div-block-445 {
    width: 100%;
    height: auto;
    position: static;
    bottom: 40px;
  }

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

  ._2-questions-wrap {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }

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

  .div-block-447.contact-bar {
    margin-bottom: 0;
    display: block;
  }

  .div-block-447.contact-bar.menu-contact {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .link-112 {
    font-size: 18px;
  }

  .address {
    max-width: 220px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .address.smaller-padding-left {
    margin-left: 0;
  }

  .address.smaller-padding-left.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .address.top {
    margin-top: 0;
  }

  .div-block-366 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    flex-direction: column-reverse;
    margin-top: 40px;
    overflow: hidden;
  }

  .text-field-inform {
    text-transform: none;
  }

  .email-form {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

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

  .contact-details-container {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .link-block-26.hidden-mobile {
    display: none;
  }

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

  .div-block-467 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .menu-nav-2 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .menu-nav-2.footer-nav {
    margin-top: 0;
  }

  .body-2 {
    background-color: var(--bg-color);
  }

  .div-block-471 {
    max-width: none;
    margin-left: 0;
  }

  .div-block-471.approach {
    width: 100%;
    margin-left: 0;
  }

  .div-block-472.horizontal {
    flex-flow: column;
    padding-top: 30px;
  }

  .div-block-472.horizontal.no-pb.max-w-1420 {
    padding-top: 30px;
  }

  .div-block-472.vertical {
    padding-bottom: 60px;
  }

  .div-block-476.service-text {
    padding-right: 0;
  }

  .div-block-476.service-image {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-477 {
    width: 100%;
    height: 40vw;
  }

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

  .image-73 {
    width: 100%;
  }

  .image-73._30 {
    width: 100%;
    margin-top: 60px;
  }

  .div-block-480 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-480.services-blurb-home {
    margin-top: 40px;
    margin-left: 0;
  }

  .div-block-481 {
    margin-top: 30px;
    margin-left: 0;
  }

  .arrow-container {
    width: 100%;
    height: 50px;
  }

  .div-block-539 {
    flex-flow: column;
    width: 100%;
  }

  .section-25 {
    padding: 60px 15px;
  }

  .section-25.projects {
    padding: 0 15px 60px;
  }

  .section-25.projects.padding-projects-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .project-image-container {
    height: 380px;
  }

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

  .link-block-30 {
    height: auto;
  }

  .link-block-30.prjects-tile-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-info-card-tile {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .slider-slider-project-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-541 {
    height: 50px;
    margin-top: 0;
    position: relative;
  }

  .arrow-block, .arrow-block.right {
    color: #413c34;
  }

  .div-block-520.padding-projects-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-line-fill-3.big {
    margin-top: 30px;
  }

  .div-block-674 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-nav-link.address, .footer-nav-link.email {
    margin-top: 3px;
    margin-bottom: 5px;
  }

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

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

  .div-block-678.space-between {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5px;
  }

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

  .bottom-footer-text {
    text-transform: none;
    margin-bottom: 0;
  }

  .div-block-681 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-675 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-193 {
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }

  .image-74 {
    margin-bottom: 40px;
  }

  .div-block-530.menu-socials.socials {
    margin-top: 20px;
  }

  .heading-container-top, .heading-container-top.service-blurb {
    width: 100%;
  }

  .div-block-685 {
    margin-top: 30px;
    margin-left: 0;
    padding-right: 0;
  }

  .div-block-688._120pt {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .hero-section-services {
    height: 80vh;
  }

  .accordion__item.js-accordion-item {
    padding-top: 0;
  }

  .accordion__item.js-accordion-item.active {
    padding-bottom: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 10px;
    padding: 20px 0;
  }

  .accordion.js-accordion {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .values-text {
    text-align: left;
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 0;
    padding-right: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .accordion-header.js-accordion-header {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-692, .div-block-698 {
    grid-template-columns: 1fr;
  }

  .heading-8 {
    margin-bottom: 20px;
  }

  .collection-list {
    column-count: auto;
  }

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

  .collection-list-wrapper-4 {
    margin-top: 20px;
  }

  .menu-container {
    display: none;
    overflow: auto;
  }

  .menu-wrapper {
    border-radius: 8px;
    height: auto;
    overflow: auto;
  }

  .div-block-699 {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 30px;
  }

  .div-block-700 {
    height: 130px;
    min-height: 130px;
  }

  .div-block-700.contact {
    height: 12vh;
    display: none;
  }

  .div-block-701 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .team-container._2-column {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .team-container._4-column {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .team-pop-up-wrapper {
    opacity: 0;
    display: none;
  }

  .exit-pop-up-button {
    width: 30px;
    height: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .team-pop-up-content {
    width: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-623 {
    padding-top: 15px;
  }

  .partners-contaner {
    grid-template-columns: 1fr;
  }

  .cta-header-div {
    max-width: 280px;
  }

  .link-block-33.hidden-mobile {
    display: none;
  }

  .team-block-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .small-team-card {
    width: 100%;
  }

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


@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-bold.ttf') format('truetype'), url('../fonts/overusedgrotesk-extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-bolditalic.ttf') format('truetype'), url('../fonts/overusedgrotesk-extrabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-bookitalic.ttf') format('truetype'), url('../fonts/overusedgrotesk-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk Book';
  src: url('../fonts/overusedgrotesk-book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}