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

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

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

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

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

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

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

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

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

:root {
  --firebrick: #c41414;
  --white: white;
  --dark-firebrick: #890404;
  --black: black;
  --gainsboro: #f1f1f1;
  --grey: #d8d8d8;
  --font: #333;
  --green: #38ac56;
}

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

.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 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.main-slider {
  background-color: #0000;
  height: 100vh;
}

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

.slider-div {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.top-div {
  z-index: 9999;
  background-color: #fffc;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.navbar {
  z-index: 2;
  background-color: var(--firebrick);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 3px 3px #0003;
}

.nav-link {
  z-index: 2;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 13px;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--dark-firebrick);
}

.nav-link.w--current {
  background-color: var(--white);
  color: var(--firebrick);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.slide-1 {
  background-image: url('../images/tiled-roofing-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 500;
}

.slide-2 {
  background-image: url('../images/tiled-roofing-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-container-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.co-name-div {
  justify-content: space-between;
  display: flex;
}

.co-logo {
  width: 280px;
  min-width: 280px;
}

.top-tel-link {
  color: var(--black);
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.top-email-link {
  color: var(--black);
  text-align: right;
  margin-top: 5px;
  text-decoration: none;
}

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

.body-section.grey {
  background-color: #0000001a;
}

.body-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-div.left {
  text-align: left;
}

.h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
}

.paragraph {
  color: var(--black);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.paragraph.right {
  width: auto;
}

.paragraph.pad-line {
  background-color: var(--white);
  border: 1px solid #0000004d;
  padding: 20px;
}

.paragraph.pad-line.bot-pad {
  margin-bottom: 30px;
}

.large-image {
  border: 5px solid var(--firebrick);
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.h2 {
  color: var(--firebrick);
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
}

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

.h2.test {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.h2.list {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.h3 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.contact-us-button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  width: 200px;
  margin-top: 30px;
  box-shadow: 0 1px 3px #000000bf, inset 0 -1px 3px #000;
}

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

.bottom-section {
  background-color: var(--firebrick);
  padding-top: 40px;
  padding-bottom: 40px;
}

.h1-section {
  background-color: var(--firebrick);
  padding-top: 10px;
  padding-bottom: 20px;
}

.footer-section {
  background-color: var(--dark-firebrick);
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-links {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

._3-image-div {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

._3-image {
  border: 5px solid #0000001a;
  width: 31.5%;
  height: 350px;
  box-shadow: 0 16px 10px -10px #0000004d;
}

._3-image._2 {
  width: 49%;
}

.bullet-div {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.top-contact-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.body-link-no-line, .link {
  color: var(--black);
  text-decoration: none;
}

.top-tel-link-2-lines {
  color: var(--black);
  text-align: right;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

._2-col-div {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 200px;
  margin-top: 30px;
  display: flex;
}

.left-box-div {
  background-color: var(--white);
  border: 1px solid #0000004d;
  flex-direction: column;
  width: 31.5%;
  padding: 20px;
  display: flex;
}

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

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

.areas-div {
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed {
  width: 80%;
}

.areas-list {
  color: var(--black);
  text-align: left;
  width: 20%;
  margin-bottom: 0;
  line-height: 32px;
}

.body-link {
  color: var(--black);
  font-weight: 700;
}

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

.site-map-link {
  color: var(--black);
  margin-bottom: 14px;
  text-decoration: none;
}

.contact-text {
  color: var(--black);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.contact-text.right {
  margin-left: 30px;
}

.contact-text.pad-line {
  background-color: var(--white);
  border: 1px solid #0000004d;
  padding: 20px;
}

.contact-text.pad-line.bot-pad {
  margin-bottom: 30px;
}

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

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

.paragraph-left {
  color: var(--black);
  text-align: left;
  width: 25%;
  margin-bottom: 0;
}

.paragraph-left.right {
  margin-left: 30px;
}

.paragraph-left.pad-line {
  background-color: var(--white);
  border: 1px solid #0000004d;
  padding: 20px;
}

.paragraph-left.pad-line.bot-pad {
  margin-bottom: 30px;
}

.social-media-div {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.social-media-link {
  background-color: var(--firebrick);
  border-radius: 5px;
  padding: 6px;
}

.social-media-link.tw {
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .2s;
}

.social-media-link.tw:hover {
  background-color: #0ebaf8;
}

.social-media-link.fb {
  transition: background-color .2s;
}

.social-media-link.fb:hover {
  background-color: #2636af;
}

.social-media-link.in {
  transition: background-color .2s;
}

.social-media-link.in:hover {
  background-color: #4377c5;
}

.facebook, .linkedin, .twitter {
  width: 20px;
  height: 20px;
}

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

.slider {
  height: auto;
}

.image, .image-2 {
  width: 100%;
}

.form-div {
  justify-content: space-between;
  width: 100%;
  min-height: 480px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.form-image-div {
  border: 5px solid var(--firebrick);
  background-image: url('../images/Hero-2-2.webp');
  background-position: 40%;
  background-size: cover;
  width: 65%;
}

.form {
  width: 32%;
}

.local-area-map {
  width: 100%;
  height: 400px;
  margin-top: 30px;
}

.checkatrade {
  background-color: var(--white);
  border: 1px solid #0000001a;
  width: 190px;
  padding: 5px;
}

.h3-link {
  color: var(--white);
  text-decoration: none;
}

.title {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 700;
}

.nav-menu-mobile {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  display: none;
}

.navbar-mobile {
  background-color: var(--firebrick);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 3px #0003;
}

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

.chas {
  width: 80px;
  margin-left: 15px;
  margin-right: 0;
  padding: 5px;
}

.conf-roof-con {
  width: 60px;
  margin-left: 15px;
  margin-right: 0;
}

.areas-mobile-div {
  display: none;
}

.areas-list-mobile {
  color: var(--black);
  text-align: left;
  width: 20%;
  margin-bottom: 0;
  line-height: 32px;
}

.testimonials-slider {
  background-color: var(--gainsboro);
  height: auto;
}

.test-mask {
  height: 300px;
}

.test-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.test-arrow {
  border-right: 1px solid var(--grey);
  background-color: var(--gainsboro);
  color: var(--font);
}

.test-arrow.r {
  border-left: 1px solid var(--grey);
  border-right-width: 0;
}

.test-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.test-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.p.center {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.contact-form {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.html-embed-2 {
  margin-top: 40px;
}

.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-firebrick);
  background-color: var(--dark-firebrick);
  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(--font);
  color: var(--font);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_title {
  color: var(--dark-firebrick);
  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-firebrick);
  background-color: var(--dark-firebrick);
  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(--black);
  color: var(--black);
  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: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: var(--black);
  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(--dark-firebrick);
  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(--black);
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  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(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.image-3 {
  height: 30px;
}

.link-block {
  margin-right: 20px;
}

.social-banner {
  background-color: var(--dark-firebrick);
  width: 100%;
  display: block;
}

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

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

.socila-link {
  color: #fff;
  padding: 2px 10px;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  font-size: 15px;
  line-height: 31px;
  text-decoration: none;
}

.socila-link.media {
  font-family: "Brands 400", Arial, sans-serif;
}

.div-block-23 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sticky-socials-2 {
  z-index: 99;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: fixed;
  inset: auto 0 0% auto;
}

.footer-social-link {
  background-color: var(--firebrick);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  border: 1px solid var(--gainsboro);
  color: var(--dark-firebrick);
  background-color: #0000;
}

.footer-social-link.side {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .main-slider, .slider-div {
    height: 500px;
  }

  .navbar {
    display: block;
  }

  .nav-menu {
    background-color: var(--firebrick);
    width: 100%;
  }

  .top-container-div {
    width: 95%;
  }

  .co-name-div {
    width: 50%;
  }

  .co-logo {
    width: auto;
    max-width: 200px;
  }

  .top-tel-link {
    text-align: right;
    display: none;
  }

  .top-contact-div {
    width: 50%;
  }

  .icon {
    color: var(--white);
    text-align: center;
  }

  .top-tel-link-2-lines {
    text-align: right;
    display: block;
  }

  .menu-button {
    z-index: 10;
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button.w--open {
    background-color: var(--firebrick);
  }

  .previous-work-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-left {
    width: 40%;
  }

  .social-media-div {
    flex-flow: wrap;
  }

  .form-div {
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
  }

  .form-image-div {
    background-position: 26%;
    width: 100%;
    height: 300px;
  }

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

  .nav-menu-mobile {
    background-color: var(--firebrick);
    width: 100%;
    display: block;
  }

  .icon-2 {
    color: var(--white);
  }

  .menu-button-2 {
    text-align: center;
    width: 100%;
  }

  .navbar-mobile {
    display: flex;
  }

  .test-mask {
    height: 400px;
  }

  .test-arrow {
    width: 60px;
  }

  .link-block, .link-block-2 {
    flex: none;
  }

  .sticky-socials-2 {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .top-container-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .co-name-div {
    justify-content: center;
    width: 100%;
  }

  .co-logo {
    min-width: 240px;
    max-width: 240px;
  }

  .co-logo-link {
    text-align: center;
    width: 100%;
  }

  .top-email-link {
    text-align: center;
  }

  .top-contact-div {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .top-tel-link-2-lines {
    text-align: center;
  }

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

  .left-box-div {
    width: 100%;
  }

  .left-box-div.middle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .html-embed {
    width: 70%;
  }

  .areas-list {
    width: 30%;
  }

  .social-media-div {
    justify-content: center;
  }

  .form-image-div {
    height: 250px;
  }

  .chas {
    margin-left: 60px;
    margin-right: 60px;
  }

  .areas-list-mobile {
    width: 30%;
  }

  .test-mask {
    height: 350px;
  }

  .test-arrow {
    width: 40px;
    font-size: 30px;
  }

  .test-group {
    width: 75%;
  }

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

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

@media screen and (max-width: 479px) {
  .main-slider {
    height: 700px;
  }

  .co-logo {
    min-width: auto;
    max-width: 90%;
  }

  .co-logo-link {
    max-width: 280px;
  }

  .top-email-link {
    display: none;
  }

  .h1 {
    font-size: 23px;
    line-height: 32px;
  }

  .paragraph.right {
    width: 100%;
  }

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

  .h2.no-pad {
    line-height: 28px;
  }

  .h2.test {
    font-size: 16px;
  }

  .footer-section {
    padding-bottom: 80px;
  }

  ._3-image-div {
    flex-direction: column;
  }

  ._3-image {
    width: 100%;
    height: 250px;
  }

  ._3-image.mid {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._3-image._2 {
    width: 100%;
    height: 220px;
  }

  .bullet-div, .areas-div {
    flex-direction: column;
  }

  .html-embed {
    width: 100%;
    margin-top: 20px;
  }

  .areas-list {
    width: 100%;
    display: block;
  }

  .previous-work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-left {
    width: 100%;
  }

  .form-image-div {
    height: 160px;
  }

  .checkatrade {
    max-width: 150px;
  }

  .chas {
    width: 20%;
    max-width: 70px;
    margin-left: 5px;
    margin-right: 0;
  }

  .conf-roof-con {
    width: 20%;
    max-width: 70px;
    margin-left: 5px;
  }

  .areas-mobile-div {
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .areas-list-mobile {
    width: 50%;
  }

  .test-mask {
    height: 420px;
  }

  .test-arrow {
    display: none;
  }

  .test-main {
    justify-content: flex-start;
    padding-top: 20px;
  }

  .test-group {
    width: 90%;
  }

  .slide-nav-3 {
    justify-content: center;
    align-items: flex-end;
    height: 65px;
    display: inline-block;
  }

  .list {
    padding-left: 20px;
  }

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

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

  .fs-cc-manager_component {
    display: none;
    bottom: 10px;
    left: 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;
  }

  .link-block {
    margin-right: 0;
  }

  .sticky-socials-2 {
    z-index: 9;
    background-color: #0000;
    justify-content: flex-end;
    align-items: center;
    width: 51%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    inset: auto 0% 0% auto;
  }

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

#w-node-_4025394e-ffce-3ac2-4682-c633fdafb8ca-02e822be, #w-node-bc4044db-b49b-bdb1-f030-e35e2466edd4-02e822be, #w-node-_4025394e-ffce-3ac2-4682-c633fdafb8cd-02e822be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Solid 900';
  src: url('../fonts/Sharp-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 400';
  src: url('../fonts/Sharp-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 300';
  src: url('../fonts/Sharp-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 400';
  src: url('../fonts/Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 300';
  src: url('../fonts/Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 100';
  src: url('../fonts/Sharp-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 100';
  src: url('../fonts/Pro-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro Solid 900';
  src: url('../fonts/Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}