@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.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"), url('../fonts/fa-duotone-900.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"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  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;
}

:root {
  --white: #fff;
  --dark-grey: #2d2b29;
  --beige: #dfce84;
  --grey: #4c4c4c;
  --secondary\<deleted\|variable-e7b67deb-b864-40a1-4e4c-89e3d97bd017\>: #dfce84;
  --dark-beige: #aa9d66;
  --transparent: #fff0;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --90-black: #3a3a3acc;
  --90-beige: #dfce84e6;
}

.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 {
  background-color: var(--white);
  color: var(--dark-grey);
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

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

.header-div-2.announcement-div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--dark-grey);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.quote-btn {
  border: 1px solid var(--beige);
  background-color: var(--grey);
  color: var(--beige);
  text-transform: uppercase;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  background-color: var(--beige);
  color: var(--dark-grey);
}

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

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

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

.ripple.dl-btn {
  background-color: var(--beige);
  right: -20%;
}

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

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

.co-logo-link {
  background-color: var(--beige);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.dl-link-holder {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  transition: all .2s linear;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  color: var(--dark-grey);
  border-bottom-style: solid;
  padding-left: 20px;
}

.dl-link-holder.w--current {
  background-color: var(--dark-beige);
}

.navbar {
  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 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dl-menu.w--open {
  background-color: var(--dark-grey);
  color: var(--beige);
  margin-top: 18px;
  margin-left: 0;
  overflow: hidden;
  box-shadow: 0 5px 5px #0003;
}

.dropdown-toggle {
  color: var(--beige);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  color: var(--white);
}

.fonticon {
  color: var(--beige);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.header-div {
  background-color: var(--transparent);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 120px;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 1px 5px #0003;
}

.nav-section {
  z-index: 10;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.dl-link {
  z-index: 1;
  letter-spacing: 1px;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  color: var(--beige);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: all .3s ease-in-out;
}

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

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

.mobile-block.lig-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.logo-div {
  background-color: var(--beige);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h-link {
  color: var(--beige);
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

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

.hero-banner {
  z-index: -1;
  background-color: var(--dark-grey);
  height: auto;
  margin-top: -10px;
}

.hero-mask {
  height: 75vh;
  min-height: 680px;
}

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

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

.button-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-img._1 {
  background-image: url('../images/aluminiumdoor_1079548061.webp');
  background-position: 40%;
}

.button-img._2 {
  background-image: url('../images/Aluminum.webp');
  background-position: 100%;
}

.button-img._3 {
  background-image: url('../images/AdobeStock_253084632_1AdobeStock_253084632.webp');
}

.button-img._4 {
  background-image: url('../images/window_237082187.webp');
}

.button-img._5 {
  background-image: url('../images/AdobeStock_318388200_1AdobeStock_318388200.webp');
  background-position: 100%;
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.black-int-link:hover {
  color: var(--dark-grey);
}

.menu-button-section {
  z-index: 3;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-button-div {
  height: 280px;
  transition: all .3s;
}

.menu-button-div:hover {
  transform: translate(0, -30px);
  box-shadow: 0 30px 30px -20px #000;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--grey);
  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-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  border-top: 1px solid var(--beige);
  border-right: 1px solid var(--beige);
  border-left: 1px solid var(--beige);
  background-color: var(--dark-grey);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 44px;
}

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

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

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

.content-section._0b {
  padding-bottom: 0;
}

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

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

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img.doors1 {
  background-image: url('../images/door_295803464.webp');
}

.img.windows1 {
  background-image: url('../images/aluwindow_790600112.webp');
  background-position: 50% 0;
}

.img.windows3 {
  background-image: url('../images/aluwindow_790599957.webp');
  background-position: 53%;
}

.img.composite3 {
  background-image: url('../images/composite_298602917.webp');
}

.img.upvc3 {
  background-image: url('../images/window_169937143.webp');
}

.img.doors2 {
  background-image: url('../images/aluminiumdoor_475354526.webp');
}

.img.doors3 {
  background-image: url('../images/door_865108104.webp');
  background-position: 50% 45%;
}

.img.doors4 {
  background-image: url('../images/aluminiumdoor_1079548061.webp');
  background-position: 40%;
}

.img.windows2 {
  background-image: url('../images/aluwindow_806222189.webp');
  background-position: 50% 0;
}

.p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

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

.p._0b {
  margin-bottom: 0;
}

.p._30b {
  margin-bottom: 30px;
}

.basic-p-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  transition: all .2s;
  display: flex;
}

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

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

.img-div.home {
  background-image: url('../images/window_533480436.webp');
  background-position: 50%;
}

.img-div.doors {
  background-image: url('../images/aluminiumdoor_419694681.webp');
}

.img-div.windows {
  background-image: url('../images/Aluminum.webp');
  background-position: 100%;
}

.img-div.composite {
  background-image: url('../images/composite_977703157.webp');
}

.img-div.upvc {
  background-image: url('../images/window_538959309.webp');
  background-position: 50%;
}

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

.large-p-block {
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 40px;
  padding: 40px;
  display: flex;
  box-shadow: 2px 2px 6px #0000004d;
}

.h2 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  line-height: 42px;
}

.h2.h2-white {
  color: var(--white);
  margin-left: 10px;
  padding-bottom: 0;
}

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

.lrg-img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 950px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lrg-img-div.home {
  background-image: url('../images/window_460071841.webp');
  background-position: 50% 100%;
  background-attachment: fixed;
}

.testimonials {
  background-image: linear-gradient(to bottom, var(--90-black), var(--90-black)), url('../images/bg_655890432.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.heading-title {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 10px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}

.heading-title.white {
  color: var(--white);
  line-height: 40px;
}

.heading-title.white.smaller {
  color: var(--beige);
  font-size: 30px;
  line-height: 30px;
}

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

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

.text-line.beige {
  background-color: var(--beige);
}

.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 {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

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

.h2-div.flex {
  margin-bottom: 30px;
}

.h2-div.flex._0b {
  margin-bottom: 0;
}

.h2-div._40b {
  margin-bottom: 40px;
}

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

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

.beige-section.solid-bg {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

.lrg-div {
  background-image: url('../images/window_169937143.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

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

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

.grid-img-div._1 {
  background-image: url('../images/window_240395524.webp');
  background-position: 50% 100%;
}

.grid-img-div._2 {
  background-image: url('../images/window_385369811.webp');
  background-position: 50%;
}

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

.testimonial-wrapp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.works-texxt-lable {
  background-color: var(--beige);
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works._1 {
  background-image: url('../images/aluminiumdoor_419694681.webp');
  background-position: 70%;
}

.works._2 {
  background-image: url('../images/window_907621112.webp');
  background-position: 0%;
}

.works._3 {
  background-image: url('../images/composite_991475968.webp');
}

.cta-text-contact {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
}

.contact-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--beige);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding: 0 0 30px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.contact-info._0b {
  margin-bottom: 0;
}

.cta-link {
  color: var(--dark-grey);
  text-decoration: none;
}

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

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

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

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  max-width: 400px;
  display: flex;
}

.left-contact.right {
  background-color: var(--white);
  border-radius: 6px;
  width: 65%;
  max-width: 100%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

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

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

.git-icon {
  background-color: var(--dark-grey);
  color: var(--beige);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.h3 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.heading-3-right-text {
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: #5f5f51;
  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: 400px;
  display: flex;
}

.h3-img {
  background-image: url('../images/window_240267848.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.foooter-logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  width: 80%;
  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-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.footer-title {
  color: var(--beige);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.footer-contact-link {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 5px;
  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: 15px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cursor {
  color: var(--white);
  text-align: center;
  cursor: auto;
  max-width: 320px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.bottom-icon {
  color: #dfce84;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.contact-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  width: 75%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.footer-info-div._2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 320px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
}

.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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.default-list._2col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list._0b {
  margin-bottom: 0;
}

.bullet-list {
  flex-flow: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.bullet-list.block {
  display: block;
}

.fa-icon {
  background-color: var(--beige);
  color: var(--dark-grey);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.fa-icon.dark {
  background-color: var(--dark-grey);
  color: var(--white);
}

.fa-icon.number {
  background-color: var(--dark-grey);
  color: var(--white);
  margin-top: 4px;
  font-family: Oswald, sans-serif;
}

.list-item.white {
  color: var(--white);
}

.google-maps {
  background-color: #f7f7f2;
  margin-top: 10px;
}

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

.areas-list.areas-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 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-weight: 400;
  display: flex;
}

.service-block._w-img {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.service-block._w-img._0p {
  margin-top: 0;
  margin-bottom: 0;
}

.service-block._w-img.rvs, .service-block._w-img._0b {
  margin-bottom: 0;
}

.inner-services-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 24px;
  line-height: 30px;
}

.service-heading._20t-10b {
  border-top: 1px solid var(--dark-beige);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.service-heading._0b {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.service-heading._10b-0t {
  border-top: 1px solid var(--dark-beige);
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.h2-wrap {
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.fa-socials {
  border: 1px solid var(--grey);
  color: var(--dark-grey);
  background-color: #dfce84;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-socials:hover {
  border-color: var(--dark-grey);
  background-color: var(--white);
  color: var(--dark-grey);
}

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

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 220px;
  left: auto;
  right: 0%;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--beige);
  color: var(--dark-grey);
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -40px 0 0 var(--beige);
  color: var(--dark-grey);
}

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark-grey);
  color: var(--dark-grey);
  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-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: var(--dark-grey);
  margin-right: 24px;
}

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

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

.fs-cc-prefs_text {
  color: var(--dark-grey);
  font-size: 12px;
}

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--dark-grey);
  width: 16px;
  height: 16px;
}

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

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

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

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

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

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

.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-banner_close-icon {
  width: 24px;
  height: 24px;
}

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

.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_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

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

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--dark-grey);
  background-color: var(--beige);
  color: var(--dark-grey);
}

.fs-cc-banner_close {
  border: 1px solid var(--dark-grey);
  background-color: var(--beige);
  opacity: 1;
  cursor: pointer;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

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

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

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

.logo-wedge {
  background-image: linear-gradient(0deg, var(--transparent), var(--dark-grey));
  filter: drop-shadow(0 1px #0000004d);
  margin-top: -1px;
  margin-bottom: -3px;
}

.grey-nav-div {
  background-color: var(--grey);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  min-width: 520px;
  padding: 10px 20px 0;
  display: flex;
}

.co-logo {
  width: 100%;
  max-width: 650px;
}

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

.banner-div {
  z-index: 2;
  background-image: linear-gradient(180deg, #2d2b2966, var(--transparent) 20%, var(--transparent) 60%, var(--dark-grey));
  position: absolute;
  inset: 0%;
}

.h2-grey {
  color: var(--grey);
  font-weight: 400;
}

.h3-link {
  box-shadow: inset 0 -1px 0 0 var(--beige);
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.h3-link:hover {
  box-shadow: inset 0 -40px 0 0 var(--beige);
  color: var(--dark-grey);
}

.skipton-joinery-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.skipton-joinery-text {
  color: var(--white);
  text-shadow: 1px 1px 5px var(--dark-grey);
  margin-bottom: 5px;
  font-weight: 700;
}

.co-logo-2 {
  width: 100%;
  max-width: 650px;
  display: none;
}

.svs-icon {
  margin-top: 3px;
  margin-left: 3px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

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

.body-div.vertical {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonials-div {
  background-color: var(--dark-grey);
  width: 100%;
  padding: 40px;
}

.testimonials-div.top {
  margin-top: 40px;
}

.site-map-link {
  color: var(--dark-grey);
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.cookies-icon {
  width: 32px;
  height: 32px;
}

.buttons-div {
  margin-top: 30px;
  display: flex;
}

.img-cta-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-transform: uppercase;
  background-color: #013220;
  background-image: radial-gradient(circle at 0 0, #709f5b, #709f5b8f);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 120px;
  min-height: 42px;
  margin-bottom: -20px;
  margin-right: 20px;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 9px #00000024;
}

.img-cta-btn.hero-btn {
  background-color: var(--dark-grey);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--beige), var(--dark-beige));
  color: var(--dark-grey);
  margin-bottom: 0;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

.img-cta-btn.hero-btn:hover {
  transform: scale(.95);
}

.btn-texts {
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px 14px 25px;
  font-weight: 600;
  display: flex;
}

.btn-icon {
  background-color: var(--beige);
  color: var(--dark-grey);
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  font-size: 18px;
  display: flex;
}

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

.brands-text {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
}

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

.bullet-div.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.bold-text {
  font-weight: 800;
}

.footer-link {
  color: var(--beige);
  text-decoration: none;
  transition: all .2s;
}

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

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

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

.brochure-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.brochure-img {
  width: 100%;
}

.brochure-text {
  background-color: var(--beige);
  color: var(--dark-grey);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  display: flex;
}

.click-to-view {
  background-image: linear-gradient(90deg, var(--beige), var(--dark-beige));
  color: var(--dark-grey);
  letter-spacing: .5px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 8px 15px 7px;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 2px 8px #000000bf;
}

.click-to-view:hover {
  background-color: var(--dark-grey);
  background-image: linear-gradient(90deg, var(--dark-grey), var(--grey));
  color: var(--white);
}

.brochures-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.brochures-container-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.google-reviews {
  width: 100%;
}

.hidden-0line {
  width: 100%;
  position: relative;
  top: -145px;
}

.hidden {
  width: 100%;
  position: relative;
  top: -100px;
}

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

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

.link, .link-2, .link-3, .link-4 {
  color: var(--beige);
  text-decoration: none;
}

.link-5, .link-6 {
  text-decoration: none;
}

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

  .body-div, .brochures-div {
    flex-flow: column;
    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;
  }

  .header-contact {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0;
  }

  .ripple {
    right: -30%;
  }

  .ripple.dl-btn {
    display: none;
  }

  .headt-call-btn {
    background-color: var(--secondary\<deleted\|variable-e7b67deb-b864-40a1-4e4c-89e3d97bd017\>);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .co-logo-link.w--current {
    background-color: var(--grey);
  }

  .dl-link-holder {
    background-color: var(--dark-grey);
    width: 100%;
  }

  .dl-link-holder:hover {
    background-color: var(--beige);
    padding-left: 10px;
  }

  .dl-link-holder:active {
    background-color: var(--beige);
  }

  .navbar {
    width: 100%;
  }

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

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

  .nav-menu {
    z-index: 1;
    background-color: var(--grey);
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

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

  .dropdown-toggle {
    background-color: var(--grey);
    justify-content: flex-start;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
  }

  .dropdown-toggle:hover {
    background-color: var(--secondary\<deleted\|variable-e7b67deb-b864-40a1-4e4c-89e3d97bd017\>);
    color: var(--dark-grey);
  }

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

  .header-div {
    background-color: var(--grey);
    flex-flow: column;
    height: auto;
    max-height: 100%;
  }

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

  .menu-link {
    background-color: var(--grey);
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 20px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--secondary\<deleted\|variable-e7b67deb-b864-40a1-4e4c-89e3d97bd017\>);
    color: var(--dark-grey);
  }

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

  .menu-button {
    width: 100%;
  }

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

  .hero-banner {
    margin-top: 0;
  }

  .hero-mask {
    height: 400px;
    min-height: auto;
  }

  .button-img {
    height: 160px;
  }

  .menu-button-div {
    height: auto;
  }

  .menu-button-div:hover {
    transform: none;
  }

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

  .h1 {
    font-size: 32px;
  }

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

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

  .img {
    min-height: 450px;
  }

  .img.doors1, .img.doors3, .img.windows1, .img.windows3, .img.composite3, .img.upvc3, .img.doors2, .img.doors3, .img.doors4, .img.windows2 {
    min-height: 400px;
  }

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

  .basic-p-block._100 {
    padding-bottom: 0;
  }

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

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

  .large-p-block {
    box-shadow: none;
    width: 90%;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .lrg-img-div {
    width: 90%;
    height: auto;
    min-height: 400px;
    position: static;
  }

  .lrg-img-div.home {
    background-attachment: scroll;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
  }

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

  .lrg-div {
    height: 400px;
  }

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

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

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

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

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

  .left-contact {
    width: 100%;
    max-width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

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

  .h3 {
    margin-bottom: 15px;
  }

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

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

  .h3-img {
    width: 100%;
    min-height: 400px;
    margin-top: 0;
  }

  .foooter-logo {
    max-width: 300px;
  }

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

  .footer-info-div._1, .footer-info-div._2 {
    padding: 40px 20px;
  }

  .footer-contact-links {
    border: 1px solid #c0c1af24;
    flex-direction: column;
  }

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

  .google-maps {
    width: 100%;
  }

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

  .service-block._w-img {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-block._w-img.rvs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .inner-services-content {
    width: 100%;
  }

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .fa-container {
    top: 200px;
  }

  .logo-wedge {
    display: none;
  }

  .grey-nav-div {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .co-logo {
    display: none;
  }

  .skipton-joinery-div {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .co-logo-2 {
    max-width: 100%;
    display: block;
  }

  .svs-icon {
    margin-left: 5px;
    font-family: "Fa Solid 900", sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

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

  .testimonials-div {
    padding: 30px;
  }

  .trade-logos {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .brochures-div {
    align-items: center;
  }

  .click-to-view {
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
  }

  .brochures-container, .brochures-container-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

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

  .co-logo-link.w--current {
    margin-right: 0;
  }

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

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

  .nav-section {
    z-index: 100;
    position: static;
  }

  .menu-link {
    width: 100%;
  }

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

  .hero-mask {
    height: 350px;
  }

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

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

  .content-section, .content-section.even.p-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img {
    height: 350px;
  }

  .img.doors1, .img.doors3, .img.windows1, .img.windows3, .img.composite3, .img.upvc3, .img.doors2, .img.doors3, .img.doors4, .img.windows2 {
    min-height: 350px;
  }

  .basic-p-block._100 {
    padding-bottom: 0;
  }

  .img-div {
    height: 350px;
  }

  .large-image-section {
    padding-bottom: 40px;
  }

  .lrg-img-div {
    height: auto;
    min-height: 350px;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-title {
    font-size: 34px;
  }

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

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.flex {
    margin-bottom: 20px;
  }

  .h2-div._40b {
    margin-bottom: 30px;
  }

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

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

  .lrg-div {
    height: 300px;
  }

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

  .grid-img-div {
    height: 250px;
  }

  .grid-img-div._1, .grid-img-div._2 {
    height: 300px;
  }

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

  .works-texxt-lable {
    top: 20px;
  }

  .works {
    min-width: 250px;
  }

  .contact-info {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .cta-link {
    font-size: 16px;
  }

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

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

  .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

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

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

  .h3-img {
    width: 100%;
    min-height: 350px;
  }

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

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

  .footer-info-div._1 {
    justify-content: center;
    padding-bottom: 35px;
  }

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

  .default-list._2col, .default-list._3col {
    grid-template-columns: 1fr 1fr;
  }

  .service-block._w-img._0b {
    margin-top: 30px;
  }

  .service-heading._10b-0t {
    padding-top: 30px;
  }

  .fa-container {
    z-index: 500;
  }

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

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

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

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

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

  .btn-texts {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
  }

  .trade-logos {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 400px;
  }

  .brands-text {
    font-size: 16px;
  }

  .brochures-section {
    padding-top: 40px;
  }

  .brochures-div {
    align-items: stretch;
  }

  .brochure-img {
    object-fit: cover;
  }

  .brochure-text {
    padding: 10px;
  }

  .click-to-view {
    text-align: center;
    margin-left: 10px;
    line-height: 16px;
  }

  .brochures-container, .brochures-container-5 {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .header-contact {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .headt-call-btn {
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
  }

  .main-block.tel {
    margin-bottom: 5px;
  }

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

  .dl-link-holder, .dl-link-holder:hover {
    padding-left: 20px;
  }

  .navbar {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

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

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

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

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

  .fonticon {
    display: none;
  }

  .icon {
    text-align: center;
  }

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

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

  .mobile-block.lig-text {
    margin-right: 0;
  }

  .menu-button {
    background-color: var(--grey);
    color: var(--dark-grey);
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

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

  .menu-button.w--open {
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 250px;
  }

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

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

  .content-section, .content-section.even.p-white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .img {
    height: 250px;
  }

  .img.doors1, .img.doors3, .img.windows1, .img.windows3, .img.composite3, .img.upvc3, .img.doors2, .img.doors3, .img.doors4, .img.windows2 {
    min-height: 250px;
  }

  .p.white._30b {
    margin-bottom: 20px;
  }

  .basic-p-block._100 {
    padding-bottom: 0;
  }

  .img-div {
    height: 250px;
  }

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

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

  .h2 {
    font-size: 24px;
  }

  .h2.h2-white {
    margin-left: 0;
    line-height: 32px;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .heading-title {
    margin-left: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-title.white {
    font-size: 24px;
  }

  .heading-title.white.smaller {
    margin-right: 0;
    font-size: 22px;
  }

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

  .text-line {
    margin-right: 5px;
    display: none;
  }

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

  .testimonials-grid.work-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .h2-div._40b {
    margin-bottom: 20px;
  }

  .container-2.test-container {
    position: relative;
  }

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

  .beige-section.solid-bg {
    margin-top: 0;
  }

  .lrg-div {
    height: 250px;
  }

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

  .grid-img-div._1 {
    background-position: 20%;
    height: 250px;
  }

  .grid-img-div._2 {
    height: 250px;
  }

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

  .works {
    min-height: 250px;
  }

  .cta-text-contact {
    margin-bottom: 0;
  }

  .contact-info {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .cta-link {
    font-size: 14px;
  }

  .icon-block {
    margin-right: 10px;
    display: none;
  }

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

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

  .git-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 1em;
  }

  .h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

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

  .h3-img {
    min-height: 250px;
  }

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

  .footer-brand.w--current {
    width: 90%;
  }

  .list {
    text-align: center;
  }

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

  .footer-nav-item.footer-contact {
    justify-content: center;
    margin-bottom: 10px;
  }

  .bottom-icon {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
  }

  .footer-info-div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-info-div._1, .footer-info-div._2 {
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .footer-copy-right {
    padding-bottom: 100px;
  }

  .default-list._2col, .default-list._3col {
    grid-template-columns: 1fr;
  }

  .bullet-list {
    line-height: 22px;
  }

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

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

  .service-block._w-img._0b {
    margin-top: 20px;
  }

  .service-heading {
    padding-left: 0;
    font-weight: 300;
  }

  .service-heading._20t-10b {
    margin-top: 0;
    padding-top: 20px;
  }

  .service-heading._10b-0t {
    padding-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .fa-socials {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 8px;
    margin-right: 5px;
  }

  .fa-container {
    top: 220px;
  }

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

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

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

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

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

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

  .testimonials-div {
    padding: 20px;
  }

  .buttons-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .img-cta-btn.hero-btn._10t {
    margin-top: 10px;
    margin-right: 0;
  }

  .btn-texts {
    min-width: 180px;
  }

  .trade-logos {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }

  .brands-text {
    font-size: 14px;
  }

  .brochures-section {
    padding-top: 20px;
  }

  .brochures-div {
    flex-flow: column;
  }

  .brochure-link {
    width: 100%;
  }

  .brochure-link._0b {
    margin-bottom: 0;
  }

  .brochure-img {
    height: 150px;
  }

  .click-to-view {
    padding: 11px 15px 9px;
  }

  .brochures-container, .brochures-container-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

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

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-2112e866 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-fdf22405-a85d-31f9-8492-dd632ec2088a-2ec2087d, #w-node-fdf22405-a85d-31f9-8492-dd632ec20893-2ec2087d, #w-node-fdf22405-a85d-31f9-8492-dd632ec2089c-2ec2087d {
  align-self: center;
}

#w-node-_04beed80-28a1-2339-83ec-9b7d379671cc-2ec2087d, #w-node-cb4c4177-6a04-231d-47a6-59ea9e0f0067-2ec2087d, #w-node-_93fd9fab-470f-d6fe-6d4d-77974dc765df-2ec2087d, #w-node-_15b429b3-e97e-a9aa-2e96-667de6101927-2ec2087d, #w-node-_97e78e7b-8885-33e0-fbf7-0bf5d4831b31-2ec2087d, #w-node-_2a53cfb1-899d-bda2-d2aa-946bf9c2c8b5-2ec2087d {
  place-self: center;
}

#w-node-ec0aa587-6d89-51ef-c6d2-28fb11400844-a0435620, #w-node-_386e16ce-1fce-5e57-062c-0315b4fb2a6a-e40bb653, #w-node-_386e16ce-1fce-5e57-062c-0315b4fb2a6a-f22942fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8383de4b-2131-4247-df48-174ea0ece981-c04ea9cf, #w-node-_8383de4b-2131-4247-df48-174ea0ece98a-c04ea9cf, #w-node-_8383de4b-2131-4247-df48-174ea0ece993-c04ea9cf {
  align-self: center;
}

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


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.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'), url('../fonts/fa-duotone-900.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'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  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;
}