@font-face {
  font-family: Poppins webfont;
  src: url('../fonts/poppins-thin-webfont.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins webfont;
  src: url('../fonts/poppins-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins webfont;
  src: url('../fonts/poppins-extralight-webfont.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins webfont;
  src: url('../fonts/poppins-light-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins webfont;
  src: url('../fonts/poppins-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins webfont;
  src: url('../fonts/poppins-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins webfont;
  src: url('../fonts/poppins-semibold-webfont.woff2') format("woff2");
  font-weight: 600;
  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;
  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;
}

:root {
  --khaki: #e2d587;
  --dim-grey-2: #464646;
  --white: white;
  --black: black;
  --dim-grey: #464646;
  --mid-gray: #8d8d8d;
  --khaki-2: #f9ee9c;
}

.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: Poppins webfont, sans-serif;
  font-size: 16px;
}

.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: 20px;
  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.h2-bg {
  background-image: linear-gradient(to bottom, var(--khaki) 60%, transparent 60%);
}

.body-copy-section.h2-bg.low-padding-bottom {
  background-color: var(--khaki);
  background-image: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-copy-section.section-contuio {
  padding-top: 0;
}

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

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

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

.box-1-div-planning-2:hover {
  background-color: #0000;
  transform: translate(0, -5px);
  box-shadow: 1px 1px 3px #0006;
}

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

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

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

.services-block-btn {
  color: #fff;
  background-color: #0000;
  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 {
  color: #333;
  background-color: #fff;
}

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

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

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

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

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

.top-section {
  background-color: var(--dim-grey-2);
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.top-email {
  direction: ltr;
  color: #fff;
  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.m-bottom-10 {
  color: #fff;
  text-align: right;
  margin-bottom: 10px;
}

.font-icon-mobile {
  color: #fff;
  background-color: #333;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  display: flex;
}

.top-tel-link {
  color: #f9ee9c;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.125;
  text-decoration: none;
}

.need-help {
  color: var(--khaki);
  text-align: center;
  letter-spacing: 2.5px;
  background-color: #e2d587;
  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);
}

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

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

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

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

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

.navbar {
  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: 90%;
  max-width: 1300px;
  display: flex;
}

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

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

.dropdown-link {
  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:hover {
  background-color: var(--khaki);
  color: #fff;
  border-bottom-color: #8d8d8d;
  padding-left: 30px;
}

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

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

.nav-section {
  background-color: #222;
  justify-content: center;
  align-items: center;
  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: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  display: flex;
}

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

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

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

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

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

.slider-text-div-2 {
  background-color: #000000b5;
  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 {
  background-color: var(--khaki);
  color: #fff;
  border-color: #4169e1;
}

.hero-btn-1.m-top-20 {
  border-color: var(--dim-grey-2);
  background-color: var(--dim-grey-2);
  color: var(--khaki);
  margin-top: 20px;
  margin-left: 0;
}

.hero-btn-1.m-top-20:hover {
  border-color: var(--khaki);
  background-color: var(--khaki);
  color: var(--white);
}

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

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

.image-section {
  z-index: 0;
  background-image: linear-gradient(#00000014, #00000014), url('../images/em-img-18.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 70vh;
  position: relative;
}

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

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

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

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

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

.section-btn {
  background-color: var(--dim-grey-2);
  color: #fff;
  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(--khaki);
}

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

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

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

.l-2-content.img-style-section {
  background-image: url('../images/fb-img-8.webp');
  border-radius: 20px;
  box-shadow: 1px 2px 8px #33333340;
}

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

.l-2-content.img-style-section.carp-home-2 {
  background-image: url('../images/241314181_367933981480252_909061766977346860_n.webp');
}

.l-2-content.extension {
  background-image: url('../images/em-img-37.JPEG');
}

.l-2-content.extension-2 {
  background-image: url('../images/em-img-7.JPEG');
  background-size: 750px;
}

.l-2-content.reno-img-1 {
  background-image: url('../images/em-img-15.webp');
}

.l-2-content.reno-img-2 {
  background-image: url('../images/em-img-11.JPEG');
  background-size: 750px;
}

.l-2-content.garage-conversion {
  background-image: url('../images/_305552002-1.webp');
  background-position: 50%;
}

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

.l-2-content.kitchen-img-1 {
  background-image: url('../images/em-img-15_1.webp');
}

.l-2-content.kitchen-2 {
  background-image: url('../images/em-img-11.webp');
}

.l-2-content.crawley-1 {
  background-image: url('../images/em-img-5.webp');
  background-size: 1024px;
}

.l-2-content.crawley-2 {
  background-image: url('../images/em-img-14.webp');
  background-size: 810px;
}

.l-2-content.horsham-1 {
  background-image: url('../images/fb-img-9tmb.webp');
  min-height: 300px;
}

.l-2-content.horsham-2 {
  background-image: url('../images/fb-img-8tmb.webp');
  min-height: 300px;
}

.l-2-content.reigate-1 {
  background-image: url('../images/em-img-9.JPEG');
  background-size: 750px;
  min-height: 300px;
}

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

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

.mid-text-2.dark-text {
  color: #333;
  padding-left: 0;
}

.full-width-image-text-div-2 {
  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-2.white-bg {
  background-color: #fff;
  border-radius: 6px;
}

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

.mid-heading-2 {
  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-2.black-heading {
  color: var(--dim-grey-2);
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1.3;
}

.full-width-image-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/em-img-14.webp');
  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;
}

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

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

.section-2 {
  background-color: var(--khaki);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.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: #fff;
  text-transform: uppercase;
  width: 90%;
  font-size: 26px;
  line-height: 1.25;
  position: relative;
}

.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(--dim-grey-2);
  color: #fff;
  display: block;
}

.section-btn-2.block:hover {
  color: #fff;
  background-color: #2b2b2b;
}

.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(--dim-grey-2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.footer-logo {
  position: static;
}

.footer-desing-my-home-footer-link {
  background-color: var(--khaki);
  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: Fa6 brands, 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: var(--khaki);
  transform: scale(1.1);
}

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

.footer-col.footer-map {
  background-image: url('../images/tempsnip.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 13px;
  width: 100%;
  height: 470px;
}

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

.footer-social {
  padding-top: 20px;
  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: var(--dim-grey-2);
  padding-top: 60px;
  padding-bottom: 0;
}

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

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

.slider-intro-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
}

.slider-intro-text-sub {
  color: var(--khaki);
  font-size: 24px;
  line-height: 1.5;
}

.h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
}

.h2.text-align-left {
  text-align: left;
}

.h2.small {
  font-size: 20px;
}

.h2._50t {
  margin-top: 50px;
}

.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;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.list-item.l-item-white {
  color: #fff;
}

.font-icon {
  background-color: var(--dim-grey-2);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16px;
  display: flex;
}

.font-icon.gold-accent {
  background-color: var(--khaki);
}

.bullet-bg-wrapper {
  background-color: var(--dim-grey-2);
  border-radius: 7px;
  padding: 30px;
}

.bullet-bg-wrapper._40t {
  margin-top: 40px;
  margin-bottom: 20px;
}

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

._3-image-grid.x-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-img {
  background-image: url('../images/em-img-2tmb.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.grid-img._2 {
  background-image: url('../images/fb-img-3.webp');
  background-size: cover;
}

.grid-img._3 {
  background-image: url('../images/em-img-19tmb.webp');
}

.grid-img.carp-1 {
  background-image: url('../images/em-img-5_1.webp');
  background-size: 800px;
  min-height: 500px;
}

.grid-img.carp-2 {
  background-image: url('../images/em-img-16.webp');
  background-position: 50%;
  background-size: 700px;
}

.grid-img.extension-3 {
  background-image: url('../images/em-img-17.webp');
  background-position: 50% 100%;
}

.grid-img.extension-4 {
  background-image: url('../images/em-img-8.JPEG');
}

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

.site-map-bullet.areas-list-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;
}

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

.section-1-with-image.image-fluid {
  position: relative;
}

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

.site-item.flex-box {
  align-items: center;
  display: flex;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

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

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

.container-wrapper.flex-grid.contact-page-grid {
  grid-template-columns: .75fr 1fr;
}

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

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
}

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

.site-map-container {
  text-align: center;
}

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

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

.site-map-link {
  color: #222;
  text-decoration: none;
}

.contact-page-link {
  margin-left: 20px;
  padding-left: 0;
  font-size: 1.2em;
  font-weight: 500;
}

.contact-page-link.hyper-link {
  color: var(--dim-grey-2);
}

.contact-icon {
  background-color: var(--khaki);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: auto;
  font-family: Fa6 solid, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  display: flex;
}

.heading-thin {
  color: #797979;
  font-weight: 300;
}

.contact-div.display-flex {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-div.display-flex.border-bottom {
  border-bottom: 1px solid #cac9c959;
  width: 100%;
}

.instagram-widget {
  margin-bottom: 0;
}

.hyper-link {
  color: var(--black);
  font-weight: 700;
  display: inline-block;
}

.hyper-link.white {
  color: #fff;
}

.footer-link {
  color: var(--dim-grey-2);
  text-decoration: none;
}

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

.lb {
  outline-offset: -10px;
  outline: 10px solid #e2d58700;
  transition: all .3s ease-in-out;
}

.lb:hover {
  outline-color: var(--khaki);
  outline-offset: -10px;
  outline-width: 10px;
  outline-style: solid;
}

.bnic-logo {
  background-color: var(--white);
  border-radius: 5px;
  width: 220px;
  padding: 20px;
  display: inline-block;
}

.img {
  background-image: url('../images/niceic-logo2-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100px;
}

.bullet-heading {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.bullet-heading.black {
  color: var(--dim-grey-2);
}

.list-item.long {
  flex-direction: column;
  align-items: flex-start;
}

.h3-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.list {
  padding-left: 20px;
}

.p.w {
  color: var(--white);
  margin-top: 5px;
}

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

.live-chat-top-text {
  color: var(--khaki);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  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: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% 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: 24px;
}

.live-chat-bottom-text.white {
  color: #fff;
}

.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;
  cursor: pointer;
  background-color: #000;
  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: #494949;
  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: flex;
  overflow: hidden;
}

.livechat-button {
  cursor: pointer;
  background-color: #000;
  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: #326db1;
}

.top-section-2 {
  background-color: var(--dim-grey);
  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;
}

@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) {
  .body-copy-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

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

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

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

  .navbar {
    width: 100%;
  }

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

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

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

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

  .dropdown {
    width: 100%;
  }

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

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

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

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

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

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

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

  .l-2-content.img-style-section {
    min-height: 400px;
    margin-top: 60px;
    display: block;
  }

  .l-2-content.extension-2 {
    min-height: 300px;
    margin-bottom: 20px;
  }

  .l-2-content.reno-img-1 {
    min-height: 300px;
  }

  .l-2-content.reno-img-2 {
    min-height: 300px;
    margin-bottom: 20px;
  }

  .l-2-content.garage-conversion {
    min-height: 300px;
  }

  .l-2-content.garage-2 {
    min-height: 300px;
    margin-bottom: 20px;
  }

  .l-2-content.kitchen-img-1 {
    min-height: 300px;
  }

  .l-2-content.kitchen-2 {
    min-height: 300px;
    margin-bottom: 20px;
  }

  .l-2-content.crawley-1 {
    min-height: 300px;
  }

  .l-2-content.crawley-2 {
    min-height: 300px;
    margin-bottom: 20px;
  }

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

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

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

  .section-1-with-image.image-fluid {
    padding-bottom: 60px;
  }

  .text-area {
    width: 100%;
    padding-bottom: 20px;
  }

  .container-wrapper.grid-areas, .container-wrapper.flex-grid.contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-map {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .body-copy-section, ._4-boxes-section {
    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;
  }

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

  .co-logo {
    margin-top: -10px;
    margin-bottom: 20px;
  }

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

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

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

  .l-2-content.img-style-section {
    min-height: 300px;
  }

  .l-2-content.horsham-2 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

  ._3-image-grid.x-2 {
    grid-template-columns: 1fr;
  }

  .container {
    width: 90%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .co-logo {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .co-logo-link {
    justify-content: center;
    width: 100%;
  }

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

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

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

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

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

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

  .slider-small-text-2 {
    width: 80%;
  }

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

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

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

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

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

  .mid-text-2.dark-text {
    width: 100%;
  }

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

  .mid-heading-2.black-heading {
    font-size: 2em;
  }

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

  .font-icon {
    flex: none;
  }

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

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

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

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

  .section-1-with-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-1-with-image.image-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .contact-page-link {
    margin-left: 10px;
    font-size: 1em;
  }

  .contact-page-link.hyper-link {
    font-size: 1em;
  }

  .contact-icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .contact-div.display-flex.border-bottom {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% 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-_51b8481e-30cc-9424-33dc-dd70ad5d8147-9fd4e662, #w-node-_51b8481e-30cc-9424-33dc-dd70ad5d814c-9fd4e662, #w-node-_51b8481e-30cc-9424-33dc-dd70ad5d8151-9fd4e662, #w-node-_51b8481e-30cc-9424-33dc-dd70ad5d8156-9fd4e662, #w-node-_51b8481e-30cc-9424-33dc-dd70ad5d815b-9fd4e662, #w-node-_51b8481e-30cc-9424-33dc-dd70ad5d8160-9fd4e662, #w-node-_3e72158b-6ff5-deb1-d721-e40c6b8b4549-980666ff, #w-node-_0a1064c1-f806-2c0e-20de-57832139de2a-980666ff, #w-node-_7d5b71a7-7663-0a23-7670-98dc9f0ddb73-980666ff, #w-node-_79e09bbe-f5cb-176a-515f-c785b0e6860b-980666ff, #w-node-d8b29cc3-5c4c-c238-7f3a-d98ef0b1b202-980666ff, #w-node-_392955ab-b33c-194a-d91d-4f4087338b0c-980666ff, #w-node-_850b8903-1729-95bf-934d-d0b71a5a21aa-980666ff, #w-node-_2da5c843-31d5-edd4-dace-85b214de77c7-980666ff, #w-node-_86b166ce-2c7c-7c60-2bd2-d6f76a180bdc-980666ff, #w-node-ed5262ef-11b7-eb78-ec77-d17afed97276-980666ff, #w-node-badb60af-8ec3-d98e-8d44-a9a955d0c3f3-980666ff, #w-node-_2c3582b9-52e7-b4d6-2382-a7da91277259-980666ff, #w-node-_9d2f8aa0-734a-633d-eeeb-31a0caadf229-980666ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aca668b0-4ef5-3fc4-4bd4-06c30e5fb323-0568482a {
  align-self: stretch;
}

#w-node-_2f5eff50-b6aa-0bbb-51b2-b25660bddd3a-8429c745, #w-node-_57b09de5-4d72-aa01-d354-0413064b0234-8429c745, #w-node-_3649e3b8-924d-3a34-6989-e7b67e650fb6-8429c745, #w-node-_3767323a-b496-a4e1-0471-396a355b43af-8429c745, #w-node-_3d3ba714-9f36-e052-a327-4768464533be-8429c745, #w-node-_8c0ffe84-b866-79dc-9dff-5114cd5855f0-8429c745, #w-node-_85d65be7-b508-0427-f533-8c065e642281-8429c745, #w-node-_4eddc6a4-cd8a-b337-0da1-cbf8cfc21ef1-8429c745, #w-node-_2173e685-31cb-7456-63b9-ffe36e7f49be-8429c745, #w-node-_647e21e2-7015-1e64-198f-5b50a74bd013-8429c745, #w-node-_1162cca9-55a6-7ccd-4927-fbe217f0dc1a-8429c745, #w-node-_4e4dec8b-c77c-0880-6c4b-1bda5c36e5fe-8429c745, #w-node-_5e10dd4a-2ff5-0772-fb98-f636e489785d-8429c745, #w-node-ca6e5929-2491-5560-6f95-7f5b1af5c155-8429c745, #w-node-b9ac398b-2ddc-8b0b-3fae-5caeb5e4f504-8429c745, #w-node-_254a95fd-5cb1-3df5-38ca-7e5c0ea0a2fe-8429c745, #w-node-_5bf48494-b90c-aa23-289a-448a93793fd1-8429c745, #w-node-_4bb443a0-549a-fb42-37e3-b4ed0d078576-8429c745, #w-node-_3bfa7ab7-c1b0-3153-6b19-9f6b7535ee8a-8429c745, #w-node-_948d0b72-d3c9-24c5-2914-3ad281a51857-8429c745, #w-node-_0093d4dc-83b2-e691-93c9-b8b59b97eeaa-8429c745, #w-node-_9c765745-d5d4-1f23-d3dc-2cbef90fdfd7-8429c745, #w-node-_86604cc1-119b-30da-ed07-156b2da48386-8429c745, #w-node-_08944310-cc69-f52d-5101-9df99945e528-8429c745, #w-node-_0e0b89b1-1a6d-50f2-89cb-78e21e576329-8429c745, #w-node-_35ea2479-6a23-7f64-3936-69c287bec8d0-8429c745, #w-node-acac134b-446d-9f64-a46b-68c0036ae831-8429c745, #w-node-_7d947492-6d12-f6f1-c512-f415f2af66f8-e908f0ef, #w-node-_142e6241-c038-42a2-849b-10623438757e-e908f0ef, #w-node-_68f2561f-ad18-63c7-eaf3-eae7986f3e14-e908f0ef, #w-node-_22a6b92a-a66b-8777-c9cd-94b6c18a1da8-e908f0ef, #w-node-f65b1303-4b48-5d3c-7a7e-6fee5bc7954b-e908f0ef, #w-node-_9abc6d15-13ce-4b63-e985-a964f4c1226f-e908f0ef, #w-node-cf60a2dd-1656-80ab-abe3-3e94d131302c-e908f0ef, #w-node-_24805971-5cc5-e436-05c7-8471ae6eedbc-e908f0ef, #w-node-_2f4d1055-8e94-2d5b-f0d2-04013148a49a-e908f0ef, #w-node-_4ed32139-5d76-dc5f-1c8f-bc3ef15bf480-e908f0ef, #w-node-_5834dfac-e2ca-a47b-3426-845919aba333-e908f0ef, #w-node-dfc01d7c-d82a-0b97-61ff-3c27e61d6e21-e908f0ef, #w-node-_495a14fd-120e-0e22-b50d-6adf83ceaab6-e908f0ef, #w-node-_2f5eff50-b6aa-0bbb-51b2-b25660bddd3a-5ae1992c, #w-node-_57b09de5-4d72-aa01-d354-0413064b0234-5ae1992c, #w-node-_3649e3b8-924d-3a34-6989-e7b67e650fb6-5ae1992c, #w-node-_3767323a-b496-a4e1-0471-396a355b43af-5ae1992c, #w-node-_26891bba-b7d2-4ff7-83f2-603144bda0ae-28f47b7e, #w-node-_26891bba-b7d2-4ff7-83f2-603144bda0b3-28f47b7e, #w-node-_26891bba-b7d2-4ff7-83f2-603144bda0b8-28f47b7e, #w-node-_26891bba-b7d2-4ff7-83f2-603144bda0bd-28f47b7e, #w-node-_700a7591-b176-611e-c53a-beaa7e0aeb56-702710e3, #w-node-_700a7591-b176-611e-c53a-beaa7e0aeb5f-702710e3, #w-node-f85c728d-b153-1ed0-d3b2-fffdb0945b62-702710e3, #w-node-f85c728d-b153-1ed0-d3b2-fffdb0945b6b-702710e3, #w-node-b71703f8-d12e-5f61-c7bd-fd6a11d9316d-9c84329a, #w-node-b71703f8-d12e-5f61-c7bd-fd6a11d93172-9c84329a, #w-node-b71703f8-d12e-5f61-c7bd-fd6a11d93177-9c84329a, #w-node-b71703f8-d12e-5f61-c7bd-fd6a11d9317c-9c84329a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c58ccd95-5523-03a7-4e9c-e887416457a8-9fd4e662 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c58ccd95-5523-03a7-4e9c-e887416457a8-9fd4e662 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins webfont';
  src: url('../fonts/poppins-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins webfont';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins webfont';
  src: url('../fonts/poppins-extralight-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins webfont';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins webfont';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins webfont';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins webfont';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  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';
  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;
}