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

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

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

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

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

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

:root {
  --goldenrod: #ffba00;
  --black-2: #1c1a1b;
  --white: white;
  --black: black;
  --gainsboro: #dbdbdb;
  --yellow: #f9ee20;
  --mid-gray: #8d8d8d;
  --white-smoke: #ebebeb99;
}

.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: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.co-logo-link {
  align-items: center;
  display: flex;
}

.small-text-div-and-arrow {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.small-text-div-and-arrow.m-bottom-20 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.small-text-div-and-arrow.verticle {
  flex-direction: column;
  align-items: flex-start;
}

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

.body-copy-section.bg-gradiant-yelow {
  background-image: linear-gradient(to bottom, white 65%, var(--goldenrod) 65%);
}

.body-copy-section.bg-gradiant-yelow.orange-edit {
  background-image: linear-gradient(180deg, white 95%, var(--goldenrod) 95%);
}

.body-copy-section.bg-gradiant-yelow.orange-style-2 {
  background-image: linear-gradient(147deg, white 65%, var(--goldenrod) 65%);
}

.body-copy-section.bg-black {
  background-color: #222;
}

.body-div {
  width: 95%;
  max-width: 1200px;
}

.h1 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.h1.t-center {
  text-align: center;
}

.h1.t-center.cent {
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.2em;
  font-weight: 700;
}

.h2.white {
  color: var(--white);
  line-height: 1.2;
}

.h1-light {
  color: var(--black-2);
  font-weight: 300;
  display: inline;
}

.font-icon {
  padding-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.font-icon.mobile-icon {
  background-color: var(--goldenrod);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.testimonials-wrapper, .gallery-wrapper {
  padding-top: 100px;
}

.gallery-wrapper.grid-x-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.contact-page-wrapper {
  padding-top: 100px;
}

.contact-page-wrapper.grid-x-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.contact-list-item {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.contact-list-item.m-bottom-20 {
  margin-bottom: 20px;
}

.contact-form-right {
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px #00000047;
}

.site-map-wrapper {
  text-align: center;
  padding-top: 100px;
}

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

.site-map-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-map-link {
  color: #363535;
}

.navbar-2 {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-right: auto;
  display: block;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 250px;
  overflow: hidden;
}

.dropdown-link-2 {
  color: #222;
  text-align: left;
  border-left: 5px #233589;
  padding: 15px 60px 15px 20px;
  font-size: 15px;
  transition: all .2s ease-in-out;
}

.dropdown-link-2:hover {
  background-color: var(--goldenrod);
  color: var(--black-2);
  border-bottom-color: #8d8d8d;
  padding-left: 30px;
}

.dropdown-link-2.w--current {
  background-color: var(--goldenrod);
  color: var(--black-2);
  border-bottom-color: #8d8d8d;
}

.nav-section-2 {
  background-color: #222;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-dropdown-2 {
  color: #fff;
  border-bottom: 0 #000;
  padding: 25px 35px 25px 15px;
  font-size: 13px;
  transition: background-color .3s ease-in-out;
}

.nav-link-dropdown-2:hover {
  background-color: #4169e1;
  border-bottom-color: #8d8d8d;
}

.nav-link-dropdown-2.dl-flex {
  background-color: var(--white);
  color: var(--black-2);
  border-right: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 40px;
  display: flex;
}

.nav-link-dropdown-2.dl-flex:hover {
  background-color: var(--goldenrod);
  color: var(--black-2);
}

.nav-link-2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0 #000;
  border-right: 1px solid #ffffff1a;
  padding: 25px 15px;
  font-size: 14px;
  transition: background-color .3s ease-in-out;
}

.nav-link-2:hover {
  background-color: var(--goldenrod);
  color: var(--black-2);
  border-bottom-color: #8d8d8d;
}

.nav-link-2.w--current {
  background-color: var(--goldenrod);
  color: var(--black-2);
  border-bottom-style: none;
  border-bottom-color: #8d8d8d;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tel-div-2 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.top-section-2 {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
}

.top-email-2 {
  direction: ltr;
  color: #000;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.top-email-2.m-bottom-10 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.font-icon-mobile {
  background-color: var(--black-2);
  color: var(--goldenrod);
  border: 1px #000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1em;
  display: flex;
}

.top-tel-link-2 {
  color: #222;
  text-align: center;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.125;
  text-decoration: none;
}

.need-help-2 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2.5px;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.need-help-2:hover {
  transform: scale(.95);
}

.co-logo-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.call-link {
  color: var(--black-2);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

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

.top-div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  width: 98%;
  max-width: none;
  height: 100%;
  display: flex;
}

.footer-wrapper.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-copy-desc {
  color: #bdb8b8;
}

.footer-copy-desc.footer-style-copy {
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.footer-contact-link {
  color: #cac9c9;
  text-decoration: none;
}

.footer-map-2.map-style {
  border-radius: 9px;
  display: flex;
  overflow: hidden;
}

.bold-footer {
  color: #fff;
  font-weight: 600;
}

.footer-copy-link {
  color: var(--black-2);
  font-weight: 400;
  text-decoration: none;
}

.footer-logo {
  position: static;
}

.footer-desing-my-home-footer-link {
  background-color: var(--goldenrod);
  border-top: 1px solid #dadada21;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-social-link {
  display: inline-block;
}

.footer-social-link.text-link {
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.footer-social-link.text-link:hover {
  background-color: #4169e2;
  transform: scale(1.1);
}

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

.footer-col.footer-map {
  background-image: url('../images/Capture.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}

.footer-list-menu {
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

.footer-social {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-list-item {
  color: #cac9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: 1.5;
}

.footer-desing-my-home.primary-color {
  background-color: #222;
  padding-top: 60px;
  padding-bottom: 0;
}

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

.footer-brand.test {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.small-section-heading-3 {
  background-color: #fae9d7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2 {
  background-color: #222;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-2.border-bottom {
  border-bottom: 1px solid #8d8d8d69;
}

.section-2.border-bottom.yellow {
  background-color: var(--goldenrod);
}

.container-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-sec-heading-3 {
  color: #f0f0f0;
  text-align: center;
  line-height: 36px;
}

.small-sec-heading-3.max-width-70 {
  z-index: 0;
  color: var(--black-2);
  text-transform: uppercase;
  width: 90%;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.hyper-link {
  box-shadow: inset 0 -2px 0 0 var(--goldenrod);
  color: var(--black);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.hyper-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--goldenrod);
  color: var(--black-2);
}

.hyper-link.black {
  color: var(--black-2);
}

.hyper-link.white {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--black-2);
}

.hyper-link.white:hover {
  box-shadow: inset 0 -50px 0 0 var(--black-2);
  color: var(--white);
}

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

.section-btn-2 {
  color: #222;
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin: 20px auto 0;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: static;
}

.section-btn-2:hover {
  background-color: #fff;
  transform: scale(.95);
}

.section-btn-2.block {
  background-color: var(--white);
  color: var(--black-2);
  display: block;
}

.section-btn-2.block:hover {
  background-color: var(--white);
  color: var(--black-2);
}

.h1-2 {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}

.h1-2.m-b-20 {
  color: #333;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.2;
}

.h1-content-wrapper.h1-c-flex {
  justify-content: space-between;
  display: flex;
}

.l-1-content {
  width: 48%;
}

.l-1-content._w-100 {
  width: 100%;
}

.section-btn {
  background-color: var(--goldenrod);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 40px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.section-btn:hover {
  background-color: var(--black-2);
  color: var(--goldenrod);
}

.para {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75;
}

.para.p-center {
  text-align: center;
}

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

.l-2-content {
  background-image: linear-gradient(45deg, #0000 90%, #fff 90%), url('../images/IMG_1626-40a84766-1920w-1thumb.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 48%;
}

.l-2-content.grid-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.l-2-content.grid-images.m-top-30 {
  margin-top: 30px;
}

.l-2-content.grid-images.m-top-30.grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: block;
}

.l-2-content.grid-images.m-top-30.grid-1.display-none {
  display: block;
}

.l-2-content.home-1 {
  object-fit: scale-down;
  background-image: linear-gradient(45deg, #0000 90%, #fff 90%), url('../images/slide1-1920w.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.l-2-content.commercial-1 {
  background-image: linear-gradient(45deg, #0000 90%, #fff 90%), url('../images/commercial-refurbishment.webp');
}

.l-2-content.fire-door-1 {
  background-image: linear-gradient(45deg, #0000 90%, #fff 90%), url('../images/fire-door.webp');
  background-position: 0 0, 50%;
}

.l-2-content.maidstone-img1 {
  background-image: linear-gradient(45deg, #0000 90%, #fff 90%), url('../images/facebook-img35.jpeg');
}

.l-2-content.lewish {
  background-image: linear-gradient(45deg, #0000 90%, #fff 90%), url('../images/facebook-img5.jpeg');
  background-size: auto, cover;
}

.l-2-content.brom-img-1 {
  background-image: linear-gradient(45deg, #0000 90%, #fff 90%), url('../images/facebook-img27.jpeg');
}

.l-2-content.chelms-img-1 {
  background-image: linear-gradient(45deg, #0000 90%, #fff 90%), url('../images/20190915_180951-2880w.jpg');
}

.l-2-content.chelms-img-1.orp {
  background-image: linear-gradient(45deg, #0000 90%, #fff 90%), url('../images/facebook-img2.jpeg');
}

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

.overlay-div-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.slider-heading-2 {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1.2;
}

.slider-text-div-2 {
  background-color: #1c1a1bab;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 55%;
  max-width: 780px;
  padding: 30px;
  display: flex;
}

.hero-btn-1 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  flex: none;
  margin-right: 10px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hero-btn-1:hover {
  border-color: var(--goldenrod);
  background-color: var(--goldenrod);
  color: var(--black-2);
}

.slider-overlay-div-2 {
  z-index: 1;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.image-section-2 {
  z-index: 0;
  height: auto;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.accent-heading {
  background-color: var(--goldenrod);
  color: var(--black-2);
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.mid-text-2 {
  color: #cacaca;
  margin-bottom: 0;
}

.full-width-image-text-div-2 {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  padding: 30px;
  display: flex;
}

.full-width-image-div-2 {
  width: 90%;
  max-width: 1300px;
  min-height: 200px;
}

.mid-heading-2 {
  color: #ebebeb;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-btn-1-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  flex: none;
  margin-right: 10px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hero-btn-1-2:hover {
  color: #fff;
  background-color: #4169e1;
  border-color: #4169e1;
}

.hero-btn-1-2.m-top-20 {
  border-style: solid;
  border-color: var(--yellow);
  background-color: var(--goldenrod);
  color: var(--black-2);
  margin-top: 20px;
  margin-left: 0;
}

.hero-btn-1-2.m-top-20:hover {
  color: var(--goldenrod);
  background-color: #0000;
}

.full-width-image-section-2 {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/bg1-2880w.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.box-heading-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: auto;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2;
}

._4-box-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

._4-block-div-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.box-1-div-planning-2 {
  background-color: #272d33;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

.box-1-div-planning-2:hover {
  box-shadow: 1px 1px 3px #0006;
}

.box-1-div-planning-2.fire-door {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_161189735.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.accoustic-door {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_253084632.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.commercial-refurbishment {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_159736082.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.commercial-renovation {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_315351169.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  box-shadow: 1px 1px 3px #1c1a1b4d;
}

._4-box-text-2 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.5;
}

._4-boxes-section-2 {
  background-color: #ebebeb99;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.services-block-btn {
  background-color: var(--goldenrod);
  color: var(--black);
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.services-block-btn:hover {
  background-color: var(--goldenrod);
  color: #333;
}

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

.h2-content-wrapper.grid-style {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-content-wrapper.grid-style.grid-edit-match-img {
  grid-template-columns: .5fr 1fr;
}

.grid-img {
  background-image: url('../images/258104353.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  min-height: 350px;
  box-shadow: 1px 1px 3px #00000045;
}

.grid-img.home-img-2 {
  background-image: url('../images/20190915_180951-2880w.jpg');
  background-size: cover;
  min-height: 450px;
}

.grid-img.home-img-3 {
  background-image: url('../images/fire-door.webp');
  background-position: 50%;
}

.grid-img.home-img-1 {
  background-image: url('../images/119804310.jpg');
}

.grid-img.home-img-1.img-style-section {
  background-image: url('../images/slide1-1920w.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 450px;
}

.grid-img.home-img-1.img-style-section.home-img-4 {
  background-image: url('../images/Hectikhairafter1-1920w-1.jpg');
  background-position: 50%;
}

.grid-img.home-img-1.img-style-section.acoitic-door {
  background-image: url('../images/facebook-img30.jpeg'), url('../images/slide1-1920w.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.grid-img.home-img-1.img-style-section.lewishham-2 {
  background-image: url('../images/facebook-img2.jpeg');
}

.grid-img.home-img-1.img-style-section.brom-reno {
  background-image: url('../images/facebook-img16.jpeg');
}

.grid-img.home-img-1.img-style-section.chelms-form-img-2 {
  background-image: url('../images/bg1-2880w.jpg');
  background-position: 50% 100%;
}

.grid-img.home-img-1.img-style-section.chelms-form-img-2.orp {
  background-image: url('../images/after-1920w.jpg');
}

.grid-img.home-img-1.img-style-section.commercial-1 {
  background-image: url('../images/facebook-img35thumb.jpg');
  background-position: 100% 100%;
}

.grid-img.home-img-1.img-style-section.comercial-2 {
  background-image: url('../images/Hectikhairafter1-1920w-1.jpg');
}

.grid-img.home-page-4 {
  background-image: url('../images/commercial-refurbishment.webp');
  background-position: 50%;
}

.grid-img.home-page-5 {
  background-image: url('../images/after-1920w.jpg');
}

.grid-img.home-img-4 {
  background-image: url('../images/health-gym.webp');
}

.grid-img.home-img-5 {
  background-image: url('../images/swimming-gym.webp');
}

.grid-img.commercial-2 {
  background-image: url('../images/health-gym.webp');
}

.grid-img.commercial-3 {
  background-image: url('../images/swimming-gym.webp');
}

.grid-img.fire-door-2 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-img.commercial-refurb-1 {
  background-image: url('../images/facebook-img27.jpeg');
}

.grid-img.commercial-refurb-2 {
  background-image: url('../images/facebook-img5.jpeg');
}

.grid-img.fire-door-3 {
  background-image: url('../images/2.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.grid-img.accoustic-door-1 {
  background-image: url('../images/Acoustic-door1.png');
}

.grid-img.accoustic-door-2 {
  background-image: url('../images/Acoustic-door.png');
  background-size: cover;
}

.grid-img.brom-img-3 {
  background-image: url('../images/facebook-img12.jpeg');
}

.grid-img.brom-img-4 {
  background-image: url('../images/banner-1920w.webp');
}

.grid-img.chelmsform-img-3 {
  background-image: url('../images/facebook-img35.jpeg');
}

.grid-img.chelmsform-img-3.orp {
  background-image: url('../images/facebook-img27.jpeg');
}

.grid-img.chelmsform-img-4 {
  background-image: url('../images/facebook-img28.jpeg');
}

.grid-img.chelmsform-img-4.orp {
  background-image: url('../images/img-14.jpg');
}

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

.default-bullet-list.bullet-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-bullet-list.bullet-grid.x-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.default-bullet-list.w {
  color: var(--gainsboro);
}

.default-list-item.bullet-flex {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  list-style-type: none;
  display: flex;
}

.default-list-item.bullet-flex.bullet-white {
  color: var(--gainsboro);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.font-icon-2 {
  color: #fff;
  background-color: #4169e1;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1em;
  display: flex;
}

.font-icon-2.yellow {
  background-color: var(--goldenrod);
  color: var(--white);
}

.icon-2 {
  margin-right: 15px;
}

.trade-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.trade-1 {
  background-image: url('../images/firas-logo-780x229.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 120px;
}

.trade-1.trade-2 {
  background-image: url('../images/britisg-safety-council-300x225.png');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  min-height: 120px;
}

.trade-1.trade-2.trade-3 {
  background-image: url('../images/constructionline-logo.webp');
  background-size: cover;
  min-height: 120px;
}

.trade-1.trade-3 {
  background-image: url('../images/asc-688w.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 120px;
}

.areas-we-cover-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.areas-we-cover-container.padding-top-40 {
  padding-top: 40px;
  display: block;
}

.maps-area.bg-yellow {
  background-color: var(--yellow);
}

.accreditation-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.accreditation-logo._60v {
  padding-top: 60px;
  padding-bottom: 100px;
}

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

.testimonials-cod {
  width: 100%;
}

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

.slide-show {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/health-gym.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-1.slider-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/after-1920w.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.yell-review {
  background-image: url('../images/reviewus-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  min-height: 60px;
}

.hero-sub-heading {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.hero-p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
}

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

.style-test.grid-edit-1 {
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  margin-bottom: 40px;
}

.style-test.style-edit-02 {
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.list-item {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 5.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: grid;
}

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

.ba-slider {
  margin-top: 40px;
}

.lottie-animation {
  height: 100px;
  display: inline-block;
}

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

.lottie-animation-2 {
  height: 100px;
  display: inline-block;
}

.pop-up-2 {
  margin-bottom: 0;
}

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

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

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

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

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

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-manager_component {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: #021a69;
  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 {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

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

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.header-contact {
  border-left: 2px solid var(--goldenrod);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  padding-left: 20px;
  display: flex;
}

.h-link {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

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

.announcement-barn-link.test {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
}

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

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  background-color: var(--black);
  color: var(--goldenrod);
  border-right-width: 0;
  height: 100%;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
}

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

.mobile-block.lig-text {
  color: #4c4a4b;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.text-block-3 {
  color: var(--black);
  font-size: 15px;
}

.trade-logos {
  width: 100%;
}

.side-links {
  z-index: 50;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 3% auto;
}

.side-link {
  background-color: var(--goldenrod);
  color: var(--black);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.side-link:hover {
  color: var(--white);
  border: 1px solid #000;
}

.side-link.contact {
  background-color: var(--goldenrod);
  color: var(--black);
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  font-family: Fa6 solid, sans-serif;
}

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

.text-block-4 {
  font-family: Fa6 brands, sans-serif;
  font-size: 18px;
}

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

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

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

.social.mid {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.socila-link {
  color: var(--black);
  border: 1px solid #000;
  padding: 2px 10px;
  font-family: Fa6 brands, sans-serif;
  font-size: 15px;
  line-height: 31px;
  text-decoration: none;
}

.socila-link:hover {
  background-color: var(--black);
  color: var(--goldenrod);
}

.socila-link.media {
  color: var(--black);
  font-family: Fa6 solid, sans-serif;
}

.socila-link.media:hover {
  background-color: var(--black);
  color: var(--goldenrod);
}

.text-span, .text-span-2 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .body-copy-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-copy-section.bg-gradiant-yelow.orange-style-2.top-02 {
    padding-top: 118px;
  }

  .body-copy-section.top-01 {
    padding-top: 100px;
  }

  .body-div {
    width: 90%;
  }

  .font-icon.mobile-icon {
    flex: none;
  }

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

  .navbar-2 {
    width: 100%;
  }

  .dropdown-list-2.w--open {
    border-radius: 0;
    position: relative;
  }

  .dropdown-link-2 {
    text-align: left;
    padding-right: 20px;
  }

  .dropdown-link-2:hover {
    padding-left: 20px;
  }

  .nav-menu-2 {
    background-color: #222;
  }

  .dropdown-2 {
    width: 100%;
  }

  .menu-button-2 {
    z-index: 99;
    text-align: center;
    justify-content: flex-end;
    width: 100%;
  }

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

  .burger-menu {
    background-color: var(--black);
    color: var(--black);
    width: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-dropdown-2 {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .nav-link-2 {
    background-color: var(--white);
    text-align: left;
    border-bottom-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .font-icon-mobile {
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    display: flex;
  }

  .top-tel-link-2 {
    font-weight: 700;
  }

  .top-contact-div-2 {
    align-items: stretch;
  }

  .top-div-block-2 {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-map-2.map-style {
    height: 100%;
  }

  .h1-content-wrapper.h1-c-flex {
    flex-direction: column;
  }

  .l-1-content, .l-2-content {
    width: 100%;
  }

  .l-2-content.grid-images {
    grid-template-rows: auto;
  }

  .l-2-content.commercial-1 {
    min-height: 350px;
  }

  .l-2-content.chelms-img-1.orp {
    min-height: 400px;
  }

  .body-div-2 {
    width: 90%;
  }

  .overlay-div-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-text-div-2 {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-overlay-div-2 {
    width: 100%;
  }

  .full-width-image-text-div-2 {
    width: 100%;
    max-width: 100%;
  }

  .box-heading-2 {
    font-size: 33px;
  }

  ._4-box-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  ._4-block-div-2 {
    align-items: flex-end;
  }

  .h2-content-wrapper.grid-style, .h2-content-wrapper.grid-style.grid-edit-match-img {
    grid-template-columns: 1fr;
  }

  .grid-img.fire-door-2, .grid-img.fire-door-3 {
    background-size: cover;
  }

  .icon-2 {
    margin-top: auto;
  }

  .trade-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 100px;
    display: grid;
  }

  .accreditation-logo._60v {
    padding-bottom: 60px;
  }

  .style-test.grid-edit-1 {
    grid-template-columns: 1fr;
  }

  .style-test.style-edit-02 {
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  .co-logo-link {
    justify-content: center;
    align-items: center;
  }

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

  .body-copy-section.bg-gradiant-yelow.orange-style-2.top-02 {
    padding-top: 192px;
  }

  .body-copy-section.top {
    padding-top: 100px;
  }

  .body-copy-section.top.lottie {
    padding-top: 220px;
  }

  .body-copy-section.top-01 {
    padding-top: 200px;
  }

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

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

  .nav-menu-2 {
    display: block;
  }

  .menu-button-2 {
    background-color: var(--black);
    color: var(--black-2);
    padding: 5px 0;
  }

  .burger-menu {
    color: var(--black);
  }

  .top-section-2 {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .top-tel-link-2 {
    font-size: 1.5em;
  }

  .need-help-2 {
    font-size: 1em;
  }

  .co-logo-2 {
    width: 150px;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .top-contact-div-2 {
    align-items: stretch;
  }

  .top-div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .footer-col.footer-map {
    min-height: 280px;
  }

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

  .small-sec-heading-3.max-width-70 {
    width: 100%;
    font-size: 20px;
  }

  .l-2-content.grid-images.m-top-30 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .overlay-div-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-section-2 {
    padding-top: 144px;
  }

  .mid-heading-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .full-width-image-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._4-box-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

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

  .grid-img.home-img-1.img-style-section {
    min-height: 350px;
  }

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

  .default-bullet-list.bullet-grid.x-4, .default-bullet-list.areas-grid, .trade-logo {
    grid-template-columns: 1fr 1fr;
  }

  .trade-1.trade-2 {
    background-size: cover;
    min-height: 100%;
  }

  .trade-1.trade-2.trade-3 {
    background-size: contain;
    min-height: 80px;
  }

  .accreditation-logo._60v {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

  .announcement-barn-link {
    font-size: 14px;
  }

  .main-block {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .co-logo-link {
    justify-content: center;
    width: 100%;
  }

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

  .body-copy-section.bg-gradiant-yelow.orange-style-2.top-02 {
    padding-top: 200px;
  }

  .body-copy-section.top-01 {
    padding-top: 220px;
  }

  .body-div {
    max-width: 100%;
  }

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

  .h2 {
    font-size: 1.65em;
  }

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

  .dropdown-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link-dropdown-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tel-div-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

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

  .font-icon-mobile {
    justify-content: center;
  }

  .top-tel-link-2 {
    width: auto;
    font-size: 22px;
  }

  .need-help-2 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .co-logo-2 {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .top-contact-div-2 {
    align-items: center;
    width: 100%;
  }

  .top-div-block-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col.footer-map {
    min-height: 160px;
  }

  .small-sec-heading-3.max-width-70 {
    width: 100%;
    font-size: 1em;
  }

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

  .h1-2.m-b-20 {
    font-size: 1.65em;
  }

  .l-2-content.grid-images {
    grid-template-columns: 1fr;
  }

  .l-2-content.grid-images.m-top-30.grid-1.display-none {
    display: block;
  }

  .l-2-content.chelms-img-1.orp {
    min-height: 250px;
  }

  .body-div-2 {
    max-width: 100%;
  }

  .overlay-div-2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-heading-2 {
    font-size: 30px;
    line-height: 31px;
  }

  .slider-text-div-2 {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .slider-overlay-div-2 {
    height: 100%;
  }

  .image-section-2 {
    height: auto;
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 40px;
    display: flex;
  }

  .mid-text-2 {
    width: 80%;
  }

  .full-width-image-text-div-2 {
    width: 100%;
    padding: 20px;
  }

  .full-width-image-div-2 {
    width: 90%;
    max-width: 100%;
  }

  .mid-heading-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .box-heading-2 {
    font-size: 27px;
  }

  ._4-box-grid-2 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .box-1-div-planning-2 {
    width: 100%;
    min-height: 230px;
    padding: 15px;
  }

  ._4-boxes-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-img.home-img-2, .grid-img.home-img-3, .grid-img.home-img-1 {
    min-height: 300px;
  }

  .default-bullet-list.bullet-grid.x-4, .default-bullet-list.areas-grid {
    grid-template-columns: 1fr;
  }

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

  .trade-1.trade-2, .trade-1.trade-2.trade-3 {
    min-height: 120px;
  }

  .accreditation-logo._60v {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .h-link, .announcement-barn-link.test {
    margin-left: 3px;
    font-size: 14px;
  }
}

#w-node-_652d7a8d-99b5-8e6b-addf-3c1a46b3543e-067cb1f8, #w-node-_652d7a8d-99b5-8e6b-addf-3c1a46b35446-067cb1f8, #w-node-_652d7a8d-99b5-8e6b-addf-3c1a46b3544e-067cb1f8, #w-node-_652d7a8d-99b5-8e6b-addf-3c1a46b35456-067cb1f8, #w-node-_20dac797-2685-243e-0175-7c20b219c0c8-067cb1f8, #w-node-_20dac797-2685-243e-0175-7c20b219c0cb-067cb1f8, #w-node-_20dac797-2685-243e-0175-7c20b219c0d1-067cb1f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41383f16-dbc5-1b6e-85a9-9df29316d3a1-067cb1f8, #w-node-_41383f16-dbc5-1b6e-85a9-9df29316d3a2-067cb1f8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d7e382ce-307e-e9d9-6336-d55cbda66be7-067cb1f8, #w-node-d7e382ce-307e-e9d9-6336-d55cbda66bea-067cb1f8, #w-node-bc6ebae5-88fa-ec9a-4cab-953d8a062e47-067cb1f8, #w-node-bc6ebae5-88fa-ec9a-4cab-953d8a062e4a-067cb1f8, #w-node-_80efedcd-bc52-5a4b-d3cb-46add5b753cf-067cb1f8, #w-node-_80efedcd-bc52-5a4b-d3cb-46add5b753d2-067cb1f8, #w-node-_6c1410ab-3e7d-0571-98b5-6f96a79a543c-067cb1f8, #w-node-_6c1410ab-3e7d-0571-98b5-6f96a79a543f-067cb1f8, #w-node-be9b29d8-705e-2dce-429f-46027ba42e39-067cb1f8, #w-node-be9b29d8-705e-2dce-429f-46027ba42e3c-067cb1f8, #w-node-fd8e9f4f-46b0-ba31-5011-c4e5c54e52a5-067cb1f8, #w-node-fd8e9f4f-46b0-ba31-5011-c4e5c54e52a8-067cb1f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42a5128c-f810-1e21-b430-a1de751e7fc3-067cb1f8, #w-node-_42a5128c-f810-1e21-b430-a1de751e7fc4-067cb1f8, #w-node-ebcb6680-b90f-1cc4-c1f2-6e661048e725-067cb1f8, #w-node-db9ea3d1-1927-ac2c-8114-01b5a85fc164-067cb1f8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0150daaa-57fb-a598-d504-9c1255540550-067cb1f8, #w-node-_9b07d152-98e3-40ee-7cdd-6c2ebc4bccc6-067cb1f8, #w-node-bd011e7e-9682-7047-3e3c-db3e314f6a6c-067cb1f8, #w-node-bd011e7e-9682-7047-3e3c-db3e314f6a6f-067cb1f8, #w-node-aab959e9-7dde-e12b-c260-fb43167da690-067cb1f8, #w-node-aab959e9-7dde-e12b-c260-fb43167da693-067cb1f8, #w-node-_7f60cac0-28fe-3ffb-981e-3f7a69f6e359-067cb1f8, #w-node-_7f60cac0-28fe-3ffb-981e-3f7a69f6e35c-067cb1f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7503bf43-f30a-ac61-10e2-7b819f1d6b10-9f1d6b0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4d59aeb4-e498-b6a1-a87c-abd2fef928e3-9f1d6b0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ba46238-b2ec-bfcc-e805-16cde24f3791-319e79ab, #w-node-_5ba46238-b2ec-bfcc-e805-16cde24f3792-319e79ab, #w-node-_3ea40f8c-c6b4-b4b2-ef40-38ed35d3452b-4defbeed, #w-node-_3ea40f8c-c6b4-b4b2-ef40-38ed35d3452c-4defbeed, #w-node-_33558df7-e49f-19af-00a6-9a601d408390-f95a9406, #w-node-_33558df7-e49f-19af-00a6-9a601d408391-f95a9406 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b873fd0a-ac8a-3534-8ad6-0f39b03b5243-8f3e6cb6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_107eb480-4a3f-cec9-beaa-be8e48601bd9-8f3e6cb6, #w-node-_107eb480-4a3f-cec9-beaa-be8e48601bda-8f3e6cb6 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_17e4750c-1a83-602c-56b1-c8dc07e4a3ba-97a57548, #w-node-_17e4750c-1a83-602c-56b1-c8dc07e4a3c0-97a57548, #w-node-_17e4750c-1a83-602c-56b1-c8dc07e4a3c3-97a57548, #w-node-_17e4750c-1a83-602c-56b1-c8dc07e4a3c6-97a57548, #w-node-_17e4750c-1a83-602c-56b1-c8dc07e4a3c9-97a57548, #w-node-_17e4750c-1a83-602c-56b1-c8dc07e4a3cc-97a57548, #w-node-_17e4750c-1a83-602c-56b1-c8dc07e4a3cf-97a57548 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_464d1d72-d709-c149-3920-73d4d1e01573-97a57548 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e24a4ed7-2910-b7c7-ca8a-ac413a432c5f-eac16491, #w-node-e24a4ed7-2910-b7c7-ca8a-ac413a432c62-eac16491, #w-node-_7ddd5304-4bc9-0c15-27c6-204be43ca6bd-eac16491, #w-node-_7ddd5304-4bc9-0c15-27c6-204be43ca6c0-eac16491, #w-node-f21189b6-7b65-1c0e-107b-94631a4c20b2-eac16491, #w-node-f21189b6-7b65-1c0e-107b-94631a4c20b5-eac16491, #w-node-_4be5226e-f5dc-cdf8-6351-9d95fcf12146-eac16491, #w-node-_4be5226e-f5dc-cdf8-6351-9d95fcf12149-eac16491, #w-node-b65d298c-b1dc-7940-25a3-1e935defdac8-eac16491, #w-node-b65d298c-b1dc-7940-25a3-1e935defdacb-eac16491, #w-node-_40ed78a6-5b56-88f1-f8ba-b5fd606a51d0-eac16491, #w-node-_40ed78a6-5b56-88f1-f8ba-b5fd606a51d3-eac16491 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1c317e9-c471-d41e-4608-d2db3d8ea565-eac16491, #w-node-_05905717-f2b5-2f28-e688-c6e94afda592-957aad62 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0c592794-9ebd-035d-d034-8626929949bc-957aad62, #w-node-_0c592794-9ebd-035d-d034-8626929949bd-957aad62 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0c592794-9ebd-035d-d034-8626929949be-957aad62 {
  align-self: auto;
}

#w-node-b3678130-dec9-b45a-d4b7-8e7249422599-fe7fff6e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b9fc2aa8-c2a8-511e-f426-ceb0cf5f5700-fe7fff6e, #w-node-b9fc2aa8-c2a8-511e-f426-ceb0cf5f5701-fe7fff6e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7b888955-a402-9ac6-aa3c-d035b262814f-a77ad4ec, #w-node-_4eb2d0d1-a27b-8220-c216-dc67cb1c660d-a77ad4ec, #w-node-dedf67a0-453b-a065-73bb-3e9b0befd316-a77ad4ec, #w-node-a030bdb9-295c-d5a8-aa6b-09a991e31e1c-a77ad4ec, #w-node-_8aeee17d-9607-97e8-abfd-627af0b9a644-a77ad4ec, #w-node-b16d48ed-5176-ce9a-78aa-f4819ec92819-a77ad4ec, #w-node-_243fcaa9-e4b5-39f0-9ed2-6ca258b8d1cf-a77ad4ec, #w-node-b1fc56f2-0adc-c0f6-ca34-309ca4f43628-a77ad4ec, #w-node-_0a889342-f7ca-6e41-fa75-1b1611c83dcf-a77ad4ec, #w-node-cc9e5598-d761-c309-29e5-6cb62cfb750d-a77ad4ec, #w-node-_0e38af95-ed08-6c95-c066-922716ffe6ea-a77ad4ec, #w-node-_2231dd13-5c49-646c-e83e-425c12033ab4-a77ad4ec, #w-node-_495fce54-f476-3c97-892d-376005e89507-a77ad4ec, #w-node-df5c8745-d82c-d165-be49-88e9083ef47b-a77ad4ec, #w-node-ed67ed74-e4a8-be41-aa9b-514937f39038-a77ad4ec, #w-node-_7df027f2-8df7-373e-d4c7-ded9da1c27f6-a77ad4ec, #w-node-_44160217-419f-e0d8-7eff-9da172e16d89-a77ad4ec, #w-node-d52f13b7-e54d-2d6f-4815-6289d30c2c33-a77ad4ec, #w-node-_7ca30efd-f642-0eca-8a07-5d98ddbf1541-a77ad4ec, #w-node-a8e802d9-2aef-5593-3c95-aba3c0211ebf-a77ad4ec, #w-node-bf797c02-034e-987c-f3d4-2d5ef3d419fa-a77ad4ec, #w-node-b1edbab8-2ae9-49bb-f1e2-a5416891b678-a77ad4ec, #w-node-_73c9248d-ae70-01a9-0c06-247fc66b328b-a77ad4ec, #w-node-_36201a27-c501-d6c4-5186-24edbce17b3d-a77ad4ec, #w-node-e2233d1a-8c12-5caa-732c-581eab94bf09-a77ad4ec, #w-node-c7364687-cccc-3890-48ac-4e42895dedb6-a77ad4ec, #w-node-_0e202d70-ef4a-310e-a43b-479ef1794d5f-a77ad4ec, #w-node-_355f8c77-a576-4a5e-5926-6f337decd346-a77ad4ec, #w-node-_5a0d962d-c984-0cf9-f211-0219ff7b6603-a77ad4ec, #w-node-_35fbf538-e94e-45eb-3c0a-b5d200eae882-a77ad4ec, #w-node-_3ff0010f-821d-d3a2-93e7-c02e0d20e10b-a77ad4ec, #w-node-_44571ac2-6260-5e9d-2254-6a4387e863b1-a77ad4ec, #w-node-baa0a192-351a-de86-9453-9931447b4f58-a77ad4ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3678130-dec9-b45a-d4b7-8e7249422599-04e966fb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b9fc2aa8-c2a8-511e-f426-ceb0cf5f5700-04e966fb, #w-node-b9fc2aa8-c2a8-511e-f426-ceb0cf5f5701-04e966fb {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7503bf43-f30a-ac61-10e2-7b819f1d6b10-9f1d6b0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_33558df7-e49f-19af-00a6-9a601d408390-f95a9406, #w-node-_33558df7-e49f-19af-00a6-9a601d408391-f95a9406 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7503bf43-f30a-ac61-10e2-7b819f1d6b10-9f1d6b0e {
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}