:root {
  --primary: #9db5c6;
  --black: black;
  --dark-grey: #5f5f5f;
  --white: white;
  --secondary: #335b89;
  --grey: #141a29;
  --light-gray: #d7d7d8;
  --white-smoke: #f1f3f5;
  --card-border: #eaeaeadb;
  --green: #12a79d;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: var(--primary);
  letter-spacing: .6px;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

h1 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -7px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: .95;
}

h2 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.6;
}

h4 {
  clear: left;
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}

h5 {
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4;
}

h6 {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.9;
}

p {
  color: var(--dark-grey);
  text-align: left;
  letter-spacing: .6px;
  margin-top: 7.5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

a {
  color: var(--primary);
  letter-spacing: 0;
  cursor: pointer;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: letter-spacing .3s ease-in-out, color .4s;
}

a:hover {
  color: var(--primary);
  letter-spacing: 1px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 7.5px;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

label {
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 700;
}

sup {
  color: var(--primary);
  font-size: 10px;
}

blockquote {
  border-left: 5px solid var(--primary);
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 24px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.5em;
}

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

.space-text {
  min-height: 15px;
}

.space {
  min-height: 90px;
}

.space-small {
  min-height: 30px;
}

.space-tiny {
  min-height: 7.5px;
}

.invert {
  filter: invert();
}

.description-max-width {
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.description-max-width.add-width {
  max-width: 600px;
}

.description-max-width.azv {
  text-align: left;
  max-width: none;
}

.inquire-title-wrapper {
  width: 80%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper-quarter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  display: flex;
}

.hero {
  background-image: linear-gradient(#9db5c61a, #9db5c61a), linear-gradient(#0009, #0009), url('../images/e34a7740-d314-42de-a7fb-a597583d989e.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.space-large {
  min-height: 120px;
}

.space-large.minus-15px, .space-large.minus-30px {
  min-height: 105px;
}

.numbers-row-count {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.numbers-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.centered {
  text-align: center;
  text-transform: none;
  list-style-type: none;
}

.centered.semi-bold.herotext {
  color: var(--white);
}

.centered.no-capitalize {
  text-transform: none;
}

.centered._17px {
  color: var(--secondary);
  font-size: 18px;
}

.centered._17px.left {
  text-align: left;
  letter-spacing: -.5px;
}

.centered._16px {
  text-align: left;
  font-size: 16px;
}

.container {
  max-width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}

.container.max-width-1440px {
  width: 90%;
}

.numbers-card-body {
  z-index: 2;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  display: flex;
}

.space-mid {
  min-height: 60px;
}

.success-text {
  color: var(--white);
  font-size: 16px;
}

.section {
  width: 100%;
}

.section.max-width-1440px {
  max-width: 1440px;
}

.section.move-down {
  margin-top: 180px;
}

.section.background-smoke.relative {
  z-index: -10;
  position: relative;
}

.section.background-dark {
  background-color: #333;
}

.section.padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.padding.dark {
  background-color: #f1f5f9;
}

.section.padding.background-smoke {
  z-index: 0;
  position: relative;
}

.section.padding.background-smoke.extra-padding-setting {
  padding-bottom: 15px;
}

.section.gradient {
  background-image: linear-gradient(90deg, #bebebe, #fff);
}

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

.works-description-wrapper {
  text-align: left;
  max-width: 200px;
}

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

.container-full.max-width-1440px {
  max-width: 1440px;
  overflow: visible;
}

.container-full.background-features {
  max-width: 1440px;
}

.container-full.background-features.gradient {
  background-image: linear-gradient(270deg, #bebebe, #fff);
  max-width: 100%;
}

.container-full.max-width-1440px {
  max-width: 1440px;
}

.success-message {
  background-color: var(--primary);
  text-align: center;
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.utilities-row {
  flex-wrap: wrap;
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 120px;
  padding-right: 120px;
}

.utility-page-wrap {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/e34a7740-d314-42de-a7fb-a597583d989e.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-button-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 66.6%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.icon-404 {
  max-width: 180px;
  max-height: 180px;
  position: static;
  top: -10px;
}

._404-title {
  color: var(--white);
  text-align: center;
  font-size: 7rem;
}

.container-full-no-overflow {
  max-width: 100%;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--primary);
  min-width: 180px;
  max-width: 180px;
  box-shadow: none;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 15px;
  transition: letter-spacing .2s ease-in-out, box-shadow .3s ease-in-out, transform .4s, border-color .4s, background-color .4s;
  overflow: hidden;
}

.button:hover {
  color: var(--black);
  letter-spacing: .5px;
  background-color: #b5ccdd;
}

.button.move-down {
  margin-bottom: -60px;
  position: absolute;
  bottom: 30.688px;
}

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

.button.background-dark.color-white {
  transition: color .2s, box-shadow .3s ease-in-out, transform .4s;
}

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

.button.border {
  border: 3px solid var(--black);
  background-color: #0000;
  padding-top: 17px;
  padding-bottom: 17px;
}

.button._100 {
  width: 100%;
  min-width: auto;
  max-width: none;
}

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

.button.margin-top {
  margin-top: 10px;
}

.projects-cell-wrapper {
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 240px;
  max-height: 240px;
  padding-left: 0;
  padding-right: 0;
}

.works-content-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  min-width: 330px;
  max-width: 330px;
  display: flex;
  position: relative;
}

.works-wrapper {
  background-color: var(--secondary);
  align-items: center;
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.space-semi {
  min-height: 45px;
}

.projects-text-link {
  color: var(--black);
  font-size: 16px;
}

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

.projects-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 90%;
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.blog-content-card-body {
  z-index: 2;
  border-bottom: 1px solid #0000000d;
  border-left: 1px solid #0000000d;
  border-right: 1px solid #0000000d;
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px 30px;
  display: flex;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-content-image {
  object-fit: cover;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
}

.numbers-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.team-image-wrapper {
  width: 100%;
  min-height: 320px;
  max-height: 320px;
  box-shadow: none;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image {
  cursor: default;
  object-fit: cover;
  max-width: none;
  min-height: 325px;
  max-height: 325px;
  transition: transform .25s;
}

.team-card {
  background-color: var(--white);
  cursor: default;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 320px;
  max-height: 320px;
  transition: transform .3s, color .4s;
  display: flex;
  position: relative;
}

.team-name-card {
  grid-row-gap: 5px;
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -35px;
  overflow: hidden;
}

.slide-nav-testimonial {
  max-height: 13px;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.testimonial-listing-wrapper {
  background-color: var(--secondary);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-image-circle {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  box-shadow: 0 7px 15px #0000001a;
}

.color-white, .color-white.center-on-mobile {
  color: var(--white);
}

.testimonial-icon {
  color: var(--light-gray);
  font-family: Roboto Slab;
  font-size: 25px;
  font-weight: 900;
}

.testimonial-mask {
  width: 90%;
  margin-right: auto;
}

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

.left-arrow-testimonial {
  background-color: var(--white);
  text-align: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 300px;
  max-height: 300px;
  transition: color .4s ease-in-out;
  display: block;
  inset: auto 10% 9% auto;
}

.left-arrow-testimonial:hover {
  color: #e67e22;
}

.testimonial-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  border-left: 5px solid var(--primary);
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  padding: 60px 60px 45px;
  display: flex;
  position: relative;
}

.testimonial-client-info-wrapper {
  grid-column-gap: 30px;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.testimonial-title-wrapper {
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-block-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.testimonial-slide {
  width: 100%;
}

.right-arrow-testimonial {
  background-color: var(--white);
  min-width: 50px;
  max-width: 50px;
  min-height: 300px;
  max-height: 300px;
  margin: 0;
  transition: color .4s ease-in-out;
  display: block;
  inset: auto 5.65% 9% auto;
}

.right-arrow-testimonial:hover {
  color: #eee;
}

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

.team-wrapper-full {
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.team-row-card {
  grid-column-gap: 60px;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.hero-half-wrapper {
  background-image: linear-gradient(90deg, #00000080, #0000), url('../images/e34a7740-d314-42de-a7fb-a597583d989e.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  align-items: center;
  width: 100%;
  min-height: 415px;
  max-height: 415px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-half-wrapper.services-hero-image {
  background-image: linear-gradient(#2a3cb71a, #2a3cb71a), linear-gradient(#12192d99, #12192d99), url('../images/aerial-photography-of-dump-trucks-ps.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.hero-half-wrapper.contact-hero-image {
  background-image: linear-gradient(#2a3cb71a, #2a3cb71a), linear-gradient(#12192d99, #12192d99), url('../images/low-angle-photography-of-gray-tower-crane-ps.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.hero-half-wrapper.about-hero-image {
  background-image: linear-gradient(#ffc3281a, #ffc3281a), linear-gradient(#141a2999, #141a2999), url('../images/aerial-photo-of-people-in-park-at-daytime-Flip.jpeg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  position: relative;
}

.hero-half-wrapper.blog-hero-image {
  background-image: linear-gradient(#2a3cb71a, #2a3cb71a), linear-gradient(#12192d99, #12192d99), url('../images/e34a7740-d314-42de-a7fb-a597583d989e.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.hero-half-wrapper.utility-hero-image {
  background-image: linear-gradient(#2a3cb71a, #2a3cb71a), linear-gradient(#12192d99, #12192d99), url('../images/empty-pathway.jpeg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.hero-half-wrapper.projects-hero-image {
  background-image: linear-gradient(#ffc3281a, #ffc3281a), linear-gradient(#141a2999, #141a2999), url('../images/aerial-view-photography-of-building-Flip.jpeg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  position: relative;
}

.hero-half-wrapper.blog-hero-image {
  background-image: linear-gradient(#ffc3281a, #ffc3281a), linear-gradient(#141a2999, #141a2999), url('../images/green-track-decor.jpeg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  position: relative;
}

.hero-half-wrapper.services-hero-image {
  background-image: linear-gradient(#ffc3281a, #ffc3281a), linear-gradient(#141a2999, #141a2999), url('../images/man-working-on-tools.jpeg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  position: relative;
}

.hero-half-wrapper.contact-hero-image {
  background-image: linear-gradient(#ffc3281a, #ffc3281a), linear-gradient(#141a2999, #141a2999), url('../images/repa-web-1920x960.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  position: relative;
}

.max-width-1440px {
  align-self: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.max-width-1440px.show-overflow {
  overflow: visible;
}

.hero-half-content {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 0;
}

.style-guide-line {
  background-color: #4a3f351a;
  min-width: 100%;
  min-height: 1px;
  max-height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sg-outer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.sg-buttons-grid-dark {
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.global-section {
  width: 100%;
  max-width: 1000px;
  padding-top: 120px;
  padding-left: 64px;
  padding-right: 64px;
}

.sg-anchor-links-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.sg-right-bottom-wrapper {
  flex-direction: column;
  width: auto;
  min-height: 100vh;
  margin-left: 300px;
  display: flex;
  position: relative;
}

.return-to-top-lb {
  z-index: 100;
  background-color: var(--primary);
  color: #eee;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  inset: auto 16px 16px auto;
  box-shadow: 6px 6px 16px #33333326;
}

.return-to-top-lb:hover {
  background-color: var(--secondary);
  color: #eeeeeebf;
}

.brand-logo-image {
  max-height: 50px;
}

.brand-logo-image.inverted {
  filter: brightness(0%) invert();
}

.webclip {
  object-fit: contain;
  width: 256px;
  height: 256px;
}

.sg-logos-grid {
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.card-icon {
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 32%;
}

.sg-colour-wrapper {
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.sg-logo-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sg-colour-swatch {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 100%;
}

.sg-colour-swatch.secondary {
  background-color: var(--secondary);
  color: var(--secondary);
}

.sg-colour-swatch.primary {
  background-color: var(--primary);
  color: var(--primary);
}

.sg-colour-swatch.white {
  background-color: var(--white);
  border: 1px solid #141a2940;
}

.sg-colour-swatch.black {
  background-color: var(--black);
}

.sg-colour-swatch.light-gray {
  background-color: var(--light-gray);
}

.sg-colour-swatch.dark-gray {
  background-color: var(--dark-grey);
}

.sg-buttons-grid {
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
}

.favicon {
  width: 32px;
  height: 32px;
}

.sg-left-top-wrapper {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.logo-lb {
  max-width: 100%;
}

.sg-typography-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text {
  color: #3f3023;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.313rem;
}

.text.centered {
  text-align: center;
}

.card-body-contact {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5px;
  display: flex;
}

.webflow-block {
  border: .5px solid #eeeeee80;
  border-radius: 5px;
  margin-top: 0;
  padding: 0 32px 32px;
}

.social-media-icon {
  max-height: 2.2rem;
}

.top {
  width: 100%;
  height: 0;
}

.contact-form-block {
  width: 100%;
  margin-bottom: 0;
}

.sg-button-block {
  border: .5px solid #eeeeee80;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  display: flex;
}

.blog-post-first-letter {
  float: left;
  color: var(--primary);
  margin-top: 4px;
  margin-right: 8px;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1;
}

.contact-form {
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.sg-colours-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 575px;
  margin-left: -16px;
  margin-right: -16px;
}

.sg-colour-label-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.h1-mobile {
  color: #12192d;
}

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

.sg-return-to-home-lb {
  background-color: var(--light-gray);
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  color: var(--black);
  border-top: .5px solid #eeeeee80;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 32px;
  font-size: 15px;
  line-height: 3;
  transition: letter-spacing .25s ease-in-out, background-color .4s;
  display: flex;
}

.sg-return-to-home-lb:hover {
  color: var(--black);
}

.sg-divider {
  background-color: #eeeeee40;
  width: 100%;
  height: .5px;
  min-height: .5px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.sg-anchor-lb {
  color: var(--black);
  align-items: center;
  padding: 16px 32px;
  font-size: 15px;
  line-height: 3.1;
  transition: background-color .3s;
  display: flex;
}

.sg-anchor-lb:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  letter-spacing: 0;
}

.sg-anchor-lb.w--current {
  background-color: var(--light-gray);
  box-shadow: inset 3px 0 0 0 var(--primary);
  position: static;
}

.sg-logo-block {
  border: .5px solid #eeeeee80;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  padding: 64px 32px;
  display: flex;
  position: relative;
}

.sg-logo-block.background-dark {
  background-color: #252525;
}

.sg-buttons-grid-two {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.team-title-wrapper {
  width: 60%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.team-row {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.contact-us-flex-block {
  grid-column-gap: 15px;
  align-items: center;
  width: 100%;
}

.contact-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  min-width: 100%;
  max-width: 100%;
  padding: 30px;
  display: flex;
}

.contact-us-info-title {
  text-align: left;
}

.message-title-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-area {
  background-color: #f1f3f5;
  border: 1px solid #0000;
  border-radius: 5px;
  min-height: 15vh;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-area::placeholder {
  color: #596475;
}

.contact-info-wrapper {
  grid-row-gap: 30px;
  outline-offset: 0px;
  outline: 1px solid #eee;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.booking-text-field {
  width: 100%;
  min-height: 7vh;
  color: var(--dark-grey);
  background-color: #f1f3f5;
  border: 1px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.booking-text-field::placeholder {
  color: #596475;
}

.text-field {
  color: var(--secondary);
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #0000;
  align-self: flex-start;
  margin-bottom: 0;
  padding: .4375rem 0;
}

.contact-us-flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.contact-icon {
  max-width: 20px;
  max-height: 20px;
  margin-top: 4px;
}

.contact-us-wrapper-half {
  width: 100%;
  max-width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-us-block-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.contact-us-form-wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-us-form-wrapper.width-90 {
  width: 90%;
}

.contact-us-form {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.select {
  color: #596475;
  background-color: #0000;
  border: 0 solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.select:active, .select:focus-visible, .select[data-wf-focus-visible] {
  border-color: #0000;
}

.contact-us-title-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.upper-box {
  z-index: 3;
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 290px;
  max-width: 290px;
  min-height: 420px;
  max-height: 420px;
  margin-top: 90px;
  display: flex;
}

.blog-wrapper-full-single {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fix-scroll-container {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.works-flex {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-wrapper {
  display: inline-block;
}

.services-page-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-flow: row;
  align-items: start;
}

.faq-plus-icon {
  max-width: 30px;
  max-height: 30px;
  margin-left: 0;
  position: static;
  inset: 15% 0% 0% auto;
  transform: rotate(45deg);
}

.faq-row {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-dropdown-accordion {
  background-color: var(--white);
  min-width: 100%;
}

.dropdown-toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.dropdown-toggle.reclime {
  padding: 25px 40px 40px;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.faq-wrapper.no-padding {
  margin-top: -15px;
  padding-left: 0;
  padding-right: 0;
}

.faq-dropdown-title {
  text-align: left;
  white-space: pre-wrap;
  max-width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  position: relative;
}

.faq {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq.reclime {
  width: 85%;
}

.dropdown-description-wrapper {
  overflow: hidden;
}

.dropdown-description {
  text-align: center;
  width: 70%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.faq-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.blog-single-hero-wrapper {
  background-color: var(--secondary);
  width: 100%;
  min-height: 900px;
  margin-left: auto;
  margin-right: auto;
}

.blog-author-info {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.blog-card-image-wrapper {
  background-color: var(--white);
  width: 130px;
  height: 130px;
  box-shadow: none;
  border-radius: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.bold {
  color: var(--black);
  letter-spacing: 0;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.semi-bold {
  color: var(--black);
  letter-spacing: 0;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.normal {
  color: var(--black);
  letter-spacing: 0;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.light {
  color: var(--black);
  letter-spacing: 0;
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.color-light-gray, .color-light-gray.center-on-mobile {
  color: var(--light-gray);
}

.hero-large-wrapper {
  align-items: center;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-title {
  text-align: center;
  margin-left: 0;
  line-height: 1.1;
}

.nav-menu-link-home {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.nav-menu-link-home:hover {
  color: var(--secondary);
  letter-spacing: 0;
}

.nav-menu-link-home:focus-visible, .nav-menu-link-home[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-menu-link-home.w--current {
  color: var(--secondary);
}

.utilities-gallery-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.nav-tab-law {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.gallery-list-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  overflow: hidden;
}

.image-wrapper {
  object-fit: cover;
  background-color: #0006;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper:hover {
  background-color: #00000080;
}

.utilities-wrapper-full {
  object-fit: fill;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.licenses-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.gallery-one {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-grid-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.paragraph-max-width {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-max-width.not-centered {
  margin-left: 0;
  margin-right: 0;
}

.gallery-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.row-tab-law {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-one {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  transition: filter .2s;
}

.image-one:hover {
  filter: brightness(50%);
}

.footer-social-link {
  width: 1.2em;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-title-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.footer-legal-text-link {
  color: #252525;
  white-space: nowrap;
  width: 100%;
  margin-right: 10px;
  font-size: 15px;
}

.footer-legal-text-link:hover {
  color: #6c757d;
}

.footer-copyright {
  color: #252525;
  font-size: 15px;
}

.footer-flex-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-legal-text {
  color: #252525;
  white-space: nowrap;
  font-size: 15px;
}

.footer-divider {
  background-color: var(--dark-grey);
  width: 90%;
  height: 1px;
  margin: 40px auto;
}

.footer-legal-text-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.footer-social-link-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 10em;
  display: flex;
}

.footer-social-link-wrapper.invert {
  width: 4.5em;
  margin-top: 7.5px;
}

.footer-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around stretch;
  justify-items: stretch;
  width: 50%;
  display: grid;
}

.footer-logo-link, .footer-logo-link.w--current {
  padding-top: 3%;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper-half-small {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 41.6667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-text {
  color: var(--light-gray);
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 15px;
}

.footer-text:hover {
  color: var(--primary);
  letter-spacing: 0;
}

.footer-wrapper-half-big {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 58.33%;
  min-height: 1px;
  display: flex;
  position: relative;
}

.footer-wrapper-half-big.self-align-right {
  align-items: flex-end;
}

.footer-block-content {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.footer-flex-block {
  justify-content: flex-start;
  align-items: flex-end;
}

.services-wrapper {
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
}

.blog-side-bar-left {
  background-color: var(--white);
  margin-top: 90px;
  padding-left: 120px;
  padding-right: 60px;
}

.blog-side-bar-right {
  padding-right: 120px;
  position: sticky;
  top: -20px;
}

.blog-page-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-flow: row;
  align-items: start;
}

.space-blog {
  min-height: 75px;
  display: flex;
}

.projects-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  display: flex;
  position: relative;
}

.projects-image-bg {
  filter: none;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.services-hero-large-overlay {
  opacity: .8;
  background-image: linear-gradient(#ffc3281a, #ffc3281a);
  width: 100%;
  max-width: 100%;
  min-height: 480px;
  max-height: 480px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.trigger-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-hero-large-image {
  z-index: -2;
  filter: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  max-width: 100%;
  max-height: 480px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.projects-hero-large-overlay {
  z-index: -1;
  background-color: #141a294d;
  background-image: linear-gradient(#ffc3281a, #ffc3281a);
  width: 100%;
  max-width: 100%;
  max-height: 480px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.projects-hero-large-content {
  z-index: 3;
  background-color: var(--primary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  min-height: 360px;
  max-height: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 300px 0% 0%;
}

.projects-single-page-wrapper {
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
}

.projects-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary);
  min-width: 30%;
  min-height: 100%;
  padding: 0;
}

.projects-cell {
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
}

.projects-gallery {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.projects-details-wrapper {
  border-left: 1px solid #0000001a;
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25%;
}

.projects-page-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  width: 100%;
}

.projects-image-wrapper {
  min-width: 290px;
  max-width: 290px;
  min-height: 180px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.projects-more-images {
  filter: none;
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 290px;
  max-width: none;
  min-height: 180px;
  max-height: 180px;
  transition: filter .3s ease-in-out, transform .3s ease-in-out;
}

.projects-more-images:hover {
  filter: brightness();
  transform: scale(1.15);
}

.blog-catagory {
  background-color: var(--primary);
  justify-content: center;
  margin-bottom: 15px;
  padding-left: 21px;
  padding-right: 15px;
  display: flex;
}

.background-smoke {
  background-color: #f1f3f5;
}

.projects-content-on-hover {
  z-index: 3;
  grid-row-gap: 15px;
  background-image: linear-gradient(#ffc328, #ffc328);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.projects-image-overlay {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#ffc3281a, #ffc3281a);
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay {
  z-index: 3;
  background-image: linear-gradient(#9db5c61a, #9db5c61a);
  min-width: 100%;
  min-height: 100%;
  transition: none;
  position: absolute;
}

.about-us-icon {
  max-width: 50px;
  max-height: 50px;
  margin-right: 0;
  position: static;
  top: -10px;
}

.about-us-flex {
  grid-column-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 8%;
}

.contact-us-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-us-card-description {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.hero-description {
  max-width: 800px;
  color: var(--light-gray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 300;
}

.blog-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-row {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  display: flex;
}

.utilities-rich-text {
  text-align: left;
}

.t-c-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 120px;
  padding-right: 120px;
}

.utilities-title-wrapper {
  object-fit: fill;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.style-guide-flex {
  grid-column-gap: 30px;
  width: 100%;
}

.projects-more-images-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: start center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.projects-main-image {
  filter: none;
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 100%;
  min-width: 900px;
  max-width: none;
  min-height: 570px;
  max-height: 570px;
  transition: filter .3s ease-in-out, transform .3s ease-in-out;
}

.projects-main-image:hover {
  filter: brightness();
  transform: scale(1.15);
}

.projects-main-image-wrapper {
  min-width: 900px;
  max-width: 900px;
  min-height: 570px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.services-side-bar-left {
  position: sticky;
  top: 70px;
}

.services-side-bar-right {
  margin-right: 60px;
}

.utility-hero-half-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.projects-title {
  z-index: 2;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
}

.error-massage {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.color-primary {
  color: var(--primary);
}

.hero-flex-block {
  grid-column-gap: 7.5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hero-icon {
  align-self: center;
  max-height: 16px;
  transform: rotate(-135deg);
}

.slide-up-animation-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.bar-graph {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
}

.bar-3 {
  background-color: var(--primary);
  width: 350px;
  height: 10px;
}

.features-construction-stack {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.features-bar-graph-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.tail-percentage-box {
  background-color: var(--secondary);
  width: 10px;
  height: 13px;
  margin-bottom: -5px;
}

.bar-percentage-box {
  z-index: 1;
  background-color: var(--secondary);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 40px;
  margin-bottom: 15px;
  display: flex;
  position: absolute;
  top: -14px;
}

.features-image {
  object-fit: cover;
  background-image: linear-gradient(#ffc3281a, #ffc3281a);
  background-position: 0 0;
  width: 100%;
  max-width: 600px;
  min-height: 360px;
  max-height: 360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-block-bar {
  grid-row-gap: 15px;
  align-items: flex-start;
  width: 100%;
}

.bar-1 {
  background-color: var(--primary);
  width: 290px;
  height: 10px;
}

.bar-2 {
  background-color: var(--primary);
  width: 400px;
  height: 10px;
}

.bar-text {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 1px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.base-bar {
  background-color: #d7d7d866;
  min-width: 100%;
  max-width: 600px;
  overflow: hidden;
}

.services-card-link {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  transition-property: none;
  display: flex;
  position: relative;
}

.services-grid-list {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.services-list-wrapper {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.background-dark {
  background-color: var(--secondary);
}

.angled-top {
  border-right: 64vw solid #0000;
  border-bottom: 10vw solid var(--secondary);
  border-left: 36vw solid #0000;
  margin-top: -260px;
}

.angled-top.hide-on-mobile.max-width-1440px {
  margin-top: -382px;
}

.circle-left-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.circle-mask {
  border: 5px solid var(--primary);
  width: 80px;
  height: 160px;
  position: absolute;
}

.circle-mask.left {
  transform-origin: 100%;
  border-right-width: 0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  inset: 0%;
  transform: rotate(0);
}

.circle-mask.right {
  transform-origin: 0%;
  border-left-width: 0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  inset: 0%;
}

.circle-right-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.circle-static {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  display: flex;
}

.not-centered {
  text-align: left;
}

.projects-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.call-to-action-image {
  background-image: url('../images/repa-web-1920x960.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 90%;
  max-width: 90%;
  min-height: 700px;
  max-height: 700px;
  margin-right: auto;
}

.call-to-action-wrapper {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40%;
  min-height: 500px;
  max-height: 500px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 15% 5% 0% auto;
}

.call-tio-action-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.call-to-action-description {
  max-width: 450px;
  color: var(--black);
}

.count-h2 {
  color: var(--secondary);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.count-flex-block {
  grid-column-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.superscript {
  color: var(--primary);
  font-size: 40px;
}

.hero-half-badge-card {
  background-color: var(--primary);
  box-shadow: none;
  color: #f6f6f4;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 15px 30px;
  font-family: Changa One, Impact, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: auto 14% -12% auto;
}

.hero-half-badge-card:hover {
  color: #f5f5f5;
}

.hero-half-badge-card.style-guide {
  position: static;
}

.hero-half-badge-right {
  color: var(--white);
  font-size: 50px;
  font-weight: 300;
}

.hero-half-subheading {
  border-left: 5px solid var(--primary);
  background-color: #fff3;
  margin-bottom: 7.5px;
  padding-left: 12px;
}

.hero-half-subheading.projects-subheading {
  width: 94px;
}

.hero-half-subheading.about-us-subheading {
  width: 90px;
}

.hero-half-subheading.services-subheading {
  width: 124px;
}

.hero-half-subheading.blog-subheading {
  width: 102px;
}

.hero-half-subheading.contact-subheading {
  width: 170px;
}

.hero-half-badge-left {
  margin-right: 5px;
  font-size: 64px;
  font-weight: 600;
}

.about-us-image-big {
  object-fit: cover;
  width: 100%;
}

.about-us-image-small {
  object-fit: cover;
  min-width: 360px;
  max-width: 360px;
  min-height: 240px;
  max-height: 240px;
  position: absolute;
  inset: auto 10% -50% auto;
}

.about-us-icon-wrapper {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  margin: -40px auto 15px;
  display: flex;
}

.team-social-flex-box {
  z-index: 10;
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  inset: auto 0% -10%;
}

.social-link-round {
  object-fit: contain;
  border-radius: 50%;
  width: 41px;
  min-width: 41px;
  height: 41px;
  padding-right: 3px;
  position: relative;
  overflow: hidden;
}

.social-icon {
  object-fit: contain;
}

.circle-progress-bar-black {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: relative;
}

.line-height {
  background-color: var(--primary);
  width: 100%;
  min-height: 25px;
  position: absolute;
  top: 250px;
  left: -130px;
}

.services-image-wrapper {
  width: 100%;
  min-height: 230px;
  max-height: 230px;
  position: relative;
  overflow: hidden;
}

.services-card-body {
  z-index: 2;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-card-body.no-padding-left {
  padding-left: 0;
  padding-right: 0;
}

.services-card-body.white {
  border: 1px solid var(--card-border);
  background-color: var(--white);
  padding: 15px;
  position: relative;
}

.services-card-body.gteam.no-padding-left.no-padding-top {
  padding-top: 0;
  padding-bottom: 0;
}

.services-card-body.gteam.no-padding-left.no-padding-top.white-background, .services-card-body.white-background {
  background-color: var(--white);
}

.services-card-body.padding {
  padding: 40px;
}

.card-shadow {
  z-index: -1;
  opacity: .5;
  filter: blur(15px);
  background-color: #312504;
  width: 80%;
  height: 25%;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0% 10%;
}

.flex {
  flex-direction: row;
  display: flex;
  position: absolute;
  inset: auto 30% 2.5%;
}

.blog-card-link {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition-property: none;
  display: flex;
  position: relative;
}

.button-text {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

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

.blog-date-wrapper {
  background-color: var(--primary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 75px;
  max-height: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
}

.blog-date-month {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 7.5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: .8;
}

.blog-date-day {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: .7;
}

.blog-button-icon {
  align-self: center;
  max-height: 10px;
  margin-left: 7.5px;
}

.blog-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.blog-grid-list {
  grid-column-gap: 45px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-name {
  color: var(--white);
  line-height: 1.5;
}

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

.hero-title {
  color: var(--white);
  text-align: left;
  font-size: 70px;
}

.about-us-image-wrapper {
  background-image: linear-gradient(#ffc3281a, #ffc3281a), url('../images/firemen-walking-on-flooded-road-with-cars-and-trucks-Square.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 45%;
  max-width: 500px;
  min-height: 360px;
  max-height: 360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-us-wrapper {
  grid-column-gap: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-us-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.values-card {
  background-color: var(--white);
  border: 1px solid #0000000d;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.values-card.transparent {
  background-color: #0000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.about-us-icon-circle-wrapper {
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  margin: -40px auto 15px;
  display: flex;
}

.team-name {
  margin-left: 0;
  line-height: .9;
}

.team-occupation {
  line-height: .9;
}

.about-us-circles-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-us-flex-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.numbers-description {
  color: var(--dark-grey);
  text-align: center;
  line-height: 1.8;
}

.projects-single-title {
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 70%;
  min-height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.projects-details {
  color: var(--black);
  font-size: 16px;
  line-height: .9;
}

.projects-categories {
  color: var(--black);
  line-height: .9;
}

.about-us-image-small-overlay {
  z-index: 1;
  background-color: var(--primary);
  opacity: .1;
  object-fit: cover;
  min-width: 360px;
  max-width: 360px;
  min-height: 240px;
  max-height: 240px;
  position: absolute;
  inset: auto 10% -50% auto;
}

.teams-image-overlay {
  z-index: 3;
  background-image: linear-gradient(#ffc3280d, #ffc3280d);
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.circle-subheading {
  line-height: 1.5;
}

.center-on-mobile {
  color: var(--black);
  text-align: center;
}

.center-on-mobile.smaller {
  font-size: 40px;
}

.center-on-mobile.smaller.left {
  text-align: left;
}

.center-on-mobile.smaller.left.small {
  font-size: 30px;
}

.center-on-mobile.dartk-grey.left {
  text-align: left;
}

.heading, .heading-2, .heading-3 {
  color: var(--light-gray);
}

.services-hero-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.services-hero-image {
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.services-hero-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-main-grid-list {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-main-card-body {
  z-index: 2;
  border: 1px solid #0000001a;
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px 30px;
  display: flex;
}

.services-main-image-wrapper {
  background-image: url('../images/ChatGPT-Image-May-11-2026-01_21_00-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 200px;
  transition: transform .2s;
  position: relative;
  overflow: hidden;
}

.services-main-image-wrapper:hover {
  background-size: cover;
}

.services-main-image-wrapper._1 {
  background-image: url('../images/Screenshot-2026-05-11-at-0.51.02.png');
}

.services-main-image-wrapper._2 {
  background-image: url('../images/filterpress.png');
  background-position: 50%;
}

.services-main-image-wrapper._3 {
  background-image: url('../images/rex-controls.jpg');
}

.services-main-image-wrapper._6 {
  background-position: 100% 0;
}

.services-main-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-main-title-wrapper.center {
  justify-content: center;
  align-items: center;
}

.services-main-description {
  max-width: 580px;
}

.projects-main-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90%;
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.projects-main-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 360px;
  max-height: 360px;
  display: flex;
  position: relative;
}

.projects-main-cell-wrapper {
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 360px;
  max-height: 360px;
  padding-left: 0;
  padding-right: 0;
}

.faq-numbers-back {
  z-index: 0;
  color: var(--white-smoke);
  margin-left: -20px;
  font-size: 90px;
  font-weight: 900;
  position: absolute;
  inset: auto auto auto 0%;
}

.footer-card {
  grid-column-gap: 30px;
  background-color: var(--primary);
  align-items: center;
  width: 85%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 60px;
  display: flex;
}

.button-text-border {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.button-icon {
  align-self: center;
  max-height: 10px;
  margin-left: 0;
}

.button-inquiry-wrapper {
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.booking-form-block {
  width: 100%;
  margin-bottom: 0;
}

.error {
  text-align: center;
  border-radius: 16px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-name {
  color: #3f3023;
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #0000;
  align-self: flex-start;
  margin-bottom: 0;
  padding: .4375rem 0;
}

.success-message-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.booking-form {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.line {
  background-color: #0000001a;
  min-width: 290px;
  max-width: 290px;
  min-height: 1px;
  max-height: 1px;
  position: absolute;
  inset: -30px 0% auto auto;
}

.booking-card {
  background-color: var(--white-smoke);
  border-radius: .1rem;
  flex-direction: column;
  justify-content: center;
  min-width: 360px;
  max-width: 360px;
  height: 100%;
  padding: 46px 45px 60px;
  display: flex;
  position: sticky;
  top: 100px;
}

.success-text-2 {
  color: #181717;
  font-size: 16px;
}

.text-field-inquiry {
  color: #3f3023;
  background-color: #fff;
  border: 1px solid #0000;
  min-height: 50px;
  max-height: 50px;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .9rem;
}

.text-field-inquiry::placeholder {
  color: var(--dark-grey);
}

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

.line-bottom {
  background-color: #0000001a;
  min-width: 290px;
  max-width: 290px;
  min-height: 1px;
  max-height: 1px;
  position: absolute;
  inset: auto auto -15px 0%;
}

.blog-hero-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-hero-large-overlay {
  opacity: .8;
  background-image: linear-gradient(#ffc3281a, #ffc3281a);
  width: 100%;
  max-width: 100%;
  min-height: 480px;
  max-height: 480px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 3px 5px #0003;
}

.faq-h2 {
  text-transform: none;
}

.services-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  width: 100%;
  min-height: 230px;
  max-height: 230px;
}

.nav-bar-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-social-link-wrapper {
  grid-column-gap: 15px;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: static;
}

.nav-social-link {
  width: 15px;
}

.services-title-paragraph {
  color: var(--light-gray);
  text-align: center;
}

.services-title-paragraph.reclime {
  width: 55ch;
}

.services-title-paragraph.reclime.max-width-reclime-hero {
  width: 60ch;
}

.services-h5 {
  color: var(--primary);
}

.font-link:hover {
  color: var(--dark-grey);
}

.blog-single-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.services-single-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sg-main-logo {
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  padding-right: 5px;
  display: flex;
}

.utilities-h1 {
  color: var(--white);
}

.services-form-paragraph.sidebar {
  text-align: center;
}

.preloader-wrapper {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.prelaoder-logo-wrapper {
  padding-top: 20px;
  position: absolute;
  overflow: hidden;
}

.preloader-brand-logo-image {
  z-index: 10000000;
  max-height: 80px;
  margin-top: -17px;
}

.preloader-line {
  z-index: 1;
  background-color: var(--primary);
  width: 5px;
  height: 5px;
  position: relative;
  top: -40px;
  left: 40px;
}

.preloader-right {
  background-color: var(--secondary);
  width: 50%;
  min-height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-left {
  background-color: var(--secondary);
  width: 50%;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sg-return-to-home-lb-2 {
  color: #12192d;
  background-color: #c9d0da;
  border-top: .5px solid #eeeeee80;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 130px;
  margin-top: auto;
  font-size: 15px;
  line-height: 3;
  transition: letter-spacing .25s ease-in-out, background-color .4s;
  display: flex;
}

.sg-return-to-home-lb-2:hover {
  color: #fff;
  letter-spacing: 0;
  background-color: #596475;
}

.sg-return-to-home-lb-2.mobile-only {
  border-top-style: none;
  height: 0;
  padding: 0;
}

.text-2 {
  color: #3f3023;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.313rem;
}

.text-2.mobile-only {
  display: none;
}

.no-overflow-hidden {
  overflow: visible;
}

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

.heading-5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-5.line-height {
  line-height: 1;
}

.heading-6 {
  text-shadow: 5px 5px 6px var(--secondary);
  font-size: 60px;
}

.heading-7 {
  text-shadow: 5px 6px 6px var(--secondary);
}

.heading-8 {
  text-transform: none;
  font-size: 30px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-2.gteam {
  filter: grayscale();
}

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

.div-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-2-col.bigger-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.green {
  color: var(--green);
}

.dartk-grey {
  color: var(--dark-grey);
  text-align: left;
}

.invention {
  color: var(--secondary);
  font-weight: 600;
}

.secondary {
  color: var(--secondary);
}

.secondary.left {
  text-transform: none;
}

.quote {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px;
  font-size: 20px;
}

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

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

.invention-item {
  border-left: 2px solid #cbd5e1;
  padding-left: 3rem;
}

.list {
  margin-left: -28px;
  padding-left: 0;
}

.list-item {
  color: var(--secondary);
  padding-left: 21px;
  padding-right: 22px;
  font-size: 30px;
}

.list-item.first {
  margin-top: -25px;
}

.superscript-2, .superscript-3 {
  color: #ff0004;
}

.contact-avatar {
  width: 130px;
  height: 130px;
  color: var(--white);
  background-image: url('../images/eliska_kotingova.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.contact-avatar._1 {
  background-image: url('../images/ANM_8301.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.contact-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.card-title {
  color: var(--secondary);
  text-align: center;
  letter-spacing: 0;
  font-weight: 600;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
}

.flex-contact {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon {
  width: 20px;
  color: var(--dark-grey);
  margin-top: 7.5px;
  margin-right: 5px;
  padding-top: 1px;
}

.list-gteam {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-gteam {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.gteam-icon {
  margin-top: 5px;
}

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

.text-field-inquiry-2 {
  background-color: var(--white-smoke);
  color: #3f3023;
  border: 1px solid #0000;
  min-height: 50px;
  max-height: 50px;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .9rem;
}

.text-field-inquiry-2::placeholder {
  color: #5f5f5f;
}

.success-message-3 {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.success-text-3 {
  color: #181717;
  font-size: 16px;
}

.booking-card-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: .1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: 20px;
  padding: 46px 45px 60px;
  display: flex;
}

.button-2 {
  min-width: 180px;
  max-width: 180px;
  box-shadow: none;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffc328;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 15px;
  transition: letter-spacing .2s ease-in-out, box-shadow .3s ease-in-out, transform .4s, border-color .4s, background-color .4s;
  overflow: hidden;
}

.button-2:hover {
  color: #000;
  letter-spacing: 1px;
}

.button-2.background-dark.color-white {
  background-color: var(--primary);
  transition: color .2s, box-shadow .3s ease-in-out, transform .4s;
}

.button-2.background-dark.color-white:hover {
  color: #ffc328;
}

.gteam-products {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.gteam-products.margin-top-reclime {
  grid-template-columns: .75fr .3fr;
  margin-top: -20px;
}

.sidebar-heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.about-us-icon-wrapper-2 {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  margin: -40px auto 15px;
  display: flex;
}

.values-card-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.centered-2 {
  text-align: center;
  list-style-type: none;
}

.about-us-flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-us-icon-2 {
  max-width: 50px;
  max-height: 50px;
  margin-right: 0;
  position: static;
  top: -10px;
}

.about-us-icon-circle-wrapper-2 {
  background-color: var(--secondary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  margin: -40px auto 15px;
  display: flex;
}

.space-large-2 {
  min-height: 120px;
}

.highlight {
  color: var(--secondary);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.reclime-h2 {
  text-transform: none;
  margin-bottom: 15px;
  font-size: 35px;
  position: relative;
}

.reclime-h2.margin-top {
  margin-top: 15px;
}

.reclime-paragraph.no-padding-top {
  margin-top: 0;
}

.reclimer-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  height: 500px;
  display: flex;
}

.recimer-flex {
  width: 100%;
  display: flex;
}

.reclimer-card {
  width: 25%;
}

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

.image-4 {
  filter: grayscale();
}

.description-scheme {
  font-size: 11px;
}

.center {
  text-align: center;
  margin-bottom: 7.5px;
}

.center.line-heigt {
  line-height: 1;
}

.list-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blue {
  color: var(--secondary);
}

.right-reclime {
  margin-top: 15px;
}

.image-5 {
  object-fit: cover;
}

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

.reclime-grid.white-background {
  background-color: var(--white);
}

.reclime-card {
  background-color: var(--white);
  border: 1px solid #0000001a;
  padding: 30px;
}

.reclime-card.azv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.color {
  color: var(--secondary);
  font-weight: 600;
}

.style {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.ready {
  background-color: var(--primary);
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.flex1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.purification {
  object-fit: contain;
  width: 100%;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.text-block {
  color: var(--dark-grey);
}

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

.r {
  font-size: 30px;
  position: absolute;
}

.text-span-2 {
  margin-left: 20px;
}

.heading-h3-azv {
  margin-left: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.heading-h2-azv {
  margin-left: 0;
  font-size: 2.8rem;
}

.image-6 {
  width: 50%;
}

.bold-text {
  font-weight: 600;
}

._16px {
  font-size: 16px;
}

.text-span-3, .text-span-4 {
  text-transform: none;
}

.absolute {
  font-size: 25px;
  position: absolute;
}

.absolute.milk {
  bottom: 15px;
}

.absolute.size {
  font-size: 35px;
}

.flex-block-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.lak {
  font-size: 18px;
  position: absolute;
}

.products-logo {
  filter: contrast(200%) grayscale();
  width: 300px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: left;
  }

  .inquire-title-wrapper {
    width: 90%;
  }

  .wrapper-quarter {
    max-width: 50%;
  }

  .hero {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/man-in-gray-dress-shirt-and-blue-denim-jeans-sitting-on-brown-wooden-floor-ps.jpg');
    background-position: 0 0, 0 0, 100%;
  }

  .numbers-row-count {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section.background-smoke.relative {
    z-index: 0;
  }

  .hide-on-tab {
    display: none;
  }

  .utilities-row {
    width: 100%;
  }

  .utilities-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .works-content-wrapper {
    justify-content: center;
    width: 100%;
  }

  .works-wrapper {
    min-height: 760px;
    max-height: 760px;
  }

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

  .numbers-wrapper {
    display: none;
  }

  .team-image-wrapper {
    width: 100%;
  }

  .slide-nav-testimonial {
    padding-top: 3%;
  }

  .testimonial-listing-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .color-white.h1 {
    text-align: center;
  }

  .testimonial-mask {
    width: 84%;
  }

  .left-arrow-testimonial {
    min-height: 390px;
    max-height: 390px;
    bottom: 8.5%;
    right: 8%;
  }

  .testimonial-block-content {
    width: 100%;
    min-height: 85px;
    margin-top: 5px;
  }

  .testimonial-slide {
    width: 101%;
  }

  .right-arrow-testimonial {
    min-height: 390px;
    max-height: 390px;
    bottom: 8.5%;
    right: 0%;
  }

  .team-row-card {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    flex-wrap: wrap;
  }

  .hero-half-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-half-content {
    text-align: center;
    padding-left: 0;
  }

  .sg-outer-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .sg-anchor-links-wrapper {
    z-index: 1;
    background-color: var(--white-smoke);
    flex-flow: wrap;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    inset: 0 0% -150px;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .return-to-top-lb {
    width: 56px;
    height: 56px;
  }

  .brand-logo-image {
    margin-top: 0;
  }

  .sg-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .sg-left-top-wrapper {
    z-index: 5;
    width: 100%;
    min-height: auto;
    position: sticky;
    top: -130px;
  }

  .sg-anchor-lb {
    flex: none;
    justify-content: center;
    min-width: 33%;
    padding: 7.5px 15px;
  }

  .sg-anchor-lb.w--current {
    box-shadow: inset 0 -3px 0 0 var(--primary);
  }

  .team-title-wrapper {
    width: 90%;
  }

  .contact-us-flex-block {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-info {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .contact-info-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -30px;
  }

  .contact-us-form-wrapper {
    width: 100%;
  }

  .upper-box {
    margin-top: 60px;
  }

  .blog-wrapper-full-single {
    padding-left: 60px;
    padding-right: 60px;
  }

  .works-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 90px;
  }

  .services-page-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .faq-row {
    width: 80%;
  }

  .faq-title-wrapper {
    width: 90%;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-dropdown-title {
    max-width: 400px;
    padding-right: 0;
  }

  .hero-large-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .brand-logo-link {
    z-index: 5;
    margin-left: 2%;
    padding-top: 0;
  }

  .nav-menu-button {
    z-index: 5;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav-menu-icon {
    color: var(--black);
    font-size: 30px;
  }

  .nav-menu-link-home {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    display: flex;
  }

  .nav-menu-link-home.w--current {
    font-size: 16px;
  }

  .image-wrapper {
    min-height: 400px;
    max-height: 400px;
  }

  .utilities-wrapper-full {
    flex-direction: column;
    display: flex;
  }

  .gallery-grid-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .row-tab-law {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .image-one {
    min-height: 400px;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .footer-legal-text-link, .footer-copyright {
    font-size: 1rem;
  }

  .footer-flex-wrapper {
    flex-flow: column wrap;
    padding-bottom: 8%;
  }

  .footer-legal-text {
    font-size: 1rem;
  }

  .footer-social-link-wrapper {
    display: flex;
  }

  .footer-descrption-wrapper {
    padding-bottom: 0%;
  }

  .footer-grid-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .footer-wrapper-half-small {
    max-width: 50%;
  }

  .footer {
    max-width: 728px;
  }

  .footer-text {
    padding-top: 0%;
  }

  .footer-wrapper-half-big {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .footer-block-content {
    width: 100%;
    padding-bottom: 15%;
  }

  .services-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .blog-side-bar-left {
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .blog-side-bar-right {
    padding-right: 0;
  }

  .blog-page-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .trigger-animation {
    text-align: center;
  }

  .projects-hero-large-content {
    max-width: 700px;
  }

  .projects-single-page-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .projects-details-wrapper {
    border-left-width: 0;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    padding-left: 0;
  }

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

  .projects-image-wrapper {
    margin-bottom: 0;
  }

  .about-us-flex {
    grid-column-gap: 30px;
    grid-row-gap: 90px;
    align-items: stretch;
    margin-top: 60px;
  }

  .contact-us-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .hero-description {
    max-width: 500px;
    font-size: 20px;
  }

  .t-c-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .utilities-title-wrapper {
    flex-direction: column;
    display: flex;
  }

  .projects-more-images-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    place-items: start center;
    max-width: 595px;
    display: grid;
  }

  .projects-main-image {
    min-width: 595px;
    min-height: 370px;
    max-height: 370px;
  }

  .projects-main-image-wrapper {
    min-width: 595px;
    max-width: 595px;
    min-height: 370px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-side-bar-left {
    display: none;
    position: static;
  }

  .services-side-bar-right {
    border-right-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .utility-hero-half-content {
    text-align: center;
    padding-left: 0;
  }

  .error-massage {
    width: 90%;
  }

  .bar-graph {
    grid-column-gap: 30px;
  }

  .features-construction-stack {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .features-bar-graph-wrapper {
    width: 600px;
  }

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

  .services-list-wrapper {
    width: 85%;
  }

  .projects-title-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 90%;
  }

  .call-to-action-wrapper {
    text-align: center;
    max-width: 100%;
    display: flex;
  }

  .call-tio-action-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .services-card-body.no-padding-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-grid-list {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-title {
    text-align: left;
  }

  .about-us-image-wrapper {
    width: 80%;
  }

  .about-us-wrapper {
    flex-direction: column;
  }

  .about-us-content-wrapper {
    width: 90%;
    top: 240px;
  }

  .values-card {
    max-width: 40%;
  }

  .services-hero-title, .services-hero-image {
    padding-left: 60px;
    padding-right: 60px;
  }

  .services-main-grid-list {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .faq-numbers-back {
    margin-left: 0;
    font-size: 139px;
  }

  .footer-card {
    grid-row-gap: 22.5px;
    flex-direction: column;
    align-items: center;
  }

  .booking-form-block {
    width: 100%;
  }

  .line {
    display: none;
  }

  .booking-card {
    align-items: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .line-bottom {
    display: none;
  }

  .blog-hero-image {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-menu-wrapper {
    background-color: var(--white);
    height: 100vh;
    padding-top: 100px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-bar-menu-wrapper {
    margin-top: 0;
  }

  .nav-social-link-wrapper {
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .nav-social-link {
    margin-left: 0;
    margin-right: 15px;
    display: none;
  }

  .cta-h2, .cta-h5 {
    text-align: center;
  }

  .blog-single-image, .services-single-image {
    padding-left: 60px;
    padding-right: 60px;
  }

  .services-form-paragraph {
    text-align: center;
  }

  .preloader-brand-logo-image {
    margin-top: 0;
  }

  .sg-return-to-home-lb-2.mobile-only {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    height: auto;
    padding: 32px;
    display: flex;
  }

  .text-2.mobile-only {
    display: block;
  }

  .div-2-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-2-col.flex-wrap {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .invention {
    font-size: 25px;
  }

  .booking-card-2 {
    align-items: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gteam-products {
    display: block;
  }

  .about-us-flex-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
  }

  .reclime-grid {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .reclime-grid.white-background {
    width: 100%;
  }

  .flex1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1.75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .flex-block-2 {
    flex-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .space.smaller-on-mobile {
    min-height: 30px;
  }

  .description-max-width {
    max-width: 400px;
  }

  .wrapper-quarter {
    max-width: 50%;
  }

  .numbers-row-count {
    flex-direction: column;
    width: 100%;
  }

  .centered.semi-bold.herotext {
    font-size: 14px;
  }

  .hero-title-wrapper {
    padding-left: 45px;
  }

  .utilities-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .projects-grid {
    width: 100%;
    min-width: 100%;
  }

  .team-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-image {
    object-position: 50% 0%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .slide-nav-testimonial {
    padding-top: 4%;
    bottom: -8%;
  }

  .testimonial-listing-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .color-white {
    text-align: center;
    line-height: 1.5;
  }

  .testimonial-mask {
    width: 78%;
  }

  .testimonial-slider {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .left-arrow-testimonial {
    right: 11%;
  }

  .testimonial-card {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-arrow-testimonial {
    right: 0%;
  }

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

  .global-section {
    padding: 64px 40px;
  }

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

  .sg-colour-wrapper {
    flex-direction: row;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-bottom: 0;
    margin-right: 16px;
    padding-top: 25%;
  }

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

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

  .sg-colour-label-wrapper {
    align-items: flex-start;
  }

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

  .contact-info {
    margin-bottom: 30px;
  }

  .contact-info-wrapper {
    align-items: center;
    width: 100%;
  }

  .contact-us-flex-container {
    padding-top: 0;
  }

  .contact-us-wrapper-half {
    max-width: 100%;
  }

  .contact-us-form-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-us-title-wrapper {
    text-align: center;
  }

  .services-page-grid {
    grid-template-columns: 1fr;
  }

  .faq-row {
    width: 100%;
  }

  .dropdown-toggle {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown-toggle.reclime {
    padding: 40px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq.reclime {
    width: 85%;
  }

  .blod-card-author {
    margin-left: auto;
    margin-right: auto;
  }

  .brand-logo-link {
    padding-left: 0;
  }

  .nav-menu-icon {
    font-size: 28px;
  }

  .nav-menu-link-home {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .utilities-gallery-row {
    justify-content: center;
  }

  .gallery-grid-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .gallery-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .row-tab-law {
    justify-content: center;
    align-items: stretch;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-copyright {
    line-height: 20px;
  }

  .footer-legal-text {
    margin-top: 0;
  }

  .footer-legal-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-link-wrapper {
    margin-top: 10px;
  }

  .footer-grid-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-logo-link {
    padding-top: 0%;
  }

  .footer-block {
    flex-wrap: wrap;
  }

  .footer-wrapper-half-small {
    max-width: 100%;
  }

  .blog-side-bar-left {
    position: static;
  }

  .blog-page-grid {
    grid-template-columns: 1fr;
  }

  .projects-hero-large-content {
    text-align: center;
    flex-direction: column;
    max-width: 500px;
  }

  .projects-single-page-wrapper {
    margin-top: 30px;
  }

  .projects-stack {
    min-width: 100%;
    min-height: 120px;
  }

  .projects-gallery {
    position: static;
  }

  .projects-page-grid {
    grid-template-columns: 1fr;
  }

  .about-us-icon {
    max-width: 40px;
    max-height: 40px;
  }

  .about-us-flex {
    margin-top: 0;
  }

  ._404-row {
    justify-content: center;
  }

  .t-c-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-flex.mobile-block {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .projects-more-images-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    max-width: 290px;
  }

  .projects-main-image {
    min-width: 290px;
    min-height: 180px;
    max-height: 180px;
  }

  .projects-main-image-wrapper {
    min-width: 290px;
    max-width: 290px;
    min-height: 180px;
  }

  .services-side-bar-left {
    flex-direction: column;
    position: static;
  }

  .services-side-bar-right {
    text-align: center;
    max-width: 100%;
  }

  .projects-title {
    text-align: center;
  }

  .error-massage {
    width: 80%;
  }

  .features-bar-graph-wrapper {
    width: 100%;
  }

  .services-grid-list {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .projects-title-wrapper {
    width: 100%;
  }

  .call-to-action-wrapper {
    align-items: center;
  }

  .about-us-image-small {
    right: 6%;
  }

  .about-us-icon-wrapper {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .services-card-body {
    padding-top: 30px;
  }

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

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

  .about-us-circles-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .about-us-flex-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .about-us-image-small-overlay {
    right: 6%;
  }

  .center-on-mobile.smaller.left {
    text-align: center;
  }

  .services-hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .services-main-grid-list {
    grid-row-gap: 90px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .projects-main-grid {
    width: 100%;
    min-width: 100%;
  }

  .footer-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-inquiry-wrapper {
    align-items: center;
  }

  .booking-card {
    padding-left: 30px;
  }

  .faq-h2 {
    font-size: 36px;
  }

  .nav-social-link-wrapper {
    margin-top: 10px;
  }

  .services-title-paragraph.reclime {
    width: auto;
  }

  .utilities-h1 {
    text-align: center;
  }

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

  .list {
    margin-top: -22px;
  }

  .list-item.first {
    margin-top: 0;
  }

  .booking-card-2 {
    padding-left: 30px;
  }

  .values-card-2 {
    max-width: 100%;
  }

  .about-us-flex-2 {
    margin-top: 0;
  }

  .reclime-h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    text-align: left;
    font-size: 36px;
  }

  h5 {
    text-align: left;
  }

  .description-max-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inquire-title-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-quarter {
    max-width: 100%;
  }

  .space-large {
    min-height: 60px;
  }

  .space-large.minus-15px {
    order: 0;
  }

  .space-large.minus-30px {
    min-height: 90px;
  }

  .numbers-row-count {
    flex-wrap: wrap;
  }

  .centered.semi-bold.herotext {
    font-size: 12px;
    font-weight: 500;
  }

  .centered.no-capitalize {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .numbers-card-body {
    max-width: 100%;
    min-height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-title-wrapper {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section {
    overflow: hidden;
  }

  .section.move-down {
    margin-top: 120px;
  }

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

  .works-description-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .utilities-row {
    justify-content: center;
    align-items: center;
  }

  ._404-button-wrapper {
    max-width: 100%;
  }

  .button {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .button.move-down {
    margin-bottom: -63px;
  }

  .button.background-dark {
    min-width: 200px;
  }

  .works-content-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
  }

  .works-wrapper {
    min-height: 1060px;
    max-height: 1060px;
  }

  .projects-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 90%;
    min-width: 90%;
  }

  .blog-content-card-body {
    max-width: 100%;
    min-height: auto;
    padding: 30px 1rem;
  }

  .slide-nav-testimonial {
    padding-top: 8%;
    bottom: -6%;
  }

  .color-white {
    text-align: center;
  }

  .testimonial-mask {
    width: 100%;
    margin-right: 0;
  }

  .left-arrow-testimonial {
    display: none;
  }

  .testimonial-card {
    flex-direction: column;
    justify-content: center;
  }

  .testimonial-client-info-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .testimonial-title-wrapper {
    text-align: center;
  }

  .right-arrow-testimonial {
    display: none;
  }

  .team-wrapper-full, .hero-half-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-half-content {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sg-buttons-grid-dark {
    grid-template-columns: 1fr 1fr;
  }

  .global-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
    overflow: hidden;
  }

  .brand-logo-image {
    margin-left: -10px;
  }

  .sg-colour-swatch {
    margin-bottom: 0;
  }

  .sg-left-top-wrapper {
    overflow: hidden;
  }

  .webflow-block {
    margin-top: 16px;
    padding: 16px 0;
  }

  .sg-button-block {
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0;
  }

  .contact-form {
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

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

  .h1-mobile {
    font-size: 2.5rem;
  }

  .sg-anchor-lb {
    min-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .sg-logo-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sg-buttons-grid-two {
    grid-template-columns: 1fr 1fr;
  }

  .team-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-flex-block {
    grid-column-gap: 7.5px;
    justify-content: center;
  }

  .contact-info {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 20px 17px;
  }

  .contact-us-info-title {
    text-align: center;
  }

  .message-title-field-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-area {
    align-self: center;
    margin-left: 0%;
  }

  .contact-info-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -15px;
    display: flex;
    overflow: hidden;
  }

  .booking-text-field {
    align-self: center;
    width: 100%;
    min-height: auto;
    margin-left: 0%;
  }

  .contact-us-flex-container {
    margin-top: 0;
    padding-bottom: 0;
  }

  .contact-us-wrapper-half {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-block-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-us-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 0;
  }

  .contact-us-form-wrapper.width-90 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-us-form {
    width: 90%;
  }

  .contact-us-title-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .fix-scroll-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .works-flex {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .button-wrapper {
    width: 90%;
  }

  .services-page-grid {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    max-width: 100%;
  }

  .faq-row {
    width: 100%;
  }

  .faq-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle.reclime {
    padding: 10px 30px 30px;
  }

  .faq-dropdown-title {
    width: 100%;
  }

  .faq.reclime {
    width: 90%;
  }

  .dropdown-description {
    width: 90%;
    max-width: 90%;
  }

  .faq-flex {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .hero-large-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-title {
    margin-top: 15px;
  }

  .brand-logo-link {
    margin-left: 4%;
  }

  .nav-menu-button {
    padding: 10px 10px 10px 20px;
  }

  .nav-menu-icon {
    font-size: 30px;
  }

  .nav-menu-link-home {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-tab-law {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper {
    min-height: 400px;
  }

  .utilities-wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-grid-list {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-title-text {
    text-align: center;
    font-size: 1.2rem;
  }

  .footer-legal-text-link {
    text-align: left;
  }

  .footer-copyright {
    padding-bottom: 5%;
  }

  .footer-flex-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-legal-text-wrapper {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    line-height: 2;
  }

  .footer-social-link-wrapper {
    justify-content: space-between;
  }

  .footer-grid-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    align-content: center;
    place-items: stretch start;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo-link.w--current {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-block {
    text-align: center;
    place-content: flex-start space-around;
    align-items: flex-start;
    width: 70%;
  }

  .footer {
    max-width: none;
  }

  .footer-text {
    text-align: center;
    font-size: 1em;
  }

  .footer-wrapper-half-big {
    padding-top: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-half-big.self-align-right {
    margin-bottom: 0;
    padding-top: 0;
  }

  .footer-block-content {
    justify-content: center;
    align-items: flex-start;
  }

  .services-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-side-bar-left {
    width: 100%;
    max-width: 100%;
  }

  .blog-page-grid {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    max-width: 100%;
  }

  .projects-hero-large-content {
    max-width: 90%;
    min-height: 240px;
    max-height: 240px;
    display: flex;
  }

  .projects-single-page-wrapper {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .projects-stack {
    min-height: 240px;
  }

  .projects-gallery {
    max-width: 100%;
  }

  .projects-details-wrapper {
    margin-top: 45px;
  }

  .projects-page-grid {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    max-width: 100%;
  }

  .projects-image-wrapper {
    min-width: 100%;
    max-width: 210px;
    min-height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .projects-more-images {
    min-width: 210px;
    min-height: 150px;
    max-height: 150px;
  }

  .about-us-flex {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
    display: flex;
    bottom: 2%;
  }

  .contact-us-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-us-card-description {
    color: var(--dark-grey);
    text-align: center;
  }

  .hero-description {
    text-align: center;
    font-size: 18px;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .utilities-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .projects-more-images-wrapper {
    grid-template-rows: auto auto auto;
    margin-bottom: 0;
  }

  .projects-main-image {
    min-width: 210px;
    min-height: 150px;
    max-height: 150px;
  }

  .projects-main-image-wrapper {
    min-width: 210px;
    max-width: 210px;
    min-height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-side-bar-left {
    max-width: 100%;
  }

  .services-side-bar-right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .utility-hero-half-content {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .error-massage {
    width: 90%;
  }

  .bar-3 {
    width: 190px;
  }

  .bar-1 {
    width: 160px;
  }

  .bar-2 {
    width: 210px;
  }

  .services-grid-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .services-list-wrapper {
    width: 90%;
  }

  .angled-top.hide-on-mobile.max-width-1440px {
    margin-top: -328px;
    display: block;
  }

  .projects-title-wrapper {
    align-items: center;
    width: 90%;
  }

  .call-to-action-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .call-tio-action-flex {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .call-to-action-description {
    text-align: center;
    max-width: 250px;
  }

  .hero-half-badge-card {
    inset: auto 0% 0%;
  }

  .hero-half-badge-right {
    font-size: 40px;
  }

  .hero-half-subheading {
    margin-bottom: 15px;
  }

  .hero-half-badge-left {
    font-size: 50px;
  }

  .about-us-image-small {
    min-width: 180px;
    max-width: 180px;
    min-height: 120px;
    max-height: 120px;
    bottom: -20%;
  }

  .services-image-wrapper {
    min-height: 180px;
    max-height: 180px;
  }

  .services-card-body {
    max-width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .services-card-body.no-padding-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-card-body.white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-card-body.gteam {
    padding: 0;
  }

  .services-card-body.padding {
    padding: 20px;
  }

  .blog-wrapper {
    width: 90%;
  }

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

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

  .hero-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 40px;
  }

  .about-us-wrapper {
    width: 100%;
  }

  .about-us-content-wrapper {
    width: 80%;
    top: 150px;
  }

  .values-card {
    max-width: 90%;
  }

  .about-us-flex-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .projects-single-title {
    align-items: center;
    min-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-us-image-small-overlay {
    min-width: 180px;
    max-width: 180px;
    min-height: 120px;
    max-height: 120px;
    bottom: -20%;
  }

  .center-on-mobile {
    text-align: center;
    margin-left: 0;
  }

  .center-on-mobile.smaller {
    font-size: 30px;
  }

  .hide-on-mobile {
    display: none;
  }

  .services-hero-title {
    padding: 100px 0 30px;
    display: flex;
  }

  .services-hero-image {
    padding-left: 0;
    padding-right: 0;
  }

  .services-hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .services-main-card-body {
    max-width: 100%;
    min-height: auto;
    padding: 10px 1rem;
  }

  .services-main-title-wrapper {
    text-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-main-description {
    text-align: center;
  }

  .projects-main-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 90%;
    min-width: 90%;
  }

  .faq-numbers-back {
    font-size: 130px;
    inset: 0%;
  }

  .footer-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-inquiry-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
  }

  .booking-form-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .success-message-2 {
    color: #fff;
    background-color: #e67e22;
  }

  .booking-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .booking-card {
    text-align: center;
    align-items: center;
    width: 280px;
    min-width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-text-2 {
    color: #fff;
  }

  .text-field-inquiry {
    align-self: center;
  }

  .blog-hero-image {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    width: 100%;
    padding-top: 75px;
  }

  .faq-h2 {
    text-align: center;
    font-size: 30px;
  }

  .services-image {
    min-height: 180px;
    max-height: 180px;
  }

  .nav-social-link-wrapper {
    justify-content: space-between;
  }

  .services-title-paragraph {
    text-align: center;
  }

  .services-title-paragraph.reclime.max-width-reclime-hero {
    width: auto;
  }

  .services-h5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-single-image, .services-single-image {
    padding-left: 0;
    padding-right: 0;
  }

  .services-form-paragraph {
    text-align: center;
  }

  .image-2.gteam {
    width: 150px;
  }

  .div-2-col.wrap {
    flex-flow: column-reverse wrap;
    grid-auto-flow: column;
    display: flex;
  }

  .invention {
    font-size: 20px;
  }

  .secondary {
    text-align: center;
  }

  .secondary.left {
    text-align: left;
  }

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

  .invention-item {
    padding-top: 28px;
  }

  .list-item {
    padding-left: 0;
  }

  .list-item.first {
    margin-top: -50px;
    padding-left: 0;
  }

  .contact-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

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

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

  .text-field-inquiry-2 {
    align-self: center;
  }

  .success-message-3 {
    color: #fff;
    background-color: #e67e22;
  }

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

  .booking-card-2 {
    text-align: center;
    align-items: center;
    width: 280px;
    min-width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .about-us-flex-2 {
    grid-column-gap: 20px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .space-large-2.hide-on-mobile {
    display: none;
  }

  .reclime-h2 {
    font-size: 30px;
  }

  .reclime-card {
    padding: 20px;
  }

  .flex1 {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

#w-node-_73786fdc-b102-284f-2dc8-270478229f9e-78229f57 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c4cae338-7c25-f1d2-3765-49d7cf40da88-bbb34d52, #w-node-_30d505b2-fadb-a05e-707c-0389009d4d80-bbb34d53, #w-node-a433c555-6d8c-4491-bbdf-70bdc8a45744-bbb34d53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30d505b2-fadb-a05e-707c-0389009d4dad-bbb34d53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_73786fdc-b102-284f-2dc8-270478229f9e-78229f57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30d505b2-fadb-a05e-707c-0389009d4dad-bbb34d53 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_73786fdc-b102-284f-2dc8-270478229f9e-78229f57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_30d505b2-fadb-a05e-707c-0389009d4d80-bbb34d53 {
    justify-self: center;
  }
}


