@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --gunmetal\<deleted\|variable-7c4e2492\>: #1c1744;
  --colour-1: #e6bbb8;
  --black: black;
  --silver-chalice\<deleted\|variable-36d84931\>: #aaa;
  --off-white: #edf7ed;
  --colour-3\<deleted\|variable-a041c3b0\>: #8dc63f;
  --jet\<deleted\|variable-73de9a2d\>: #333;
  --heading-text: #1c1744;
  --colour-3: #0f1526;
  --colour-4: #faf0ee;
  --body-text: #606176;
  --colour-5: #95bde5;
}

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

body {
  color: #413e4e;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

h1 {
  font-family: Open Sans, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
}

h2 {
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
}

h4 {
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  background-image: url('../images/right-quotation-sign.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px 10px 32px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.nav-section {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  background-color: var(--white);
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-left: 52px;
  padding-right: 52px;
}

.logo {
  order: -1;
  width: 17rem;
  margin-left: -20px;
  margin-right: 40px;
  padding-left: 0;
}

.navlink {
  color: #56626b;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  transition: all .35s;
}

.navlink:hover {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
}

.navlink.w--current {
  color: var(--colour-1);
}

.navlink.dropdown-link {
  padding: 8px 0;
  font-size: 14px;
}

.navlink.dropdown-link:hover {
  color: var(--silver-chalice\<deleted\|variable-36d84931\>);
}

.navlink.dropdown-link.with-subtitle {
  color: var(--silver-chalice\<deleted\|variable-36d84931\>);
  padding-bottom: 0;
}

.navlink.dropdown-link.with-icon {
  background-image: url('../images/FD-Hex-logo-web_1FD-Hex-logo-web.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 20px;
}

.navlink.dropdown-link.with-icon._2 {
  background-image: url('../images/FD-Hex-logo-web_1FD-Hex-logo-web.png');
  background-size: 10px;
}

.navlink.mega {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.navlink.mega.w--open {
  display: flex;
  position: static;
}

.navlink.dropdown {
  flex-direction: row;
  justify-content: flex-start;
  padding-right: 20px;
  display: flex;
}

.navlink.home {
  background-color: #f1f1f1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  padding: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-list.w--open {
  background-color: var(--white);
  padding: 10px 40px 20px;
}

.link-description {
  border-bottom: 1px solid var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: Droid Sans, sans-serif;
}

.subtitle-link-wrapper {
  letter-spacing: 1px;
  font-family: Droid Sans, sans-serif;
  font-size: 11px;
}

.menu-button {
  order: 1;
  padding: 12px;
}

.divider {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
}

.style-block {
  flex-direction: column;
  display: flex;
}

.inline-link {
  color: var(--colour-1);
  text-decoration: none;
}

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

.colour-block {
  width: 100%;
  height: 124px;
}

.colour-block._1 {
  float: left;
  background-color: var(--colour-1);
}

.colour-block._1._3 {
  background-color: var(--colour-3\<deleted\|variable-a041c3b0\>);
}

.colour-block._1._4 {
  background-color: var(--off-white);
}

.colour-block._1._2 {
  background-color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
}

.colour-block._1._5 {
  background-color: var(--jet\<deleted\|variable-73de9a2d\>);
}

.colour-block._1._6 {
  background-color: var(--silver-chalice\<deleted\|variable-36d84931\>);
}

.btn-primary {
  background-color: var(--colour-1);
  color: var(--heading-text);
  text-align: center;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  padding: .9rem 1.75rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  transition: all .35s;
}

.btn-primary:hover {
  background-color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  background-image: none;
}

.btn-primary.reverse {
  border: 1px solid var(--colour-1);
  color: var(--colour-1);
  background-color: #0000;
  background-image: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-primary.reverse:hover {
  border-color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  background-color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  color: #fff;
}

.btn-primary.dark {
  background-color: #0000;
  background-image: none;
  border: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-primary.dark:hover {
  color: var(--black);
  background-color: #fff;
}

.btn-primary.submit {
  background-color: var(--colour-1);
  width: 100%;
}

.btn-primary.nav {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
}

.btn-primary.white {
  background-color: var(--white);
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  background-image: none;
}

.btn-primary.white:hover {
  background-color: var(--colour-1);
  color: var(--white);
}

.dark-background-example {
  background-color: var(--black);
  text-align: center;
  justify-content: center;
  padding: 15px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #00b400;
  border-radius: 5px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 5px;
}

.rich-text a {
  color: var(--colour-1);
  text-decoration: none;
}

.rich-text a:hover {
  text-decoration: underline;
}

.rich-text h1 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  letter-spacing: -2px;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.rich-text h2 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  letter-spacing: -1px;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.rich-text h3 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  letter-spacing: -1px;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text h4 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text h5 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text h6 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text figure {
  width: 50%;
}

.section {
  padding: 100px 52px;
}

.section.inner-page-hero {
  color: #fff;
  padding-top: 200px;
  position: relative;
}

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

.section.no-padding.hero {
  height: 640px;
}

.section.grey {
  background-color: #f5f5f5;
}

.section.footer {
  background-color: var(--jet\<deleted\|variable-73de9a2d\>);
  padding-top: 52px;
  padding-bottom: 52px;
}

.section.copyright {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.hero {
  background-color: var(--colour-3);
  width: 100vw;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 2rem 0 5rem 52px;
  display: flex;
  position: relative;
}

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

.section.after-hero {
  padding-top: 140px;
}

.section.is-pink {
  background-color: var(--colour-4);
  color: var(--body-text);
  font-family: Poppins, sans-serif;
}

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

.large-margin-top {
  margin-top: 52px;
}

.medium-margin-top {
  margin-top: 32px;
}

.small-margin-top {
  margin-top: 16px;
}

.medium-margin-bottom {
  margin-bottom: 32px;
}

.small-margin-bottom {
  margin-bottom: 16px;
}

.large-margin-bottom {
  margin-bottom: 52px;
}

.copyright-cell.fd-link {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fd-txt {
  margin-right: 5px;
}

.fd-link-hover {
  margin-left: 8px;
  transition: all .35s;
}

.fd-link-hover:hover {
  transform: translate(0, -5px);
}

.copyright-info {
  margin-right: 5px;
}

.centre {
  text-align: center;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.project-content {
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 100px 20px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

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

._404-logo, .padlock-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-wrapper.centre {
  z-index: 1;
  z-index: 1;
}

.social-icons-wrapper {
  grid-column-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.fa-icon {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
}

.fa-icon.brand {
  font-family: "Fa brands 400", sans-serif;
}

.fa-icon.right {
  margin-left: 4px;
}

.fa-icon.left {
  padding-right: 5px;
}

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

.image-fill-wrapper {
  height: 100%;
  min-height: 28rem;
  color: var(--white);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-fill-wrapper.hero {
  padding-top: 250px;
  padding-bottom: 250px;
}

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

.bg-wash {
  background-color: #0000007d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-example {
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.h1 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  letter-spacing: -2px;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1.hero-heading {
  color: var(--white);
  letter-spacing: -2px;
  text-wrap: Balance;
  margin-top: 36px;
  margin-bottom: 24px;
  font-family: Fraunces, sans-serif;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.h1.ip-hero-heading {
  color: var(--white);
  font-weight: 600;
}

.h2 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  letter-spacing: -1px;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.h3 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  letter-spacing: -1px;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.h4 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.h4.style-guide-title {
  margin-bottom: 52px;
}

.h5 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.h5.cta-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 28px;
}

.h5.service-heading {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.h6 {
  color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Generalsans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.mega-menu-list.w--open {
  background-color: var(--white);
  min-width: 100%;
  padding: 52px;
  position: absolute;
  inset: 72px 0 auto;
}

.mega-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.mega-menu-content {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dd-icon {
  margin-left: 4px;
  margin-right: 0;
  position: static;
}

.dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
}

.style-holder-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f3f3f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fd-hex-image {
  width: 16px;
}

.burger-cell {
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.burger-bar-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.bb-1 {
  background-color: var(--white);
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.bb-2 {
  background-color: var(--white);
  border-radius: 2px;
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bb-3 {
  float: right;
  background-color: var(--white);
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.bb-txt {
  color: var(--white);
  margin-top: 2px;
  font-size: 12px;
  line-height: 1;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 800px;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

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

.swatch-colour-cell {
  flex-direction: column;
  display: flex;
}

.style-information-wrapper {
  background-color: #f5f5f5;
  padding: 20px;
}

.hex-col-1 {
  color: #a0a0a0;
  text-transform: uppercase;
}

.style-guide-section {
  background-color: var(--white);
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 52px;
  position: relative;
}

.style-body {
  background-color: #f3f3f5;
  padding: 20px;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.footer-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr 1fr;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

.footer-cta {
  color: #fff;
  margin-bottom: 32px;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-title {
  color: var(--colour-1);
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 500;
}

.footer-link {
  color: #fff9;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.light-grey {
  color: var(--silver-chalice\<deleted\|variable-36d84931\>);
}

.modal-bg-wrapper {
  z-index: 1002;
  background-color: #000000e6;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 20rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-information-wrapper {
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  max-width: 1200px;
  padding: 5rem;
  position: relative;
  overflow: auto;
}

.modal-close {
  cursor: pointer;
  margin-top: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.burger-menu {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-sub-heading {
  margin-bottom: 36px;
  font-size: 1.3rem;
}

.sub-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.mega-menu-header {
  color: var(--colour-1);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 600;
}

.energy-surveys-menu-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.top-bar {
  background-color: var(--colour-1);
  justify-content: center;
  align-items: center;
  padding: 12px 52px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-link {
  color: #413e4e;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.contact-link:hover {
  color: var(--colour-1);
}

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

.contact-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-block {
  justify-content: center;
  margin-bottom: -52px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-link {
  grid-column-gap: 20px;
  background-color: var(--colour-1);
  color: var(--white);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.cta-link:hover {
  background-color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
}

.cta-link._2 {
  background-color: #2e993d;
  border-radius: 0;
}

.cta-link._2:hover {
  background-color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
}

.cta-link._3 {
  background-color: #2a8a37;
  border-radius: 0 5px 5px 0;
}

.cta-link._3:hover {
  background-color: var(--gunmetal\<deleted\|variable-7c4e2492\>);
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.service-block {
  border-radius: 5px;
  height: 300px;
}

.service-link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.service-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-overlay {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 28px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-header {
  background-color: #fff;
  border-radius: 35px;
  padding: 8px 16px;
}

.h5-2 {
  color: #182e3d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.h5-2.service-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.signature {
  font-size: 12px;
}

.h1-2 {
  color: #182e3d;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-text-wrap.central {
  justify-content: center;
}

.sub-text-wrap.central.gold {
  color: #c4ad73;
  margin-bottom: 32px;
}

.sub-text-line {
  background-color: #fff;
  width: 24px;
  height: 1px;
}

.sub-text-line.gold {
  background-color: #c4ad73;
}

.section-header {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  color: #fff9;
  background-color: #001803;
  padding: 52px;
  font-weight: 400;
}

.top-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-bottom: 52px;
  padding-bottom: 52px;
  display: grid;
}

.social-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link {
  width: 44px;
  height: 44px;
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  display: flex;
}

.social-link:hover {
  background-color: var(--white);
  color: var(--black);
}

.footer-address {
  padding-top: 8px;
  padding-bottom: 8px;
}

.copyright {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 52px;
  display: grid;
}

.website-credit {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-placeholder.main {
  width: 20rem;
}

.logo-placeholder.mobile, .mobile-image {
  display: none;
}

.hero-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 42rem;
  padding: 3.25rem 2rem 2rem;
  display: flex;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #1c1744;
  text-align: center;
  white-space: nowrap;
  background-color: #e6bcb8;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .9rem 1.75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all .35s;
  display: inline-flex;
}

.button:hover {
  background-color: #ffd1cc;
  border-color: #95bde5;
}

.button.reverse {
  background-color: var(--colour-5);
  text-decoration: none;
}

.button.reverse:hover {
  background-color: #d2e7ff;
  border-color: #95bde5;
}

.button.off-white {
  color: #1c1744;
  background-color: #f9efed;
  border-color: #f9efed;
  text-decoration: none;
}

.button.off-white:hover {
  background-color: #e6bcb8;
  border-color: #f9efed;
}

.section-2 {
  color: #5f6175;
  padding: 8rem 3.25rem;
}

.section-2.is-hero {
  color: #fff;
  ---mode--collection-db7fd45d-1579-623c-32fc-bf4c3949d02d: mode-0af0d137-d0ba-add0-01c2-9026064d9df6;
  background-color: #0f1526;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 16rem;
  padding-bottom: 13rem;
  padding-right: 0;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.h1-3 {
  color: #0f1e4d;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.h1-3.is-hero {
  text-wrap: balance;
  font-size: 4.4rem;
}

.content-wrapper-2 {
  z-index: 100;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-wrapper-2.is-hero {
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.hero-para {
  max-width: 33rem;
}

.image-fill-wrapper-2 {
  border-radius: 1rem;
  width: 100%;
  min-height: 22rem;
  position: relative;
  overflow: clip;
}

.image-fill-wrapper-2.is-hero {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 28rem;
}

.hero-subheading {
  font-family: Poppins, sans-serif;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.fa-icon-2 {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-style: normal;
}

.contact-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--body-text);
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  text-decoration: none;
  display: flex;
}

.centred-section-header {
  text-align: center;
  text-wrap: pretty;
  flex-direction: column;
  justify-content: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centred-section-header.large-marg-bottom {
  margin-bottom: 3.25rem;
}

._3-grid {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-3 {
  color: #5f6175;
  padding: 8rem 3.25rem;
}

.section-3.is-pink {
  background-color: #f9efed;
  position: relative;
}

.content-wrapper-3 {
  z-index: 100;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h4-2 {
  color: #0f1e4d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Fraunces, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-link {
  color: #edbab6;
  text-underline-offset: .3em;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 600;
  text-decoration: underline;
  display: inline-flex;
}

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

.text-link.no-line {
  text-decoration: none;
}

.text-link.is-large {
  font-size: 1.15rem;
}

.opening-time {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon {
  color: #0f1e4d;
  background-color: #edbab6;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.15rem;
  display: flex;
}

.contact-heading {
  color: #0f1e4d;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Fraunces, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
}

.hero-wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 42rem;
  padding: 3.25rem 2rem 2rem;
  display: flex;
}

.fa-icon-3 {
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-style: normal;
}

.h1-4 {
  color: #0f1e4d;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Fraunces, sans-serif;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.h1-4.is-hero {
  text-wrap: balance;
  font-size: 4.4rem;
}

.hero-content-wrapper {
  z-index: 100;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-content-wrapper.is-hero {
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.hero-para-2 {
  max-width: 40rem;
}

.hero-image-wrap {
  border-radius: 1rem;
  width: 100%;
  min-height: 22rem;
  position: relative;
  overflow: clip;
}

.hero-image-wrap.is-hero {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 32rem;
}

.bottom-bar {
  background-color: var(--colour-1);
  color: #413e4ede;
  text-align: center;
  justify-content: flex-end;
  padding: 12px 52px;
  font-size: .8rem;
  font-weight: 500;
  position: static;
  inset: 0% 0% auto;
}

.is-dark {
  background-color: var(--colour-3);
  padding-top: 3.25rem;
  padding-left: 52px;
}

.hidden-anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}

.contact-headings {
  color: #0f1e4d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Fraunces, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

html.w-mod-js [data-ix="not-delete-this-ever"] {
  opacity: 1;
}

@media screen and (min-width: 1280px) {
  .navlink.mega, .nav-menu {
    position: static;
  }

  .section.hero {
    padding-right: 52px;
  }

  .content-wrapper {
    max-width: 94rem;
  }

  .h1.hero-heading {
    font-size: 4.5rem;
    line-height: 1;
  }

  .mega-menu-list.w--open {
    min-width: 100%;
    position: absolute;
  }

  .hero-wrapper {
    max-width: 900px;
  }

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

  .nav-flex, .contact-links-wrapper {
    max-width: 1300px;
  }

  .hero-wrapper-2 {
    max-width: 48rem;
  }

  .section-2.is-hero {
    padding-top: 17rem;
    padding-bottom: 12rem;
    padding-right: 3.25rem;
  }

  .h1-3.is-hero {
    font-size: 4.75rem;
  }

  .content-wrapper-2 {
    max-width: 94rem;
  }

  .content-wrapper-2.is-hero {
    grid-template-columns: 60% 40%;
    max-width: 94rem;
  }

  .image-fill-wrapper-2.is-hero {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    min-height: 32rem;
  }

  .content-wrapper-3 {
    max-width: 94rem;
  }

  .hero-wrapper-3 {
    max-width: 48rem;
  }

  .h1-4.is-hero {
    font-size: 4.75rem;
  }

  .hero-content-wrapper {
    max-width: 94rem;
  }

  .hero-content-wrapper.is-hero {
    grid-template-columns: 60% 40%;
    max-width: 94rem;
  }

  .hero-image-wrap.is-hero {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    min-height: 32rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: space-between;
    padding: 16px 20px;
  }

  .logo {
    flex: 0 auto;
    order: -1;
    margin-left: -10px;
  }

  .navlink {
    color: var(--black);
    padding: 12px;
  }

  .navlink.w--current {
    color: var(--silver-chalice\<deleted\|variable-36d84931\>);
  }

  .navlink.dropdown-link, .navlink.mega {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navlink.dropdown {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .navlink.home {
    display: none;
  }

  .nav-menu {
    background-color: var(--white);
    padding: 16px;
    position: absolute;
  }

  .dropdown-list.w--open {
    background-color: var(--off-white);
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .menu-button {
    color: #fff;
    text-align: right;
    flex: none;
    order: 1;
    align-self: center;
    padding: 0;
  }

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

  .btn-primary.nav {
    margin-right: 20px;
  }

  .section {
    padding: 52px 20px;
  }

  .section.inner-page-hero {
    padding-top: 120px;
  }

  .section.hero {
    padding-left: 2rem;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .utility-page-content {
    width: 100%;
  }

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

  .h1.hero-heading {
    margin-bottom: 12px;
    font-size: 3.1rem;
    line-height: 1;
  }

  .h5.cta-heading {
    font-size: 1.2rem;
  }

  .mega-menu-list.w--open {
    background-color: #f7f7f7;
    padding: 32px;
    position: static;
  }

  .mega-dropdown {
    display: block;
  }

  .mega-menu-content {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-toggle {
    display: block;
  }

  .burger-cell {
    width: 60px;
    height: 60px;
  }

  .bb-1, .bb-2, .bb-3 {
    background-color: var(--white);
  }

  .bb-txt {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1;
  }

  .hero-wrapper {
    padding-right: 1rem;
  }

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

  .footer-column {
    padding-right: 20px;
  }

  .footer-column.useful-links {
    grid-template-columns: 1fr;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .modal-bg-wrapper {
    padding: 3rem;
  }

  .burger-menu {
    background-color: #0000;
    width: 44px;
    height: 44px;
    padding: 12px;
  }

  .menu-lottie {
    filter: invert();
  }

  .hero-sub-heading {
    margin-bottom: 24px;
  }

  .energy-surveys-menu-grid {
    grid-column-gap: 40px;
  }

  .top-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-block {
    margin-bottom: -88px;
  }

  .cta-link {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 24px 28px;
    line-height: 1;
  }

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

  .hero-wrapper-2 {
    padding-left: 1.5rem;
  }

  .section-2 {
    padding: 6.25rem 2rem;
  }

  .section-2.is-hero {
    padding-top: 13rem;
  }

  .h1-3.is-hero {
    font-size: 3.7rem;
  }

  .content-wrapper-2.is-hero {
    grid-template-columns: 68% 32%;
  }

  .hero-para {
    max-width: 28rem;
  }

  .hero-subheading {
    max-width: 30rem;
  }

  .contact-card {
    padding: 2rem 1rem;
  }

  ._3-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    padding: 6.25rem 2rem;
  }

  .text-link.is-large {
    font-size: 1rem;
  }

  .contact-icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .contact-heading {
    font-size: 1.6rem;
  }

  .hero-wrapper-3 {
    padding-left: 1.5rem;
  }

  .h1-4.is-hero {
    font-size: 3.7rem;
  }

  .hero-content-wrapper.is-hero {
    grid-template-columns: 65% 35%;
  }

  .hero-image-wrap.is-hero {
    min-height: 26rem;
  }

  .hero-subheading-2 {
    max-width: 30rem;
  }

  .bottom-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .is-dark {
    padding-top: 2rem;
    padding-left: 2rem;
  }

  .contact-headings {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 23px;
  }

  .nav-section {
    position: static;
  }

  .btn-primary.white:hover {
    border-color: var(--colour-1);
  }

  .section.inner-page-hero {
    padding-top: 50px;
  }

  .section.no-padding.hero {
    height: 300px;
  }

  .section.hero {
    padding-top: 4rem;
    padding-bottom: 3.25rem;
  }

  .section.after-hero {
    padding-top: 52px;
  }

  .copyright-cell {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .copyright-cell.fd-link {
    justify-content: center;
  }

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

  .h1.hero-heading {
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .mega-menu-list.w--open {
    padding: 24px;
  }

  .hero-wrapper {
    max-width: 80%;
    padding-bottom: 1rem;
  }

  .swatch-grid {
    grid-column-gap: 16px;
  }

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

  .footer-column {
    padding-right: 0;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .modal-information-wrapper {
    padding: 3rem;
  }

  .cta-block {
    display: none;
  }

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

  .footer {
    padding: 40px;
  }

  .logo-placeholder.main {
    display: none;
  }

  .logo-placeholder.mobile {
    display: block;
  }

  .mobile-image {
    margin-top: 32px;
    display: block;
    position: relative;
  }

  .shape {
    position: absolute;
    inset: auto auto -28px -25px;
  }

  .shape._2 {
    inset: -28px -25px auto auto;
  }

  .z-index {
    z-index: 1;
    position: relative;
  }

  .section-2 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .section-2.is-hero {
    padding-bottom: 11rem;
  }

  .h1-3.is-hero {
    font-size: 3.2rem;
  }

  .image-fill-wrapper-2.is-hero {
    min-height: 20rem;
  }

  .section-3 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .h1-4.is-hero {
    font-size: 3.2rem;
  }

  .hero-content-wrapper.is-hero {
    display: flex;
  }

  .hero-image-wrap.is-hero {
    min-height: 20rem;
    display: none;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  figure {
    width: 90vw;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo {
    width: 14rem;
  }

  .menu-button {
    margin-right: -4px;
  }

  .btn-primary.nav {
    display: none;
  }

  .section.no-padding.hero {
    height: 220px;
  }

  .section.hero {
    padding: 3.25rem 1rem 52px;
  }

  .section.is-pink {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .grid-example {
    padding: 8px;
  }

  .h1.hero-heading {
    font-size: 2.3rem;
    line-height: 1.1;
  }

  .mega-menu-content {
    grid-template-columns: 1fr;
  }

  .logo-image {
    width: 120px;
  }

  .burger-cell {
    width: 40px;
    height: 40px;
  }

  .hero-wrapper {
    max-width: 100%;
    padding-right: 0;
  }

  .swatch-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .modal-bg-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal-information-wrapper {
    padding: 2rem 1rem 1rem;
  }

  .energy-surveys-menu-grid {
    grid-template-columns: 1fr;
  }

  .top-bar {
    justify-content: center;
  }

  .contact-link.last {
    margin-right: 8px;
  }

  .btn-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .service-header {
    text-align: center;
    flex: 1;
  }

  .h5-2 {
    font-size: 18px;
  }

  .signature {
    font-size: 10px;
  }

  .h1-2 {
    letter-spacing: 0;
    font-size: 32px;
  }

  .sub-text-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sub-text-line {
    width: 15px;
  }

  .top-footer {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .social-wrapper {
    justify-content: center;
  }

  .copyright {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .logo-placeholder {
    margin-left: auto;
    margin-right: auto;
  }

  .shape {
    bottom: -18px;
    left: -18px;
  }

  .shape._2 {
    top: -18px;
    right: -18px;
  }

  .hero-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: .95rem;
  }

  .button {
    width: 100%;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .section-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-2.is-hero {
    padding: 12rem 1rem 10rem;
  }

  .h1-3.is-hero {
    font-size: 2.75rem;
  }

  .content-wrapper-2.is-hero {
    grid-template-columns: 1fr;
  }

  .image-fill-wrapper-2.is-hero {
    display: none;
  }

  .button-row {
    width: 100%;
  }

  ._3-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: .95rem;
  }

  .h1-4.is-hero {
    font-size: 2.75rem;
  }

  .hero-content-wrapper.is-hero {
    grid-template-columns: 1fr;
  }

  .hero-image-wrap.is-hero {
    display: none;
  }

  .bottom-bar {
    justify-content: center;
  }

  .is-dark {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#w-node-cea9d1ba-64dc-21c8-25f8-9f81dddacd42-0a73dca4, #w-node-_4959c856-4256-7836-b683-afc00fa64415-0a73dca4, #w-node-_64f9df64-662f-98f5-3597-b34f5d3974b1-0a73dca4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d5f6eb47-9b1b-c3b7-e512-b684dbcb66b0-0a73dca4, #w-node-f4f86c38-4127-38f1-89b5-0a903ff1cafa-0a73dca4 {
  justify-self: start;
}

#w-node-d70f8f27-1888-492b-8dd0-4ee21ab2b5b5-0a73dca4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2379464-3dc6-6323-64f2-eb90a18d5634-0a73dca4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_435874d0-84bd-9b4d-eac5-1e298ec60580-0a73dca4, #w-node-_53f9191f-3a98-b22e-9a08-dcf634ef3029-0a73dca4, #w-node-_2caf701e-eb43-cfb8-a8db-fab5ce9de688-0a73dca4, #w-node-_498dbc91-5c77-5e90-6e2a-2dc2951450a7-0a73dca4, #w-node-_2444eaeb-b7dd-c7c3-36b5-d35d105d7e65-0a73dca4, #w-node-_5469ec6f-45a8-b88b-9342-e0dd0efb524e-0a73dca4, #w-node-_3d3a0446-1a2d-a761-56aa-ebe0524e16a6-0a73dca4, #w-node-_62675ee0-fcce-32e4-434a-aaf9757d9db6-0a73dca4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8cb9d2f7-d10d-df0e-c756-2cdfc0fe4786-0a73dca4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331a4-0a73dca4, #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331a7-0a73dca4, #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331aa-0a73dca4, #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331ad-0a73dca4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_09652f04-d33e-4c0f-75ff-623e84e849fe-0a73dca4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (min-width: 1280px) {
  #w-node-cea9d1ba-64dc-21c8-25f8-9f81dddacd4c-0a73dca4, #w-node-_57e46a4d-6961-e8a0-3dd0-56f4fdd211f6-0a73dca4, #w-node-cd297b62-d7b3-6cd6-f104-2d93d0bab6b6-0a73dca4, #w-node-_31fec769-8892-3f99-14e2-829922ad42fc-0a73dca4, #w-node-_4959c856-4256-7836-b683-afc00fa6441b-0a73dca4, #w-node-_4959c856-4256-7836-b683-afc00fa64422-0a73dca4, #w-node-d5f6eb47-9b1b-c3b7-e512-b684dbcb66b0-0a73dca4, #w-node-f4f86c38-4127-38f1-89b5-0a903ff1cafa-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d70f8f27-1888-492b-8dd0-4ee21ab2b5b5-0a73dca4, #w-node-_53f9191f-3a98-b22e-9a08-dcf634ef3029-0a73dca4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0e017ec3-0d78-fa8b-c684-c311a6e1a4e3-0a73dc8a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cea9d1ba-64dc-21c8-25f8-9f81dddacd42-0a73dca4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cea9d1ba-64dc-21c8-25f8-9f81dddacd4c-0a73dca4, #w-node-_57e46a4d-6961-e8a0-3dd0-56f4fdd211f6-0a73dca4, #w-node-cd297b62-d7b3-6cd6-f104-2d93d0bab6b6-0a73dca4, #w-node-_31fec769-8892-3f99-14e2-829922ad42fc-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4959c856-4256-7836-b683-afc00fa64415-0a73dca4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4959c856-4256-7836-b683-afc00fa6441b-0a73dca4, #w-node-_4959c856-4256-7836-b683-afc00fa64422-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_64f9df64-662f-98f5-3597-b34f5d3974b1-0a73dca4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d5f6eb47-9b1b-c3b7-e512-b684dbcb66b0-0a73dca4, #w-node-f4f86c38-4127-38f1-89b5-0a903ff1cafa-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d70f8f27-1888-492b-8dd0-4ee21ab2b5b5-0a73dca4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_435874d0-84bd-9b4d-eac5-1e298ec60580-0a73dca4, #w-node-_53f9191f-3a98-b22e-9a08-dcf634ef3029-0a73dca4, #w-node-_2caf701e-eb43-cfb8-a8db-fab5ce9de688-0a73dca4, #w-node-_498dbc91-5c77-5e90-6e2a-2dc2951450a7-0a73dca4, #w-node-_2444eaeb-b7dd-c7c3-36b5-d35d105d7e65-0a73dca4, #w-node-_5469ec6f-45a8-b88b-9342-e0dd0efb524e-0a73dca4, #w-node-_3d3a0446-1a2d-a761-56aa-ebe0524e16a6-0a73dca4, #w-node-_62675ee0-fcce-32e4-434a-aaf9757d9db6-0a73dca4, #w-node-_8cb9d2f7-d10d-df0e-c756-2cdfc0fe4786-0a73dca4, #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331ad-0a73dca4, #w-node-_09652f04-d33e-4c0f-75ff-623e84e849fe-0a73dca4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cea9d1ba-64dc-21c8-25f8-9f81dddacd42-0a73dca4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cea9d1ba-64dc-21c8-25f8-9f81dddacd4c-0a73dca4, #w-node-_57e46a4d-6961-e8a0-3dd0-56f4fdd211f6-0a73dca4, #w-node-cd297b62-d7b3-6cd6-f104-2d93d0bab6b6-0a73dca4, #w-node-_31fec769-8892-3f99-14e2-829922ad42fc-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4959c856-4256-7836-b683-afc00fa64415-0a73dca4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4959c856-4256-7836-b683-afc00fa6441b-0a73dca4, #w-node-_4959c856-4256-7836-b683-afc00fa64422-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_64f9df64-662f-98f5-3597-b34f5d3974b1-0a73dca4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d5f6eb47-9b1b-c3b7-e512-b684dbcb66b0-0a73dca4, #w-node-f4f86c38-4127-38f1-89b5-0a903ff1cafa-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d70f8f27-1888-492b-8dd0-4ee21ab2b5b5-0a73dca4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_435874d0-84bd-9b4d-eac5-1e298ec60580-0a73dca4, #w-node-_53f9191f-3a98-b22e-9a08-dcf634ef3029-0a73dca4, #w-node-_2caf701e-eb43-cfb8-a8db-fab5ce9de688-0a73dca4, #w-node-_498dbc91-5c77-5e90-6e2a-2dc2951450a7-0a73dca4, #w-node-_2444eaeb-b7dd-c7c3-36b5-d35d105d7e65-0a73dca4, #w-node-_5469ec6f-45a8-b88b-9342-e0dd0efb524e-0a73dca4, #w-node-_3d3a0446-1a2d-a761-56aa-ebe0524e16a6-0a73dca4, #w-node-_62675ee0-fcce-32e4-434a-aaf9757d9db6-0a73dca4, #w-node-_8cb9d2f7-d10d-df0e-c756-2cdfc0fe4786-0a73dca4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331a4-0a73dca4, #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331a7-0a73dca4, #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331aa-0a73dca4, #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331ad-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_09652f04-d33e-4c0f-75ff-623e84e849fe-0a73dca4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e017ec3-0d78-fa8b-c684-c311a6e1a4e3-0a73dc8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cea9d1ba-64dc-21c8-25f8-9f81dddacd42-0a73dca4, #w-node-cea9d1ba-64dc-21c8-25f8-9f81dddacd4c-0a73dca4, #w-node-_4959c856-4256-7836-b683-afc00fa64415-0a73dca4, #w-node-_64f9df64-662f-98f5-3597-b34f5d3974b1-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5f6eb47-9b1b-c3b7-e512-b684dbcb66b0-0a73dca4, #w-node-f4f86c38-4127-38f1-89b5-0a903ff1cafa-0a73dca4, #w-node-d70f8f27-1888-492b-8dd0-4ee21ab2b5b5-0a73dca4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_435874d0-84bd-9b4d-eac5-1e298ec60580-0a73dca4, #w-node-_53f9191f-3a98-b22e-9a08-dcf634ef3029-0a73dca4, #w-node-_2caf701e-eb43-cfb8-a8db-fab5ce9de688-0a73dca4, #w-node-_498dbc91-5c77-5e90-6e2a-2dc2951450a7-0a73dca4, #w-node-_2444eaeb-b7dd-c7c3-36b5-d35d105d7e65-0a73dca4, #w-node-_5469ec6f-45a8-b88b-9342-e0dd0efb524e-0a73dca4, #w-node-_3d3a0446-1a2d-a761-56aa-ebe0524e16a6-0a73dca4, #w-node-_62675ee0-fcce-32e4-434a-aaf9757d9db6-0a73dca4, #w-node-_8cb9d2f7-d10d-df0e-c756-2cdfc0fe4786-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331a4-0a73dca4, #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331a7-0a73dca4, #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331aa-0a73dca4, #w-node-be2afe95-9d9b-2bb8-0ef0-ed044de331ad-0a73dca4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09652f04-d33e-4c0f-75ff-623e84e849fe-0a73dca4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}