@font-face {
  font-family: Paralucent;
  src: url('../fonts/Paralucent-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Paralucent;
  src: url('../fonts/Paralucent-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

:root {
  --white-smoke: #f2f2f2;
  --text-color: #292929;
  --turquoise: #00ccb8;
  --border-color: #f2f2f2;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Paralucent, sans-serif;
  font-size: 1vw;
  line-height: 1.4;
}

h1 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.6em;
  font-weight: 300;
  line-height: .8;
}

h2 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.13em;
  font-weight: 700;
  line-height: .67;
}

h3 {
  color: #292929;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.08em;
  font-weight: 700;
  line-height: 1.33;
}

p {
  color: var(--text-color);
  margin-bottom: 0;
  font-family: Paralucent, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.35;
}

a {
  color: #fff;
  font-size: 1.04em;
  font-weight: 300;
  text-decoration: none;
}

img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.page-wrapper {
  object-fit: contain;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  max-width: 100%;
  position: static;
  overflow: hidden;
}

.padding-vertical {
  padding-top: 5.21em;
  padding-bottom: 0;
}

.padding-vertical.top-40 {
  padding-top: 2.08em;
}

.padding-vertical.top-55 {
  padding-top: 2.86em;
}

.padding-vertical.top-63 {
  padding-top: 3.28em;
}

.padding-vertical.top-71 {
  padding-top: 3.7em;
}

.padding-vertical.top-71.bottom-81 {
  padding-bottom: 4.22em;
}

.padding-horizontal {
  padding-left: 6.25em;
  padding-right: 6.25em;
}

.padding-horizontal.is-124 {
  padding-left: 6.46em;
  padding-right: 6.46em;
}

.padding-horizontal.is-124.left-145 {
  margin-right: 0;
  padding-right: 7.55em;
}

.padding-horizontal.left-zero {
  padding-left: 0;
}

.padding-horizontal.left-zero.right-zero {
  padding-left: 2em;
  padding-right: 2em;
}

.padding-horizontal.rright-zero {
  padding-right: 0;
}

.main-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main-container.center-apart {
  grid-template-rows: auto;
  grid-template-columns: 5.75fr 6.5fr 3fr;
  grid-auto-rows: minmax(auto, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 6.25em;
  display: grid;
}

.logo {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 20%;
  height: 7em;
  padding-top: 4px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  flex: none;
  width: 100%;
  padding: 0;
  font-family: Paralucent, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.nav-link.w--current {
  color: var(--turquoise);
}

.nav-link.last {
  margin-right: 0;
}

.section-hero {
  z-index: 0;
  width: 100vw;
  height: 56.25vw;
  display: block;
  position: relative;
  inset: -87.5em 0% 0%;
  overflow: hidden;
}

.hero-image-wrapper {
  z-index: 3;
  object-fit: cover;
  background-image: url('../images/background-image.svg');
  background-size: auto;
  height: 37.5em;
  display: block;
  position: relative;
  overflow: hidden;
}

.overlay-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 1%;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-grid-green {
  z-index: 5;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

._2nd-row-box-wrapper-mask {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.grid-box {
  opacity: 1;
  object-fit: none;
  border: .25px solid #f2f2f240;
  border-radius: 0;
  width: 6.25em;
  height: 6.25em;
  display: block;
  position: static;
  overflow: hidden;
}

.grid-box.blue-color5 {
  background-color: var(--text-color);
  cursor: ne-resize;
}

.grid-box.blue-color5 {
  opacity: 1;
  cursor: ne-resize;
  background-color: #00ccb859;
}

.grid-box.blue-color5.no-color-desktop {
  background-color: #0000;
}

.grid-box.grid-box-image {
  opacity: 1;
  object-fit: cover;
  border-style: none;
  width: 6.25em;
  overflow: hidden;
}

.grid-box.gridboxslider {
  flex: none;
}

._2nd-row-box-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._2nd-row-box-wrapper.is-hidden, ._2nd-row-box-wrapper.mobile-hidden {
  display: flex;
}

.hero-content {
  z-index: 6;
  max-height: none;
  margin-top: 12.5em;
  margin-left: 6.25em;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.header.center-apart {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.header.center-apart.right-padding {
  padding-right: 7.29em;
}

.header.center-left {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.header.center-left.padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}

.header-image-wrapper {
  width: 61.25em;
  margin-left: 2.23em;
  overflow: hidden;
}

.header-image-wrapper.size-257 {
  width: 100%;
  overflow: hidden;
}

.header-image-wrapper.services {
  width: 75.68em;
}

.header-image-wrapper.about-us {
  width: 75.36em;
}

.header-image-wrapper.size-1447, .header-image-wrapper.about-us {
  width: 87%;
  margin-left: 0;
}

.header-image-wrapper.contact {
  width: 80%;
  margin-left: 0;
}

.content-wrapper {
  display: flex;
}

.content-wrapper.center-apart {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-wrapper.vertical-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4em;
  display: flex;
}

.paragraph-wrapper {
  width: auto;
  margin-top: 1.04em;
  margin-right: .83em;
}

.paragraph-wrapper.right {
  margin-right: 0;
}

.paragraph-wrapper.first.about-us {
  margin-top: 0;
  margin-right: 6.77em;
}

.margin-bottom-20 {
  margin-bottom: 1.04em;
  overflow: hidden;
}

.text-style-bold {
  font-weight: 700;
}

.hiring-paragraph-wrapper {
  width: auto;
  margin-top: 1.88em;
  margin-right: .83em;
}

.hiring-paragraph-wrapper.right {
  margin-right: 0;
}

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

.button-wrapper.top-38 {
  justify-content: flex-end;
  margin-top: 1.98em;
  overflow: hidden;
}

.seconday-button {
  color: var(--text-color);
  text-align: center;
  background-color: #00ccb8a6;
  border-radius: 47px;
  padding: .52em 2.34em;
  font-size: 1em;
  font-weight: 500;
}

.seconday-button.left-auto {
  margin-top: 0;
  margin-left: 0;
}

.seconday-button.wide {
  margin-top: 20px;
  font-size: 1em;
}

.client-paragraph-wrapper {
  width: 30%;
  overflow: hidden;
}

.client-image-wrapper {
  width: 70%;
}

.image-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-row._2nd {
  margin-top: 1em;
  padding-right: 0;
}

.image-row._3rd {
  padding-top: 15px;
}

.thomas-water {
  mix-blend-mode: multiply;
  width: 6em;
}

.south-east {
  mix-blend-mode: multiply;
  width: 11em;
  height: 5em;
}

.top-fire {
  filter: invert();
  mix-blend-mode: multiply;
  width: 5em;
}

.amfm {
  filter: invert();
  mix-blend-mode: multiply;
  width: 8em;
}

.clancy {
  mix-blend-mode: multiply;
  width: 12em;
}

.chartway {
  mix-blend-mode: multiply;
  width: 10.26em;
  height: 5em;
}

.bas {
  mix-blend-mode: multiply;
  width: 10em;
}

.anglian-water {
  mix-blend-mode: multiply;
  width: 11em;
  height: 5em;
}

.murphy {
  mix-blend-mode: multiply;
  width: 8.7em;
}

.kent {
  mix-blend-mode: multiply;
  width: 5em;
  height: 5em;
}

.shannon, .morrison {
  mix-blend-mode: multiply;
  width: 10em;
}

.main-wrapper {
  overflow: hidden;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.67em;
  display: flex;
}

.footer-menu {
  justify-content: space-around;
  align-items: flex-start;
  width: 80%;
  height: 7em;
  display: flex;
}

.footer-link {
  color: var(--text-color);
  margin-right: 6em;
  font-size: 1.2em;
  line-height: 1.3;
}

.footer-link.address {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

._14px-text {
  color: var(--text-color);
  font-size: 1em;
  font-weight: 700;
}

._14px-text.extra-light {
  font-weight: 200;
}

._14px-text.subclass {
  color: var(--text-color);
  padding-top: 7px;
  padding-bottom: 7px;
}

.footer-social-wapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.social {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fb, .linkedin {
  width: 1.35em;
  margin-right: 2.08em;
}

.twitter {
  width: 1.35em;
  margin-right: 0;
}

._12px-text {
  font-size: .63em;
  font-weight: 300;
}

.slider-content {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-content.left-align {
  justify-content: flex-end;
  padding-right: 0;
  overflow: hidden;
}

.services-image-wrapper {
  flex: none;
  width: 50em;
  position: relative;
  overflow: hidden;
}

.services-main-image {
  opacity: 0;
  width: 100%;
  height: 31.25em;
}

.services-content {
  width: 41.2%;
  margin-left: 4.53em;
  overflow: hidden;
}

.services-content.overflow-hidden {
  width: 30%;
  margin-left: 5%;
  padding-top: 0;
}

.services-header {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.04em;
  display: flex;
  overflow: hidden;
}

.services-header.bottom-margin-92px {
  justify-content: space-between;
  margin-bottom: 4.79em;
}

.services-header.overflow-hidden {
  justify-content: flex-start;
  margin-top: 1.04em;
}

.services-paragraph {
  margin-top: 2.19em;
  overflow: hidden;
}

.services-paragraph.overflow-hidden {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-top: 0;
  padding-right: 5%;
  display: flex;
}

.services-paragraph.overflow-hidden.bullets {
  flex-direction: column;
  justify-content: center;
  padding-right: 0%;
}

.services-slider {
  z-index: 3;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-mask {
  height: 31.25em;
  position: relative;
}

.arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.8em;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.arrow.right {
  inset: 0% 35.75% 0% auto;
}

.is-hidden {
  display: none;
}

.slider-nav {
  background-color: #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.33em;
  padding-bottom: 2.29em;
  padding-left: .36em;
  display: flex;
}

.slider-nav-link {
  border-style: none solid;
  border-width: 1px 2px;
  border-color: black var(--white-smoke);
  outline-offset: 0px;
  outline: 7px #333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 14.22em;
  padding-bottom: .57em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.slider-nav-img-wrapper {
  flex: none;
  width: 10em;
  height: 10em;
  margin-bottom: .89em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-nav-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-nav-para-text {
  text-align: center;
  border-bottom: 2px #000;
  border-radius: 0;
  width: 90%;
  font-size: 1.16em;
  text-decoration: none;
  position: static;
  bottom: 0%;
}

.slider-nav-para-text.bold {
  font-weight: 500;
  display: none;
}

.slider-nav-content {
  flex-direction: column;
  align-items: center;
  width: 90%;
  transition: border .2s;
  display: flex;
}

.arrow-image {
  width: 70%;
}

.arrow-image.tilted {
  width: 70%;
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.left-arrow.right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.875%;
  display: flex;
  inset: 0% auto 0% 48.125%;
}

.hero-image-1 {
  display: block;
  position: absolute;
}

.hero-image {
  z-index: 1;
  background-image: url('../images/Mask-Group-6.png');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-header-small-texts {
  z-index: -1;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.hero-header-small-texts.mobile-hidden {
  margin-bottom: .25em;
  display: block;
  position: relative;
}

._29px-text {
  color: #343a50;
  text-align: right;
  font-size: 1.51em;
  font-weight: 300;
  line-height: 1.31;
}

.services-header-image-wrapper {
  width: 6.3em;
}

.header_left-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-margin-38px {
  margin-left: 1.98em;
}

.header_right-wrapper {
  align-items: center;
  display: flex;
}

.services-header-icon {
  margin-right: 1.46em;
}

.services-header-icon.last {
  margin-right: 0;
}

.sub-header {
  margin-top: 1.3em;
  margin-bottom: 3.13em;
}

.about-us-image-wrapper {
  flex: none;
  width: 50em;
  position: relative;
}

.team-row-1.top-margin-115 {
  justify-content: space-between;
  align-items: center;
  margin-top: 5.99em;
  display: flex;
}

.team-member-image-wrapper {
  width: 9.53em;
}

.team-member-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._20px-text {
  color: var(--turquoise);
  text-align: left;
  font-size: 1.04em;
  font-weight: 700;
  line-height: 1.5;
}

._20px-text.medium {
  font-weight: 500;
}

._20px-text.sectionheader {
  text-align: right;
  margin-right: 20px;
}

.team-row-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 4.84em;
  display: flex;
}

.address-wrapper {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  margin-top: 0;
  padding-right: 30px;
  display: flex;
}

.contact-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 50%;
  margin-top: 10px;
  margin-right: 30px;
  display: flex;
}

.contact-form-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 8.07em;
  display: flex;
}

.form-wrapper {
  width: 100%;
}

.contact-form-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 9px;
  display: block;
}

._30px-text {
  color: var(--text-color);
  margin-bottom: .63em;
  font-size: 1.56em;
  font-weight: 500;
  line-height: 1.5;
}

.form-text-field {
  border-radius: 17px;
  height: 4em;
  margin-bottom: .6em;
}

.form-text-area {
  border-radius: 17px;
  margin-bottom: 0;
  padding-bottom: 10.42em;
}

.form-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 4.53em;
  display: flex;
}

.extra-light {
  font-weight: 200;
}

.hero-header-1 {
  display: block;
  position: static;
  overflow: hidden;
}

.header-row-1 {
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 6.25em;
  margin-left: 3.25em;
  display: flex;
  overflow: hidden;
}

.header-row-2 {
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_heading_text_1 {
  opacity: 0;
  font-weight: 300;
  display: block;
}

.hero_heading_text_1.extralighttext {
  opacity: 0;
  padding-left: 0;
  font-weight: 200;
}

.overflow-hidden {
  overflow: hidden;
}

.slideh3 {
  opacity: 1;
  flex: none;
  width: 50%;
  font-size: 1.9em;
}

.slide-para {
  opacity: 1;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  overflow: visible;
}

.initial {
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.final {
  opacity: 1;
  color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.pipe-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 2.23em;
  display: flex;
}

.pipe-wrapper.is-100 {
  width: 100%;
  margin-left: 0;
}

.pipe-wrapper.footer {
  margin-left: 0;
}

.pipe-vertical-line {
  background-color: #000;
  width: .2em;
  height: 1em;
}

.pipe-vertical-line.right {
  margin-left: 0;
}

.pipe-horizontal-line {
  background-color: #292929;
  width: 100%;
  height: .35em;
}

.nav-menu {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25em;
  display: flex;
  position: static;
}

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

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

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

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

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

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

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

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

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

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

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

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

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

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

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

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
  font-size: 1rem;
}

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

.utility-page-wrap {
  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;
}

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

.image-2 {
  align-self: auto;
  width: 80%;
  height: auto;
  display: block;
}

.navbar-container {
  max-width: 100%;
  height: 6.25em;
  display: flex;
}

.div-block {
  order: 0;
  width: 25em;
  display: flex;
}

.navblockspacer2 {
  order: 0;
  width: 6.25em;
}

.navbar_linkcontainer {
  align-self: center;
  width: 6.25em;
  display: flex;
}

.hero_heading_text_2 {
  opacity: 0;
}

.header-image-1 {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/capelWood_Imagery02.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.header-image-1.image1opacity1 {
  opacity: 0;
  filter: none;
  object-fit: cover;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-left: -25em;
  display: block;
  position: relative;
  overflow: hidden;
}

.header-image-1.image1opacity2 {
  opacity: 0;
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-left: -50em;
  position: relative;
}

.header-image-1.image1opacity3 {
  opacity: 0;
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -6.25em;
  margin-left: -6.25em;
  position: relative;
}

.header-image-1.image1opacity4 {
  opacity: 0;
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -6.25em;
  margin-left: -37.5em;
  position: relative;
}

.header-image-1.image1opacity5 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -12.5em;
  margin-left: -18.75em;
  position: relative;
}

.header-image-1.image1opacity6 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -18.75em;
  margin-left: -31.25em;
  position: relative;
}

.header-image-1.image1opacity7 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -18.75em;
  margin-left: -43.75em;
  position: relative;
}

.header-image-1.image1opacity8 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -25em;
  margin-left: -75em;
  position: relative;
}

.header-image-1.image1opacity9 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -31.25em;
  margin-left: -25em;
  position: relative;
}

.header-image-1.image1opacity10 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -31.25em;
  margin-left: -68.75em;
  position: relative;
}

.header-image-1.image1opacity11 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -31.25em;
  margin-left: -75em;
  position: relative;
}

.header-image-1.image1opacity12 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -37.5em;
  margin-left: -37.5em;
  position: relative;
}

.header-image-1.image1opacity13 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -43.75em;
  margin-left: -56.25em;
  position: relative;
}

.header-image-1.image1opacity14 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -50em;
  margin-left: -50em;
  display: block;
  position: relative;
}

.header-image-1.image1opacity15 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -50em;
  margin-left: -75em;
  position: relative;
}

.header-image-1.image1opacity16 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -50em;
  margin-left: -87.5em;
  position: relative;
}

