@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/overusedgrotesk-bold.ttf') format("truetype");
  font-weight: 700;
  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-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  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-extrabold.ttf') format("truetype");
  font-weight: 800;
  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;
  src: url('../fonts/overusedgrotesk-roman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Avenir;
  src: url('../fonts/avenirltstd-roman.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/avenirltstd-light.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/avenirltstd-black.otf') format("opentype"), url('../fonts/avenirltstd-heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/avenirltstd-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Free Sans;
  src: url('../fonts/freesansbold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeoniktrial-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeoniktrial-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-extrabold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/switzer-extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #f3f3f3;
  --black: #1c1c1c;
  --max-width: 1420px;
  --blue: #cdc0b0;
  --white: #fff;
  --black-line: #1c1c1c4a;
  --white-line: #ffffffab;
  --dark-grey: #4c4b4b;
  --padding: 20px;
  --light-grey: #e6e6e6;
  --dark-blue: #404d55;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.hero-section {
  background-image: linear-gradient(#00000069, #00000069);
  flex-flow: column;
  height: 100vh;
  max-height: none;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.hero-section.about {
  background-image: linear-gradient(#00000069, #00000069), url('../images/rise-constructions-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 60vh;
  padding-bottom: 20px;
}

.hero-section.about.project-page {
  background-image: url('../images/bluechip-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
  max-height: none;
}

.hero-section.about.projects {
  background-image: linear-gradient(#00000069, #00000069), url('../images/quality-built-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 30px;
}

.hero-section.about.contact-page {
  background-image: linear-gradient(#00000069, #00000069), url('../images/quality-built-7.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.background-video.mobile-hidde {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.background-video.desktop-hidden {
  display: none;
}

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

.div-block-441 {
  background-image: linear-gradient(#231f20, #231f20);
  margin-top: auto;
  position: relative;
}

.menu-nav-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

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

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

.image-60 {
  mix-blend-mode: normal;
  margin-top: auto;
}

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

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

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

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

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

.div-block-222, .div-block-222.smaller-padding-left {
  margin-bottom: 20px;
  margin-left: 0;
}

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

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

.link-112 {
  color: #0f0f25;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-112.white {
  color: #fff;
}

.link-block-26 {
  background-color: var(--grey);
  color: #fff;
  border-radius: 10px;
  padding: 5px 20px;
  text-decoration: none;
  display: flex;
}

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

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

.div-block-278 {
  background-color: var(--blue);
  border-radius: 10px;
  width: 65px;
  margin-left: 0;
  padding: 10px 15px;
}

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

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

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

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

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

.link-142 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 12px;
  text-decoration: none;
}

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

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

.nav-bar-container {
  z-index: 999;
  padding-left: 0%;
  padding-right: 0%;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-131 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #ffffffde;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
}

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

.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 20px;
  font-weight: 400;
  display: flex;
}

.navbar.scroll-down {
  background-color: var(--grey);
  opacity: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -101%);
  box-shadow: 0 0 24px #11132724;
}

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

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

.menu {
  z-index: 99;
  background-color: #cdc0b000;
  border-radius: 10px;
  width: 50%;
  max-width: 470px;
  height: 95%;
  margin-left: auto;
  margin-right: 0;
  padding: 30px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: translate(0%);
}

.link-141 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

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

.link-141.w--current {
  color: var(--black);
  font-size: 28px;
  line-height: 36px;
}

.link-141.margin-top {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
}

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

.menu-link-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.image-42 {
  width: 30px;
}

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

.hero-container.project-page {
  height: auto;
}

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

.text-block-132 {
  color: #fff;
  max-width: 600px;
  margin-top: 15px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-block-132.centred {
  text-align: center;
  font-family: Switzer, Arial, sans-serif;
  font-weight: 300;
}

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

.link-block-16 {
  background-color: #fff0;
  border-bottom: 1px #fff;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

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

.div-block-307.project-page {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.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.home {
  flex-flow: row;
  justify-content: space-between;
}

.div-block-308.home.about {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.div-block-308.home.centred {
  justify-content: space-between;
  align-items: center;
  margin-top: -65px;
}

.text-span-29 {
  font-weight: 600;
}

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

.image-61 {
  width: 40px;
  margin-left: 20px;
}

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

.section.why-us-section {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 140px;
}

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

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

.section.top-home.brown {
  background-color: var(--white);
  padding-bottom: 100px;
}

.section.top-home.brown.coloured {
  background-color: var(--blue);
}

.section.top-home.service-home {
  padding-top: 100px;
}

.section.stats {
  background-color: var(--black);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 140px 20px 60px;
}

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

.div-block-469 {
  z-index: 2;
  max-width: var(--max-width);
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-469.horizontal {
  flex-flow: row;
}

.div-block-469.z-index-3 {
  z-index: 3;
}

.div-block-470 {
  width: 50%;
  height: 100%;
  padding-right: 0;
}

.div-block-471 {
  flex-flow: column;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.div-block-471._50 {
  width: 55%;
}

.image-62 {
  object-fit: cover;
  min-height: 650px;
}

.heading-3 {
  color: var(--black);
  text-transform: none;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 41px;
  font-weight: 300;
  line-height: 46px;
}

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

.heading-3.auto.about {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 35px;
  line-height: 38px;
}

.heading-3.white {
  color: #fff;
}

.heading-3.white.centred {
  text-align: center;
}

.heading-3.centred {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3.centred.stats-blurb {
  color: var(--white);
  max-width: 780px;
}

.paragraph {
  color: var(--black);
  font-size: 15px;
  line-height: 28px;
}

.paragraph._500px {
  max-width: 380px;
  margin: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

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

.div-block-454 {
  width: 100%;
  max-width: 1420px;
  margin-bottom: 60px;
}

.div-block-449 {
  background-image: url('../images/riseconstructionsqld_1722388856_3423968356339505638_4850338456.jpg');
  background-position: 50%;
  background-size: cover;
  width: 90px;
  height: 100%;
  margin-top: 0;
}

.div-block-449._3 {
  background-image: url('../images/external-of-house.-Entry.webp');
}

.div-block-449._2 {
  background-image: url('../images/front-gate.webp');
}

.div-block-449._6 {
  background-image: url('../images/tkst.HELENA14PRINT.webp');
}

.div-block-449._4 {
  background-image: url('../images/front-of-house-from-street.webp');
}

.div-block-449._5 {
  background-image: url('../images/tkconstructionshome-45.webp');
}

.div-block-449._7 {
  background-image: url('../images/dji_0062.webp');
}

.image-69 {
  opacity: .04;
  height: 200%;
  position: absolute;
  top: -68px;
  left: auto;
  right: -26px;
}

.text-block-130 {
  color: #101010;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-130._2 {
  color: #696969;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}

.div-block-460 {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.slickdemo-3 {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: block;
  position: relative;
}

.image-66 {
  width: 20px;
  margin-bottom: 10px;
  margin-left: -1px;
}

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

.card-slider_item.margin {
  width: 100%;
  margin-right: 0;
  padding-right: 30px;
}

.section-22 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -115px;
  padding: 0 40px 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.text-block-133 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
}

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

.div-block-467 {
  background-color: #231f20;
  width: auto;
  height: 20px;
  margin-top: 15px;
  margin-bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-450 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.link-block-25 {
  z-index: 1;
  color: #231f20;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 17px #00000029;
}

.div-block-473 {
  background-color: var(--blue);
  border-radius: 999px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto -15px -15px auto;
}

.div-block-474 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 140px;
  display: flex;
}

.div-block-474.why-us-section {
  height: 400px;
  margin-top: 0;
}

.div-block-474.no-mt {
  justify-content: space-between;
  align-items: stretch;
  margin-top: -99px;
}

.image-70 {
  z-index: 1;
  border-radius: 0;
  width: 40%;
  position: relative;
}

.image-70._100 {
  border-radius: 3px;
  width: 100%;
}

.image-71 {
  z-index: 1;
  border-radius: 0;
  width: 40%;
  margin-top: 305px;
  margin-left: 0;
  position: relative;
}

.div-block-475 {
  background-color: var(--blue);
  border-radius: 999px;
  width: 350px;
  height: 350px;
  position: absolute;
}

.content-panel-right {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.content-panel-right.no-margin {
  margin-right: 0;
}

.link-button {
  border: 1px solid var(--black-line);
  background-color: #cdc0b000;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.link-button.no-mt {
  border-style: solid;
  border-radius: 999px;
  margin-top: 0;
  padding: 10px 20px;
}

.link-button.circular {
  background-color: #10101000;
  border-style: solid;
  border-color: #00000094;
  border-radius: 99px;
  margin-top: 30px;
  margin-left: 0;
}

.link-button.circular.no-margin-top {
  margin-top: 0;
}

.link-button.circular._40px-left {
  margin-left: 40px;
}

.link-button.circular.white {
  border-color: #ffffffc2;
}

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

.link-button.white.testimonial-home {
  border-color: var(--white);
  background-color: var(--white);
  margin-top: 0;
  overflow: hidden;
}

.link-button.mt-40px {
  margin-top: 30px;
}

.link-button.margin-left {
  margin-left: 40px;
}

.link-button.mt {
  margin-top: 0;
}

.text-block-138 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.text-block-138.borwn {
  color: var(--blue);
}

.text-block-138.white {
  color: var(--white);
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-size: 14px;
}

.image-72 {
  width: 25px;
  margin-right: 15px;
}

.div-block-477 {
  width: 45%;
  padding-right: 100px;
}

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

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

.heading-4 {
  color: #231f20;
  text-transform: none;
  max-width: 700px;
  margin-top: 20px;
  margin-left: 0;
  font-size: 75px;
  font-weight: 500;
  line-height: 85px;
}

.heading-4.services {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 50px;
}

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

.slickdemo {
  padding-bottom: 40px;
}

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

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

.text-block-100.type {
  background-color: var(--blue);
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  border-radius: 2px;
  margin-top: 20px;
  padding: 5px 20px;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.card.project-page {
  padding-right: 0;
  position: relative;
}

.project-section {
  z-index: 1;
  background-color: var(--white);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 40px 20px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-if-card {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 150px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

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

.div-block-330.padding {
  height: auto;
  margin-bottom: 40px;
}

.text-block-99 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 5px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.link-block-18 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #231f20;
  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;
}

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

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

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

.div-block-478 {
  background-color: #231f20;
  width: auto;
  height: 20px;
  margin-top: 15px;
  margin-bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-478.inverse {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.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._3 {
  background-image: linear-gradient(#0000, #00000080), url('../images/external-of-house-from-east.webp');
}

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

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

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

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

.project-bg._1 {
  border-bottom: 3px solid var(--blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}

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

.project-link-block {
  color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 450px;
  text-decoration: none;
  overflow: hidden;
}

.div-block-430 {
  background-color: #231f20;
  width: 140px;
  max-width: 350px;
  height: 1px;
  margin-left: 20px;
}

.cta-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 20px 40px;
  display: flex;
}

.div-block-479 {
  max-width: var(--max-width);
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/quality-built-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.bottom-line-footer {
  background-color: #0101016e;
  width: 100%;
  height: 1px;
}

.image-6 {
  opacity: .86;
  filter: grayscale();
  height: 80px;
}

.footer-menu-container {
  max-width: var(--max-width);
  aspect-ratio: auto;
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.text-block-140 {
  color: var(--black);
  font-family: Switzer, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.text-block-140.socials {
  color: #656565;
  font-family: Switzer, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.div-block-556 {
  margin-top: 30px;
}

.text-block-93 {
  color: var(--white);
  text-transform: none;
  font-size: 12px;
  line-height: 22px;
}

.text-block-93.abn {
  color: #fff;
}

.link-block-40 {
  color: #010101;
  text-decoration: none;
}

.link-block-40.mb-5px {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-40.mt-30p {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

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

.div-block-557 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.image-5 {
  opacity: .57;
  filter: grayscale();
  height: 80px;
  margin-left: 20px;
}

.footer-bottom-links {
  max-width: var(--max-width);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  display: flex;
}

.div-block-554 {
  flex-flow: column;
  width: auto;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.footer-contact-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-555 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-contact-details-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-558 {
  margin-right: auto;
}

.div-block-553 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.image-4 {
  max-width: 300px;
}

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

.footer {
  background-color: var(--black);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 40px 20px 0;
  display: flex;
}

.heading-5 {
  z-index: 1;
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.text-block-179 {
  color: var(--black);
  font-size: 15px;
}

.image-39 {
  width: 100px;
  margin-right: 60px;
}

.div-block-396 {
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  display: flex;
}

.div-block-396.img {
  max-width: 600px;
  margin-left: 60px;
}

.container-3 {
  z-index: 1;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

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

.content-block {
  z-index: 1;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

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

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

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

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

.paragraph-2 {
  color: #000;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-2.white {
  color: #fff;
}

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

.tabs-menu {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #ffffffb8 #ffffffb8 var(--blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  top: 180px;
}

.link-block-41 {
  z-index: 999;
  background-color: var(--blue);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 90px;
  padding-left: 15px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 20px;
}

.image-73 {
  width: auto;
  height: 50px;
}

.text-block-180 {
  color: var(--grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 7px #110f204a;
  margin-left: 20px;
  font-weight: 700;
  position: static;
}

.text-block-181 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
}

.image-47 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 1800px;
  height: 700px;
  margin-top: 0;
}

.about-text {
  width: 50%;
  padding-left: 0;
}

.about-text.long-image {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.about-text.long-image.mt-60px {
  justify-content: flex-end;
  align-items: center;
}

.div-block-445 {
  width: 100%;
  max-width: 1800px;
  margin-top: 140px;
  position: relative;
}

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

.section-23.values {
  padding-top: 140px;
  padding-bottom: 60px;
}

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

.div-block-293.image-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 140px;
  display: flex;
}

.div-block-444 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  display: grid;
}

.about-content {
  justify-content: space-between;
  width: 100%;
  max-width: 1800px;
  display: flex;
}

.about-content.not-flipped {
  max-width: var(--max-width);
}

.about-content.top-border {
  border-top: 1px solid #fffc;
  padding-top: 140px;
}

.about-content.top-border.not-flipped {
  border-top-style: none;
  padding-top: 0;
  position: relative;
}

.div-block-291 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 0%;
  display: flex;
}

.div-block-291.no-padding {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 0%;
}

.animation1 {
  color: #fff;
  font-family: Aeonik, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.animation1.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.animation1.h2._500px {
  max-width: 500px;
}

.animation1.about {
  color: #000;
  margin-top: 0;
  font-family: Aeonik, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.paragraph-3 {
  color: #000;
  text-align: left;
  max-width: 450px;
  margin-top: 100px;
  margin-bottom: 0;
  margin-right: 0%;
  font-size: 17px;
  line-height: 25px;
}

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

.div-block-292.image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  bottom: 0;
}

.div-block-292.bottom-border {
  border-bottom: 1px #fffc;
  padding-top: 100px;
  padding-right: 100px;
  position: relative;
}

.div-block-292.bottom-border.left {
  padding-left: 100px;
  padding-right: 0;
}

.div-block-292.bottom-border.about {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.hero-content {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-content.about {
  max-width: var(--max-width);
}

.hero-content.about.flipped {
  flex-flow: row-reverse;
}

.text-up-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.text-up-button.outline {
  color: #f2f8fa;
  background-color: #1f87b4;
  border: 1px solid #1f87b4;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.text-up-button.outline.mt-40px {
  margin-top: 40px;
}

.image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  max-width: 600px;
  height: 700px;
}

.button-text-item {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  font-weight: 400;
  display: flex;
}

.button-text {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.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: 0 0 10px;
  transition-property: none;
}

.question-text {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

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

.js-accordion-icon.active {
  filter: invert();
  color: var(--black);
  height: 17px;
  transform: rotate(90deg);
}

.image-3 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 550px;
}

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

.section-24.top-border {
  border-top: 1px #000;
  padding-top: 140px;
  padding-bottom: 60px;
}

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

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

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

.div-block-565.text-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.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%;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

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

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

.white-line {
  background-color: #fffc;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

.project-gallery-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 220px 40px;
  display: flex;
}

.project-gallery-section.projects {
  padding: 60px 20px;
}

.text-block-170 {
  color: var(--black);
  margin-right: 20px;
}

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

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

.bg-shade-2 {
  z-index: 1;
  opacity: 0;
  background-color: #ffffff6e;
  position: absolute;
  inset: 0%;
}

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

.div-block-295 {
  background-color: var(--blue);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  max-width: var(--max-width);
  width: 100%;
}

.div-block-566 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.project-info-text {
  color: #fff;
  font-size: 20px;
}

.project-info-text.answer {
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
}

.project-info-text.answer.white {
  font-size: 17px;
  line-height: 22px;
}

.project-info-text.answer.black {
  color: var(--black);
}

.project-info-text.header {
  color: #656565;
  font-size: 17px;
  line-height: 22px;
}

.textarea {
  color: #687760;
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  min-height: 120px;
  padding-left: 0;
  padding-right: 0;
}

.form-block {
  width: 100%;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-567 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.project-info-card {
  margin-left: 0;
  margin-right: 40px;
}

.project-info-card.contact {
  margin-bottom: 20px;
  margin-left: 0;
}

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

.field-label {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

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

.text-field {
  color: #687760;
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 20px;
}

.contact-info-page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.paragraph-9 {
  color: #000;
  max-width: 650px;
  font-size: 17px;
  line-height: 28px;
}

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

.collection-list-wrapper-2 {
  max-width: var(--max-width);
  width: 100%;
}

.bg-sahde-project {
  background-image: linear-gradient(0deg, #00000082, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-3 {
  max-width: var(--max-width);
  width: 100%;
}

.projec-tinfo {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 60px;
  display: flex;
}

.body-2 {
  background-color: var(--grey);
  font-family: Barlow, sans-serif;
}

.section-26 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 60px 20px;
  display: flex;
}

.collection-list-2 {
  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: 20px;
  width: 100%;
  display: block;
}

.collection-list-wrapper-4 {
  max-width: var(--max-width);
  width: 100%;
}

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

.collection-item {
  margin-bottom: 20px;
}

.project-page-bg-shade {
  background-color: #00000070;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-74 {
  border-radius: 7px;
  width: 100%;
}

.c-faq-q {
  background-color: #fff0;
  border: 1px #e0e0e0;
  border-bottom: 1px solid #404d5557;
  align-items: center;
  display: flex;
}

.c-faq-a-text {
  padding: 20px 20px 20px 0;
}

.c-faq-a-text.bottom {
  padding-bottom: 0;
}

.c-faq {
  z-index: 2;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-a-text {
  color: var(--black);
  font-size: 15px;
  line-height: 28px;
}

.container-4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container-4.cloneable {
  border-top: 2px #ffffff80;
  width: 100%;
  margin-top: 60px;
  padding: 0 0%;
}

.cloneable-area {
  z-index: 2;
  min-height: auto;
  position: relative;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px 20px 20px 0;
}

.c-faq-q-text.top {
  padding-top: 0;
  padding-left: 0;
}

.faq-stripe-1 {
  background-color: var(--black);
  width: 2px;
  height: 100%;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-icon.top {
  padding-top: 0;
}

.faq-q-text {
  color: var(--black);
  letter-spacing: .6px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.faq-stripe-2 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-item {
  z-index: 2;
  cursor: pointer;
  background-color: #fff0;
  border: 1px #e0e0e0;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

._w-faq-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-content.cloneable {
  z-index: 2;
  padding-top: 0;
  position: relative;
}

.rich-text-block {
  color: #fff;
  margin-top: 10px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-568 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.stats-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  max-width: 1420px;
  height: auto;
  margin-top: 0;
  display: grid;
}

.stats-grid.about-stats {
  width: auto;
  margin-top: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-679 {
  background-color: #fff0;
  border: 1px solid #c9c9c969;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.stats-number {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
}

.stats-number.black {
  color: var(--black);
  margin-top: 10px;
  font-size: 60px;
  line-height: 60px;
}

.stats-headng {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 12px;
}

.stats-headng.black {
  color: var(--black);
}

.stats-headng.white {
  color: var(--white);
}

.div-block-680 {
  margin-top: 180px;
  display: flex;
}

.div-block-681 {
  width: 70%;
  padding-left: 60px;
}

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

.why-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/quality-built-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 20px 140px;
  display: flex;
  overflow: hidden;
}

.testimonials-section {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 20px 140px;
  display: flex;
}

.image-76 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-div-service-home {
  width: 40%;
}

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

.heading-7 {
  color: #00000078;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-683 {
  width: 30px;
  height: 30px;
}

.div-block-684 {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  display: flex;
}

.div-block-684.black {
  background-color: #10101000;
  border-radius: 999px;
  overflow: hidden;
}

.div-block-685 {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.heading-8 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

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

.link-block-42 {
  background-color: #cdc0b000;
  border: 1px solid #ffffff82;
  border-radius: 5px;
  width: auto;
  height: 80px;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-block-42.no-mt {
  margin-top: 0;
}

.div-block-686 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.div-block-687 {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 20px;
  display: flex;
}

.image-77 {
  z-index: 1;
  border-radius: 3px;
  width: 90%;
  margin-top: 220px;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
}

.link-block-43 {
  background-color: #ffffff47;
  border: 1px #2d2d2d87;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.content-section {
  z-index: 1;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.content-section.about {
  margin-top: 0;
}

.content-panel {
  width: 50%;
  height: 300px;
  padding-right: 60px;
}

.heading-9 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.usp-item {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.usp-container {
  width: 100%;
  height: 270px;
  position: static;
  overflow: hidden;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

.blurred-div {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid #b8b8b82e;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.usp-heading-container {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  height: 110px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

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

.heading-86 {
  color: #2b2f75;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 52px;
}

.heading-86.why-choose-us {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  font-family: Aeonik, sans-serif;
  font-size: 41px;
  font-weight: 300;
  line-height: 46px;
}

.heading-86.why-choose-us.blak {
  color: var(--black);
  font-family: Switzer, Arial, sans-serif;
}

.usp-wrapper {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-691 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
}

.paragraph-11 {
  max-width: 500px;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-11.white {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 101px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.image-78 {
  filter: invert();
  width: 40px;
}

.slickdemo-2 {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding-bottom: 40px;
}

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

.menu-wrapper {
  max-width: var(--max-width);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-bg {
  background-color: var(--blue);
  position: absolute;
  inset: 0%;
}

.menu-content-container {
  width: 100%;
  height: 100%;
}

.div-block-692 {
  max-width: var(--max-width);
  width: 100%;
  height: 100%;
}

.div-block-693 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.div-block-462 {
  height: 110px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-462._50 {
  width: 100%;
  height: auto;
  position: static;
}

.link-block-24 {
  border-radius: 5px;
  width: 30%;
  margin-left: auto;
  text-decoration: none;
  overflow: hidden;
}

.card-slider_item-testi {
  max-width: var(--max-width);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.div-block-459 {
  background-color: #fff;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-694 {
  width: 50%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 60px;
}

.text-block-124 {
  color: #baa469;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-124.white {
  color: #fff;
}

.small-description-text {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
}

.small-description-text.blue {
  color: #080039;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.small-description-text.white {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  font-family: Switzer, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.small-description-text.black {
  color: #080039;
  font-weight: 500;
}

.small-description-text.black.view {
  margin-left: auto;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.small-description-text._300-fw {
  color: var(--black);
  text-transform: capitalize;
  font-weight: 500;
}

.small-description-text._300-fw.white {
  color: var(--black);
  font-family: Switzer, Arial, sans-serif;
  font-weight: 400;
}

.small-description-text.view-project {
  margin-left: auto;
  font-weight: 400;
}

.small-description-text.view-project.white {
  color: var(--white);
  font-family: Overusedgrotesk, Arial, sans-serif;
}

.div-block-695 {
  width: 85%;
  height: auto;
}

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

.heading-87 {
  color: #080039;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 75px;
}

.heading-87.white {
  color: #fff;
}

.heading-87.white.testimonials {
  padding-right: 0;
  font-size: 44px;
  line-height: 54px;
}

.paragraph-12 {
  color: #fff;
  margin-top: 40px;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-12.margin-top-testimonials {
  color: var(--black);
  background-color: #fff0;
  height: auto;
  margin-top: 20px;
  padding-right: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  overflow: visible;
}

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

.code-embed {
  color: var(--white);
  width: 50px;
  height: 50px;
}

.div-block-696 {
  margin-bottom: 40px;
  margin-right: 0;
}

.div-block-699 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: grid;
  position: relative;
}

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

.div-block-700.contact {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.link-block-44 {
  background-color: #fff0;
  border: 1px solid #fff;
  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;
}

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

.text-block-210 {
  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;
}

.div-block-701 {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.image-79 {
  width: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-702 {
  background-image: linear-gradient(#00000080, #0000);
  height: 125%;
  position: absolute;
  inset: 0%;
}

.slider-container {
  max-width: var(--max-width);
  width: 100%;
  height: auto;
}

.text-block-211 {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  font-family: Switzer, Arial, sans-serif;
  font-size: 15px;
}

.image-80 {
  width: 80px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-span-30 {
  opacity: 1;
  text-transform: none;
  margin-right: 100px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: -19px;
}

.text-span-30.hidden {
  opacity: 0;
  margin-right: 180px;
}

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

.hero-content-block {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-content-block.studio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.work-list-content-container {
  grid-column-gap: 98px;
  grid-row-gap: 98px;
  flex-flow: column;
  display: flex;
}

.cta-content-container {
  grid-column-gap: 152px;
  grid-row-gap: 152px;
  background-color: #fcfcfc;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.display {
  color: #fcfcfc;
  letter-spacing: normal;
  font-size: 44px;
  font-weight: 400;
  line-height: 1em;
}

.display.black {
  color: #1c1c1c;
}

.heading-1 {
  color: #fcfcfc;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1em;
}

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

.arrow-wrapper {
  z-index: 1;
  width: 17px;
  max-height: 17px;
  display: flex;
  position: relative;
}

.footer-menu-list-container {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  display: flex;
}

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

.about-us-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-list-content-wrapper {
  flex-flow: column;
  display: flex;
}

.icon-process-wrapper {
  background-color: var(--blue);
  border-radius: 4px;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  padding: 12px;
}

.faq-content-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fcfcfc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 564px;
  padding: 14px 20px 12px;
  text-decoration: none;
  display: flex;
}

.line-wrapper {
  width: 100%;
  height: 3px;
}

.services-image-wrapper {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.link-primary {
  z-index: 1;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fcfcfc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-primary.black {
  z-index: 2;
  color: #1c1c1c;
  z-index: 2;
  font-size: 15px;
  position: relative;
}

.work-list-section {
  background-color: #fcfcfc;
  padding-top: 128px;
  padding-bottom: 128px;
}

.footer-content-wrapper {
  border-bottom: 1px solid #7c7c7c;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 64px;
  display: flex;
}

.heading-88 {
  color: #fcfcfc;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-88.primary-20 {
  color: #a4a4a4;
}

.about-services-section {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.about-services-section.why-choose-us {
  padding-top: 0;
}

.button-primary {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #1c1c1c;
  border: 1px solid #fcfcfc;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-primary.navbar-2 {
  margin-left: 64px;
}

.button-primary.white {
  color: #1c1c1c;
  background-color: #fcfcfc;
  border: 0 #1c1c1c;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.image-overlay {
  z-index: 1;
  background-color: #1c1c1c;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay.white {
  background-color: var(--white);
  background-color: #fff;
  border-radius: 7px;
  display: none;
  overflow: hidden;
}

.services-list-content-container {
  max-width: var(--max-width);
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-section-2 {
  background-color: #1c1c1c;
  background-image: linear-gradient(#00000080, #00000080), url('../images/quality-built-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 46px;
  display: flex;
}

.hero-section-2.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/canberra-kitchen-renovations.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

.hero-section-2.services.sub-page-service {
  background-image: none;
}

.hero-section-2.why-choose-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/quality-built-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-section-2.testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/canberra-home-renovations.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.main-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.main-container.big {
  padding-left: .694445%;
  padding-right: .694445%;
}

.main-container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.about-services-content-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 698px;
  display: flex;
}

.about-services-content-block.full-width {
  width: 100%;
}

.nav-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-copyright-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-copyright-container.desktop {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 16px;
}

.work-list-content-wrapper {
  flex-flow: column;
  display: flex;
}

.work-list-content-wrapper.mobile {
  display: none;
}

.text-wrapper {
  text-decoration: none;
}

.text-wrapper.client-description {
  max-width: 452px;
}

.text-wrapper.faq-answer {
  overflow: hidden;
}

.text-wrapper.blog-title {
  max-width: 650px;
}

.text-wrapper.blog-title._40px-right {
  margin-right: 40px;
}

.text-wrapper.office {
  max-width: 148px;
}

.text-wrapper.cta {
  max-width: 902px;
}

.text-wrapper.footer-description {
  max-width: 400px;
}

.text-wrapper.cta-description {
  max-width: 452px;
}

.text-wrapper.scroll {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-wrapper.services-section-title {
  max-width: 672px;
}

.text-wrapper.technical-text-wrapper {
  max-width: 220px;
}

.menu-list-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.our-process-detail-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.line-hover-button {
  background-color: #fcfcfc;
  width: 100%;
  height: 1.5px;
}

.line-hover-button.right {
  background-color: var(--white);
}

.line-hover-button.right.black {
  background-color: #1c1c1c;
}

.line-hover-button.left {
  background-color: #fcfcfc;
}

.line-hover-button.left.black {
  background-color: #1c1c1c;
}

.hero-paragraph {
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.hero-paragraph.black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.hero-paragraph.black.faq {
  position: absolute;
  inset: 0%;
}

.footer-content-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-hover {
  background-color: #1c1c1c;
  position: absolute;
  inset: 0%;
}

.button-hover.white {
  background-color: #fcfcfc;
}

.hero-content-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.hero-content-container.services {
  max-width: var(--max-width);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.hero-content-container.services.sub-page {
  justify-content: flex-end;
}

.faq-content-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-process-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 46px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-slide {
  background-color: var(--dark-grey);
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 312px;
  max-height: 312px;
  padding: 30px;
  display: flex;
}

.process-slide.home {
  justify-content: space-between;
  align-items: flex-start;
}

.process-slide.service-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.faq-header-wrapper {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-s-regular {
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.body-s-regular.primary-30 {
  color: #7c7c7c;
}

.body-s-regular.black {
  color: #1c1c1c;
}

.body-s-regular.primary-10 {
  color: #e0e0e0;
}

.body-s-regular.primary-20 {
  color: #a4a4a4;
}

.body-s-regular.primary-40 {
  color: #2c2c2c;
}

.footer-menu-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.faq-header-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  max-width: 620px;
  display: flex;
}

.cta-content-wrapper {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.our-process-section {
  background-color: var(--white);
  padding-top: 96px;
  padding-bottom: 96px;
}

.link-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-text-wrapper.w--current {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
  overflow: hidden;
}

.about-services-content-container {
  max-width: var(--max-width);
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-services-content-container._100 {
  max-width: none;
}

.about-services-content-container.smaller-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.arrow-vector-hover {
  position: absolute;
  inset: 0%;
}

.heading-89 {
  color: #fcfcfc;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.cta-section-2 {
  background-color: #1c1c1c;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.heading-90 {
  color: #fcfcfc;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.heading-90.black {
  color: #1c1c1c;
}

.footer-2 {
  background-color: #1c1c1c;
  padding-top: 80px;
  padding-bottom: 16px;
}

.services-description-block {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  max-width: 452px;
  display: flex;
}

.footer-logo {
  height: 40px;
}

.nav-link {
  color: #fcfcfc;
  letter-spacing: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  overflow: hidden;
}

.services-list-section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-section {
  background-color: #1c1c1c;
  padding-top: 128px;
  padding-bottom: 128px;
}

.work-list-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.hero-studio-image {
  justify-content: space-between;
  align-items: center;
  max-height: 598px;
  display: flex;
}

.image-wrapper.services-list {
  width: 100%;
  max-width: 345px;
  height: 100%;
  max-height: 518px;
}

.image-wrapper.icon-process {
  justify-content: center;
  align-items: center;
  max-width: 24px;
  max-height: 24px;
  display: flex;
}

.image-wrapper.services-cta-section {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image-wrapper.services-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 546px;
  height: 100%;
  max-height: 780px;
  padding-bottom: 0;
  display: flex;
  overflow: clip;
}

.footer-content-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 558px;
  max-width: 558px;
  display: flex;
}

.services-list-content-block {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.services-list-content-block.middle, .services-list-content-block.top {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.about-content-content-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.body-m-medium {
  color: #fcfcfc;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.body-m-medium.black {
  color: #1c1c1c;
}

.body-m-medium.primary-20 {
  color: #a4a4a4;
}

.body-m-medium.primary-30 {
  color: #7c7c7c;
}

.number-services-list {
  width: 82px;
}

.nav-menu-on-tab-mobile {
  display: none;
}

.services-description-wrapper {
  grid-column-gap: 146px;
  grid-row-gap: 146px;
  display: flex;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.image-cover.parallax {
  height: 120%;
}

.image-cover.director {
  aspect-ratio: 2 / 3;
  overflow: visible;
}

.faq-list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-process-content-container {
  max-width: var(--max-width);
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services-list-image-wrapper {
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.footer-menu-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-menu-on-desktop {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-wrapper.see-all-project {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-faq {
  position: relative;
  overflow: hidden;
}

.navbar-2 {
  z-index: 999999999;
  background-color: #1c1c1c;
}

.body-3 {
  font-family: Switzer, Arial, sans-serif;
}

.h2-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 53px;
}

.h2-heading._900px {
  max-width: 980px;
  font-size: 48px;
  line-height: 53px;
}

.h2-heading.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

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

.h2-heading.white.centred._800px {
  max-width: 980px;
}

.h2-heading.align-right {
  text-align: right;
}

.h2-heading.testimonials {
  color: var(--black);
  font-weight: 300;
  line-height: 50px;
}

.main-paragraph {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4rem;
}

.main-paragraph._380px-width {
  color: var(--dark-grey);
  max-width: 380px;
  font-size: 16px;
  line-height: 1.3rem;
}

.main-paragraph.white {
  color: var(--white);
}

.main-paragraph.white.max-width {
  max-width: 480px;
}

.main-paragraph.white {
  font-weight: 300;
}

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

.h3-heading {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-weight: 300;
}

.h3-heading.centred {
  text-align: center;
}

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

.why-us-paragraph {
  color: var(--white);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4rem;
}

.testimonial-paragraph {
  color: var(--black);
  max-width: 480px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.footer-link {
  color: var(--white);
  font-size: 20px;
  line-height: 34px;
}

.socials-heading {
  color: var(--grey);
  font-size: 15px;
  font-weight: 500;
}

.socials-link {
  color: var(--white);
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}

.cta-paragraph {
  color: var(--white);
  text-align: center;
  max-width: 500px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.main-heading {
  color: var(--white);
  max-width: 720px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 52px;
}

.benefit-heading {
  color: #fcfcfc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1em;
}

.benefit-heading.black {
  color: #1c1c1c;
}

.why-us-content-container {
  max-width: var(--max-width);
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.step-content-wrapper {
  grid-column-gap: 4.44444%;
  grid-row-gap: 4.44444%;
  display: flex;
}

.heading-92 {
  color: #fcfcfc;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-92.primary-20 {
  color: #a4a4a4;
  font-weight: 300;
}

.step-section {
  background-color: var(--black);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-bottom: 80px;
}

.step-section.why-choose-us {
  background-color: var(--white);
}

.number-about-wrapper {
  border-bottom: 1px solid #7c7c7c;
  padding-bottom: 24px;
}

.description-step-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  display: flex;
}

.large-h3-heading {
  color: #fcfcfc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

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

.step-content-block {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  display: flex;
}

.body-m-medium-2 {
  color: #fcfcfc;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.about-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 698px;
  display: flex;
}

.body-l-regular {
  color: #fcfcfc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

.body-l-regular.black {
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.body-l-regular.black.mb {
  margin-bottom: 20px;
}

.body-s-regular-2 {
  color: #fcfcfc;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.body-s-regular-2.primary-30 {
  color: #7c7c7c;
  font-weight: 400;
}

.about-section {
  background-color: #fcfcfc;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -50px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-content-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 452px;
  display: flex;
}

.about-content-container {
  max-width: var(--max-width);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefit-content-container {
  z-index: 1;
  background-image: linear-gradient(#0000, #0009 50%, #0009);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.services-cta-section {
  background-color: #1c1c1c00;
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: hidden;
}

.benefit-slider-container {
  max-width: var(--max-width);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  height: 662px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-212 {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
}

.very-large-h3-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 3rem;
}

.about-us-content-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-us-description-wrapper-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-us-image-wrapper {
  border-radius: 7px;
  width: 50%;
  max-width: 546px;
  position: relative;
  overflow: hidden;
}

.main-container-2 {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.22222%;
  padding-right: 2.22222%;
}

.about-us-section {
  background-color: #fcfcfc00;
  padding-top: 120px;
  padding-bottom: 100px;
}

.body-s-regular-3 {
  color: #fcfcfc;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.body-s-regular-3.primary-30 {
  color: #7c7c7c;
  font-weight: 400;
}

.about-us-content-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 698px;
  max-width: 698px;
  display: flex;
}

.about-us-content-container {
  max-width: var(--max-width);
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.small-h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 38px;
}

.small-h2-heading.max-width {
  color: var(--black);
  max-width: 480px;
}

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

.text-span-31 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6rem;
}

.text-span-32 {
  max-width: none;
}

.black-section-about {
  background-color: var(--black);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 20px;
  display: flex;
}

.div-block-704 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
  overflow: clip;
}

.about-heading {
  color: var(--grey);
  font-size: 54px;
  font-weight: 300;
  line-height: 60px;
}

.bordr-span {
  border: 1px solid var(--grey);
  border-radius: 999px;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 46px;
}

.div-block-705 {
  max-width: 480px;
  margin-top: 40px;
  margin-left: auto;
}

.body-m-medium-3 {
  color: #fcfcfc;
  font-family: Overusedgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.contact-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.about-heading-container {
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.footer-logo-container {
  max-width: var(--max-width);
  width: 100%;
  margin-bottom: 20px;
}

.image-81 {
  opacity: 1;
  height: 80px;
}

.text-block-213 {
  color: var(--white);
  font-size: 15px;
}

.link-block-45 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.code-embed-2 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.splide {
  width: 100%;
  height: auto;
  overflow: visible;
}

.splide__track {
  width: 100%;
}

.splide__list {
  width: auto;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 50%;
  margin-right: 40px;
}

.why-choose-us-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.qb-watermark {
  opacity: .06;
  width: 30%;
  margin: 100px auto 0;
  position: absolute;
  inset: 0;
}

.testimonial-home-container {
  max-width: var(--max-width);
  width: 100%;
  height: auto;
}

.testimoinial-home-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.testimonial-image-container {
  aspect-ratio: auto;
  border-radius: 15px;
  width: 30%;
  max-width: none;
  height: 100%;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.image-82 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-home-text-container {
  background-color: #e2e2e236;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 698px;
  padding: 25px;
  display: flex;
}

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

.testi-name {
  color: var(--black);
  font-size: 15px;
}

.testi-project-name {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
}

.div-block-707 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-708 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  display: flex;
}

.link-block-46 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: var(--white);
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-709 {
  background-color: var(--white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: auto;
  display: flex;
}

.text-block-214 {
  color: var(--white);
  font-size: 15px;
}

.link-block-47 {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

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

.div-block-710 {
  background-color: var(--black);
  border-radius: 999px;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.code-embed-3 {
  color: var(--black);
  width: 100%;
  height: 100%;
}

.testimonials-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.testimonial-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.testimonials-wrapper {
  max-width: var(--max-width);
  width: 100%;
}

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

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

.testi-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--grey);
  border-radius: 12px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.rich-text-block-2 {
  color: var(--dark-grey);
  font-size: 16px;
  line-height: 1.4rem;
}

.rich-text-block-2 p {
  margin-bottom: 20px;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.left-arrow {
  z-index: 1;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--black-line);
  border-radius: 999px 0 0 999px;
  width: 40px;
  height: 40px;
  inset: auto 65px 75px auto;
}

.icon {
  color: var(--black);
  position: static;
  transform: scale(.35);
}

.right-arrow {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--black-line);
  border-radius: 0 999px 999px 0;
  width: 40px;
  height: 40px;
  inset: auto 25px 75px auto;
}

.icon-2 {
  color: var(--black);
  position: static;
  transform: scale(.35);
}

.slide-nav {
  margin-top: 0;
  display: none;
  bottom: -50px;
}

.display-none {
  display: none;
}

.small-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.small-heading.white {
  color: var(--white);
  font-size: 13px;
  font-weight: 300;
}

.intro-title-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.indent-heading-container {
  position: absolute;
  inset: 10px auto auto 0%;
}

.small-text-wrapper {
  max-width: 180px;
}

.services {
  flex-flow: column;
  height: auto;
  display: flex;
}

.large-spacer {
  height: 100px;
  min-height: 100px;
}

.padding-container {
  padding-right: var(--padding);
  padding-left: var(--padding);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.main-slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  margin-top: 100px;
  margin-left: auto;
  display: block;
  overflow: hidden;
}

.main-slider.glide {
  width: 100%;
  max-width: 100%;
}

.service-slide {
  border-radius: 10px;
  height: 400px;
  min-height: 400px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.service-slide-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.service-bg-shade {
  background-image: linear-gradient(0deg, #000000d4, #0000);
  position: absolute;
  inset: 0%;
}

.div-block-712 {
  width: 50%;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
}

.service-slider-container {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.glide__arrows {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px none var(--black-line);
  border-radius: 0;
  width: auto;
  height: auto;
  display: flex;
}

.glide__arrows.white {
  border-color: var(--white-line);
}

.glide__arrows.benefit-arrows {
  z-index: 99;
  position: absolute;
  inset: auto 40px 40px auto;
}

.glide_arrows_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.glide_arrows_container.service-arrow-container {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.descriptive-text-container {
  max-width: 170px;
}

.service-slide-content {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-93 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 28px;
}

.div-block-713 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

._50-text-wrapper {
  width: 50%;
}

.benefit-paragraph-container {
  z-index: 3;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #0003;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  max-width: 320px;
  height: 190px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
  overflow: hidden;
}

.div-block-715 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.view-service-button-container {
  width: 100%;
  overflow: hidden;
}

.small-spacer {
  height: 40px;
  min-height: 40px;
}

.faq-home-container {
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.div-block-716 {
  width: 25%;
  height: 100%;
}

.faq-accordion {
  width: 100%;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.faq-p {
  background-color: #ededed00;
  border: 1px solid #1c1c1c26;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  border: 1px none var(--black-line);
  color: #fff;
  white-space: break-spaces;
  background-color: #2c4bff00;
  border-radius: 7px;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  color: var(--black);
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-answer-img {
  width: 100%;
}

.faq-body-cont {
  background-color: var(--light-grey);
  border-top: 1px #000;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-container {
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
}

.faq-body {
  background-color: #0000;
  border-top: 1px #000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer {
  margin-bottom: 24px;
}

.div-block-717 {
  width: 75%;
  margin-left: auto;
}

.div-block-718 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-number {
  width: 25%;
}

.faq-heading {
  width: 75%;
}

.faq-heading-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-719 {
  max-width: var(--max-width);
  width: 100%;
  height: auto;
  margin-top: 140px;
}

.process-blur-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #ffffff14;
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 80px;
  padding: 20px;
  display: block;
}

.div-block-720 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-721 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 220px;
  display: flex;
}

.glide__arrow {
  background-color: var(--light-grey);
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

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

.glide__track.srvice-slider {
  width: 75%;
  max-width: 75%;
  margin-left: auto;
}

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

.benefit-slide {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.benefit-wrapper {
  max-width: var(--max-width);
  width: 100%;
  min-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.benefit-track, .benefit-slides {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.benefit-slides.glide__slides {
  position: relative;
}

.benefit-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image-mask {
  width: 100%;
  height: 100%;
  position: relative;
}

.why-us-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.why-us-service-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 66.6%;
  margin-left: auto;
  display: grid;
}

.service-question-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.question-item {
  border: 1px none var(--black-line);
  background-color: var(--light-grey);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 20px;
  display: flex;
}

.div-block-722 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.question-section {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

.dropdown-toggle {
  padding: 0 40px 0 0;
  display: block;
}

.code-embed-4 {
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.dropdown-link {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4rem;
}

.dropdown-link:hover {
  opacity: .6;
}

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

.dropdown {
  height: auto;
  overflow: hidden;
}

.accordion-holder {
  display: flex;
}

.faq-p-2 {
  background-color: #f4f6f800;
  border-radius: 4px;
  width: auto;
  margin-bottom: 0;
  overflow: hidden;
}

.faq-2 {
  color: #fff;
  white-space: break-spaces;
  background-color: #2c4bff00;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-2.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon-2 {
  z-index: 2;
  filter: invert();
  color: var(--black);
  width: 24px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 16px;
  position: absolute;
  inset: 4px auto 0% 110px;
}

.faq-body-cont-2 {
  border-top: 1px #000;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

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

.hero-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .main-container {
    max-width: var(--max-width);
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .about-section, .services-cta-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-container-2 {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    padding-left: 2.22222%;
    padding-right: 2.22222%;
  }

  .why-choose-us-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .testimonial-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero-section.about.projects {
    padding-top: 80px;
  }

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

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

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

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

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

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

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

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

  .link-block-16 {
    margin-top: 20px;
  }

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

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

  .section.top-home.brown {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .card-slider_item.margin {
    width: 100%;
  }

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

  .content-panel-right.home-tbalet {
    width: auto;
  }

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

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

  .text-block-99 {
    font-family: Overusedgrotesk, Arial, sans-serif;
  }

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

  .div-block-479 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-6 {
    height: 60px;
  }

  .footer-menu-container {
    justify-content: flex-start;
  }

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

  .text-block-93 {
    font-size: 12px;
  }

  .image-5 {
    height: 60px;
  }

  .div-block-554 {
    width: 66%;
  }

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

  .div-block-553 {
    width: 30%;
  }

  .image-4 {
    width: 200px;
    max-width: none;
  }

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

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

  .content-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
  }

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

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

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

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

  .image-47 {
    margin-top: 60px;
  }

  .about-text {
    width: 100%;
  }

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

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

  .div-block-293.image-content {
    width: 100%;
    margin-top: 60px;
  }

  .div-block-293.image-content.no-margin {
    margin-top: 0;
  }

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

  .about-content {
    flex-flow: column-reverse;
  }

  .about-content.not-flipped {
    flex-flow: column;
  }

  .about-content.top-border.not-flipped {
    padding-top: 100px;
  }

  .div-block-291 {
    margin-right: 10%;
  }

  .animation1 {
    margin-bottom: 0;
  }

  .animation1.h2._500px {
    max-width: none;
    margin-bottom: 60px;
  }

  .animation1.about {
    font-size: 42px;
    line-height: 50px;
  }

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

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

  .div-block-292.image {
    width: 100%;
    padding-top: 60px;
  }

  .div-block-292.bottom-border {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .hero-content {
    flex-flow: column;
    padding-top: 60px;
  }

  .hero-content.about {
    flex-flow: column;
  }

  .image-2 {
    max-width: none;
  }

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

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

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

  .div-block-565.text-content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

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

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

  .project-gallery-section {
    padding: 60px 20px;
  }

  .project-gallery-section.projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .projec-tinfo {
    width: 50%;
  }

  .stats-number {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .image-75 {
    border-radius: 5px;
  }

  .content-section {
    margin-top: 60px;
  }

  .content-panel.home-tablet {
    width: 30%;
  }

  .usp-item {
    width: 50%;
  }

  .heading-86 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .heading-86.why-choose-us {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .menu-container {
    display: none;
  }

  .link-block-24 {
    width: 40%;
  }

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

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

  .heading-87 {
    font-size: 48px;
    line-height: 55px;
  }

  .heading-87.white.testimonials {
    font-size: 34px;
    line-height: 50px;
  }

  .link-block-44 {
    margin-top: 20px;
  }

  .text-span-30 {
    top: -14px;
  }

  .hero-content-block {
    justify-content: flex-start;
    align-items: stretch;
  }

  .work-list-content-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .display {
    letter-spacing: -.01em;
    font-size: 40px;
    line-height: 1.2em;
  }

  .display.black {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
  }

  .heading-1 {
    letter-spacing: normal;
    font-size: 30px;
    line-height: 1.1em;
  }

  .arrow-wrapper {
    justify-content: center;
    align-items: center;
    width: 11px;
    max-height: 11px;
    display: flex;
  }

  .about-us-description-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-button {
    padding: 0;
  }

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

  .hamburger-icon-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .hamburger-icon-wrapper.none {
    display: none;
  }

  .navbar-contact {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .project-collection-list {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    display: flex;
  }

  .link-primary {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    min-width: 0;
    font-size: 14px;
    display: flex;
  }

  .work-list-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .heading-88 {
    letter-spacing: normal;
    font-size: 24px;
    line-height: 1.2em;
  }

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

  .nav-menu-spacer {
    height: 40px;
  }

  .button-primary {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .button-primary.navbar-2 {
    margin-left: 0;
  }

  .image-overlay.white {
    display: block;
  }

  .services-list-content-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .hero-section-2 {
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about-services-content-block {
    max-width: 440px;
  }

  .nav-list {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-list-content-wrapper.mobile {
    display: flex;
  }

  .work-list-content-wrapper.desktop {
    display: none;
  }

  .hamburger-line-top {
    background-color: #fcfcfc;
    width: 20px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-wrapper {
    max-width: 440px;
    overflow: visible;
  }

  .text-wrapper.blog-title {
    max-width: 400px;
  }

  .text-wrapper.blog-title._40px-right {
    margin-right: 40px;
  }

  .text-wrapper.footer-description {
    max-width: 240px;
  }

  .text-wrapper.scroll {
    max-width: none;
  }

  .text-wrapper.services-section-title {
    max-width: 460px;
  }

  .nav-button-wrapper {
    position: relative;
  }

  .line-hover-button.right {
    display: none;
  }

  .line-hover-button.left {
    height: 1px;
  }

  .hero-paragraph {
    font-size: 16px;
    line-height: 1.2em;
  }

  .hero-content-container.services {
    height: 100%;
  }

  .faq-content-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .our-process-content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .process-slide {
    border-radius: 5px;
    height: auto;
    max-height: 264px;
    padding: 24px 20px 30px;
  }

  .process-slide.service-page {
    max-height: none;
  }

  .faq-header-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .body-s-regular {
    font-size: 12px;
    line-height: 1.4em;
  }

  .footer-menu-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 440px;
    max-width: 440px;
  }

  .navbar-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .our-process-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .link-text-wrapper.md-display-none.w--current {
    display: none;
  }

  .nav-button-icon.absolute {
    position: absolute;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .heading-89 {
    letter-spacing: -.01em;
    font-size: 18px;
    line-height: 1em;
  }

  .heading-89.black {
    color: #1c1c1c;
  }

  .hamburger-line-middle {
    background-color: #fcfcfc;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-90 {
    letter-spacing: normal;
    font-size: 26px;
    line-height: 1.2em;
  }

  .services-description-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-logo {
    height: auto;
    max-height: 30px;
  }

  .nav-link {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .services-list-section, .faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .work-list-heading-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-wrapper.hero-studio-image {
    max-height: 320px;
  }

  .image-wrapper.services-list {
    max-width: 345px;
    max-height: none;
    overflow: visible;
  }

  .image-wrapper.icon-process {
    justify-content: center;
    align-items: center;
    max-width: 16px;
    max-height: 16px;
    display: flex;
  }

  .image-wrapper.services-section {
    max-width: none;
    max-height: none;
  }

  .footer-content-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-contact {
    width: 440px;
    max-width: 440px;
  }

  .hamburger-line-bottom {
    background-color: #fcfcfc;
    width: 12px;
    height: 2px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .services-list-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .services-list-content-block.middle, .services-list-content-block.top {
    grid-column-gap: 0px;
    border-bottom-style: none;
  }

  .body-m-medium {
    font-size: 14px;
    line-height: 1.4em;
  }

  .number-services-list {
    width: 44px;
  }

  .nav-menu-on-tab-mobile {
    z-index: 99999;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fcfcfc;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-left: 2.22222%;
    padding-right: 2.22222%;
    display: block;
    position: relative;
  }

  .services-description-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 64px;
  }

  .image-cover.parallax {
    width: 100%;
    height: 100%;
  }

  .navbar-brand {
    max-width: 110px;
  }

  .our-process-content-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .nav-menu-on-desktop {
    display: none;
  }

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

  .h2-heading.testimonials {
    line-height: 40px;
  }

  .why-us-paragraph {
    font-size: 16px;
  }

  .footer-link {
    font-size: 22px;
    line-height: 30px;
  }

  .benefit-heading {
    letter-spacing: normal;
    font-size: 30px;
    line-height: 1.1em;
  }

  .why-us-content-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .step-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-92 {
    letter-spacing: normal;
    font-size: 24px;
    line-height: 1.2em;
  }

  .step-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .large-h3-heading {
    letter-spacing: normal;
    font-size: 20px;
    line-height: 27px;
  }

  .step-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 328px;
  }

  .body-m-medium-2 {
    font-size: 14px;
    line-height: 1.4em;
  }

  .about-content-wrapper {
    max-width: 440px;
  }

  .body-l-regular {
    font-size: 16px;
    line-height: 1.2em;
  }

  .body-s-regular-2 {
    font-size: 12px;
    line-height: 1.4em;
  }

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

  .benefit-content-container {
    padding: 12px 20px 20px;
  }

  .benefit-slider-container {
    height: 460px;
  }

  .very-large-h3-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .about-us-description-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .body-s-regular-3 {
    font-size: 12px;
    line-height: 1.4em;
  }

  .about-us-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 440px;
    max-width: 440px;
  }

  .body-m-medium-3 {
    font-size: 14px;
    line-height: 1.4em;
  }

  .image-81 {
    height: 60px;
  }

  .testimonial-home-text-container {
    max-width: 440px;
  }

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

  .md-display-none {
    display: none;
  }

  .md-display-block {
    display: block;
  }

  .md-display-flex {
    display: flex;
  }

  .md-flex-child {
    flex: 1;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .why-us-wrapper {
    justify-content: space-between;
    height: 100%;
  }

  .why-us-service-grid {
    width: 100%;
  }

  .faq-icon-2 {
    left: 130px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 80px;
  }

  .brand {
    padding-left: 0;
  }

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

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

  .div-block-308.home.centred {
    margin-top: -40px;
  }

  .section.stats {
    padding-top: 100px;
  }

  .div-block-474.no-mt {
    margin-top: 60px;
  }

  .slickdemo {
    padding-bottom: 0;
  }

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

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

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

  .footer-menu-container {
    flex-flow: column;
  }

  .link-block-40.mb-5px, .link-block-40.mt-30p {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-contact-info {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: block;
  }

  .footer-contact-details-card {
    flex-flow: row;
    justify-content: space-between;
  }

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

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

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

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

  .div-block-336 {
    margin-bottom: 40px;
  }

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

  .image-47 {
    height: 350px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .section-23.values {
    padding-bottom: 0;
  }

  .div-block-291 {
    margin-right: 5%;
  }

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

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

  .paragraph-3 {
    margin-top: 60px;
  }

  .hero-content.about {
    flex-flow: column;
  }

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

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

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

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

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

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

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

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

  .projec-tinfo {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

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

  .collection-list-2 {
    column-count: 2;
  }

  .stats-grid.about-stats {
    position: static;
  }

  .stats-number {
    margin-top: 10px;
    font-size: 50px;
    line-height: 50px;
  }

  .stats-headng {
    line-height: 18px;
  }

  .div-block-680 {
    margin-top: 100px;
  }

  .div-block-681 {
    padding-left: 30px;
  }

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

  .image-77 {
    width: 90%;
    margin-top: 140px;
  }

  .content-panel.home-tablet {
    display: none;
  }

  .usp-item {
    width: 100%;
  }

  .usp-container {
    height: 150px;
  }

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

  .heading-86 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .image-78 {
    width: 30px;
  }

  .slickdemo-2 {
    margin-top: 60px;
  }

  .link-block-24 {
    width: 100%;
    margin-top: 40px;
  }

  .card-slider_item-testi {
    flex-flow: column;
  }

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

  .text-block-124 {
    margin-bottom: 0;
  }

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

  .paragraph-12.margin-top-testimonials {
    margin-top: 52px;
  }

  .image-79 {
    width: 80px;
  }

  .hero-content-block.studio {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-content-block {
    width: 100%;
    max-width: 420px;
  }

  .link-primary.black {
    min-width: 0;
  }

  .nav-menu-spacer {
    height: 20px;
  }

  .button-primary.white {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .footer-copyright-container.desktop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    display: flex;
  }

  .work-list-content-wrapper.mobile {
    display: flex;
  }

  .work-list-content-wrapper.desktop {
    display: none;
  }

  .text-wrapper.client-description {
    max-width: none;
  }

  .text-wrapper.blog-title {
    max-width: 300px;
  }

  .text-wrapper.footer-description {
    max-width: 180px;
  }

  .text-wrapper.services-section-title {
    max-width: 320px;
  }

  .hero-content-container.services {
    height: 100%;
  }

  .faq-content-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .process-slide {
    height: 280px;
    max-height: 280px;
  }

  .process-slide.service-page {
    height: auto;
  }

  .faq-header-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-menu-wrapper {
    width: 320px;
    max-width: 320px;
  }

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

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

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image-wrapper.hero-studio-image {
    max-height: 240px;
  }

  .image-wrapper.services-list {
    height: 260px;
  }

  .footer-content-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .footer-contact {
    width: 320px;
    max-width: 320px;
  }

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

  .services-description-wrapper {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }

  .image-cover._3 {
    object-position: 50% 80%;
  }

  .faq-list-wrapper {
    width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .socials-link {
    text-align: left;
  }

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

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

  .about-content-wrapper {
    max-width: 360px;
  }

  .about-us-content-wrapper {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-us-content-block {
    width: auto;
    max-width: 320px;
  }

  .testimoinial-home-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .testimonial-image-container {
    width: 100%;
    height: 300px;
    margin-right: 10px;
  }

  .testimonial-home-text-container {
    max-width: none;
  }

  .div-block-707 {
    padding: 15px;
  }

  .div-block-708 {
    margin-top: 100px;
  }

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

  .sm-display-none {
    display: none;
  }

  .sm-dispay-block {
    display: block;
  }

  .main-slider.glide {
    flex-flow: column;
    display: block;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .service-question-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 90vh;
    padding-top: 100px;
  }

  .hero-section.about {
    height: auto;
    padding-bottom: 40px;
  }

  .hero-section.about.project-page {
    height: 60vh;
    padding-bottom: 20px;
  }

  .hero-section.about.projects {
    height: 60vh;
    padding-top: 100px;
  }

  .hero-section.about.contact-page {
    height: 60vh;
  }

  .background-video {
    display: block;
  }

  .background-video.mobile-hidde {
    display: none;
  }

  .background-video.desktop-hidden {
    display: block;
  }

  .brand {
    padding-left: 0;
    position: relative;
  }

  .menu-nav-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-299 {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

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

  .exit-button {
    left: auto;
    right: 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;
  }

  .div-block-222 {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-222.smaller-padding-left {
    margin-left: 0;
  }

  .div-block-222.smaller-padding-left.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

  .div-block-277._2.top {
    background-color: var(--black);
    width: 30px;
    margin-top: 0;
  }

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

  .nav-bar-container {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .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: 10px 15px;
  }

  .navbar.scroll-down {
    opacity: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: translate(0, -101%);
  }

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

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

  .link-141, .link-141.w--current {
    font-size: 38px;
    line-height: 42px;
  }

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

  .menu-link-container {
    margin-top: 5px;
    margin-bottom: 10px;
  }

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

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

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

  .hero-container.project-page {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-block-132 {
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-132.centred {
    line-height: 21px;
  }

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

  .link-block-16 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-307.project-page {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-308.home.centred {
    margin-top: 0;
  }

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

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

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

  .section.top-home.brown, .section.stats {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-471._50 {
    width: 100%;
  }

  .div-block-471._50.pt-40px {
    padding-top: 40px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-3.auto {
    margin-bottom: 0;
  }

  .heading-3.auto.about {
    font-size: 28px;
    line-height: 36px;
  }

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

  .div-block-454 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .card-slider_item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-slider_item.margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-22 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-450 {
    padding-bottom: 15px;
  }

  .link-block-25 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-474.no-mt {
    flex-flow: column;
    margin-top: 80px;
  }

  .image-70 {
    width: 45%;
  }

  .image-71 {
    width: 45%;
    margin-left: 20px;
  }

  .content-panel-right {
    margin-right: 0;
  }

  .content-panel-right.home-tbalet, .link-button.margin-left {
    margin-left: 0;
  }

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

  .heading-4 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  }

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

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

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

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

  .card.project-page {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .div-block-330.padding {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .link-block-18.no-margin.mobile {
    display: flex;
  }

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

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

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

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

  .div-block-479 {
    height: 70vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-93 {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
  }

  .link-153 {
    color: #969696;
    text-decoration: none;
  }

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

  .footer-bottom-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

  .footer-contact-details-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }

  .div-block-558 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 0;
    display: flex;
  }

  .div-block-553 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-4 {
    width: 100px;
  }

  .footer {
    z-index: 1;
    position: relative;
  }

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

  .image-39 {
    width: 80px;
    margin-right: 0;
  }

  .div-block-396.img {
    flex-flow: column;
    margin-left: 0;
  }

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

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

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

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

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

  .heading-6, .heading-6.white {
    font-size: 28px;
    line-height: 38px;
  }

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

  .paragraph-2.white.centred-mobile {
    text-align: center;
  }

  .paragraph-2.white.centred-mobile.mt-20px-mobile {
    margin-top: 20px;
  }

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

  .about-text.long-image.mt-60px {
    margin-top: 0;
  }

  .section-23 {
    padding: 60px 10px;
  }

  .section-23.values {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .div-block-293.image-content.no-margin {
    padding-right: 0;
  }

  .about-content.top-border.not-flipped {
    padding-top: 0;
  }

  .div-block-291 {
    margin-right: 0%;
  }

  .animation1 {
    font-size: 38px;
  }

  .animation1.about {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

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

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

  .div-block-292.image {
    padding-top: 0;
  }

  .div-block-292.bottom-border.about.left {
    padding-left: 0;
  }

  .hero-content.about {
    padding-top: 0;
  }

  .hero-content.about.flipped {
    flex-flow: column;
  }

  .image-2 {
    height: 500px;
  }

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

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

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 0;
    padding-right: 20px;
    line-height: 20px;
  }

  .image-3 {
    height: 500px;
  }

  .section-24 {
    padding: 60px 10px;
  }

  .section-24.top-border {
    padding-top: 60px;
  }

  .accordion-body__contents {
    margin-top: 0;
  }

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

  .div-block-565.text-content {
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 10px;
    padding: 10px 0 0;
  }

  .project-gallery-section {
    padding: 60px 10px;
  }

  .project-gallery-section.projects {
    padding: 40px 20px;
  }

  .div-block-435 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-294 {
    height: 380px;
  }

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

  .project-info-text.answer {
    color: var(--black);
  }

  .project-info-text.answer.white {
    color: #fff;
  }

  .form-block {
    margin-top: 0;
  }

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

  .project-info-card {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .link-117, .link-116 {
    color: var(--black);
  }

  .contact-info-page {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .submit-button {
    color: var(--black);
    border-bottom-color: #fff;
  }

  .projec-tinfo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .collection-list-2 {
    column-count: 1;
  }

  .faq-q-text {
    line-height: 20px;
  }

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

  .stats-grid.about-stats {
    position: static;
  }

  .stats-number {
    margin-top: 40px;
  }

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

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

  .why-us {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-section {
    padding-bottom: 100px;
  }

  .image-div-service-home {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-77 {
    width: 100%;
    margin-top: 40px;
  }

  .content-section {
    margin-top: 30px;
  }

  .usp-heading-container {
    position: static;
  }

  .div-block-690 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-86.why-choose-us {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 34px;
  }

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

  .div-block-462 {
    margin-bottom: 0;
  }

  .div-block-462._50 {
    width: 100%;
    position: static;
  }

  .card-slider_item-testi {
    margin-top: 40px;
  }

  .div-block-459 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 10px 20px;
  }

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

  .text-block-124, .text-block-124.white {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .small-description-text.black.view {
    margin-left: 0;
    font-weight: 500;
  }

  .div-block-695 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

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

  .heading-87.white.testimonials {
    margin-top: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph-12.margin-top-testimonials {
    margin-top: 2px;
  }

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

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

  .div-block-700.contact {
    background-color: #1c1c1c00;
    border-radius: 7px;
  }

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

  .text-block-210 {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .image-79 {
    display: none;
  }

  .slider-container {
    margin-top: 20px;
  }

  .text-span-30 {
    margin-right: 60px;
  }

  .div-block-703 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-content-block.studio {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-content-container {
    grid-column-gap: 248px;
    grid-row-gap: 248px;
    padding: 12px;
  }

  .display {
    font-size: 40px;
    line-height: 1em;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 1.1em;
  }

  .footer-menu-list-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-content-block {
    padding: 8px 6px 6px;
  }

  .link-primary {
    min-width: 0;
    text-decoration: none;
  }

  .work-list-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    padding-bottom: 46px;
  }

  .heading-88 {
    letter-spacing: .01em;
  }

  .nav-menu-spacer {
    height: 30px;
  }

  .image-overlay.white {
    overflow: hidden;
  }

  .hero-section-2 {
    height: 75vh;
    padding-top: 110px;
  }

  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-container.big {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }

  .nav-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-wrapper.blog-title, .text-wrapper.footer-description {
    max-width: none;
  }

  .text-wrapper.scroll.hidden-mobile {
    display: none;
  }

  .text-wrapper.services-section-title {
    width: 100%;
    max-width: none;
  }

  .hero-paragraph {
    line-height: 1.4em;
  }

  .footer-content-block {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    flex-flow: column;
  }

  .hero-content-container.services {
    height: 100%;
  }

  .our-process-content-wrapper {
    grid-template-columns: 1fr;
  }

  .process-slide {
    height: 264px;
    max-height: 264px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    flex-flow: column;
    width: 100%;
  }

  .navbar-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .image-wrapper.hero-studio-image {
    height: 203px;
    max-height: 203px;
  }

  .image-wrapper.services-list {
    max-width: none;
    display: flex;
  }

  .image-wrapper.services-section {
    max-width: none;
    max-height: 500px;
  }

  .footer-contact {
    width: 100%;
    max-width: none;
  }

  .services-list-content-block {
    flex-flow: column;
  }

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

  .services-description-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
  }

  .image-cover {
    max-width: none;
  }

  .navbar-brand {
    width: 90px;
  }

  .h2-heading.testimonials {
    font-size: 26px;
    line-height: 32px;
  }

  .h3-heading.black.faq-header {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-paragraph {
    font-size: 20px;
    font-weight: 300;
  }

  .socials-link {
    font-size: 22px;
    line-height: 30px;
  }

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

  .main-heading {
    font-size: 38px;
    line-height: 46px;
  }

  .benefit-heading {
    font-size: 30px;
    line-height: 1.1em;
  }

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

  .heading-92 {
    letter-spacing: .01em;
  }

  .step-section.why-choose-us {
    padding-bottom: 64px;
  }

  .about-content-wrapper {
    max-width: none;
  }

  .about-section {
    padding-top: 60px;
  }

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

  .about-content-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .benefit-content-container {
    background-image: linear-gradient(0deg, #000000b3, #0006 25%, #0000);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

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

  .benefit-slider-container {
    height: 550px;
  }

  .about-us-content-wrapper {
    flex-flow: column;
  }

  .about-us-image-wrapper {
    width: 100%;
  }

  .main-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-us-content-block {
    max-width: none;
  }

  .text-span-31 {
    font-size: 16px;
    line-height: 1.4rem;
  }

  .black-section-about {
    padding: 60px 15px;
  }

  .div-block-704 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .bordr-span {
    line-height: 40px;
  }

  .div-block-705 {
    margin-top: 30px;
  }

  .splide__slide {
    width: 90%;
  }

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

  .testimonial-home-text-container {
    padding: 15px;
  }

  .div-block-708 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .main-slider.glide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    margin-top: 40px;
    display: flex;
  }

  .div-block-712 {
    width: 100%;
    margin-top: 30px;
  }

  .glide__arrows.benefit-arrows {
    inset: auto auto 20px 20px;
  }

  .glide_arrows_container.service-arrow-container {
    position: static;
  }

  ._50-text-wrapper {
    width: 100%;
    margin-top: auto;
    margin-bottom: 80px;
  }

  .benefit-paragraph-container {
    width: auto;
    max-width: none;
    height: auto;
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .faq-home-container {
    margin-top: 40px;
  }

  .faq {
    height: 80px;
    padding: 0 15px;
  }

  .faq-icon {
    margin-right: 5px;
  }

  .faq-img {
    display: none;
  }

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

  .faq-number {
    width: auto;
    margin-right: 15px;
  }

  .faq-heading {
    width: 80%;
  }

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

  .div-block-719 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .process-blur-section {
    margin-top: 40px;
  }

  .div-block-720 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .glide__track.srvice-slider {
    width: 100%;
    max-width: 100%;
  }

  .home-process-slider.glide {
    flex-flow: column;
    display: flex;
  }

  .benefit-slide {
    display: flex;
  }

  .benefit-slide.active {
    flex-flow: row;
    display: flex;
  }

  .why-us-service-grid, .service-question-grid {
    grid-template-columns: 1fr;
  }

  .accordion-holder {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .faq-2 {
    padding-bottom: 5px;
  }

  .faq-icon-2 {
    left: 160px;
  }
}

#w-node-eec9c2e5-c55e-c95c-97ba-4647792a41b8-f6d998d8, #w-node-_309a5f47-e649-38e7-14ed-80217a5e2a68-f6d998d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_130b0f88-8c70-4ea5-0b35-6004822150b2-f0331b36, #w-node-_130b0f88-8c70-4ea5-0b35-6004822150b2-f767c4e9, #w-node-_130b0f88-8c70-4ea5-0b35-6004822150b2-366568e6, #w-node-_130b0f88-8c70-4ea5-0b35-6004822150b2-c2b64263, #w-node-_130b0f88-8c70-4ea5-0b35-6004822150b2-0c2f947c, #w-node-_130b0f88-8c70-4ea5-0b35-6004822150b2-c9c3306b, #w-node-_130b0f88-8c70-4ea5-0b35-6004822150b2-ad03b2ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/overusedgrotesk-bold.ttf') format('truetype');
  font-weight: 700;
  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-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  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-extrabold.ttf') format('truetype');
  font-weight: 800;
  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';
  src: url('../fonts/overusedgrotesk-roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenirltstd-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenirltstd-roman.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenirltstd-light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenirltstd-black.otf') format('opentype'), url('../fonts/avenirltstd-heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenirltstd-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Free Sans';
  src: url('../fonts/freesans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Free Sans';
  src: url('../fonts/freesansbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeoniktrial-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeoniktrial-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeoniktrial-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/switzer-extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}