@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 sharp solid 900";
  src: url('../fonts/fa-sharp-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 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 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 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  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;
}

:root {
  --steel-blue: #1889d3;
  --royal-blue: #295ba2;
  --white: white;
  --black: black;
  --alice-blue: #e7ecf4;
}

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

.body {
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-barn-link {
  color: #f7f7f2;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.announcement-barn-link.trust {
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
}

.announcement-barn-link.test {
  color: #212121;
  text-transform: uppercase;
  font-weight: 400;
}

.announcement-bar {
  z-index: 1;
  background-color: #252525;
  background-image: linear-gradient(238deg, var(--steel-blue), var(--royal-blue));
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.trust-pilot {
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.fa-social {
  color: #f7f7f2;
  background-color: #1889d38c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

.qoute-btn {
  color: #f7f7f2;
  text-transform: uppercase;
  background-color: #295ba28c;
  border: 1px #f7f7f2;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
}

.qoute-btn:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

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

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.contact-ann-block.auto-m {
  margin-left: auto;
  margin-right: auto;
}

.header-contact {
  border-left: 1px solid #38383830;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

.ripple {
  z-index: 0;
  background-color: var(--royal-blue);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dl-btn {
  background-color: #1889d373;
  right: -35%;
}

.ripple.call {
  background-color: var(--royal-blue);
  width: 565px;
}

.ripple.gallery-btn-ripple {
  background-color: var(--steel-blue);
}

.headt-call-btn {
  display: none;
}

.main-block {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.logo-2 {
  padding-bottom: 0;
}

.co-logo-link-2.w--current {
  flex: none;
  margin-right: 5px;
}

.dl-link-holder {
  color: #f7f7f2;
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: #1889d340;
}

.dl-link-holder.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
  width: 350px;
}

.navbar-2 {
  background-color: #0000;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

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

.drop-down-icon {
  margin: auto 0 auto 10px;
  font-size: 1.05em;
  position: relative;
}

.nav-link-text {
  letter-spacing: 1px;
  margin-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 15.5px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.dl-menu.w--open {
  background-color: var(--white);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

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

.font-icon-2 {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.font-icon-2.test {
  color: #5f5f51;
  border-right-style: none;
  margin-right: 0;
}

.icon.site {
  margin-right: 10px;
  font-family: "Fa sharp solid 900", sans-serif;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  background-color: var(--white);
  flex-direction: column;
  height: 120px;
  padding-top: 0;
  padding-bottom: 0;
}

.dl-link-2 {
  z-index: 1;
  color: var(--black);
  letter-spacing: 1px;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 15.5px;
  font-weight: 300;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link-2 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-family: Oswald, sans-serif;
  font-size: 15.5px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

.menu-link-2:hover {
  color: var(--royal-blue);
  border-bottom: 1px #f7f7f2;
}

.menu-link-2:focus {
  border-bottom: 1px #000;
}

.menu-link-2.w--current {
  color: #212121;
  background-color: #0000;
  font-size: 15.5px;
}

.menu-link-2.w--current:hover {
  color: var(--royal-blue);
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: #212121;
  cursor: pointer;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

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

.h-link {
  color: #212121;
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 75vh;
}

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

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

.menu-button-image-link {
  background-image: url('../images/Roof-Repair.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  display: flex;
}

.menu-button-image-link._2 {
  background-image: url('../images/New-Roof-Construction.webp');
}

.menu-button-image-link._3 {
  background-image: url('../images/Flat-Roof-1.webp');
}

.menu-button-image-link._4 {
  background-image: url('../images/new-reroof-3.webp');
}

.menu-button-image-link._5 {
  background-image: url('../images/Grey-Gutter.webp');
}

.black-int-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  background-color: var(--alice-blue);
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-button-div {
  height: 300px;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  background-color: var(--royal-blue);
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--steel-blue));
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

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

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

.content-section.even.alice {
  background-color: var(--alice-blue);
}

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

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.double-content-div.flex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.double-content-div._100 {
  width: 100%;
  max-width: none;
}

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

.btn-text {
  z-index: 1;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}

.primary-btn {
  z-index: 1;
  background-color: #c0c1af;
  background-image: linear-gradient(to right, var(--royal-blue), var(--steel-blue));
  color: #f7f7f2;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 175px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  background-color: #343817;
}

.primary-btn.gallery-btn {
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.primary-btn.gallery-btn.t {
  background-image: none;
  margin-top: 60px;
  margin-right: auto;
}

.primary-btn.cta {
  border: 1px solid var(--white);
  background-color: #0000;
  background-image: none;
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('../images/unnamed.webp');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.img.repair-3 {
  background-image: url('../images/Grey-Gutter.webp');
  background-position: 50%;
  background-size: cover;
}

.img.gutter1 {
  background-image: url('../images/white-gutter.webp');
  background-position: 50%;
  background-size: cover;
}

.img.reroof {
  background-image: url('../images/new-reroof-9.webp');
  background-position: 50%;
  background-size: cover;
}

.img.re-roof-3 {
  background-image: url('../images/Re-Roofing-Work.webp');
  background-position: 50%;
  background-size: cover;
}

.img.flat-1 {
  background-image: url('../images/Construction-work-on-flat-roof.webp');
  background-position: 50%;
  background-size: cover;
}

.img.flat-3 {
  background-image: url('../images/Grey-Flat-Roofing.webp');
  background-position: 50% 0;
  background-size: cover;
}

.img.new1 {
  background-image: url('../images/Roofing-Work-in-Newbury.webp');
  background-position: 50%;
  background-size: cover;
}

.img.new-roof-3 {
  background-image: url('../images/skylight-on-roof.webp');
  background-position: 50%;
  background-size: cover;
}

.img.repair-4 {
  background-image: url('../images/Repairing-grey-roof.webp');
  background-position: 50%;
  background-size: cover;
}

.p-2 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.p-2.p-center {
  text-align: left;
}

.p-2.p-white {
  color: #f7f7f2;
}

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

.basic-p-block._w-100 {
  width: 100%;
}

.basic-p-block._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-image-div {
  z-index: 1;
  border-radius: 0;
  width: 48%;
  position: relative;
}

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

.large-p-block {
  background-color: #fff;
  padding: 50px;
  box-shadow: 1px 1px 3px #0000001f;
}

.large-p-block.no-shawdow {
  box-shadow: none;
}

.h2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.h2.h2-white {
  color: #f7f7f2;
  font-size: 24px;
  line-height: 30px;
}

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.h2.h2-white.lg-text.edit-padding.auto {
  margin-left: 10px;
  font-size: 32px;
}

.h2.h2-white.lg-text.edit-padding.small {
  margin-left: 10px;
  font-size: 22px;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.large-image-section.low-p-bottom {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.large-image-section.low-p-bottom.p-white {
  background-color: var(--white);
}

.large-single-image-div {
  background-image: url('../images/edit-new-reroof-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-single-image-div.roof-repair-2 {
  background-image: url('../images/edit-side-of-van.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 840px;
}

.large-single-image-div.gutter2 {
  background-image: url('../images/Roof-Gutter.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.re-roof-2 {
  background-image: url('../images/new-reroof-8.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.flat-2 {
  background-image: url('../images/Flat-Roof-Construction.webp');
  background-position: 50% 0;
  background-size: cover;
}

.large-single-image-div.new2 {
  background-image: url('../images/Dark-grey-tilted-roof.webp');
  background-position: 50%;
  background-size: cover;
}

.testemonials {
  background-color: #212121;
  background-image: linear-gradient(to right, var(--royal-blue), var(--steel-blue));
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials.projects {
  background-color: #212121;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.title-as-section {
  color: #f7f7f2;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 300;
}

.title-as-section.lg-text {
  font-size: 28px;
  line-height: 1;
}

.title-as-section.lg-text.black {
  color: #343817;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.black.b {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 10px;
  font-weight: 500;
}

.title-as-section.lg-text.black {
  color: #343817;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.b {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 1.3;
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.light-text-line {
  background-color: var(--white);
  color: var(--white);
  width: 40px;
  height: 2px;
}

.light-text-line.dark-line {
  background-color: var(--black);
}

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

.testimonials-grid.work-gallery {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
}

.heading-3-top-title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.heading-3-top-title.flex0 {
  width: 100%;
  margin-bottom: 60px;
}

.heading-3-top-title.m-bottom-30 {
  justify-content: flex-start;
  margin-bottom: 30px;
}

.heading-3-top-title.m-bottom-30.top {
  margin-top: 30px;
}

.heading-3-top-title.m-bottom-30.none {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-3-top-title._20 {
  margin-top: 20px;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

.grey-content-section {
  background-color: #c0c1af;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-image: linear-gradient(to bottom, var(--alice-blue) 60%, #5f5f51 60%, var(--royal-blue) 60%);
}

.grey-content-section.bg-gradiant.hzl {
  flex-direction: column;
}

.grey-content-section.bg-white {
  background-color: #0000;
}

.grey-content-section.bg-white.p-white {
  background-color: var(--alice-blue);
}

.grid-image-large-div {
  background-image: url('../images/edit-different-angle-of-van.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 650px;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

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

.grey-dividing-line.line-odd {
  background-color: #f7f7f236;
}

.grid-image-div {
  background-image: url('../images/Grey-Flat-Roof-with-Skylight.webp');
  background-position: 50% 16%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div.div2 {
  background-image: none;
}

.grid-image-div.div2.home-3 {
  background-image: url('../images/Roofers-Working.webp');
  background-position: 50% 35%;
  background-size: cover;
}

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

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.works-texxt-lable {
  background-color: var(--white);
  color: var(--royal-blue);
  text-transform: uppercase;
  border-radius: 30px;
  margin-left: -15px;
  padding: 15px 30px 15px 35px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works-1 {
  background-image: url('../images/new-reroof-8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-1:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.contact-form {
  font-family: Montserrat, sans-serif;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.cta-link {
  color: #00000091;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contact-section {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: var(--alice-blue);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-2 {
  background-color: #202020;
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--steel-blue));
  color: #f7f7f2;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.heading-3-text {
  color: var(--alice-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: #f7f7f2;
  font-size: 23px;
  font-weight: 400;
}

.heading-3-right-text {
  background-color: #1e1f1e;
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--steel-blue));
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: var(--royal-blue);
  padding: 0;
}

.container-3 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 325px;
  display: flex;
}

.heading-3-left-image {
  background-image: url('../images/Roofing.webp');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.footer-map {
  filter: grayscale(60%);
  margin-bottom: 0;
}

.foooter-logo {
  object-fit: contain;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  width: 100%;
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.list {
  text-align: center;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  display: flex;
}

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

.footer-title {
  color: var(--royal-blue);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--royal-blue);
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-contact-link:hover {
  color: var(--steel-blue);
}

.footer-nav-item {
  color: var(--royal-blue);
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--royal-blue);
  cursor: auto;
  font-size: 18px;
  font-weight: 300;
}

.text-span-4 {
  color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 24px;
  display: flex;
}

.contact-link {
  color: var(--royal-blue);
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.contact-link:hover {
  color: var(--steel-blue);
}

.footerlinks-copy {
  color: var(--royal-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.footer-info-div-2 {
  border: 1px solid #00000073;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div-2._1 {
  border-width: 1px;
  border-color: #00000073 #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-left-style: solid;
  border-left-color: #00000073;
  border-right-style: solid;
  border-right-color: #00000073;
  justify-content: flex-start;
}

.footer-social-link {
  background-color: #c0c1af;
  background-image: linear-gradient(to right, var(--royal-blue), var(--steel-blue));
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.default-list {
  padding-left: 0;
  list-style-type: none;
}

.default-list.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 20px;
  display: grid;
}

.default-list.list-grid._3 {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
}

.h3-text-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
}

.h3-text-list.w {
  color: var(--white);
}

.fa-icon {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.fa-icon.w {
  background-color: var(--white);
  color: var(--royal-blue);
  font-family: "Fa sharp solid 900", sans-serif;
}

.list-item {
  margin-bottom: 10px;
}

.font-icon {
  background-color: var(--royal-blue);
  background-image: repeating-linear-gradient(116deg, var(--royal-blue), var(--steel-blue));
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  display: flex;
}

.google-maps {
  filter: grayscale(55%);
  background-color: #f7f7f2;
}

.areas-list {
  padding-left: 0;
}

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--royal-blue);
  color: var(--royal-blue);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--royal-blue);
  color: #f7f7f2;
}

.hyperlink.hyperlink-white {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: #f7f7f2;
  font-weight: 400;
}

.hyperlink.hyperlink-white:hover {
  box-shadow: inset 0 -100px 0 0 var(--white);
  color: var(--royal-blue);
}

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-content {
  background-color: #c0c1af;
  background-image: linear-gradient(118deg, var(--royal-blue), var(--steel-blue));
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

.contact-content:hover {
  transform: translate(-5px, -5px);
}

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

.section-1-white.p-white {
  background-color: #fff;
}

.container-5 {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 17px;
  line-height: 22px;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

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

.contact-page-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.h1-light {
  color: var(--black);
  font-weight: 200;
}

.gallery-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.content-section-2.p-white {
  background-color: var(--white);
}

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

.lb-img {
  object-fit: cover;
  width: 100%;
  min-width: 300px;
  max-width: 300%;
  min-height: 300px;
  max-height: 300px;
}

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-list-item {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.sitemap-link {
  color: var(--black);
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.sitemap-link:hover {
  color: var(--steel-blue);
}

.hero-card {
  border-left: 5px solid var(--royal-blue);
  background-color: #f0f6f840;
  width: 40%;
  margin-left: 5%;
  padding: 25px;
}

.hero-container {
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.para {
  font-size: 1rem;
  line-height: 1.75;
}

.para.light-grey {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
}

.hero_btn {
  color: #101b22;
  background-color: #ffe135;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hero_btn.outline-btn {
  border: 1px solid var(--white);
  color: #f0f6f8;
  background-color: #0000;
  padding-top: 17px;
  padding-bottom: 17px;
  transition: all .2s ease-in-out;
}

.hero_btn.outline-btn:hover {
  color: var(--white);
  background-color: #0000;
}

.hero_btn.margin-top-40 {
  margin-top: 40px;
}

.hero_btn.margin-top-40.margin-right-20 {
  background-color: var(--royal-blue);
  background-image: linear-gradient(to right, var(--royal-blue), var(--steel-blue));
  color: var(--white);
  margin-top: 30px;
  margin-right: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  transition: all .2s ease-in-out;
}

.hero_btn.margin-top-40.margin-right-20:hover {
  color: #fefefe;
  background-color: #101b22;
}

.hero-large-text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ban-link {
  color: var(--white);
}

.google-reviews {
  width: 100%;
  margin-top: 20px;
}

.works-3 {
  background-image: url('../images/Roof-Gutter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-3:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.works-2 {
  background-image: url('../images/Ladder-up-house.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-2:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.service-banner {
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 0% 50%, var(--royal-blue), transparent), url('../images/Roof-Repair-Banner.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.service-banner._3 {
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 0% 50%, var(--royal-blue), transparent), url('../images/New-Roofing.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.service-banner.area {
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 0% 50%, var(--royal-blue), transparent), url('../images/Thatcham-Chuich.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.service-banner._5 {
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 0% 50%, var(--royal-blue), transparent), url('../images/Roof-Gutter.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.service-banner.site-map {
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 0% 50%, var(--royal-blue), transparent), url('../images/Roofing.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.service-banner._4 {
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 0% 50%, var(--royal-blue), transparent), url('../images/Flat-Roof-in-Thatcham.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.service-banner.new-roof {
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 0% 50%, var(--royal-blue), transparent), url('../images/new-roof-in-thatcham.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.service-ban-text {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 45px;
  font-weight: 200;
  line-height: 42px;
}

.scroll-div {
  width: 100%;
  height: 0;
  position: relative;
  bottom: 200px;
}

.corc {
  background-image: url('../images/corc-logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

.corc.checkatrade {
  background-image: url('../images/CHECK-A-TRADE-thin.webp');
  background-position: 50%;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 10px;
  display: block;
}

.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: 2147483647;
  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(--steel-blue);
  background-color: var(--steel-blue);
  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(--steel-blue);
  color: var(--steel-blue);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_title {
  color: var(--black);
  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(--steel-blue);
  background-color: var(--steel-blue);
  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(--steel-blue);
  color: var(--steel-blue);
  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(--steel-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(--steel-blue);
  color: var(--steel-blue);
  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: 2147483647;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-brand-2 {
  text-decoration: none;
}

.footer-brand-2.popup {
  height: 60px;
  margin-bottom: 10px;
}

.pop-head {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}

.primary-btn-2 {
  color: #fff;
  background-color: #f8b400;
  border-radius: 4px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn-2:hover {
  color: #080f34;
  background-color: #f9f9f9;
}

.primary-btn-2.hovr-black:hover {
  color: #f9f9f9;
  background-color: #080f34;
}

.primary-btn-2.hovr-black.margin-top-20 {
  margin-top: 20px;
}

.primary-btn-2.hovr-black.margin-top-20.mobil-btn {
  background-color: var(--steel-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.primary-btn-2.hovr-black.margin-top-20.mobil-btn:hover {
  background-color: var(--royal-blue);
}

.widget-block {
  z-index: 99;
  text-align: center;
  background-color: #151623;
  background-image: linear-gradient(#151623ed, #151623ed), url('../images/Roof16.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: auto;
  padding: 30px 30px 40px;
  position: fixed;
  inset: auto auto 5vw 1%;
  box-shadow: 1px 1px 3px #0000002e;
}

.text-span-2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: #111;
  font-family: "Fa sharp solid 900", sans-serif;
}

.image-2 {
  height: 60px;
}

.text-block {
  color: var(--royal-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .double-content-div {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-ann-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .headt-call-btn {
    background-color: #5f5f51;
    background-image: linear-gradient(to right, var(--royal-blue), var(--steel-blue));
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .dl-link-holder {
    background-color: var(--white);
    width: 100%;
    padding: 12px 10px 12px 0;
  }

  .navbar-2 {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 10px;
    display: none;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .drop-down-icon {
    margin-right: 10px;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .dropdown-toggle {
    background-color: var(--white);
    color: #151623;
    justify-content: flex-end;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-toggle:hover {
    background-color: var(--royal-blue);
    color: var(--white);
  }

  .font-icon-2.test {
    font-weight: 300;
  }

  .header-div-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .section-2.header-section.nav-verticle {
    height: auto;
    padding-bottom: 0;
  }

  .dl-link-2 {
    text-align: right;
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link-2 {
    background-color: var(--white);
    color: #212121;
    text-align: right;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link-2:hover {
    background-color: var(--royal-blue);
    color: #f7f7f2;
  }

  .menu-link-2:focus {
    color: #fff;
    background-color: #5e5e5e;
  }

  .logo-div-2 {
    justify-content: flex-start;
    width: 58%;
  }

  .menu-div-2 {
    width: 40%;
  }

  .menu-button-2 {
    background-color: #5f5f5117;
    border-radius: 9px;
    transition: all .45s ease-in-out;
  }

  .menu-button-2:hover {
    background-color: var(--steel-blue);
  }

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

  .menu-button-image-link {
    height: 160px;
  }

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 32px;
  }

  .content-section {
    padding-bottom: 60px;
  }

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

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

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

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

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

  .h2.h2-white.lg-text.edit-padding {
    text-align: right;
    font-size: 28px;
  }

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

  .large-single-image-div {
    width: 100%;
    height: 540px;
  }

  .title-as-section.lg-text.black.b {
    text-align: center;
    font-size: 32px;
  }

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

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

  .works-1 {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .container-4 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    margin-top: 0;
  }

  .footer-brand.w--current {
    min-height: 180px;
  }

  .fb-div {
    justify-content: center;
  }

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

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

  .footer-info-div-2._1 {
    border-left: 1px solid var(--black);
    border-right-style: solid;
    border-right-color: #000;
    padding: 40px 20px;
  }

  .footer-contact-links {
    flex-direction: column;
  }

  .footer-copy-right {
    justify-content: center;
  }

  .google-maps {
    width: 100%;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

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

  .double-content-div-2 {
    flex-direction: column;
    align-items: center;
  }

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

  .hero-large-text {
    font-size: 2rem;
  }

  .works-3, .works-2 {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .primary-btn-2.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .announcement-barn-link {
    font-size: 14px;
  }

  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

  .main-block {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  .dropdown-toggle:hover {
    color: #fff;
    background-color: #c0c1af;
  }

  .section-2 {
    z-index: 100;
    position: sticky;
  }

  .section-2.header-section.nav-verticle {
    height: auto;
  }

  .menu-link-2 {
    width: 100%;
  }

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

  .menu-div-2 {
    width: 100%;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

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

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

  .h2.h2-white.lg-text.edit-padding {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .h2.h2-white.lg-text.edit-padding.auto {
    text-align: left;
  }

  .large-single-image-div {
    height: 650px;
  }

  .title-as-section.lg-text.black.b {
    text-align: left;
  }

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

  .heading-3-top-title {
    flex-flow: row;
  }

  .heading-3-top-title.flex0 {
    flex-wrap: wrap;
  }

  .heading-3-top-title.flex0.flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-2 {
    padding-top: 20px;
  }

  .grid-image-large-div, .grid-image-div {
    height: 250px;
  }

  .grid {
    grid-template-rows: auto auto auto;
  }

  .works-1 {
    min-width: 250px;
  }

  .heading-3-right-text {
    width: 100%;
    margin-top: 5px;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .footer-info-div-2 {
    justify-content: flex-start;
  }

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

  .default-list.list-grid._3 {
    grid-template-columns: 1fr 1fr;
  }

  .contact-block {
    grid-template-columns: 1fr;
  }

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

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

  .lb-img {
    min-width: 100%;
    min-height: 300px;
  }

  .hero-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .works-3, .works-2 {
    min-width: 250px;
  }

  .service-ban-text {
    text-align: center;
  }

  .grid-2 {
    grid-column-gap: 0px;
  }

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

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .widget-block {
    height: 435px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

  .logo-2 {
    object-fit: contain;
    width: 75%;
  }

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

  .co-logo-link-2.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: static;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu-2 {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .drop-down-icon {
    margin-right: 0;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .dropdown-toggle {
    text-align: left;
    justify-content: flex-start;
  }

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

  .icon {
    text-align: center;
  }

  .header-div-3 {
    flex-direction: column;
    padding: 0;
  }

  .section-2.header-section.nav-verticle {
    position: relative;
  }

  .dl-link-2 {
    text-align: left;
    padding-left: 10px;
  }

  .menu-link-2 {
    text-align: left;
  }

  .logo-div-2 {
    align-items: center;
    width: 95%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .menu-button-2 {
    color: #f7f7f2;
    background-color: #212121;
    border-radius: 0;
    width: 100%;
    display: flex;
  }

  .menu-button-2:hover {
    border-radius: 0;
  }

  .menu-button-2.w--open {
    background-color: var(--royal-blue);
    color: #fff;
    text-align: center;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 65vh;
  }

  .menu-button-section {
    display: none;
  }

  .h1 {
    font-size: 26px;
    line-height: 28px;
  }

  .p-2.p-white {
    font-size: 14px;
  }

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

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-size: 22px;
  }

  .h2.h2-white.lg-text.edit-padding.auto {
    margin-left: 0;
  }

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

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .large-single-image-div.roof-repair-2 {
    min-height: 250px;
  }

  .testemonials {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .testemonials.projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-as-section.lg-text.black.b {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .title-as-section.lg-text.black, .title-as-section.lg-text.b, .title-as-section.lg-text.b {
    font-size: 24px;
  }

  .testemonials-text {
    line-height: 1;
  }

  .light-text-line {
    display: none;
  }

  .testimonials-grid {
    grid-row-gap: 35px;
  }

  .heading-3-top-title {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-3-top-title.flex0 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .heading-3-top-title.flex0.flex {
    grid-template-columns: .25fr;
  }

  .heading-3-top-title.m-bottom-30 {
    flex-direction: column;
  }

  .heading-3-top-title.m-bottom-30.none {
    text-align: center;
    display: block;
  }

  .container-2.test-container {
    width: 95%;
    position: relative;
  }

  .grey-content-section {
    margin-top: 60px;
  }

  .grey-content-section.bg-gradiant, .grey-content-section.bg-white.p-white {
    margin-top: 0;
  }

  .works-texxt-lable {
    padding-left: 30px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works-1 {
    min-height: 350px;
  }

  .contact-info-block {
    padding: 25px;
  }

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

  .left-contact.right {
    padding: 25px;
  }

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-3-right-text {
    padding: 20px;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .list {
    text-align: center;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .footer-nav-item.footer-contact {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .footer-nav-item.footer-contact.auto-cusro {
    flex-direction: column;
  }

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 5px;
  }

  .footer-info-div-2 {
    width: 100%;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-bottom-style: solid;
  }

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

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

  .default-list.list-grid {
    grid-template-columns: 1fr;
    place-items: start;
  }

  .default-list.list-grid._3 {
    grid-template-columns: 1fr;
  }

  .areas-list.areas-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
  }

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

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

  .hero-card {
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .para {
    font-weight: 300;
  }

  .para.light-grey {
    font-size: 15px;
  }

  .hero_btn.outline-btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .hero_btn.margin-top-40.margin-right-20 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }

  .hero-large-text {
    font-size: 22px;
    font-weight: 600;
  }

  .works-3, .works-2 {
    min-height: 350px;
  }

  .service-banner {
    height: 350px;
  }

  .service-ban-text {
    font-size: 39px;
  }

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

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

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 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;
  }

  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .primary-btn-2.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }

  .widget-block {
    width: auto;
    height: auto;
    padding: 20px;
    display: none;
    right: 10px;
  }
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-13cb7efa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_32f410cc-d7c2-5550-52e8-06f85d83b64e-13cb7efa, #w-node-b2070739-6aaf-2490-54e2-4308c119f471-13cb7efa, #w-node-_7c95ade9-f4de-3028-dd37-04f2d8be52a6-13cb7efa, #w-node-fe6d6656-07f9-ee2d-f3a3-e3f04cb04e56-13cb7efa, #w-node-d3929714-4912-d829-092e-2fbc622f989e-13cb7efa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-13cb7efa {
  align-self: auto;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-13cb7efa, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-13cb7efa, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-13cb7efa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551aac47-52e6-a0a6-8ceb-f65502876ce5-13cb7efa, #w-node-_551aac47-52e6-a0a6-8ceb-f65502876cf0-13cb7efa, #w-node-_551aac47-52e6-a0a6-8ceb-f65502876cfa-13cb7efa, #w-node-_551aac47-52e6-a0a6-8ceb-f65502876d0c-13cb7efa, #w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-_5cd75580-9e13-6969-ac7f-8bd1d4629285-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
  align-self: center;
}

#w-node-_30545da2-8b39-f641-0b07-5f180c590a9c-13cb7f07, #w-node-_30545da2-8b39-f641-0b07-5f180c590aaa-13cb7f07, #w-node-_30545da2-8b39-f641-0b07-5f180c590ab4-13cb7f07, #w-node-c25b810a-50a1-354a-57bc-98a0a15d628c-13cb7f07 {
  place-self: auto stretch;
}

#w-node-_30545da2-8b39-f641-0b07-5f180c590ac6-13cb7f07, #w-node-_8877303d-5f89-11bb-fcb3-82e02fa066a2-13cb7f08, #w-node-e9618e34-50c6-4de4-80cf-2b2d21d562a2-13cb7f08, #w-node-_0d5bcb4d-88b5-1698-9baf-cfde6a6e80c7-13cb7f08, #w-node-_716fd22c-2df4-5be5-bcfe-6f5aff8e5d86-13cb7f08, #w-node-_142e4c6b-a3fc-6e09-a9ef-1fd6977bb0cf-13cb7f08, #w-node-_1859dbb0-59cc-bf25-eaa7-ce1040713448-13cb7f08, #w-node-a553bc52-29de-c748-af9b-08bda158a52f-13cb7f08, #w-node-_471c2761-b0e0-936e-1ef8-e36abf10a803-13cb7f08, #w-node-e9dcb498-b8c7-f679-88bd-de04ce566cd5-13cb7f08, #w-node-a134f232-7645-e128-d46d-fc0a687b12ff-13cb7f08, #w-node-_32d2f109-a9f1-3e05-63eb-9e6f25813280-13cb7f08, #w-node-_25282ae2-4a40-4e89-fd83-2bf89b7e1e27-13cb7f08, #w-node-d4a3d366-3841-a52d-a196-982ea913a5d2-13cb7f08, #w-node-_7dd137ad-6b3e-6320-7e18-508be05549f0-13cb7f08, #w-node-cfd433df-9c15-d20a-2cd7-e010b93cf35e-13cb7f08, #w-node-_57ee073c-2a6f-9e71-01d0-314b500c37af-13cb7f08, #w-node-_6c2d5faf-30ca-354c-c387-3648e2865376-13cb7f08, #w-node-_1165e807-7d17-4509-c62f-a305c77842f4-13cb7f08, #w-node-_28867284-be12-6eca-b976-442d7f9a21cf-13cb7f08, #w-node-_041d330f-1d4b-a7a4-6c9c-7e95f6101ccc-13cb7f08, #w-node-fa68c0f6-695f-c078-cbfe-8daa13519e90-13cb7f08, #w-node-_7c2d9f9b-0450-4037-c422-4e816e48d636-13cb7f08, #w-node-bf39ea2f-8ef1-7177-3fc2-08cd618eb652-13cb7f08, #w-node-a5da6b4a-b5ef-a8e7-3bc1-972c2898a824-13cb7f08, #w-node-c8cd57de-948c-00ef-9c30-d59db5814dae-13cb7f08, #w-node-ec3ee00b-81c4-b8c2-16cf-40d0f13ebfc6-13cb7f08, #w-node-ea84b589-82e1-e88d-6377-cf276ef49b27-13cb7f08, #w-node-_928b4edb-fcda-bbb0-9995-0f1fd563ffa0-13cb7f08, #w-node-_6cdc6642-0285-c106-ad59-7536ff90e779-13cb7f08, #w-node-bf24ca3d-06fb-4636-1c96-fc1d2267d2d0-13cb7f08, #w-node-cbb6be04-5c77-4786-6e3e-48ca3fdef80b-13cb7f08, #w-node-_9542c0df-1488-d9c1-f51c-93971933abc6-13cb7f08, #w-node-b4a75897-195e-6e22-2924-674bad0f8465-13cb7f08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1e1b560-815c-1d44-6c2f-e6824ed0c610-9b4cbca7, #w-node-_41ff2fbb-7254-a548-6e0f-9b98d00ce181-9b4cbca7, #w-node-e458d389-49da-b295-7089-78a9c5ece1d5-9b4cbca7, #w-node-_6e590d12-6ca1-b632-acfb-13afb0936606-9b4cbca7, #w-node-_77a0334e-6315-dbcb-f2c4-35b0a653dcee-9b4cbca7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_30545da2-8b39-f641-0b07-5f180c590a9c-13cb7f07, #w-node-_30545da2-8b39-f641-0b07-5f180c590aaa-13cb7f07 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-13cb7efa, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-13cb7efa, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-13cb7efa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-13cb7efa {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8a89af07-0e79-e9a8-a8d9-8512866faccf-13cb7efa, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b519-13cb7efa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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 sharp solid 900';
  src: url('../fonts/fa-sharp-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 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 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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  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;
}