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

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

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

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

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

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

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

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

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

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

:root {
  --white: white;
  --black: black;
  --dark-green: #095e0e;
  --medium-blue: #1412e3;
  --dark-green-2: #042c06;
  --blue: #020067;
  --pale-green: #dae7db;
  --mid-gray: #5e5e5e;
}

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

.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('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.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;
}

.header-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.logo-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 200px;
  margin-right: 15px;
}

.contact-info-div {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 26px;
  display: flex;
}

.tel-link {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.body {
  color: var(--black);
  font-family: Worksans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.email-link {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.menu-link {
  color: var(--dark-green);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.menu-link:hover, .menu-link.w--current, .menu-link.home {
  color: var(--medium-blue);
}

.navbar {
  background-color: #0000;
}

.section {
  z-index: 10;
  border-bottom: 1px solid #0000001a;
  position: sticky;
  top: 0;
}

.menu-button-section {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--dark-green) 85%, var(--dark-green-2));
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  display: flex;
}

.button-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 220px;
  display: flex;
}

.button-link.roofing {
  background-image: url('../images/surrey-4.webp');
  background-position: 50%;
}

.button-link.new {
  background-image: url('../images/surrey-12.webp');
}

.button-link.repairs {
  background-image: url('../images/surrey-17.webp');
}

.button-link.emergency {
  background-image: url('../images/surrey-8.webp');
}

.button-link.flat {
  background-image: url('../images/surrey-10.webp');
  background-position: 50%;
}

.menu-button-div {
  width: 18.5%;
}

.menu-button-div:hover {
  color: var(--dark-green);
}

.menu-label-div {
  background-color: #fffc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -55px;
  display: flex;
}

.box-text-link {
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  transition: all .2s;
}

.box-text-link:hover {
  color: var(--dark-green);
}

.content-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

._2-col-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.basic-p-block {
  width: 48%;
}

.img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 48%;
}

.img-div.home {
  background-image: url('../images/surrey-16.webp');
}

.img-div.services {
  background-image: url('../images/surrey-10.webp');
  background-position: 50% 100%;
}

.img-div.new {
  background-image: url('../images/surrey-13.webp');
}

.img-div.repair {
  background-image: url('../images/surrey-14-thumb.webp');
}

.img-div.emergency {
  background-image: url('../images/surrey-8.webp');
}

.img-div.flat {
  background-image: url('../images/surrey-3_1.webp');
  background-position: 50% 0;
}

.h1 {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
}