.header-image-1.opacity100 {
  opacity: 1;
  background-image: url('../images/imagesForSite_V03_RFcapelWood_Imagery08.jpg');
  background-position: 50%;
  display: block;
  position: static;
  overflow: hidden;
}

.header-image-2 {
  z-index: 2;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/capelWood_Imagery21.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  top: -56.25em;
  overflow: hidden;
}

.header-image-2.static {
  opacity: 1;
  background-position: 50%;
  top: 0;
}

.header-image-3 {
  z-index: 3;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/capelWood_Imagery17.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  top: -112.5em;
  overflow: hidden;
}

.header-image-3.static {
  opacity: 1;
  background-image: url('../images/imagesForSite_V03_RFcapelWood_Imagery21.jpg');
  background-position: 50%;
  top: 0;
}

.header-image-4 {
  z-index: 4;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/capelWood_Imagery18.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  top: -168.75em;
  overflow: hidden;
}

.header-image-4.static {
  opacity: 1;
  background-image: url('../images/imagesForSite_V03_RFcapelWood_Imagery18.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  position: relative;
  top: 0;
}

.hero-grid-image-1 {
  z-index: 1;
  opacity: 0;
  display: none;
  position: relative;
  inset: -93.75em 0% 0%;
  overflow: hidden;
}

.row-box-wrapper-mask {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.overlay {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(to bottom, var(--text-color), var(--text-color));
  opacity: .45;
  outline-offset: 0px;
  object-fit: fill;
  outline: 3px #333;
  width: auto;
  height: 56.25em;
  display: block;
  position: absolute;
  inset: 0 0% 0%;
  overflow: visible;
}

.overlay.slider {
  opacity: .3;
  width: 56.25em;
  height: 31.25em;
}

.hero-grid-green-border {
  z-index: 2;
  object-fit: fill;
  margin-top: 0;
  display: block;
  position: relative;
  inset: -31.25em 0% 0%;
  overflow: hidden;
}

.navblockspacer1 {
  order: 0;
  width: 37.5em;
}

.slidercontainer {
  align-items: center;
  display: flex;
}

.imageselection {
  text-align: left;
  object-fit: scale-down;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 25%;
  height: 300px;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.section {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.imageselectionrow {
  justify-content: space-around;
  align-items: center;
  height: 300px;
  margin: 0 20px 20px;
  display: flex;
}

.div-block-5 {
  height: 56.25em;
  overflow: hidden;
}

.div-block-6 {
  z-index: 2;
  background-image: linear-gradient(#29292980, #29292980);
  height: 80em;
  position: relative;
}

.div-block-7 {
  object-fit: cover;
  background-image: url('../images/architects-and-worker-at-the-construction-site-2021-08-26-12-07-35-utc.jpeg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
  top: -80em;
  overflow: visible;
}

.headerplaceholder {
  opacity: 0;
  object-fit: cover;
  background-image: url('../images/ImagePlaceholder.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.imageselectionholder {
  object-fit: none;
  width: 100%;
  height: 177.778%;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.section-2 {
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-8 {
  height: 100px;
  margin-left: 20px;
  padding: 21px 0;
}

.image-4 {
  height: 100%;
}

.imageselectionheading {
  color: var(--text-color);
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 4em;
}

.servicesimage1 {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/Mask-Group-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.servicesimage1.servicesimagescrop {
  background-image: url('../images/capelWood_Imagery01.jpg');
  width: 56.25em;
  height: auto;
  max-height: none;
  margin-top: 0;
}

.servicesimage2 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/Mask-Group-2.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  max-width: none;
  height: 100%;
  max-height: 100%;
  display: block;
  position: static;
  top: -56.25em;
  overflow: hidden;
}

.servicesimage2.servicesimagescrop {
  background-image: url('../images/capelWood_Imagery_20.jpg');
  width: 56.25em;
  margin-top: 0;
}

.servicesimage3 {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/Mask-Group-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: static;
  top: -112.5em;
  overflow: hidden;
}

.servicesimage3.servicesimagescrop {
  background-image: url('../images/capelWood_Imagery24.jpg');
  width: 56.25em;
  margin-top: 0;
}

.servicesimage4 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/burst-pipe-repairs.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: static;
  top: -168.75em;
  overflow: hidden;
}

.servicesimage4.servicesimagescrop {
  background-image: url('../images/capelWood_Imagery_16.jpg');
  width: 56.25em;
  margin-top: 0;
}

.servicesimage5 {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/Group-3467.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.servicesimage5.servicesimagescrop {
  background-image: url('../images/capelWood_Imagery06.jpg');
  width: 56.25em;
  margin-top: 0;
}

.servicesimage6 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/Mask-Group-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  display: block;
  position: static;
  top: -56.25em;
  overflow: hidden;
}

.servicesimage6.servicesimagescrop {
  background-image: url('../images/capelWood_Imagery27.jpg');
  width: 56.25em;
  margin-top: 0;
}

.imageselectionsubcopy {
  color: var(--text-color);
  text-align: left;
  padding: 10px 40px;
  font-size: 1em;
}

.hero-header-2 {
  display: none;
  position: static;
  overflow: hidden;
}

.hero-header-3 {
  object-fit: fill;
  display: none;
  position: static;
  overflow: hidden;
}

.hero-header-4 {
  display: none;
  position: static;
  overflow: hidden;
}

.header-text-span {
  font-weight: 200;
}

.hero_heading_text_3 {
  opacity: 0;
  display: block;
  transform: translate(0);
}

.heading {
  flex: none;
  font-size: 2.3em;
}

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

.subpagegrid {
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.subpagegrid.click {
  width: 56.25em;
  height: 31.25em;
}

.gridholder {
  opacity: 1;
  flex-direction: column;
  width: 100%;
  height: 31.25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  opacity: 0;
  position: absolute;
}

.sliderunderline {
  background-color: var(--text-color);
  opacity: 1;
  width: 0%;
  height: 2px;
  display: block;
}

.slidernavlink {
  border-style: none solid;
  border-width: 1px 2px;
  border-color: black var(--white-smoke);
  flex-direction: column;
  align-items: center;
  width: 16.6667%;
  height: 15em;
  margin-bottom: .57em;
  display: flex;
  overflow: hidden;
}

.slidernavlink.left {
  border-left-style: none;
  border-left-width: 4px;
}

.slidernavlink.right {
  border-right-style: none;
  border-right-width: 4px;
}

.navbar-3 {
  background-color: #0000;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  width: 90%;
  font-size: 1.2em;
}

.contact {
  flex-direction: column;
  display: flex;
}

.image-7 {
  width: 60%;
}

.bold-text {
  color: var(--text-color);
  font-weight: 500;
  text-decoration: underline;
}

.services-header-copy {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.04em;
  display: flex;
  overflow: hidden;
}

.services-header-copy.bottom-margin-92px {
  justify-content: space-between;
  margin-bottom: 4.79em;
}

.services-header-copy.overflow-hidden {
  justify-content: flex-start;
  margin-top: 1.04em;
}

.subpageimagecontainer {
  object-fit: fill;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 43.75em;
  height: 25em;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subpageimagecontainer.left-align {
  justify-content: flex-end;
  padding-right: 0;
  overflow: hidden;
}

.inforightalign {
  width: 41.2%;
  margin-left: 4.53em;
  overflow: hidden;
}

.inforightalign.overflow-hidden {
  width: 50%;
  margin-left: 0;
  padding-top: 0;
}

.hero-image-wrapper-home {
  z-index: 3;
  object-fit: fill;
  height: 56.25em;
  display: block;
  position: relative;
  overflow: hidden;
}

.subpageimage {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-image: url('../images/Mask-Group-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.subpageimage.servicesimagescrop {
  background-image: none;
  width: 43.75em;
  height: auto;
  min-height: 25em;
  max-height: none;
}

.subpageoverlay {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--text-color), var(--text-color));
  opacity: .45;
  outline-offset: 0px;
  object-fit: fill;
  outline: 3px #333;
  width: auto;
  height: 56.25em;
  display: block;
  position: absolute;
  inset: 0 0% 0%;
  overflow: visible;
}

.subpageoverlay.slider {
  z-index: 2;
  opacity: .2;
  mix-blend-mode: normal;
  width: 56.25em;
  height: 25em;
  display: block;
}

.hero-content-home {
  z-index: 6;
  max-height: none;
  margin-top: 25em;
  margin-left: 6.25em;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.hero-grid-green-border-home {
  z-index: 2;
  object-fit: fill;
  margin-top: 0;
  display: block;
  position: relative;
  inset: -43.75em 0% 0%;
  overflow: hidden;
}

.section-hero-home {
  z-index: 0;
  width: 100vw;
  height: 56.25vw;
  display: block;
  position: relative;
  inset: -100em 0% 0%;
  overflow: hidden;
}

.navbarlogo {
  align-self: auto;
  width: 60%;
  height: auto;
  display: block;
}

.logonavbar {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 18.75em;
  height: 6.25em;
  padding-top: 4px;
  display: flex;
}

.logonavbar.w--current {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.25em;
  padding-top: 0;
}

.paragraph-2, .paragraph-3 {
  font-size: 1.2em;
}

.containerbullets {
  justify-content: space-around;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.container-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.servicescontainer {
  width: 41.2%;
  margin-left: 4.53em;
  overflow: hidden;
}

.servicescontainer.overflow-hidden {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
}

.nav-img-wrapperheaderselected {
  flex: none;
  width: 8em;
  height: 8em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-img-wrapperheadersmall {
  flex: none;
  order: 1;
  width: 5em;
  height: 5em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-image-subpages {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 100% 100%;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.header-image-subpages.image1opacity1 {
  opacity: 0;
  filter: none;
  object-fit: cover;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-left: -25em;
  display: block;
  position: relative;
  overflow: hidden;
}

.header-image-subpages.image1opacity2 {
  opacity: 0;
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-left: -50em;
  position: relative;
}

.header-image-subpages.image1opacity3 {
  opacity: 0;
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -6.25em;
  margin-left: -6.25em;
  position: relative;
}

.header-image-subpages.image1opacity4 {
  opacity: 0;
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -6.25em;
  margin-left: -37.5em;
  position: relative;
}

.header-image-subpages.image1opacity5 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -12.5em;
  margin-left: -18.75em;
  position: relative;
}

.header-image-subpages.image1opacity6 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -18.75em;
  margin-left: -31.25em;
  position: relative;
}

.header-image-subpages.image1opacity7 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -18.75em;
  margin-left: -43.75em;
  position: relative;
}

.header-image-subpages.image1opacity8 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -25em;
  margin-left: -75em;
  position: relative;
}

.header-image-subpages.image1opacity9 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -31.25em;
  margin-left: -25em;
  position: relative;
}

.header-image-subpages.image1opacity10 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -31.25em;
  margin-left: -68.75em;
  position: relative;
}

.header-image-subpages.image1opacity11 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -31.25em;
  margin-left: -75em;
  position: relative;
}

.header-image-subpages.image1opacity12 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -37.5em;
  margin-left: -37.5em;
  position: relative;
}

.header-image-subpages.image1opacity13 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -43.75em;
  margin-left: -56.25em;
  position: relative;
}

.header-image-subpages.image1opacity14 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -50em;
  margin-left: -50em;
  display: block;
  position: relative;
}

.header-image-subpages.image1opacity15 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -50em;
  margin-left: -75em;
  position: relative;
}

.header-image-subpages.image1opacity16 {
  filter: none;
  width: 100vw;
  height: 56.25vw;
  max-height: none;
  margin-top: -50em;
  margin-left: -87.5em;
  position: relative;
}

.header-image-subpages.opacity100 {
  opacity: 1;
  background-position: 50%;
  display: block;
  position: static;
  overflow: hidden;
}

.headerplaceholdersubpages {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/ImagePlaceholder.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.subpage-secondary-image {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  min-height: 25em;
  display: block;
}

.div-block-listx3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-listx3.topalign {
  flex-direction: column;
  align-items: center;
}

.text-block-list {
  text-align: center;
  flex: 0 auto;
  width: auto;
  height: 5vw;
  padding: 15px 60px;
  font-size: 1.1vw;
}

.text-block-list.tightkern {
  line-height: 1.2;
}

.text-block-list.loosekern {
  line-height: 1.6;
}

.text-block-4 {
  text-align: center;
}

.text-block-5 {
  text-align: center;
  padding: 5px 17px;
}

.bold-text-2 {
  font-size: 1em;
}

.slide-para-center {
  opacity: 1;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 700;
  overflow: visible;
}

.bold-text-3 {
  font-weight: 300;
}

.div-block-11 {
  justify-content: center;
  display: flex;
}

.lottie-animation {
  z-index: 99999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

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

.background-video {
  object-fit: cover;
  height: 25em;
}

.image-9 {
  mix-blend-mode: multiply;
}

.image-10 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: border-box;
}

.div-block-12 {
  width: 15%;
  display: block;
}

.div-block-13 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: 15%;
}

.linktext {
  color: var(--turquoise);
}

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

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

.div-block-17 {
  min-width: 100%;
}

.container-2-bullets {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-18 {
  width: 50%;
  height: 100%;
}

.div-block-19 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 50%;
  height: 30em;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.services-paragraph-bullet {
  margin-top: 2.19em;
  overflow: hidden;
}

.services-paragraph-bullet.overflow-hidden {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.services-paragraph-bullet.overflow-hidden.bullet {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}

.heading-2 {
  width: 20%;
}

.contact-divwrapper {
  width: 50%;
}

.content-wrapper-fullwidth {
  width: 100%;
  display: flex;
}

.content-wrapper-fullwidth.center-apart {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-wrapper-fullwidth.vertical-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4em;
  display: flex;
}

.image-12 {
  width: 25%;
  margin-top: 15px;
}

.heading-3 {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 2em;
}

.container-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.scolldowndiv {
  display: none;
}

.heading-4 {
  font-size: 2em;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 8em;
    line-height: 1;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3.2em;
  }

  p {
    font-size: 1.8em;
  }

  .padding-vertical {
    padding-top: 8em;
  }

  .padding-vertical.top-40 {
    padding-top: 3em;
  }

  .padding-vertical.top-55 {
    padding-top: 0;
  }

  .padding-vertical.top-63 {
    padding-top: 8em;
  }

  .padding-vertical.top-71.bottom-81 {
    padding-top: 5em;
  }

  .padding-vertical.padding-horizontal {
    margin-left: 0;
    margin-right: 0;
    padding-top: 3em;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    margin-left: 6.25em;
    margin-right: 6.25em;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal.is-124.left-145 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal.left-zero.right-zero {
    padding-left: 5em;
    padding-right: 5em;
  }

  .padding-horizontal.rright-zero {
    padding-right: 5em;
  }

  .logo {
    order: 1;
    width: 25em;
  }

  .logo.w--current {
    order: 1;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 6.25em;
    padding-top: 0;
    display: none;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    width: 6.25em;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.2em;
    display: block;
    position: static;
  }

  .nav-link.last {
    flex: 0 auto;
    display: inline;
    position: static;
  }

  .section-hero {
    top: -87.5em;
    overflow: hidden;
  }

  .overlay-image {
    display: block;
  }

  .nav {
    display: none;
  }

  .grid-box {
    flex: none;
    width: 6.25em;
    height: 6.25em;
  }

  .grid-box.display-off {
    display: block;
  }

  .grid-box.blue-color5.no-color-desktop {
    background-color: #00ccb859;
  }

  .grid-box.gridboxslider {
    width: 6.25em;
    height: 6.25em;
  }

  .grid-box.gridboxslider.is-hidden {
    display: block;
  }

  ._2nd-row-box-wrapper.is-hidden, ._2nd-row-box-wrapper.mobile-hidden, ._2nd-row-box-wrapper.mobile-hidden {
    display: flex;
  }

  .hero-content {
    margin-top: 12.5em;
    margin-left: 5em;
    display: block;
  }

  .header.center-apart.right-padding {
    padding-right: 0;
  }

  .header.center-left.padding-horizontal {
    margin-left: 6.25em;
    margin-right: 6.25em;
    padding-left: 0;
    padding-right: 0;
  }

  .header-image-wrapper {
    width: 55em;
  }

  .header-image-wrapper.size-257 {
    width: 100%;
    height: auto;
  }

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

  .header-image-wrapper.size-1447 {
    width: 80%;
  }

  .header-image-wrapper.about-us {
    width: 80%;
    margin-left: 0;
  }

  .header-image-wrapper.contact {
    width: 77%;
    margin-left: 0;
  }

  .content-wrapper.center-apart {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .paragraph-wrapper {
    margin-top: 5em;
    margin-right: 0;
  }

  .paragraph-wrapper.first {
    margin-top: 2em;
  }

  .paragraph-wrapper.first.about-us {
    margin-right: 0;
  }

  .margin-bottom-20 {
    margin-bottom: 2em;
  }

  .hiring-paragraph-wrapper.right {
    margin-top: 5em;
  }

  .button-wrapper.top-38 {
    justify-content: flex-end;
    margin-top: 3em;
  }

  .seconday-button {
    font-size: 2em;
  }

  .seconday-button.wide {
    text-align: center;
    width: 40%;
    margin-bottom: 20px;
    font-size: 1.6em;
  }

  .client-paragraph-wrapper {
    width: 100%;
  }

  .client-image-wrapper {
    width: 100%;
    margin-top: 5em;
  }

  .image-row._2nd {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .image-row._3rd {
    margin-bottom: 1em;
  }

  .thomas-water {
    width: 10em;
  }

  .south-east {
    width: 15em;
  }

  .top-fire {
    width: 12em;
  }

  .amfm {
    width: 15em;
  }

  .clancy {
    width: 20em;
  }

  .chartway {
    width: 15em;
  }

  .bas {
    width: 16em;
  }

  .anglian-water {
    width: 15em;
  }

  .murphy, .kent {
    width: 12em;
  }

  .shannon {
    width: 15em;
  }

  .morrison {
    width: 16em;
  }

  .footer-content {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3em;
    margin-bottom: -8em;
  }

  .footer-menu {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }

  .footer-link {
    margin-right: 2.5em;
    font-size: 2em;
  }

  ._14px-text {
    font-size: .9em;
  }

  .footer-social-wapper {
    align-items: flex-end;
    margin-top: 1.5em;
  }

  .social {
    margin-top: 5em;
  }

  .fb {
    width: 1em;
    margin-right: 4em;
  }

  .linkedin {
    width: 2em;
    margin-right: 4em;
  }

  .twitter {
    width: 2em;
  }

  ._12px-text {
    font-size: 1.4em;
  }

  .slider-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .services-image-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .services-main-image {
    opacity: 0;
    object-fit: cover;
    width: auto;
    height: auto;
    display: inline-block;
    overflow: visible;
  }

  .services-content {
    width: 100%;
    margin-top: 3em;
    margin-left: 0;
  }

  .services-content.overflow-hidden {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-top: 2em;
    margin-left: 6.25em;
    margin-right: 6.25em;
  }

  .services-header.bottom-margin-92px {
    flex-wrap: wrap;
    margin-top: 2em;
  }

  .services-header.overflow-hidden {
    justify-content: space-between;
  }

  .services-paragraph.overflow-hidden {
    width: 100%;
    height: 100%;
    margin-top: 1em;
    padding-right: 0%;
  }

  .services-paragraph.overflow-hidden.bullets {
    align-items: center;
    display: flex;
  }

  .slider-mask {
    height: 75em;
  }

  .arrow {
    justify-content: center;
    align-items: center;
    width: 6.25em;
    height: 31.25em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1vw;
    inset: 0% auto 0% 0%;
  }

  .arrow.right {
    align-items: center;
    height: 31.25em;
    inset: 0% 0% 0% auto;
  }

  .slider-nav {
    flex-wrap: wrap;
    height: 16em;
    margin-top: 3em;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .slider-nav-link {
    outline-width: 0;
    width: 100%;
    height: 16em;
    padding-bottom: 0;
  }

  .slider-nav-img-wrapper {
    width: 10em;
  }

  .slider-nav-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .slider-nav-para-text {
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 2em;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 1.3em;
    display: flex;
  }

  .slider-nav-para-text.bold {
    font-weight: 700;
    display: none;
  }

  .arrow-image {
    flex: 0 auto;
    width: 5em;
    display: block;
  }

  .arrow-image.tilted {
    width: 5em;
    transform: rotate(0);
  }

  .left-arrow.right {
    flex-direction: column;
    justify-content: center;
    width: 6.25em;
    height: 56.25em;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .menu-button-icon {
    color: #fff;
    object-fit: fill;
    transform: scale(1.5);
  }

  .hero-header-small-texts.mobile-hidden {
    display: none;
  }

  ._29px-text {
    font-size: 2.2em;
  }

  .services-header-image-wrapper {
    width: 9em;
  }

  .left-margin-38px {
    margin-left: 5em;
  }

  .header_right-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 2em;
  }

  .sub-header {
    margin-top: 3em;
    margin-bottom: 5em;
  }

  .about-us-image-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .team-row-1.top-margin-115 {
    flex-wrap: wrap;
  }

  .team-item {
    width: 32%;
  }

  .team-item.bottom {
    margin-top: 3em;
  }

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

  ._20px-text {
    font-size: 2em;
  }

  .team-row-2 {
    flex-wrap: wrap;
    margin-top: 3em;
  }

  .address-wrapper {
    height: 50%;
    padding-right: 0;
  }

  .contact-wrapper {
    height: 50%;
    margin-right: 0;
  }

  .contact-form-2 {
    margin-top: 3em;
  }

  ._30px-text {
    margin-bottom: 1em;
    font-size: 2.3em;
  }

  .form-text-field {
    margin-bottom: 1em;
  }

  .form-button-wrapper {
    margin-top: 5em;
  }

  .heading-wrapper {
    height: 6.25em;
  }

  .hero_heading_text_1 {
    font-size: 6em;
    line-height: 1;
  }

  .slideh3 {
    order: 0;
    width: auto;
    font-size: 2.5em;
  }

  .slide-para {
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 35px;
    font-size: 2.3em;
  }

  .initial {
    position: static;
  }

  .pipe-wrapper {
    width: 100%;
    margin-left: 3em;
  }

  .pipe-vertical-line {
    width: .4em;
    height: 1.2em;
  }

  .pipe-horizontal-line {
    height: .4em;
  }

  .nav-menu {
    object-fit: fill;
    object-position: 100% 50%;
    background-color: #29292999;
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    align-content: center;
    align-self: auto;
    width: 18.75em;
    min-width: 18.75em;
    height: 25em;
    margin-left: 0;
    display: flex;
    position: absolute;
    inset: 6.25em 0% 0% auto;
    overflow: visible;
  }

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

  .navbar-container {
    background-color: #29292999;
    display: flex;
  }

  .div-block {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 18.75em;
  }

  .navbar_linkcontainer {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 18.75em;
    height: 6.25em;
    display: flex;
    position: relative;
  }

  .hero_heading_text_2 {
    font-size: 6em;
  }

  .overlay {
    position: absolute;
  }

  .overlay.slider {
    width: 100%;
    height: 31.25em;
  }

  .hero-grid-green-border {
    position: relative;
    top: -31.25em;
  }

  .navblockspacer1 {
    width: 62.5em;
  }

  .servicesimage1.servicesimagescrop {
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    width: auto;
    height: 31.25em;
    max-height: none;
    margin-top: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .servicesimage2.servicesimagescrop {
    width: 100%;
    height: 31.25em;
    max-height: none;
    margin-top: 0;
  }

  .servicesimage3.servicesimagescrop {
    width: 100%;
    height: 31.25em;
    max-height: none;
    margin-top: 0;
    position: static;
  }

  .servicesimage4.servicesimagescrop {
    width: 100%;
    height: 31.25em;
    max-height: none;
    margin-top: 0;
  }

  .servicesimage5.servicesimagescrop, .servicesimage6.servicesimagescrop {
    width: 100%;
    height: 31.25em;
    max-height: none;
    margin-top: 0;
  }

  .hero_heading_text_3 {
    font-size: 6em;
  }

  .heading {
    font-size: 2.7em;
  }

  .subpagegrid.click {
    width: 100%;
    height: 37.5em;
    display: block;
    overflow: hidden;
  }

  .gridholder {
    width: 100%;
    height: 43.75em;
  }

  .sliderunderline {
    display: none;
  }

  .slidernavlink, .slidernavlink.left {
    height: 16em;
    margin-bottom: 0;
  }

  .slidernavlink.right {
    height: 16em;
  }

  .section-welcome {
    margin-top: 2em;
  }

  .div-block-10 {
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 6.25em;
    height: 6.25em;
    display: flex;
  }

  .navbar {
    display: flex;
  }

  .navbar-2 {
    margin-bottom: auto;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
  }

  .navbar-3 {
    background-color: #0000;
    display: block;
  }

  .paragraph {
    width: 100%;
    font-size: 2.3em;
  }

  .image-7 {
    width: 22%;
    margin-top: 8em;
    margin-bottom: 3em;
    display: none;
    position: relative;
  }

  .link-block, .link-block-2 {
    font-size: 1.8em;
  }

  .services-header-copy.bottom-margin-92px {
    flex-wrap: wrap;
    margin-top: 2em;
  }

  .services-header-copy.overflow-hidden {
    justify-content: space-between;
  }

  .subpageimagecontainer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 37.5em;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .inforightalign {
    width: 100%;
    margin-top: 3em;
    margin-left: 0;
  }

  .inforightalign.overflow-hidden {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-top: 2em;
    margin-left: 0;
    margin-right: 0;
  }

  .subpageimage.servicesimagescrop {
    background-image: none;
    width: 100%;
    height: 43.75em;
    max-height: none;
  }

  .subpageoverlay {
    position: absolute;
  }

  .subpageoverlay.slider {
    width: 100%;
    height: 37.5em;
  }

  .hero-content-home {
    margin-top: 18.75em;
    margin-left: 5em;
    display: block;
  }

  .hero-grid-green-border-home {
    position: relative;
    top: -37.5em;
  }

  .section-hero-home {
    top: -93.75em;
    overflow: hidden;
  }

  .navbarlogo {
    width: 75%;
  }

  .logonavbar {
    order: 1;
    width: 18.75em;
  }

  .logonavbar.w--current {
    justify-content: center;
    align-items: center;
    height: 6.25em;
    padding-top: 0;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 2.3em;
  }

  .containerbullets {
    flex-flow: row;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .container-2 {
    flex-direction: column;
  }

  .servicescontainer {
    width: 100%;
    margin-top: 3em;
    margin-left: 0;
  }

  .servicescontainer.overflow-hidden {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-top: 2em;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-img-wrapperheaderselected {
    order: 0;
    width: 15em;
    height: 15em;
    margin: -2em 2em -2em 0;
    position: static;
  }

  .nav-img-wrapperheadersmall {
    width: 4em;
    height: 4em;
    display: none;
  }

  .subpage-secondary-image {
    opacity: 1;
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    height: auto;
    display: inline-block;
  }

  .div-block-listx3 {
    margin-bottom: 4px;
  }

  .div-block-listx3.topalign {
    flex-direction: column;
  }

  .text-block-list {
    align-items: center;
    height: 13vw;
    font-size: 2em;
    display: flex;
  }

  .slide-para-center {
    text-align: center;
    margin-bottom: 1em;
    font-size: 2em;
    font-weight: 700;
  }

  .text-span {
    font-weight: 700;
  }

  .div-block-11 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .image-8 {
    object-fit: fill;
    width: auto;
    max-width: none;
    height: 3em;
  }

  .background-video {
    position: static;
    bottom: 35%;
  }

  .image-11 {
    object-fit: contain;
    width: auto;
    max-width: none;
    height: 3em;
    overflow: visible;
  }

  .div-block-15, .container-2-bullets {
    flex-direction: column;
  }

  .div-block-19 {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    position: static;
  }

  .services-paragraph-bullet.overflow-hidden {
    width: 100%;
    height: 100%;
    margin-top: 1em;
    padding-right: 0%;
  }

  .services-paragraph-bullet.overflow-hidden.bullet {
    align-items: center;
  }

  .contact-divwrapper {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .content-wrapper-fullwidth {
    flex-direction: column;
  }

  .content-wrapper-fullwidth.center-apart {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .container-header {
    flex-direction: row;
  }

  .scroll-down-for-more {
    text-align: center;
    margin-bottom: 2px;
    font-size: 2vw;
    position: sticky;
  }

  .scolldowndiv {
    z-index: 9999;
    background-color: #f2f2f2b3;
    justify-content: center;
    align-items: flex-end;
    height: 4em;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .downarrow {
    margin-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 9em;
    line-height: 1;
  }

  h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 3.8em;
  }

  p {
    font-size: 2.2em;
  }

  .page-wrapper {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical.top-63 {
    padding-top: 10em;
  }

  .padding-vertical.top-71.bottom-81 {
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .padding-horizontal {
    margin-left: 6.25em;
    margin-right: 6.25em;
  }

  .logo {
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .nav-link {
    width: 18.75em;
  }

  .nav-link.current {
    color: var(--turquoise);
  }

  .section-hero {
    top: -87.5em;
  }

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

  ._2nd-row-box-wrapper.mobile-hidden {
    display: flex;
  }

  .hero-content {
    margin-bottom: auto;
    margin-left: 6.25em;
  }

  .header.center-apart.right-padding {
    padding-right: 0;
  }

  .header.center-left.padding-horizontal {
    margin-left: 6.25em;
    margin-right: 6.25em;
  }

  .header-image-wrapper {
    width: 48em;
  }

  .header-image-wrapper.size-257 {
    width: 100%;
  }

  .header-image-wrapper.services {
    width: 72.5em;
  }

  .header-image-wrapper.size-1447 {
    width: 71em;
  }

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

  .header-image-wrapper.contact {
    width: 72%;
  }

  .content-wrapper.vertical-left {
    margin-top: 3em;
  }

  .hiring-paragraph-wrapper.right {
    margin-top: 10em;
  }

  .button-wrapper.top-38 {
    margin-top: 5em;
  }

  .seconday-button {
    font-size: 2.5em;
  }

  .seconday-button.wide {
    width: 20%;
    font-size: 1.4em;
  }

  .thomas-water {
    width: 15em;
    transform: scale(.7);
  }

  .south-east {
    width: 18em;
  }

  .top-fire {
    width: 12em;
    transform: scale(.7);
  }

  .amfm {
    width: 15em;
    transform: scale(.7);
  }

  .clancy {
    width: 25em;
    transform: scale(.8);
  }

  .chartway {
    width: 20em;
    height: 7em;
    overflow: visible;
  }

  .bas {
    width: 20em;
    transform: scale(.7);
  }

  .anglian-water {
    width: 20em;
  }

  .murphy, .kent {
    width: 17em;
    transform: scale(.8);
  }

  .shannon {
    width: 20em;
    transform: scale(.7);
  }

  .morrison {
    width: 20em;
    transform: scale(.8);
  }

  .footer-menu {
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .footer-link {
    text-align: center;
    flex: none;
    width: 50%;
    margin-right: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2.2em;
  }

  .footer-link.contact {
    text-align: center;
    flex: none;
    align-items: center;
    width: 100%;
    position: static;
  }

  ._14px-text {
    text-align: center;
    width: 100%;
    font-size: 1em;
  }

  ._14px-text.extra-light {
    font-size: 1em;
  }

  .footer-social-wapper {
    margin-top: 0;
  }

  .fb {
    width: 1.5em;
    margin-right: 4em;
  }

  .linkedin {
    width: 3em;
    margin-right: 4em;
  }

  .twitter {
    width: 3em;
  }

  ._12px-text {
    font-size: 1.6em;
  }

  .services-main-image {
    width: 100%;
    height: 25em;
    overflow: hidden;
  }

  .services-content {
    margin-top: 5em;
  }

  .services-content.overflow-hidden {
    margin-left: 6.25em;
  }

  .services-header.bottom-margin-92px {
    margin-top: 3em;
  }

  .services-header.overflow-hidden {
    justify-content: flex-start;
  }

  .arrow {
    justify-content: center;
    height: 24.75em;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .arrow.right {
    height: 24.75em;
    margin-right: 0;
  }

  .slider-nav-img-wrapper {
    width: 9em;
  }

  .slider-nav-wrapper {
    margin-left: 6.25em;
    margin-right: 6.25em;
  }

  .slider-nav-para-text {
    width: 95%;
    height: 2em;
    font-size: 1.5em;
    line-height: 1.2;
  }

  .arrow-image, .arrow-image.tilted {
    width: 8em;
  }

  .left-arrow.right {
    padding-top: 25em;
    padding-bottom: 10em;
  }

  .menu-button-icon {
    transform: scale(1.2);
  }

  .hero-header-small-texts.mobile-hidden {
    display: none;
  }

  ._29px-text {
    font-size: 2.8em;
  }

  .services-header-image-wrapper {
    width: 12em;
  }

  .header_right-wrapper {
    margin-top: 3em;
  }

  .services-header-icon {
    margin-right: 0;
  }

  .sub-header {
    margin-top: 4em;
    margin-bottom: 6em;
  }

  .team-item {
    width: 48%;
  }

  .team-item.bottom, .team-item.bottom-mobile {
    margin-top: 4em;
  }

  .team-member-text {
    margin-top: 1em;
  }

  ._20px-text {
    font-size: 2.8em;
  }

  .team-row-2 {
    margin-top: 4em;
  }

  .contact-form-wrapper {
    margin-top: 10em;
  }

  .contact-form-2 {
    margin-top: 4em;
  }

  ._30px-text {
    font-size: 3em;
  }

  .form-button-wrapper {
    margin-top: 6em;
  }

  .heading-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .slideh3 {
    width: 50%;
    font-size: 2.5em;
  }

  .slide-para {
    margin-top: 1em;
  }

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

  .pipe-vertical-line {
    width: .3em;
    height: 1.6em;
  }

  .pipe-horizontal-line, .pipe-horizontal-line.title {
    height: .5em;
  }

  .nav-menu {
    background-color: #29292999;
    flex-flow: column;
    flex: none;
    order: 1;
    justify-content: center;
    align-self: auto;
    width: 12.5em;
    position: absolute;
    right: 6.25em;
  }

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

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

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

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

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

  .navbar-container {
    background-color: #29292999;
    height: 6.25em;
  }

  .div-block {
    width: 25em;
    height: 6.25em;
  }

  .navblockspacer2 {
    flex: none;
    height: 6.25em;
  }

  .navbar_linkcontainer {
    align-self: flex-end;
  }

  .overlay.slider {
    height: 25em;
    overflow: hidden;
  }

  .hero-grid-green-border {
    width: 100%;
    top: -31.25em;
  }

  .navblockspacer1 {
    flex: none;
    width: 50em;
    height: 6.25em;
  }

  .servicesimage1.servicesimagescrop {
    width: 100%;
    height: 25em;
  }

  .servicesimage2.servicesimagescrop, .servicesimage3.servicesimagescrop, .servicesimage4.servicesimagescrop, .servicesimage5.servicesimagescrop, .servicesimage6.servicesimagescrop {
    height: 25em;
  }

  .subpagegrid.click, .gridholder {
    height: 37.5em;
    overflow: hidden;
  }

  .div-block-10 {
    height: 6.25em;
  }

  .navbar-3 {
    background-color: #2929294d;
    overflow: visible;
  }

  .body {
    object-fit: scale-down;
  }

  .section-3 {
    overflow: hidden;
  }

  .contact {
    flex-direction: column;
    width: 50%;
  }

  .image-7 {
    text-align: left;
    width: 50%;
    margin-top: 18em;
    transform: scale(.5);
  }

  .text-block {
    text-align: center;
    width: 100%;
    padding-bottom: 4px;
  }

  .text-block-2 {
    padding-bottom: 4px;
    display: block;
  }

  .services-header-copy.bottom-margin-92px {
    margin-top: 3em;
  }

  .services-header-copy.overflow-hidden {
    justify-content: flex-start;
  }

  .subpageimagecontainer, .inforightalign {
    margin-top: 5em;
  }

  .inforightalign.overflow-hidden {
    margin-top: 0;
    margin-left: 0;
  }

  .hero-image-wrapper-home {
    width: 100%;
  }

  .subpageimage.servicesimagescrop {
    height: 37.5em;
  }

  .subpageoverlay.slider {
    height: 37.5em;
    overflow: hidden;
  }

  .hero-content-home {
    margin-bottom: auto;
    margin-left: 6.25em;
  }

  .hero-grid-green-border-home {
    width: 100%;
    top: -37.5em;
  }

  .section-hero-home {
    top: -93.75em;
  }

  .logonavbar {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .containerbullets {
    margin-top: 1em;
  }

  .servicescontainer {
    margin-top: 5em;
  }

  .servicescontainer.overflow-hidden {
    margin-top: 0;
    margin-left: 0;
  }

  .nav-img-wrapperheaderselected, .nav-img-wrapperheadersmall {
    width: 9em;
  }

  .subpage-secondary-image {
    object-position: 50% 40%;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .text-block-list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-para-center {
    margin-top: 1em;
  }

  .content-wrapper-fullwidth.vertical-left {
    margin-top: 3em;
  }

  .scroll-down-for-more, .downarrow {
    display: none;
  }

  .contact-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8.5em;
  }

  h2 {
    font-size: 10em;
    line-height: 1.1;
  }

  h3 {
    font-size: 8em;
  }

  p {
    font-size: 4.2em;
  }

  .page-wrapper {
    width: 100%;
    min-width: 100vw;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .padding-vertical.top-40 {
    padding-top: 4em;
  }

  .padding-vertical.top-55 {
    margin-top: 4em;
  }

  .padding-vertical.top-71.bottom-81 {
    padding-top: 10em;
    padding-bottom: 5em;
  }

  .padding-horizontal.is-124.left-145, .padding-horizontal.left-zero.right-zero {
    padding-left: 3em;
    padding-right: 3em;
  }

  .logo {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin-top: 100em;
    margin-left: 0;
  }

  .nav-link {
    width: 100%;
    margin-top: 0;
    font-size: 3.5em;
    position: static;
    top: 6.25em;
  }

  .section-hero {
    object-fit: cover;
    height: 87.5em;
    top: -150em;
  }

  .hero-image-wrapper {
    height: 75em;
    top: 0;
  }

  ._2nd-row-box-wrapper-mask.is-hidden {
    display: flex;
  }

  .grid-box {
    width: 12.5em;
    height: 12.5em;
  }

  ._2nd-row-box-wrapper {
    margin-left: -75em;
  }

  .hero-content {
    margin-top: 25em;
    margin-left: 6.25em;
    display: block;
  }

  .header.center-apart, .header.center-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header.center-left.padding-horizontal {
    margin-left: 6.25em;
    margin-right: 6.25em;
  }

  .header-image-wrapper {
    width: 100%;
    margin-top: 1em;
  }

  .header-image-wrapper.size-257 {
    width: 100%;
    min-width: 0;
    margin-top: 2em;
    margin-left: 0;
  }

  .header-image-wrapper.services {
    width: 100%;
    margin-left: 0;
  }

  .header-image-wrapper.about-us, .header-image-wrapper.size-1447 {
    width: 100%;
  }

  .header-image-wrapper.about-us, .header-image-wrapper.contact {
    width: 100%;
    margin-left: 0;
  }

  .content-wrapper.center-apart {
    margin-top: 0;
  }

  .content-wrapper.vertical-left {
    margin-top: 2em;
  }

  .paragraph-wrapper.first {
    margin-top: 5em;
  }

  .text-style-bold {
    font-size: 6em;
  }

  .button-wrapper.top-38 {
    margin-top: 6em;
  }

  .seconday-button {
    font-size: 3em;
  }

  .client-image-wrapper {
    flex: none;
    margin-top: 10em;
  }

  .image-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    object-fit: contain;
    flex-wrap: wrap;
    align-content: center;
  }

  .image-row._2nd {
    flex-wrap: nowrap;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .image-row._3rd {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-wrap: nowrap;
  }

  .thomas-water {
    width: 20%;
  }

  .south-east {
    text-align: center;
    width: 20%;
  }

  .top-fire, .amfm, .clancy, .chartway, .bas, .anglian-water, .murphy, .kent, .shannon, .morrison {
    width: 20%;
  }

  .main-wrapper {
    margin-top: -12.5em;
  }

  .footer-content {
    flex-direction: column;
    margin-top: 5em;
    margin-bottom: -110em;
  }

  .footer-menu {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-top: 5em;
  }

  .footer-link {
    width: 100%;
    font-size: 15px;
  }

  .footer-link.contact {
    font-size: 5em;
  }

  ._14px-text, ._14px-text.extra-light {
    font-size: .9em;
  }

  .footer-social-wapper {
    margin-top: 8em;
  }

  .fb {
    width: 3em;
  }

  .linkedin, .twitter {
    width: 5em;
  }

  ._12px-text {
    font-size: 3em;
  }

  .services-main-image {
    height: 56.25em;
  }

  .services-content {
    margin-top: 6em;
  }

  .services-content.overflow-hidden {
    margin-top: 3em;
  }

  .services-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-header.bottom-margin-92px {
    margin-top: 5em;
  }

  .services-header.overflow-hidden {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .services-paragraph.overflow-hidden {
    padding-right: 0%;
  }

  .services-slider {
    margin-top: 0;
  }

  .slider-mask {
    height: 125em;
  }

  .arrow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 12.5em;
    height: 56.25em;
    margin-left: 2.5em;
    padding-top: 0;
  }

  .arrow.right {
    height: 56.25em;
    margin-right: 2.5em;
  }

  .slider-nav {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    height: auto;
    margin-top: 5em;
    padding-top: 5em;
    padding-bottom: 5em;
    display: grid;
  }

  .slider-nav-link {
    border: 0 #000;
    width: 50%;
    height: 100%;
  }

  .slider-nav-img-wrapper {
    width: 100%;
    height: 20em;
  }

  .slider-nav-wrapper {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-nav-para-text {
    font-size: 2em;
  }

  .arrow-image, .arrow-image.tilted {
    width: 12.5em;
  }

  .left-arrow.right {
    padding: 22.5em 6.4em 114em 0;
    right: -10%;
  }

  .menu-button {
    margin-right: 0;
  }

  .menu-button-icon {
    transform: scale(1.3);
  }

  ._29px-text {
    font-size: 5em;
  }

  .services-header-image-wrapper.mobile-hidden {
    display: none;
  }

  .left-margin-38px {
    margin-left: 0;
  }

  .header_right-wrapper.mobile-hidden {
    display: none;
  }

  .sub-header {
    margin-top: 6em;
    margin-bottom: 7em;
  }

  .team-row-1.top-margin-115 {
    margin-top: 10em;
  }

  .team-item {
    width: 100%;
  }

  .team-item.bottom, .team-item.bottom-mobile, .team-item.bottom-portrait {
    margin-top: 5em;
  }

  ._20px-text {
    font-size: 5.5em;
  }

  .team-row-2 {
    margin-top: 0;
  }

  .address-wrapper {
    margin-top: 8em;
  }

  .contact-form-wrapper {
    margin-top: 12em;
  }

  .contact-form-2 {
    margin-top: 6em;
  }

  ._30px-text {
    font-size: 5.2em;
  }

  .form-button-wrapper {
    margin-top: 8em;
  }

  .hero-header-1 {
    margin-left: 0;
    display: block;
  }

  .heading-wrapper {
    height: 12.5em;
    margin-left: 0;
  }

  .hero_heading_text_1 {
    font-size: 8em;
  }

  .slideh3 {
    width: 80%;
    font-size: 5em;
    line-height: 1;
  }

  .slide-para {
    margin-top: 1em;
    padding-right: 0;
    font-size: 3em;
  }

  .initial {
    height: 20em;
  }

  .final {
    display: none;
  }

  .pipe-wrapper {
    width: 100%;
    margin-bottom: 3em;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pipe-vertical-line, .pipe-vertical-line.right {
    width: .6em;
    height: 1.2em;
  }

  .pipe-horizontal-line {
    width: 100%;
    height: .6em;
  }

  .pipe-horizontal-line.title {
    width: .5%;
  }

  .nav-menu {
    object-fit: fill;
    background-color: #29292999;
    flex-direction: row;
    flex: none;
    order: 1;
    align-items: center;
    min-width: 25em;
    max-width: 5em;
    height: 50em;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    top: 12.5em;
    right: 0;
    overflow: hidden;
  }

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

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

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

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

  .fs-cc-prefs_component {
    padding: 24px;
    display: none;
  }

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

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

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

  .navbar-container {
    background-color: #29292999;
    align-items: center;
    width: 100%;
    height: 12.5em;
    position: static;
    top: 30px;
  }

  .div-block {
    justify-content: center;
    width: 50%;
    height: 12.5em;
  }

  .navblockspacer2 {
    width: 0;
    display: block;
  }

  .navbar_linkcontainer {
    width: 100%;
    height: 12.5em;
    position: relative;
  }

  .hero_heading_text_2 {
    font-size: 8em;
  }

  .header-image-1 {
    height: 87.5em;
  }

  .header-image-2 {
    height: 87.5em;
    top: -87.5em;
  }

  .header-image-3 {
    height: 87.5em;
    position: relative;
    inset: -175em 0% auto;
  }

  .header-image-4 {
    background-size: cover;
    height: 87.5em;
    top: -250em;
  }

  .row-box-wrapper-mask {
    margin-left: 0;
  }

  .overlay {
    height: 75em;
    margin-top: 0;
  }

  .overlay.slider {
    height: 56.25em;
    display: block;
  }

  .hero-grid-green-border {
    height: 75em;
    top: -62.5em;
  }

  .navblockspacer1 {
    width: 31.25em;
    height: 12.5em;
  }

  .slidercontainer {
    height: auto;
  }

  .headerplaceholder {
    position: relative;
    inset: 0% 0% auto;
  }

  .servicesimage1.servicesimagescrop, .servicesimage2.servicesimagescrop {
    height: 56.25em;
  }

  .servicesimage3.servicesimagescrop {
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: border-box;
    height: 58.25em;
  }

  .servicesimage4.servicesimagescrop, .servicesimage5.servicesimagescrop, .servicesimage6.servicesimagescrop {
    height: 56.25em;
  }

  .hero-header-3 {
    display: none;
  }

  .hero_heading_text_3 {
    font-size: 8em;
  }

  .heading {
    font-size: 7em;
  }

  .subpagegrid.click {
    height: 37.5em;
  }

  .gridholder {
    height: 56.25em;
  }

  .slidernavlink {
    border: 1px #000;
    width: 43vw;
    height: 30em;
  }

  .slidernavlink.left {
    border: 1px #000;
    justify-content: flex-start;
    align-items: center;
    width: 43vw;
    height: 30em;
  }

  .slidernavlink.right {
    height: 30em;
  }

  .div-block-10 {
    width: 12.5em;
    height: 12.5em;
  }

  .navbar-3 {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .navbar-3.sticky {
    z-index: 5;
    object-fit: fill;
    top: 0;
  }

  .navbar-4 {
    position: sticky;
    bottom: 0;
  }

  .paragraph {
    font-size: 3em;
  }

  .contact {
    width: 100%;
  }

  .image-7 {
    order: 1;
    width: 100%;
    margin-top: 18em;
    margin-bottom: 10em;
  }

  .link-block, .link-block-2 {
    font-size: 5em;
  }

  .text-block-2 {
    padding-bottom: 20px;
    font-size: 15px;
  }

  .services-header-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-header-copy.bottom-margin-92px {
    margin-top: 5em;
  }

  .services-header-copy.overflow-hidden {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .inforightalign {
    margin-top: 6em;
  }

  .inforightalign.overflow-hidden {
    margin-top: 3em;
  }

  .hero-image-wrapper-home {
    height: 87.5em;
    top: 0;
  }

  .subpageimage.servicesimagescrop {
    height: 56.25em;
  }

  .subpageoverlay {
    height: 75em;
    margin-top: 0;
  }

  .subpageoverlay.slider {
    height: 56.25em;
  }

  .hero-content-home {
    margin-top: 25em;
    margin-left: 6.25em;
    display: block;
  }

  .hero-grid-green-border-home {
    height: 75em;
    top: -62.5em;
  }

  .section-hero-home {
    object-fit: cover;
    height: 87.5em;
    top: -150em;
  }

  .logonavbar {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 3em;
  }

  .servicescontainer {
    margin-top: 6em;
  }

  .servicescontainer.overflow-hidden {
    margin-top: 3em;
  }

  .nav-img-wrapperheaderselected {
    width: 20%;
    height: 20em;
  }

  .nav-img-wrapperheadersmall {
    width: 100%;
    height: 20em;
  }

  .header-image-subpages {
    height: 87.5em;
  }

  .headerplaceholdersubpages {
    position: relative;
    inset: 0% 0% auto;
  }

  .subpage-secondary-image {
    height: 56.25em;
  }

  .text-block-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide-para-center {
    margin-top: 1em;
    font-size: 3em;
  }

  .services-paragraph-bullet.overflow-hidden {
    padding-right: 0%;
  }

  .content-wrapper-fullwidth.center-apart {
    margin-top: 0;
  }

  .content-wrapper-fullwidth.vertical-left {
    margin-top: 2em;
  }

  .container-header {
    flex-direction: row;
    margin-top: -10px;
  }

  .scroll-down-for-more {
    font-size: 3vw;
    display: block;
  }

  .scolldowndiv {
    justify-content: center;
    height: 6em;
    display: flex;
  }

  .text-block-6 {
    font-size: 3vw;
  }

  .downarrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 3vw;
    display: block;
  }
}

#w-node-bd50a862-ca24-a897-5538-c36444274a67-44274a62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Paralucent';
  src: url('../fonts/Paralucent-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paralucent';
  src: url('../fonts/Paralucent-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paralucent';
  src: url('../fonts/Paralucent-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paralucent';
  src: url('../fonts/Paralucent-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paralucent';
  src: url('../fonts/Paralucent-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paralucent';
  src: url('../fonts/Paralucent-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Paralucenttext book';
  src: url('../fonts/ParalucentText-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Paralucent';
  src: url('../fonts/Paralucent-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}