@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.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.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.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: "Fa duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  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 brands;
  src: url('../fonts/FA6-Brands.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;
}

:root {
  --black-2: #030303;
  --red: #f4312a;
  --black: black;
  --mid-gray: #8d8d8d;
  --50-white: #ffffff80;
  --white: white;
  --medium-sea-green: #5ea743;
}

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

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

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

.call-link {
  color: #fff;
  font-size: .7em;
  text-decoration: none;
  display: block;
}

.need-help {
  background-color: var(--red);
  color: #fff;
  text-align: right;
  letter-spacing: 2.5px;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

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

.top-div-block {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1300px;
  display: flex;
}

.top-section {
  z-index: 999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
}

.co-logo {
  object-fit: contain;
  width: 200px;
  padding-bottom: 3px;
}

.navbar {
  z-index: 5;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

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

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

.nav-link-dropdown.dl-flex {
  border-right: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

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

.nav-link.w--current {
  background-color: var(--red);
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #8d8d8d;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

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

.dropdown-list.w--open {
  background-color: var(--black);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.dl-anim {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: flex;
}

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

.nav-section {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-small-text {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
}

.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-bottom: 20px;
}

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

.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(--red);
  background-color: var(--red);
  color: #fff;
}

.hero-btn-1.m-top-20 {
  border-color: var(--red);
  color: var(--red);
  background-color: #0000;
  margin-top: 20px;
  margin-left: 0;
}

.hero-btn-1.m-top-20:hover {
  background-color: var(--red);
  color: #fff;
}

.overlay-div {
  z-index: 900;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 250px;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-section {
  z-index: 0;
  background-image: linear-gradient(#00000040, #00000040), url('../images/Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 80vh;
  padding-top: 107px;
  position: relative;
}

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

.slider-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

.box-1-div-planning-2 {
  background-color: #272d33;
  background-image: linear-gradient(#00000080, #00000080), url('../images/168630879_231357925082194_6397889162332790635_n.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 30px 20px;
  display: flex;
}

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

.box-1-div-planning-2.roof-repair {
  background-image: linear-gradient(#00000080, #00000080), url('../images/132045463_3884049408293905_845987233978684695_n.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.rubber-roof {
  background-image: linear-gradient(#00000080, #00000080), url('../images/132568573_3884050488293797_4046746676040336261_n.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.roof-replacement {
  background-image: linear-gradient(#00000080, #00000080), url('../images/316268331_674562184095097_6750795037470481884_n.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box-1-div-planning-2.commercial {
  background-image: linear-gradient(#00000080, #00000080), url('../images/79434676_2895944480437741_4094258539340496896_n.webp');
  background-position: 0 0, 50% 39%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: auto;
}

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

._4-box-grid-2._2-row {
  grid-template-columns: .25fr 1fr 1fr .25fr;
  margin-top: 20px;
}

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

.services-block-btn {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: auto;
  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(--red);
  color: #fff;
}

.underline {
  background-color: var(--red);
  border-radius: 20px;
  width: 80px;
  height: 3px;
  margin-bottom: 20px;
}

.underline.white {
  background-color: #fff;
  width: 80px;
}

.underline.grey {
  background-color: var(--mid-gray);
}

.underline.pink {
  background-color: var(--50-white);
}

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

.body-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-btn {
  border: 1px solid var(--red);
  color: var(--red);
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 30px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.section-btn:hover {
  background-color: var(--red);
  color: #fff;
}

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

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

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

.h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.h1-light {
  color: var(--red);
  font-size: 33px;
  font-weight: 300;
}

.h1-content-wrapper.h1-c-flex {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.l-2-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  min-height: 250px;
}

.l-2-content.home-2 {
  background-image: url('../images/132478511_3884050268293819_803948529103813975_n.webp');
}

.l-2-content.home-1 {
  background-image: url('../images/1st-image.webp');
}

.l-2-content.google {
  background-image: none;
}

.l-2-content.contactform {
  background-image: none;
  min-height: auto;
}

.l-2-content.ext-1 {
  background-image: url('../images/17353288_1474515045914032_8903716661943373233_n.webp');
}

.l-2-content.ext-2 {
  background-image: url('../images/129630561_3836757749689738_2615069036431461145_n.webp');
}

.l-2-content.ren-1 {
  background-image: url('../images/132102298_3884045761627603_7359012578427467409_n.webp');
}

.l-2-content.new-1 {
  background-image: url('../images/50618289_2299809840051211_5557990089671311360_n.webp');
}

.l-2-content.new-22 {
  background-image: url('../images/316546680_674562237428425_9062482457726341845_n.webp');
}

.l-2-content.com-1 {
  background-image: url('../images/79716739_2895944527104403_868311231834882048_n.webp');
}

.l-2-content.com-2 {
  background-image: url('../images/79434676_2895944480437741_4094258539340496896_n.webp');
}

.l-2-content.kit-1 {
  background-image: url('../images/331255861_979841263400567_1902788114411421458_n.webp');
}

.l-2-content.commercial {
  background-image: url('../images/commercial1_1.webp');
}

.l-2-content.project {
  background-image: url('../images/132191019_3884049961627183_9097502122921196390_n.webp');
}

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

.body-copy-section.border-top {
  border-top: 1px solid #00000017;
}

.body-copy-section.border-top.bg-primary {
  background-color: var(--red);
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--red);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--red);
  color: #fff;
}

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

.p.para-white {
  color: #fff;
}

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

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

.mid-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.mid-heading.blue-heading {
  color: var(--red);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
}

.full-width-image-section {
  background-image: url('../images/page-divder.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.accent {
  background-color: var(--red);
  color: #fff;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  padding: 10px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

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

.full-width-image-text-div.white-bg {
  background-color: #fff;
  border-radius: 9px;
}

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

.testemonials-section {
  opacity: 1;
  background-color: #222;
  border-top: 2px #8a868e3b;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

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

.h2-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.h2-3.h2-white {
  color: #fff;
}

.coloured-underline {
  background-color: #ff0a01;
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.unerline-white {
  background-color: #fff;
}

.contact-form-code {
  width: 100%;
  margin-bottom: 0;
}

.bullet-heading {
  color: #fff;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.bullet-heading.bold {
  margin-bottom: 5px;
  font-weight: 700;
}

.h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.25;
}

.h2.h2-white {
  color: #fff;
}

.font-icon {
  background-color: var(--red);
  color: #fff;
  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.fa-white {
  background-color: var(--white);
  color: var(--red);
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: padding .3s cubic-bezier(.645, .045, .355, 1);
}

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

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

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

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

.default-list._2-row._0b {
  grid-template-rows: auto;
}

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

.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 {
  color: var(--red);
  background-color: #fff;
  display: block;
}

.section-btn-2.block:hover {
  color: var(--red);
  background-color: #fff;
}

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

.section-2.h3-bg {
  background-color: var(--red);
  background-image: url('../images/colorkit-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 40px;
}

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

.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-wdith-70 {
  z-index: 0;
  color: #424242;
  text-transform: uppercase;
  width: 90%;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.small-sec-heading-3.max-wdith-70.h3-white {
  color: #fff;
  margin-bottom: 40px;
  line-height: 34px;
}

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

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

.footer-col {
  text-align: left;
}

.footer-col.footer-map {
  background-image: url('../images/google-2.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

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

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

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

.footer-copy-desc.footer-style-copy {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-logo {
  object-fit: contain;
  width: 100%;
  position: static;
}

.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-list-menu {
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

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

.footer-list-item.open {
  max-width: 330px;
}

.footer-list-item.address {
  max-width: 310px;
}

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

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

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

.site-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.site-item.flex-box {
  color: #fff;
  display: flex;
}

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

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

.lb {
  width: 100%;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.lb:hover {
  outline-color: var(--red);
  outline-offset: -15px;
  outline-width: 2px;
  outline-style: solid;
}

.fa-social {
  background-color: var(--red);
  color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.fa-social:hover {
  transform: scale(1.1);
}

.sticky-btn {
  z-index: 1000;
  color: #000;
  background-color: #fdfd79;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 15px 40px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: none;
  position: fixed;
  inset: auto auto 10px 10px;
  box-shadow: 1px 1px 3px #0000004d;
}

.sticky-btn:hover {
  transform: scale(.95);
}

.font-icon-3 {
  color: #686a6c;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-weight: 400;
}

.font-icon-3.font-icon-m-left {
  color: #000;
  margin-left: 10px;
  margin-right: 0;
}

.brand-bands {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand-band-wrapper {
  background-color: #fff;
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.brand-icon {
  object-fit: contain;
  background-color: #0000;
  width: 100%;
  height: 100px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.brand-icon._1 {
  background-image: url('../images/nic_dom_inst_4col.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease-in-out;
}

.brand-icon._2 {
  background-image: url('../images/TrustMark_logo_new.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
}

.brand-icon._3 {
  background-color: #0000;
  background-image: url('../images/FMB-horizontal.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials {
  width: 100%;
}

.icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.icon._1 {
  background-image: url('../images/Asset-7house-v2.svg');
  background-size: contain;
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
}

.icon._1:hover {
  transform: translate(5px);
}

.icon._2 {
  background-image: url('../images/Asset-9fire-v2.svg');
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
}

.icon._2:hover {
  transform: translate(5px);
}

.icon._3 {
  background-image: url('../images/Asset-8plumb-v2.svg');
  transition: all .3s ease-in-out;
}

.icon._3:hover {
  transform: translate(5px);
}

.icon._4 {
  background-image: url('../images/Asset-6light-v2.svg');
  transition: all .3s ease-in-out;
}

.icon._4:hover {
  transform: translate(5px);
}

.page-top {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  min-height: 400px;
  padding-right: 60px;
  display: flex;
}

.page-top.ext {
  background-image: url('../images/331255861_979841263400567_1902788114411421458_n_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.page-top.ren {
  background-image: linear-gradient(#0000, #0000), url('../images/132045463_3884049408293905_845987233978684695_n.webp');
  background-position: 0 0, 50%;
  padding-top: 100px;
}

.page-top.new {
  background-image: url('../images/81030077_2928042783894577_3306342249108865024_n.webp');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.page-top.comm {
  background-image: url('../images/79506583_2895944670437722_3286719475541344256_n.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.page-top.ext-2 {
  background-image: url('../images/316549878_674562077428441_971969651109404783_n.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.page-top.house {
  background-image: url('../images/316268331_674562184095097_6750795037470481884_n.webp');
  padding-top: 50px;
}

.page-top.commercial {
  background-image: url('../images/79336032_2895925150439674_7966863437261176832_n.webp');
  background-position: 50% 30%;
  padding-top: 50px;
}

.page-top.project {
  background-image: url('../images/316534564_674562217428427_6115393251350979186_n.webp');
  background-position: 50% 60%;
  padding-top: 50px;
}

.text-block-4 {
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 32px;
  line-height: 1.5;
}

.l-2-content-2 {
  background-image: url('../images/235305251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
}

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

.l-2-content-2._w-100._3-img-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.l-2-content-2._w-100._3-img-grid._w-90 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.l-2-content-2._w-100._3-img-grid._w-90._2 {
  grid-template-columns: 1fr 1fr;
}

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

.grid-img.ren-2 {
  background-image: url('../images/132432428_3884046728294173_1438478767361797531_n.webp');
}

.grid-img.ren-3 {
  background-image: url('../images/132657676_3884045208294325_3798226746711300805_n.webp');
}

.grid-img.kit-2 {
  background-image: url('../images/132478511_3884050268293819_803948529103813975_n.webp');
}

.grid-img.kit-3 {
  background-image: url('../images/50545045_2299809733384555_8145337109574582272_n.webp');
}

.grid-img.commercial1 {
  background-image: url('../images/80029855_2895925750439614_9058340469716549632_n.webp');
}

.grid-img.commercial2 {
  background-image: url('../images/27750919_1833597470005786_5182094980720111333_n.webp');
}

.grid-img.build {
  background-image: url('../images/17498726_1482781811754022_7007511565940547978_n.webp');
}

.grid-img.build1 {
  background-image: url('../images/326935789_956886479025562_2884533243100908910_n.webp');
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
}

.heading-3._0t {
  margin-top: 0;
}

.heading-3-div {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
}

.font-icon-4 {
  background-color: var(--red);
  color: var(--white);
  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;
}

.list-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  line-height: 24px;
  list-style-type: none;
  display: flex;
}

.list-2.left {
  text-align: left;
  align-items: flex-start;
}

.footer-nav-item {
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: var(--red);
}

.contact-link {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover {
  color: #ffc03a;
}

.contact-link.w--current {
  color: #ffc03a;
  text-align: center;
  font-size: 15px;
}

.contact-link.sitemap {
  font-size: 16px;
}

.contact-link.sitemap:hover, .contact-link.sitemap.w--current {
  color: var(--red);
}

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

.lightbox {
  width: 100%;
}

.footerlinks {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.scroll-up {
  z-index: 20;
  background-color: var(--red);
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 1% 2% auto;
}

.scroll-arrow-up {
  color: #fdfdfd;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.content-break {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-break.green {
  background-color: var(--mid-gray);
}

.txt {
  text-align: center;
  background-color: #ffffff70;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.txt.hww {
  background-color: var(--mid-gray);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
}

.hww-div {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hww-txt {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.how-we-woirk-4x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  padding-top: 20px;
  display: grid;
}

.how-we-woirk-4x1._3-row {
  grid-template-columns: 1fr 1fr;
}

.hww-icons {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  display: flex;
}

.content-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.hww-head-3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.hww-boxes-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.box-icon {
  border-radius: 60px;
  width: 80px;
  height: 80px;
}

.box-icon.red {
  background-color: var(--red);
}

.scroll-stopper {
  width: 100%;
  height: 0;
  position: relative;
  top: -160px;
}

.hww-divide {
  width: 100%;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.project1 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/fencing-page.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 450px;
  text-decoration: none;
  box-shadow: 26px 24px 0 -18px #fff;
}

.project1.ext-1 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/316534564_674562217428427_6115393251350979186_n.webp');
}

.project1.ren-1 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/132200517_3884046221627557_281502795180266307_n.webp');
}

.project1.new-1 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/50567770_2299809796717882_164612618848305152_n.webp');
}

.project1.com-1 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/80029855_2895925750439614_9058340469716549632_n.webp');
}

.project1.kit-1 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/339621_276886479010234_297994646_o.webp');
}

.gallery-hover {
  background-image: linear-gradient(to top, #00000073, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 20px;
  transition: all .2s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.gallery-hover:hover {
  background-color: #0000;
  background-image: linear-gradient(to top, #000000b3 20%, #0000);
  padding-bottom: 170px;
}

.project2 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/639745647ed1b43289466c8e_Kitchen-Page-p-800.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 450px;
  text-decoration: none;
  box-shadow: 25px 24px 0 -18px #fff;
}

.project2.ext2 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/326935789_956886479025562_2884533243100908910_n.webp');
}

.project2.ren-2 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/132191019_3884049961627183_9097502122921196390_n.webp');
}

.project2.new-2 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/50777211_2299809753384553_7785673855263047680_n.webp');
}

.project2.com-2 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/79336032_2895925150439674_7966863437261176832_n.webp');
}

.project2.kit-2 {
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/17498726_1482781811754022_7007511565940547978_n.webp');
}

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

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

.fs-cc-banner_close-icon {
  color: var(--black);
  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: #24030399;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.fs-cc-prefs_title {
  color: var(--red);
  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 #0000004d;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  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(--red);
  color: var(--red);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

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

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

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

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
  line-height: 20px;
}

.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(--black);
  margin-right: 24px;
}

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

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

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

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

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

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--red);
  color: var(--red);
  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;
  box-shadow: 0 2px 4px #0000004d;
}

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

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

.slide-nav {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
}

.left-arrow {
  z-index: 1000;
}

.right-arrow {
  z-index: 1000;
  inset: 0% 0% 0% auto;
}

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

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

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

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

.header-contact {
  border-left: 1px none var(--red);
  flex-flow: row;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
  display: flex;
}

.h-link {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  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-2);
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.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;
  padding-top: 0;
  padding-bottom: 5px;
  display: grid;
}

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

.fonticon.blue {
  color: var(--red);
  border-right-width: 0;
  height: 100%;
  margin-right: 0;
  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);
  margin-left: 10px;
  font-size: 16px;
}

.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(--red);
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Fa6 brands, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.side-link:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.side-link.contact {
  background-color: var(--red);
  color: #fff;
  min-width: 35px;
  min-height: 35px;
  margin-bottom: 10px;
}

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

.text-span {
  font-family: Fa6 solid, sans-serif;
}

.text-span:hover {
  color: var(--black);
}

.text-span-3 {
  font-family: Fa6 solid, sans-serif;
}

.text-span-3:hover {
  color: var(--black);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 10px;
  display: none;
  position: fixed;
  inset: auto 0% 40px auto;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
}

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--red);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--medium-sea-green);
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--red);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--medium-sea-green);
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

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

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

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

.footer-link-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (min-width: 1280px) {
  .body-div.center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-btn {
    justify-content: center;
    align-items: center;
  }

  .footer-logo {
    width: 100%;
  }

  .txt.hww {
    justify-content: flex-start;
    height: 100%;
    padding-top: 20px;
  }

  .hww-icons {
    height: 80px;
  }

  .content-div {
    width: 80%;
  }

  .box-icon {
    background-color: #8dc100;
  }

  ._3x1-gallery {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .project1 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(357deg, #1b1b1b99, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .project1.ext-1 {
    background-image: url('../images/316534564_674562217428427_6115393251350979186_n.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  }

  .project1.ren-1 {
    background-image: url('../images/132200517_3884046221627557_281502795180266307_n.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  }

  .project1.new-1 {
    background-image: url('../images/50567770_2299809796717882_164612618848305152_n.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  }

  .project1.com-1 {
    background-image: url('../images/80029855_2895925750439614_9058340469716549632_n.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  }

  .project1.kit-1 {
    background-image: url('../images/339621_276886479010234_297994646_o.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  }

  .gallery-hover {
    transition-duration: .3s;
  }

  .project2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(357deg, #1b1b1b99, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .project2.ext2 {
    background-image: url('../images/326935789_956886479025562_2884533243100908910_n.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  }

  .project2.ren-2 {
    background-image: url('../images/132191019_3884049961627183_9097502122921196390_n.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  }

  .project2.new-2 {
    background-image: url('../images/50777211_2299809753384553_7785673855263047680_n.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  }

  .project2.com-2 {
    background-image: url('../images/79336032_2895925150439674_7966863437261176832_n.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  }

  .project2.kit-2 {
    background-image: url('../images/17498726_1482781811754022_7007511565940547978_n.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  }
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .co-logo-link {
    width: 150px;
  }

  .top-contact-div {
    align-items: flex-end;
  }

  .call-link, .need-help {
    font-size: 1em;
  }

  .need-help.hide {
    display: none;
  }

  .top-div-block {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .top-section {
    flex-flow: column;
  }

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

  .navbar {
    width: 100%;
  }

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

  .nav-link {
    text-align: left;
    border-bottom-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

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

  .burger-menu {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .dropdown {
    width: 100%;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    justify-content: flex-end;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

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

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

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

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

  ._4-box-grid-2._2-row {
    grid-template-columns: 1.75fr;
  }

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

  .body-div {
    width: 90%;
  }

  .section-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

  .l-2-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .l-2-content.home-1 {
    margin-top: 30px;
  }

  .l-2-content.google {
    min-height: auto;
  }

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

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

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

  .default-list._2-row._0b {
    grid-template-columns: 1fr;
  }

  .footer-copy-desc.footer-style-copy {
    text-align: left;
  }

  .brand-icon._2 {
    width: 100%;
  }

  .page-top.commercial, .page-top.project {
    background-position: 50%;
  }

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

  .l-2-content-2._w-100._3-img-grid._w-90 {
    grid-template-columns: 1fr 1fr;
  }

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

  .scroll-up {
    z-index: 1;
  }

  .txt {
    margin-bottom: 20px;
  }

  .how-we-woirk-4x1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: none;
  }

  .how-we-woirk-4x1._3-row {
    display: block;
  }

  .content-div {
    width: 100%;
  }

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

  ._3x1-gallery {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .project1 {
    margin-bottom: 10px;
  }

  .gallery-hover {
    padding-bottom: 60px;
  }

  .project2 {
    margin-bottom: 10px;
  }

  .footer-link-container {
    text-align: left;
    width: 80%;
    margin-left: 20px;
  }
}

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

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

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

  .top-div-block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .co-logo {
    max-width: 300px;
    margin-bottom: 20px;
  }

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

  .image-section {
    height: 90vh;
  }

  .slider-heading {
    font-size: 2.7em;
  }

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

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

  ._4-box-grid-2._2-row {
    grid-template-rows: auto auto;
  }

  .l-2-content.home-2, .l-2-content.home-1 {
    margin-bottom: 10px;
  }

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

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

  .mid-heading.blue-heading {
    font-size: 2.5em;
  }

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

  .container-3 {
    width: 90%;
  }

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

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

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

  .small-sec-heading-3.max-wdith-70 {
    font-size: 22px;
  }

  .footer-col.footer-map {
    background-size: cover;
    height: 350px;
  }

  .footer-copy-desc.footer-style-copy {
    text-align: center;
  }

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

  .footer-list-item.open, .footer-list-item.address {
    max-width: 100%;
  }

  .footer-desing-my-home-footer-link {
    padding-bottom: 140px;
  }

  .sticky-btn {
    background-color: var(--red);
    color: #fff;
    border-width: 2px;
    border-color: #ebebeb;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    bottom: 20px;
    left: 10px;
  }

  .font-icon-3.font-icon-m-left {
    color: #fff;
  }

  .brand-band-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
  }

  .page-top {
    min-height: 300px;
    padding-right: 0;
  }

  .page-top.ext, .page-top.ren, .page-top.new, .page-top.comm, .page-top.ext-2, .page-top.house, .page-top.commercial, .page-top.project {
    min-height: 500px;
    padding-top: 200px;
  }

  .text-block-4 {
    font-size: 28px;
  }

  .l-2-content-2._w-100._3-img-grid {
    grid-template-columns: 1fr 1fr;
  }

  .l-2-content-2._w-100._3-img-grid._w-90, .l-2-content-2._w-100._3-img-grid._w-90._2 {
    grid-template-columns: 1fr;
  }

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

  .scroll-up {
    inset: auto auto 100px 10px;
  }

  .content-break.green {
    margin-bottom: 60px;
  }

  .scroll-stopper {
    top: -180px;
  }

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

  .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;
    flex-flow: column;
    margin-left: 0;
    padding-left: 5px;
  }

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

  .main-block {
    width: 100%;
  }

  .footer-link-container {
    text-align: center;
    width: 90%;
    margin-left: auto;
  }
}

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

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

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

  .top-div-block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .co-logo {
    width: 150px;
    max-width: none;
    margin-bottom: 10px;
    padding-top: 10px;
  }

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

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

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

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

  .slider-small-text {
    width: 100%;
  }

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

  .image-section {
    height: 80vh;
    padding-top: 300px;
    display: flex;
  }

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

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

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

  ._4-box-text {
    font-size: 1em;
    line-height: 1.4;
  }

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

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

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

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

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

  .section-btn {
    margin-top: 20px;
  }

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

  .h1-light {
    font-size: 28px;
  }

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

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

  .mid-heading.blue-heading {
    font-size: 1.5rem;
  }

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

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

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

  .container-3 {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

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

  .h2 {
    font-size: 28px;
  }

  .default-list._4-row, .default-list._3-row, .default-list._2-row {
    grid-template-columns: 1fr;
  }

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

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

  .small-sec-heading-3.max-wdith-70.h3-white {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .small-sec-heading-3.max-wdith-70.h3-white.accent {
    margin-bottom: 20px;
    line-height: 26px;
  }

  .footer-brand.test {
    text-align: center;
    width: 100%;
  }

  .footer-col.footer-map {
    background-position: 60%;
    background-size: cover;
    height: 270px;
  }

  .footer-logo {
    max-width: 280px;
  }

  .footer-list-menu {
    margin-top: 10px;
  }

  .footer-desing-my-home.primary-color {
    padding-top: 30px;
  }

  .footer-desing-my-home-footer-link {
    padding-bottom: 120px;
  }

  .site-map-bullet {
    padding-left: 20px;
  }

  .site-map-bullet._2-row {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .sticky-btn {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    display: none;
    bottom: 15px;
  }

  .font-icon-3.font-icon-m-left {
    margin-left: 5px;
  }

  .brand-bands {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-band-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    place-items: stretch center;
    padding: 5px 15px;
  }

  .brand-icon {
    height: auto;
  }

  .page-top {
    justify-content: center;
    min-height: 200px;
  }

  .page-top.ren {
    padding-top: 200px;
  }

  .text-block-4 {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 6vw;
    display: flex;
  }

  .l-2-content-2._w-100._3-img-grid {
    grid-template-columns: 1fr;
  }

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

  .scroll-up {
    border-color: var(--white);
    border-radius: 0;
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    bottom: 20px;
  }

  .scroll-arrow-up {
    margin-bottom: 1px;
  }

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

  .scroll-stopper {
    top: -210px;
  }

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

  .project1 {
    height: 350px;
  }

  .gallery-hover:hover {
    padding-bottom: 120px;
  }

  .project2 {
    height: 350px;
  }

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

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
    inset: 0% 0% 0% auto;
  }

  .header-contact {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .side-link.fb {
    display: none;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    display: flex;
    inset: auto 0% 5px auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }
}

#w-node-b4ac735a-171d-5a3e-f38c-6c263d1ddb4d-219dc919, #w-node-_26ed1cd7-b6de-2967-2482-acab54127cd7-219dc919, #w-node-b4ac735a-171d-5a3e-f38c-6c263d1ddb55-219dc919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a3695dc-6217-db61-579b-f380208cd5d6-219dc919 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7a3695dc-6217-db61-579b-f380208cd5de-219dc919 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fcd30e5a-fda5-bf1c-3a7f-1bc5ec9eb68a-219dc919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcd30e5a-fda5-bf1c-3a7f-1bc5ec9eb68f-219dc919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fcd30e5a-fda5-bf1c-3a7f-1bc5ec9eb694-219dc919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcd30e5a-fda5-bf1c-3a7f-1bc5ec9eb69a-219dc919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fcd30e5a-fda5-bf1c-3a7f-1bc5ec9eb69f-219dc919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcd30e5a-fda5-bf1c-3a7f-1bc5ec9eb6b1-219dc919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_98b8ea95-c896-0bb5-e4bf-bdc334f5d5ef-c069b973, #w-node-ef97941b-554e-c41e-4aa4-0766ed8025f2-9734512d, #w-node-ef97941b-554e-c41e-4aa4-0766ed8025f4-9734512d, #w-node-b6d95b14-4439-1ef4-351d-294e581d4828-09c998c7, #w-node-b6d95b14-4439-1ef4-351d-294e581d482a-09c998c7, #w-node-_8e698afc-3e9e-fa93-bf93-d34e01f378a6-6851c751, #w-node-_8e698afc-3e9e-fa93-bf93-d34e01f378a8-6851c751, #w-node-e5618a02-6eca-062e-8d10-9c2b5911d7d7-30d67547, #w-node-e5618a02-6eca-062e-8d10-9c2b5911d7d9-30d67547, #w-node-_29682842-4fc9-2632-3117-4aa52fc00a30-eaa4b20c, #w-node-_29682842-4fc9-2632-3117-4aa52fc00a32-eaa4b20c, #w-node-_92eb5e6e-01ae-b616-0fea-a63873f56b88-d34339bd, #w-node-_28f6ae93-3e11-d698-e0de-f2c514518604-d34339bd, #w-node-e6d14fe1-507b-a6f3-1e55-4cf82f05b497-d34339bd, #w-node-_152d2f11-6269-e40f-c48e-72e0d0b17095-d34339bd, #w-node-_13c6e733-dc36-f4d2-d3db-f7ce8c69fe01-d34339bd, #w-node-e60d3c40-df52-1f0b-b8c6-db2bc622063f-d34339bd, #w-node-_28236255-65d7-5c2c-9bf3-d58fcf998830-d34339bd, #w-node-a6df9b37-0102-ba1d-4245-2675e8d37a01-d34339bd, #w-node-_118d33b4-ded1-1c5d-d44b-bcb16b578297-d34339bd, #w-node-_66492a6f-34b2-2420-5139-b87a016cd141-d34339bd, #w-node-_250b3bbf-193a-5b68-6797-de1ff93f0538-d34339bd, #w-node-_5e3699cc-274b-3a81-d3b6-bd6de5a3d61c-d34339bd, #w-node-e90c5368-d5c4-2068-7a62-9b60d6cdd08f-d34339bd, #w-node-a101e58d-69f4-331a-4de6-ba3d7e766d28-d34339bd, #w-node-_5fe6f4fd-efd2-45f0-13c4-8f7f622d57a0-d34339bd, #w-node-faaef0be-8793-f53a-7e08-da1c871d7bc6-d34339bd, #w-node-_12ac650f-ab94-2e09-703d-0f9f68e6d40c-d34339bd, #w-node-a85d4963-0e7f-4a79-c0f9-67a64469e211-d34339bd, #w-node-_9db95bb3-b172-e3ec-3692-aca605cfa89d-d34339bd, #w-node-_19c53685-3ef6-bd38-cd9b-cdb3c8a36f36-d34339bd, #w-node-_2693f13f-64c1-3807-4750-98f3ac07aa4c-d34339bd, #w-node-d1a6b510-cc05-2872-d5fe-372b05fb73f8-d34339bd, #w-node-b73f6eec-3a2c-a7bc-4997-69ceb52176f5-d34339bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-b6d95b14-4439-1ef4-351d-294e581d4828-09c998c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7a3695dc-6217-db61-579b-f380208cd5d6-219dc919, #w-node-_7a3695dc-6217-db61-579b-f380208cd5de-219dc919 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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