.coloured-underline {
  background-color: var(--blue);
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.p._20b {
  margin-bottom: 20px;
}

.p._20t {
  margin-top: 20px;
}

.contact-us-button {
  border: 2px solid var(--dark-green);
  color: var(--dark-green);
  background-color: #0000;
  border-radius: 2px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.contact-us-button:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

.lrg-img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 800px;
  display: flex;
}

.lrg-img-div.home {
  background-image: url('../images/surrey-14.webp');
  height: 700px;
}

.lrg-img-div.new {
  background-image: url('../images/surrey-11.webp');
  height: 700px;
}

.lrg-img-div.repair {
  background-image: url('../images/surrey-6.webp');
  height: 750px;
}

.lrg-img-div.emergency {
  background-image: url('../images/surrey-7.webp');
  height: 850px;
}

.lrg-img-div.flat {
  background-image: url('../images/surrey-10.webp');
  background-position: 50% 100%;
  height: 520px;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.large-p-block {
  background-color: #ffffffe6;
  border-radius: 4px;
  padding: 40px;
}

.h2 {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

.h2.small {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 55%;
  display: flex;
  position: absolute;
  right: 0;
}

.green-section {
  background-color: var(--pale-green);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  height: 600px;
}

.footer-section {
  background-color: var(--pale-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.lrg-div {
  border: 2px solid var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.lrg-div._1 {
  background-image: url('../images/surrey-3.webp');
}

.lrg-div._2 {
  background-image: url('../images/surrey-18.webp');
}

.grey-dividing-line {
  background-color: #5e5e5e;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.h3-div {
  padding-top: 60px;
  font-size: 16px;
  line-height: 26px;
}

.h3-div._0t {
  padding-top: 0;
}

.bottom-heading {
  color: var(--blue);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.bottom-heading.phone {
  color: var(--dark-green);
  font-weight: 700;
}

.contact-form-section {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.form-div {
  width: 90%;
  max-width: 1300px;
}

.testimonials-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.footer-div {
  justify-content: space-around;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.footer-info-div {
  background-color: var(--white);
  border: 1px solid #095e0e4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div._1 {
  border-width: 1px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.footer-info-div._2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.footer-p {
  color: var(--black);
  text-align: center;
  border-bottom: 1px solid #095e0e80;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.logo-white {
  width: 70%;
  max-width: 300px;
}

.social-media-div {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.footerlink-div {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

.footerlinks {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.hero-banner {
  background-color: var(--mid-gray);
  height: 600px;
}

.slide-2 {
  background-image: url('../images/250894988.webp');
  background-position: 50%;
  background-size: cover;
}

.company-logo-link {
  text-align: center;
}

.slide-nav-3, .right-arrow-2, .left-arrow-2 {
  display: none;
}

.dropdown-toggle {
  color: var(--dark-green);
  padding-left: 10px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--medium-blue);
}

.icon {
  margin-right: 10px;
}

.int-link {
  color: var(--dark-green);
  margin-left: 0;
  font-weight: 600;
}

.int-link.space {
  margin-left: 2.5px;
}

.int-link._5l {
  margin-left: 5px;
}

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

.list._60r {
  margin-right: 60px;
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.body-div {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.body-div.vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.white-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.white-section._0t {
  padding-top: 0;
}

._2-bullet-div {
  align-items: flex-start;
  display: flex;
}

.bottom-links {
  color: var(--black);
  text-decoration: none;
}

.bottom-links._20t {
  margin-top: 20px;
}

.areas-div {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.areas-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.areas {
  margin-bottom: 0;
  line-height: 28px;
}

.areas-map {
  width: 80%;
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.lb-img {
  width: 100%;
}

.address-container {
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.contact-link {
  color: #333;
  margin-bottom: 20px;
  text-decoration: none;
}

.contact-container {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-div {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.address {
  margin-bottom: 0;
}

.font-awsome-duotone {
  color: var(--dark-green);
  margin-right: 3px;
  font-family: Fa duotone, sans-serif;
}

.font-awsome-duotone._8r {
  margin-right: 8px;
}

.font-awsome-duotone.mob {
  margin-right: 7px;
}

.contact-map {
  width: 70%;
}

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

.services-grid {
  grid-column-gap: 10px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.dropdown-link {
  color: var(--dark-green);
  border-top: 1px solid #095e0e33;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--medium-blue);
}

.dropdown-list {
  margin-top: 1px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  margin-top: 26px;
}

.sub-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.no-line {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

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

.slide-1 {
  background-image: url('../images/192309792.webp');
  background-position: 50%;
  background-size: cover;
}

.fontawsome {
  color: var(--black);
  font-family: Fa brands, sans-serif;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
}

.ctc-link {
  z-index: 10;
  border: 2px solid var(--pale-green);
  background-color: var(--dark-green);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 10px 10px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 3px 8px #00000080;
}

.ctc-text {
  color: var(--pale-green);
  text-align: center;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.ctc-icon {
  color: var(--pale-green);
  margin-bottom: 2px;
  font-family: Fa duotone, sans-serif;
}

.form {
  margin-left: -10px;
}

.map-link {
  width: 100%;
  margin-top: 20px;
}

.trust-a-trader {
  width: 100%;
  max-width: 110px;
  margin-top: 10px;
}

.heading-3 {
  color: var(--dark-green);
  font-size: 27px;
  font-weight: 500;
}

.heading-3.sm {
  margin-top: 0;
  font-size: 22px;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

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

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

.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-prefs_submit-hide {
  display: none;
}

.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-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--dark-green);
  color: var(--dark-green);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--medium-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

.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-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--dark-green);
  background-color: var(--dark-green);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark-green);
  color: var(--dark-green);
  background-color: #fff;
}

.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_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

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

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
  display: flex;
}

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

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

.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-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  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_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

.fs-cc-prefs_label {
  color: var(--medium-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--medium-blue);
  color: var(--medium-blue);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  background-color: var(--dark-green);
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

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

.trust-trader-div {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.trust-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.t-div {
  border-bottom: 5px solid var(--dark-green-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 5px;
  display: flex;
}

.header {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.p-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.date {
  color: var(--blue);
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .logo-div {
    justify-content: flex-start;
  }

  .menu-div {
    width: 250px;
  }

  .menu-link {
    text-align: right;
    padding: 10px 20px;
    position: static;
  }

  .menu-link:hover {
    color: var(--medium-blue);
  }

  .navbar {
    width: 100%;
  }

  .menu-button-section {
    padding-bottom: 40px;
  }

  .button-link {
    height: 120px;
  }

  .button-link.emergency {
    background-position: 50%;
  }

  .menu-label-div {
    margin-top: -55px;
  }

  .box-text-link {
    justify-content: center;
    align-items: center;
    min-height: 55px;
    padding: 10px;
    display: flex;
  }

  ._2-col-div {
    flex-direction: column;
    align-items: center;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 60px;
  }

  .img-div {
    width: 100%;
    height: 400px;
  }

  .h1 {
    font-size: 34px;
  }

  .lrg-img-div {
    width: 100%;
    height: 540px;
  }

  .lrg-img-div.home {
    height: 600px;
  }

  .lrg-img-div.new {
    height: 620px;
  }

  .lrg-img-div.repair {
    height: 650px;
  }

  .lrg-img-div.emergency {
    height: 700px;
  }

  .lrg-img-div.flat {
    height: 480px;
  }

  .large-image-section {
    padding-bottom: 0;
  }

  .large-p-block {
    width: 90%;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 400px;
  }

  .footer-div {
    flex-direction: column;
  }

  .footer-info-div {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div._1 {
    border-width: 0 1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-div._2 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: #5e5e5e;
    text-align: right;
  }

  .nav-menu {
    background-color: var(--white);
    margin-top: 26px;
  }

  .hero-banner {
    height: 400px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
  }

  .dropdown {
    width: 100%;
  }

  .icon, .list._60r {
    margin-right: 20px;
  }

  .areas-container {
    width: 25%;
  }

  .areas-map {
    width: 75%;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .contact-div {
    width: 100%;
  }

  .contact-map {
    width: 100%;
    margin-top: 30px;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .icon-2, .text-block {
    text-align: right;
  }

  .dropdown-link {
    text-align: right;
    border-top-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list.w--open {
    margin-top: 0;
    position: relative;
  }

  .map-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .map {
    max-width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .header-div {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
  }

  .logo-div {
    flex-direction: column;
    align-items: center;
  }

  .menu-div {
    width: 100%;
  }

  .contact-info-div {
    align-items: center;
    padding-top: 5px;
  }

  .menu-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    position: static;
  }

  .button-link {
    height: 100px;
  }

  .box-text-link {
    letter-spacing: 0;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

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

  .basic-p-block {
    padding-bottom: 40px;
  }

  .img-div {
    height: 300px;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .lrg-img-div {
    height: 650px;
  }

  .lrg-img-div.home {
    height: 850px;
  }

  .lrg-img-div.new {
    height: 770px;
  }

  .lrg-img-div.repair {
    height: 850px;
  }

  .lrg-img-div.emergency {
    height: 950px;
  }

  .lrg-img-div.flat {
    height: 650px;
  }

  .large-p-block {
    padding: 30px;
  }

  .h2 {
    font-size: 26px;
    line-height: 32px;
  }

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

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 250px;
  }

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

  .lrg-div {
    height: 250px;
  }

  .grey-dividing-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .h3-div {
    padding-top: 40px;
  }

  .bottom-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-form-section {
    padding-bottom: 40px;
  }

  .footer-div {
    flex-direction: column;
  }

  .footer-info-div {
    justify-content: flex-start;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-info-div._1, .footer-info-div._2 {
    justify-content: center;
  }

  .social-media-div {
    flex-direction: column;
    display: flex;
  }

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

  .hero-banner {
    height: 300px;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .list._60r {
    margin-right: 0;
  }

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

  .white-section._0t {
    padding-bottom: 40px;
  }

  ._2-bullet-div {
    flex-direction: column;
  }

  .areas-container {
    width: 30%;
  }

  .areas-map {
    width: 70%;
  }

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

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

  .icon-2, .text-block, .dropdown-link {
    text-align: center;
  }

  .ctc-link {
    display: flex;
  }

  .map {
    width: 90%;
  }

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

  .fs-cc-manager_component {
    display: none;
    left: 111px;
  }

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

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

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

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

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

  .trust-div {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .header-div {
    flex-direction: column;
    padding-bottom: 0;
  }

  .logo-div {
    align-items: center;
    width: 95%;
  }

  .menu-div {
    text-align: center;
  }

  .contact-info-div {
    align-items: center;
  }

  .menu-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .menu-button-section {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .menu-button-group-div {
    flex-direction: column;
  }

  .button-link {
    display: none;
  }

  .menu-button-div {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }

  .menu-label-div {
    border-radius: 5px;
    margin-top: 0;
  }

  .box-text-link {
    min-height: auto;
    margin-top: 0;
    font-family: Worksans, sans-serif;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .basic-p-block {
    padding-bottom: 30px;
  }

  .img-div {
    height: 250px;
  }

  .h1 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .coloured-underline {
    margin-bottom: 20px;
  }

  .lrg-img-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    margin-top: 30px;
  }

  .lrg-img-div.home, .lrg-img-div.new, .lrg-img-div.repair {
    height: 250px;
  }

  .lrg-img-div.emergency {
    height: 250px;
    margin-bottom: 30px;
  }

  .lrg-img-div.flat {
    height: 250px;
  }

  .large-image-section {
    flex-direction: column;
  }

  .large-p-block {
    padding: 0;
  }

  .h2 {
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .green-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .footer-section {
    padding-top: 30px;
  }

  .grey-dividing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .h3-div {
    padding-top: 30px;
  }

  .bottom-heading {
    font-size: 20px;
    line-height: 28px;
  }

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

  .footer-div {
    flex-direction: column;
    align-items: center;
  }

  .footer-info-div {
    width: 100%;
    padding: 20px;
  }

  .footer-info-div._1 {
    border-width: 0 1px;
  }

  .social-media-div {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .hero-banner {
    height: 200px;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .white-section {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .white-section._0t {
    padding-bottom: 30px;
  }

  .bottom-links._20t {
    margin-top: 10px;
  }

  .areas-div {
    flex-direction: column;
    margin-top: 20px;
  }

  .areas-container {
    flex-direction: row;
    width: 100%;
  }

  .areas {
    width: 50%;
  }

  .areas-map {
    width: 100%;
    margin-top: 20px;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .map {
    width: 100%;
  }

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

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

  .fs-cc-manager_component {
    bottom: 10px;
    left: auto;
    right: 10px;
  }

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

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

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

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

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

#w-node-_0fbf5a04-4d98-33fc-bcbe-3b3fcbdcadc0-fe658ec7, #w-node-_80835107-1aca-5565-4da8-643837e5682a-fe658ec7, #w-node-_4ea130db-a8bc-9fde-a828-69c8c85d9765-6781d385, #w-node-_4ea130db-a8bc-9fde-a828-69c8c85d9767-6781d385, #w-node-_4ea130db-a8bc-9fde-a828-69c8c85d9769-6781d385, #w-node-_4ea130db-a8bc-9fde-a828-69c8c85d976b-6781d385, #w-node-_4ea130db-a8bc-9fde-a828-69c8c85d976d-6781d385, #w-node-fc177d22-06e1-7a8d-3fd1-1d413a03ee03-6781d385, #w-node-_464c55bd-964d-e58f-324f-641cb78af84b-6781d385, #w-node-_831301a2-4e0b-d9e0-46ad-ac5dc4cf2d7f-6781d385, #w-node-bbf3e8e3-2642-004a-9af9-17a8f52d5e8a-6781d385, #w-node-f8361248-ce46-18d0-ee00-2cf75fe31908-6781d385, #w-node-_4d4b50c1-5251-9773-d2e8-025ce8ed2427-6781d385, #w-node-a7e92b35-d270-5ca9-018a-cd135bd585de-6781d385, #w-node-_09593ca9-e613-4f79-c6d3-eaf474ac8796-6781d385, #w-node-_88050e19-fc38-00a4-3806-8d57c21c69a9-6781d385, #w-node-_90a8e32c-2631-0ae9-dca9-38bc18b3e2e7-6781d385, #w-node-_1cbf3e84-4342-0188-e7a2-5be6ba2a23bc-6781d385, #w-node-c915ec73-0abb-a2dd-6aae-668de83424db-6781d385, #w-node-_8a7c1b7d-5f06-072a-8ebe-a57cd3064bfa-6781d385, #w-node-_606238c9-df22-0122-d850-8e73d25f43a2-6781d385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0fbf5a04-4d98-33fc-bcbe-3b3fcbdcadc0-fe658ec7, #w-node-_80835107-1aca-5565-4da8-643837e5682a-fe658ec7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-ExtraBold.ttf') format('truetype'), url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands';
  src: url('../fonts/FA-Brands.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone';
  src: url('../fonts/FA-Duotone.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}