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

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

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

:root {
  --tomato: #e25636;
  --white: white;
  --white-smoke: #f0f0f0;
  --black-2: #333;
  --dim-grey: #666;
  --black: black;
  --peru: #c72;
  --dark-grey: #aaa;
  --mid-gray: #8d8d8d;
  --black-3: #00000021;
}

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

.image-section {
  z-index: 0;
  background-image: url('../images/banner-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.nav-section {
  z-index: 5;
  background-color: var(--tomato);
  border-bottom: 5px #c72;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.body {
  flex-direction: column;
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 26px;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-bottom: 5px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.nav-link:hover {
  border-bottom-color: var(--white);
}

.nav-link.w--current {
  color: var(--white);
  border-bottom-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link.w--open, .nav-link.svs {
  border-bottom-color: var(--white-smoke);
}

.top-section {
  z-index: 6;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

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

.co-logo-link {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.top-contact-div {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.need-help {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.top-email {
  color: var(--tomato);
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: none;
}

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

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

.slider-overlay-div {
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.slider-heading {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 49px;
  font-weight: 800;
  line-height: 60px;
}

.slider-small-text {
  color: var(--white);
  width: 80%;
  margin-bottom: 0;
}

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

._4-boxes-section {
  border-bottom: 10px solid var(--tomato);
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.box-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
}

._4-box-text {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
}

.box-div {
  opacity: 1;
  background-color: #e25636ba;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.box-div:hover {
  text-shadow: 4px 4px 5px #000000bf;
  background-color: #8d8d8da3;
  transform: translate(0);
  box-shadow: 3px 3px 9px #00000059;
}

._4-block-div {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.arrow-head-blue {
  border: 2px solid var(--white);
  background-color: #0000004d;
  width: 70px;
}

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

.body-copy-section.grey {
  background-color: var(--white-smoke);
}

.body-div {
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  max-width: 1200px;
  display: flex;
  overflow: hidden;
}

.body-div.padding {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.h1 {
  border-bottom: 3px none var(--peru);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

.p {
  background-color: #0000;
  margin-bottom: 10px;
  font-size: 14px;
}

.p._40t {
  margin-top: 40px;
}

.read-more-button {
  background-color: var(--black);
  letter-spacing: 1px;
  width: auto;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

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

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

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

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Droid Sans, sans-serif;
}

.bottom-section {
  border-top: 5px none var(--peru);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.footer-link-section {
  background-color: var(--tomato);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
  display: flex;
}

.bottom-content-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.contact-left-div {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: grid;
}

.contact-left-div.contacts {
  background-color: var(--white-smoke);
  border-radius: 5px;
  grid-template-rows: auto;
  width: 100%;
  padding: 30px;
  box-shadow: 2px 2px 10px 1px #00000059;
}

.contact-left-div.ct {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.contact-right-div {
  width: 60%;
}

.contact-right-div.map {
  background-image: url('../images/yokr-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}

.social-media-icons-div {
  justify-content: space-between;
  align-items: center;
  width: 40%;
  margin-bottom: 20px;
  display: flex;
}

.social-media-icons-div.top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: end;
  width: auto;
  margin-bottom: 5px;
  display: grid;
}

.social-media-link {
  color: var(--white);
  background-color: #00000021;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.social-media-link.fb {
  background-color: var(--white);
  color: var(--black);
  transition: all .2s;
}

.social-media-link.fb:hover {
  color: var(--white);
  background-color: #528aca;
}

.social-media-link.fb.c {
  margin-bottom: 10px;
}

.social-media-link.fb.c:hover {
  color: var(--white);
}

.social-media-link.fb.c.ct {
  background-color: var(--tomato);
  color: var(--white);
}

.footer-links {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

._4-box-grid {
  grid-column-gap: 9px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.button-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 5px;
  display: flex;
}

.arrows {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.mid-heading {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  font-weight: 800;
  line-height: 65px;
}

.box-img {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  transition: all .2s;
}

.box-img:hover {
  transform: translate(-5px, -5px);
}

.box-img._1 {
  background-image: url('../images/fb-3tmb.webp');
  background-position: 50%;
  background-size: cover;
}

.box-img._2 {
  background-image: url('../images/fb-6.webp');
  background-position: 50%;
  background-size: cover;
}

.box-img._3 {
  background-image: url('../images/fb-7tmb.webp');
  background-position: 50%;
  background-size: cover;
}

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

.box-img._5 {
  background-image: url('../images/fb-14.webp');
  background-position: 50%;
  background-size: cover;
}

.box-img._6 {
  background-image: url('../images/fb-25tmb.webp');
  background-position: 50%;
  background-size: cover;
}

.mid-text {
  color: var(--white);
  width: 82%;
  margin-bottom: 0;
}

.h3-bot {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.fa {
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.fa.socials {
  font-family: Fa brands, sans-serif;
}

.contacts-box {
  color: var(--white);
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contacts-box:hover {
  transform: translate(10px);
}

.contacts-box.top {
  align-items: flex-start;
}

.contacts-icon-box {
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.contacts-icon-box.ct {
  background-color: var(--tomato);
  color: var(--white);
}

._2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

._2x1.nopad {
  grid-template-columns: 1.25fr 2.25fr;
  margin-top: 0;
}

.img {
  border: 3px solid var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 93%;
  min-height: 550px;
  box-shadow: 4px 4px 11px 5px #0000001a;
}

.img.home1 {
  background-image: none;
}

.img.home2 {
  background-image: url('../images/collection-of-32_1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.img.home3 {
  background-image: url('../images/collection-of-31.webp');
  background-position: 50%;
  background-size: cover;
}

.img.home4 {
  background-image: url('../images/collection-of-3.webp');
  background-position: 50%;
  background-size: cover;
}

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

.img.top.home1 {
  background-image: url('../images/image-next-to-H1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img.top.svs1-1 {
  background-image: url('../images/building-services-page-1.webp');
  background-repeat: no-repeat;
}

.img.top.svs2-1 {
  background-image: url('../images/image-next-to-H1_1.webp');
  background-repeat: no-repeat;
  height: 100%;
}

.img.top.svs3-1 {
  background-image: url('../images/image-next-to-H1_3.webp');
  background-repeat: no-repeat;
}

.img.top.svs4-1 {
  background-image: url('../images/image-next-to-H1_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.img.top.svs5-1 {
  background-image: url('../images/garage-conversions-page-garage-conversions-in-ripon.webp');
  background-repeat: no-repeat;
  height: 100%;
}

.img.svs1-2 {
  background-image: url('../images/building-services-page-2.webp');
}

.img.svs1-2._2 {
  background-image: url('../images/fb-17.webp');
}

.img.svs1-3 {
  background-image: url('../images/building-services-page-3.webp');
}

.img.svs1-4 {
  background-image: url('../images/fb-9.webp');
}

.img.svs2-2 {
  background-image: url('../images/collection-of-31_1.webp');
  background-repeat: no-repeat;
}

.img.svs2-3 {
  background-image: url('../images/collection-of-3_1.webp');
  background-repeat: no-repeat;
}

.img.svs2-4 {
  background-image: url('../images/collection-of-32.webp');
  background-position: 0%;
  background-repeat: no-repeat;
}

.img.svs3-2 {
  background-image: url('../images/collection-of-3_3.webp');
  background-position: 0%;
}

.img.svs3-3 {
  background-image: url('../images/collection-of-32_3.webp');
  background-position: 0%;
  background-repeat: no-repeat;
}

.img.svs3-4 {
  background-image: url('../images/collection-of-31_3.webp');
  background-position: 100%;
}

.img.svs4-2 {
  background-image: url('../images/collection-of-3_2.webp');
  background-repeat: no-repeat;
}

.img.svs4-3 {
  background-image: url('../images/collection-of-31_2.webp');
  background-repeat: no-repeat;
}

.img.svs4-4 {
  background-image: url('../images/collection-of-32_2.webp');
  background-repeat: no-repeat;
}

.img.svs5-2 {
  background-image: url('../images/196797044_289638789211019_5506668855341364440_n.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.img.svs5-3 {
  background-image: url('../images/garage-conversion-page-use-to-replace-one-of-the-pics-in-the-row-of-3.webp');
  background-repeat: no-repeat;
}

.img.svs5-4 {
  background-image: url('../images/fb-3.webp');
}

.list-div {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list-div._2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  display: grid;
}

.list-div.flex-verticle {
  flex-direction: column;
}

.list {
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  margin-top: 10px;
  padding: 40px 40px 30px;
  list-style-type: none;
  box-shadow: 1px 2px 7px 3px #0000002e;
}

.list-icon {
  background-color: var(--tomato);
  color: var(--white);
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  transition: all .2s;
  display: grid;
}

.list-item:hover {
  transform: translate(10px);
}

._3x1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

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

.black {
  color: var(--black-2);
  text-decoration: none;
}

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

.p-div {
  margin-top: 20px;
}

.dropdown-list {
  background-color: var(--dark-grey);
}

.dropdown-list.w--open {
  background-color: var(--tomato);
  color: var(--white);
}

.ddl {
  border-bottom: 5px none var(--dark-grey);
  color: var(--white);
  background-image: url('../images/arrow-white.svg');
  background-position: 9% -50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  transition: all .4s;
}

.ddl:hover {
  border-bottom-color: var(--white);
  background-image: url('../images/arrow-white.svg');
  background-position: 9% 56%;
  padding-left: 40px;
}

.ddl.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
  background-position: 9% 56%;
  padding-left: 40px;
}

.dropdown-list-2 {
  background-color: var(--dark-grey);
}

.h3 {
  color: var(--black-2);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.h3.list {
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.contacts {
  color: var(--black);
}

.form {
  border-radius: 5px;
  margin-bottom: -10px;
  overflow: hidden;
}

.form-embed {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.click-to-call-div {
  z-index: 150;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-bottom: 30px;
  padding-left: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0;
}

.click-to-call-button {
  color: #fff;
  text-align: center;
  background-color: #243b63;
  border: 1px solid #2e2e2e4d;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.h3-sec {
  background-image: linear-gradient(#e25636b5, #e25636b5), url('../images/fb-6.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.h3-sec.bg {
  background-image: linear-gradient(#e25636a3, #e25636a3), url('../images/image-behind-H3.webp');
}

.form-div {
  grid-column-gap: 43px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 84%;
  max-width: 1200px;
  margin-bottom: 60px;
  padding-top: 60px;
  display: grid;
}

.white-2 {
  color: #fff;
  text-decoration: none;
}

.white-2.big {
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}

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

.h3-bot-3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.h3-3 {
  color: var(--tomato);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

.content-block {
  background-color: var(--white);
  border-radius: 4px;
  width: 100%;
  padding: 25px;
  transition: all .2s ease-in-out;
}

.content-block:hover {
  transform: translate(-10px, -10px);
}

.content-block.off-white {
  background-color: var(--white-smoke);
}

.content-block.m-top {
  margin-top: 20px;
}

.h3-text {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

.list-2.x-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-wrapper {
  width: 100%;
  padding-top: 40px;
}

.testimonial-block {
  border: 1px solid var(--tomato);
  margin-bottom: 20px;
  padding: 30px;
}

.testimonial-title {
  color: var(--tomato);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 800;
}

.bold-text-3 {
  color: var(--tomato);
  font-size: 22px;
  font-weight: 800;
}

.test-title-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fa-icon {
  color: var(--tomato);
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.ll {
  transition: all .35s ease-in-out;
}

.ll:hover {
  outline-color: var(--tomato);
  outline-offset: -13px;
  outline-width: 3px;
  outline-style: solid;
}

.ll-img {
  width: 100%;
}

.map {
  background-image: linear-gradient(#00000040, #00000040), url('../images/yokr-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 350px;
}

.fmb-logo {
  background-image: url('../images/Artboard-1Federation-of-Master-Builders-FMB-logo-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 160px;
  min-height: 100px;
}

.footer-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.footer-fmb {
  background-image: url('../images/Artboard-1Federation-of-Master-Builders-FMB-logo-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100px;
  min-height: 60px;
}

.footer-fmb.nvq {
  background-image: url('../images/nvq-logo-copy.webp');
}

.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(--tomato);
  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 {
  color: #fff;
  font-size: 10px;
}

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

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

.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(--tomato);
  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 {
  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 {
  background-color: var(--tomato);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.team-block {
  z-index: 3;
  background-color: var(--tomato);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.team-grid-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.team-text {
  margin-top: 32px;
}

.lightbox-link-3 {
  width: 100%;
  height: 360px;
  position: relative;
}

.team-name-2 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

.p-5 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-5.price-text {
  border: 1px solid var(--tomato);
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

@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) {
  .nav-section {
    padding-top: 0;
  }

  .navbar {
    width: 100%;
  }

  .nav-link {
    background-color: var(--black-2);
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all .4s;
  }

  .nav-link:hover {
    background-color: var(--dim-grey);
  }

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

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

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

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

  .menu-button {
    color: var(--white);
    text-align: center;
    width: 100%;
  }

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

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

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

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

  .body-div {
    width: 90%;
  }

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

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

  .footer-link-section {
    padding-bottom: 60px;
  }

  .bottom-content-div {
    width: 90%;
  }

  .social-media-icons-div.top {
    display: none;
  }

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

  ._2x1, ._2x1.nopad {
    grid-template-columns: 1fr;
  }

  .img.top, .img.top.home1, .img.top.svs2-1, .img.svs1-2, .img.svs1-3, .img.svs1-4 {
    width: 100%;
  }

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

  ._3x1 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .ddl {
    text-align: center;
  }

  .ddl.w--current {
    background-position: 13% 56%;
    padding-left: 40px;
  }

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

  .form-div {
    grid-column-gap: 17px;
    grid-template-columns: .5fr 1fr;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown {
    width: 100%;
  }

  .text-block-9 {
    padding-left: 20px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .text-block-10 {
    padding-left: 20px;
  }

  .list-2.x-2, .list-2.x-3 {
    grid-template-columns: 1fr 1fr;
  }

  .fmb-logo {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .overlay-div, ._4-boxes-section, .body-copy-section, .full-width-image-section, .bottom-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bottom-content-div {
    flex-direction: column;
  }

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

  .contact-left-div.ct {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .img {
    min-height: 300px;
  }

  .img.top, .img.top.svs3-1 {
    width: 100%;
  }

  .list-div._2x1 {
    grid-row-gap: 0px;
  }

  .form-embed {
    margin-top: 0;
  }

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

  .click-to-call-div {
    display: block;
  }

  .click-to-call-button {
    background-color: var(--tomato);
  }

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

  .text-block-5 {
    font-weight: 600;
  }

  .text-block-7 {
    font-weight: 700;
  }

  .text-block-8, .text-span {
    font-weight: 800;
  }

  .list-2.x-2, .list-2.x-3 {
    grid-template-columns: 1fr;
  }

  .fmb-logo {
    min-width: 100px;
    min-height: 80px;
  }

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

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

@media screen and (max-width: 479px) {
  .image-section {
    min-height: 350px;
  }

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

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

  .top-div-block {
    flex-direction: column;
  }

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

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

  .need-help {
    margin-top: 5px;
  }

  .overlay-div {
    height: 350px;
  }

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

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

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

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

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

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

  .box-heading {
    font-size: 31px;
  }

  ._4-box-text {
    text-align: center;
  }

  .box-div {
    width: 100%;
  }

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

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

  .body-div.padding {
    padding: 20px;
  }

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

  .p._40t {
    margin-top: 20px;
  }

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

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

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

  .bottom-content-div {
    flex-direction: column;
  }

  .contact-left-div {
    grid-template-rows: auto auto auto auto;
    width: 100%;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  .social-media-icons-div {
    width: 70%;
  }

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

  .mid-text {
    width: 80%;
  }

  .img.home2 {
    min-height: 350px;
  }

  .list {
    padding: 20px;
  }

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

  .click-to-call-div {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .click-to-call-button {
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 14px;
  }

  .white-2.big {
    text-align: center;
    justify-content: center;
    font-size: 24px;
    line-height: 27px;
    display: flex;
  }

  .text-span {
    padding-left: 5px;
    font-weight: 600;
  }

  .h3-bot-3, .h3-3 {
    font-size: 18px;
  }

  .times {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .testimonial-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .test-title-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .fmb-logo {
    display: none;
  }

  .footer-logos {
    width: 100%;
  }

  .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-_66bf196c-dd9f-39d0-da16-3a11416c6534-b6d61506, #w-node-_66bf196c-dd9f-39d0-da16-3a11416c653e-b6d61506, #w-node-_892e4961-e2cd-a89b-25e9-451920f5584f-b6d61506, #w-node-_892e4961-e2cd-a89b-25e9-451920f55850-b6d61506, #w-node-_25a20047-1688-f2de-eadb-40619c35a9f8-b6d61506, #w-node-_25a20047-1688-f2de-eadb-40619c35a9f9-b6d61506, #w-node-_5c3eaa44-a3bc-fa22-bb3a-423f1f4570d5-b6d61506, #w-node-_5c3eaa44-a3bc-fa22-bb3a-423f1f4570d6-b6d61506, #w-node-e014eba0-7abd-9ab4-fc70-87bb1686bca1-b6d61506, #w-node-e014eba0-7abd-9ab4-fc70-87bb1686bca2-b6d61506, #w-node-_97ac9e12-fadf-3056-14d1-b167dbbeaed7-b6d61506, #w-node-_97ac9e12-fadf-3056-14d1-b167dbbeaed8-b6d61506, #w-node-cb32a275-429d-d2e7-ea74-a741133eb330-b6d61506, #w-node-cb32a275-429d-d2e7-ea74-a741133eb331-b6d61506, #w-node-c1ad3e2c-ffce-fba1-0409-0aeb851e421e-b6d61506, #w-node-c1ad3e2c-ffce-fba1-0409-0aeb851e421f-b6d61506, #w-node-_26cc4e83-adc3-6843-ba66-39042167f144-b6d61506, #w-node-_26cc4e83-adc3-6843-ba66-39042167f145-b6d61506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae6292b2-3be1-b3e6-904d-0a3358158a9a-b6d61506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ae6292b2-3be1-b3e6-904d-0a3358158a9b-b6d61506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ae6292b2-3be1-b3e6-904d-0a3358158a9c-b6d61506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3f402aa4-9026-9658-74b1-0c701e91ed5a-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed5b-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed5f-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed60-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed64-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed65-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed6f-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed70-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed74-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed75-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed79-b6d61506, #w-node-_3f402aa4-9026-9658-74b1-0c701e91ed7a-b6d61506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bacfdf27-8de1-5b1b-62a8-bcd635f927ff-f246f6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_40c5d026-3f02-961e-5417-47d83a6ee4f2-f246f6df, #w-node-_8e3019d2-236c-b356-2c13-0151e16f2a53-08d61507, #w-node-_29f1c009-d331-36f9-8738-02fe5ac3bf67-08d61507, #w-node-_29f1c009-d331-36f9-8738-02fe5ac3bf6c-08d61507, #w-node-_29f1c009-d331-36f9-8738-02fe5ac3bf71-08d61507, #w-node-_29f1c009-d331-36f9-8738-02fe5ac3bf76-08d61507, #w-node-_8e3019d2-236c-b356-2c13-0151e16f2a53-e1d61508, #w-node-_6dc96166-4f95-8307-1ea3-d92d88818f24-e1d61508, #w-node-c1282690-a749-eff3-0f58-e804d475224d-e1d61508, #w-node-_7448aaa1-2507-3dab-a485-c7caca178b9b-e1d61508, #w-node-bc3b28f1-eb82-b39c-3c74-72c46bd6b642-e1d61508, #w-node-cc52eda4-c846-a5c7-cac4-e037ae3a444d-e1d61508, #w-node-cc52eda4-c846-a5c7-cac4-e037ae3a4452-e1d61508, #w-node-_9edd34ff-585f-7365-a560-44d47dda4a31-8ad6150a, #w-node-_0cce6f86-d069-dc53-a46a-c32b18217a90-8ad61511, #w-node-_0cce6f86-d069-dc53-a46a-c32b18217a96-8ad61511, #w-node-_8f7a61fd-daec-370a-a756-9feb917d4c86-8ad61511, #w-node-_95beb016-7e3e-05ae-0667-366cda0a4923-8ad61511, #w-node-_95beb016-7e3e-05ae-0667-366cda0a4924-8ad61511, #w-node-_8bc6d7fe-2473-a5ae-8179-fefbd938af3d-8ad61511, #w-node-_8bc6d7fe-2473-a5ae-8179-fefbd938af3e-8ad61511, #w-node-_1a20e67b-55fb-a5d4-206c-46a5d33e0ba7-8ad61511, #w-node-_1a20e67b-55fb-a5d4-206c-46a5d33e0ba8-8ad61511, #w-node-b512f0b0-f280-6e50-53ab-234723c00a8e-8ad61511, #w-node-b512f0b0-f280-6e50-53ab-234723c00a8f-8ad61511, #w-node-ea14973d-c372-363e-c84a-a521cd4c316a-8ad61511, #w-node-ea14973d-c372-363e-c84a-a521cd4c316b-8ad61511, #w-node-_15a1875c-2516-e4b1-110e-e9a435ad705c-8ad61511, #w-node-_15a1875c-2516-e4b1-110e-e9a435ad705d-8ad61511, #w-node-_88995f0e-5247-3001-25f7-2f54c6bda968-8ad61511, #w-node-_88995f0e-5247-3001-25f7-2f54c6bda969-8ad61511, #w-node-_1537772d-bba6-7efb-6d0d-60fd31e74a51-8ad61511, #w-node-_1537772d-bba6-7efb-6d0d-60fd31e74a52-8ad61511, #w-node-_3f3534ab-95de-1c39-80e9-74d3b45bcc46-8ad61511, #w-node-_3f3534ab-95de-1c39-80e9-74d3b45bcc47-8ad61511, #w-node-e55d0176-92ef-0b62-e6fd-ddd1e7d96628-8ad61511, #w-node-e55d0176-92ef-0b62-e6fd-ddd1e7d96629-8ad61511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f5bb2ed-c87c-bc3e-9c0b-1ddde0be5801-8ad61511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6f5bb2ed-c87c-bc3e-9c0b-1ddde0be5802-8ad61511, #w-node-_774adb17-aca5-038a-02fa-c13d600c49f1-8ad61511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_687174d6-1e95-0442-ab74-82675357a03e-8ad61511, #w-node-_687174d6-1e95-0442-ab74-82675357a03f-8ad61511, #w-node-_67151e66-a63e-6aea-a510-c925e0af9daf-8ad61511, #w-node-_67151e66-a63e-6aea-a510-c925e0af9db0-8ad61511, #w-node-a8fb4a0e-3593-99de-089b-ead7f380d82e-8ad61511, #w-node-a8fb4a0e-3593-99de-089b-ead7f380d82f-8ad61511, #w-node-c0c16b17-8a1d-3fee-bca9-5d50cb18419d-8ad61511, #w-node-c0c16b17-8a1d-3fee-bca9-5d50cb18419e-8ad61511, #w-node-c21e1968-55da-d7ff-df4c-243b90546f43-8ad61511, #w-node-c21e1968-55da-d7ff-df4c-243b90546f44-8ad61511, #w-node-_88343253-20d3-3448-c96f-84c50a9ceac8-8ad61511, #w-node-_88343253-20d3-3448-c96f-84c50a9ceac9-8ad61511, #w-node-c7a5ce98-28b6-2d2b-0112-a6015fa146a5-8ad61511, #w-node-c7a5ce98-28b6-2d2b-0112-a6015fa146a6-8ad61511, #w-node-_641fa3b6-de82-7627-8a19-f1973a327463-8ad61511, #w-node-_641fa3b6-de82-7627-8a19-f1973a327464-8ad61511, #w-node-_84ab3f7f-adbc-84d3-58fb-290b6c6f107e-8ad61511, #w-node-_84ab3f7f-adbc-84d3-58fb-290b6c6f107f-8ad61511, #w-node-e21b568b-f90d-a98c-8db2-f2afa8c3e056-8ad61511, #w-node-e21b568b-f90d-a98c-8db2-f2afa8c3e057-8ad61511, #w-node-_8a9cc941-61fb-18fc-bbc1-137ec934f075-8ad61511, #w-node-_8a9cc941-61fb-18fc-bbc1-137ec934f076-8ad61511, #w-node-_98e68140-397b-4b51-a5a8-8b7361698e54-8ad61511, #w-node-_98e68140-397b-4b51-a5a8-8b7361698e55-8ad61511, #w-node-e3112f85-c200-0bcb-1f77-28cf1ed901b7-8ad61511, #w-node-e3112f85-c200-0bcb-1f77-28cf1ed901b8-8ad61511, #w-node-_43260081-7c1e-01a2-c6cb-e5226b7c78d2-8ad61511, #w-node-_43260081-7c1e-01a2-c6cb-e5226b7c78d3-8ad61511, #w-node-_76bca3ee-e243-399c-0c9a-09496c8880a9-8ad61511, #w-node-_76bca3ee-e243-399c-0c9a-09496c8880aa-8ad61511, #w-node-_404b5e98-38c1-0bb9-3f04-d1f7205b6dd0-8ad61511, #w-node-_404b5e98-38c1-0bb9-3f04-d1f7205b6dd1-8ad61511, #w-node-c98fc4f0-1ad7-0907-f6d4-fe2bfb4c88fd-8ad61511, #w-node-c98fc4f0-1ad7-0907-f6d4-fe2bfb4c88fe-8ad61511, #w-node-_444f4fa7-0cae-7d72-dcc9-b2ab3ba7aa56-8ad61511, #w-node-_444f4fa7-0cae-7d72-dcc9-b2ab3ba7aa57-8ad61511, #w-node-af3adb4e-8772-f949-d488-59f5bfec73a2-8ad61511, #w-node-af3adb4e-8772-f949-d488-59f5bfec73a3-8ad61511, #w-node-af3adb4e-8772-f949-d488-59f5bfec73a7-8ad61511, #w-node-af3adb4e-8772-f949-d488-59f5bfec73a8-8ad61511, #w-node-af3adb4e-8772-f949-d488-59f5bfec73ac-8ad61511, #w-node-af3adb4e-8772-f949-d488-59f5bfec73ad-8ad61511, #w-node-_0cce6f86-d069-dc53-a46a-c32b18217a90-28d61512, #w-node-_0cce6f86-d069-dc53-a46a-c32b18217a96-28d61512, #w-node-eb8bf844-026a-bd3d-7541-47d94ce82971-28d61512, #w-node-eb8bf844-026a-bd3d-7541-47d94ce82972-28d61512, #w-node-bcc77f52-2615-402c-1e51-84af56ca14fe-28d61512, #w-node-bcc77f52-2615-402c-1e51-84af56ca14ff-28d61512, #w-node-eb8bf844-026a-bd3d-7541-47d94ce82981-28d61512, #w-node-eb8bf844-026a-bd3d-7541-47d94ce82982-28d61512, #w-node-c8c3f39c-2420-f546-6325-25e64b8d01f4-28d61512, #w-node-c8c3f39c-2420-f546-6325-25e64b8d01f5-28d61512, #w-node-_07a7df07-bee6-0e8d-7da4-862795dfc898-28d61512, #w-node-_07a7df07-bee6-0e8d-7da4-862795dfc899-28d61512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745da-28d61512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745db-28d61512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745dc-28d61512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0cce6f86-d069-dc53-a46a-c32b18217a90-f6d61513, #w-node-_0cce6f86-d069-dc53-a46a-c32b18217a96-f6d61513, #w-node-_267f800b-8e2e-52f9-4571-260d5dfef7d1-f6d61513, #w-node-_267f800b-8e2e-52f9-4571-260d5dfef7d2-f6d61513, #w-node-cd255393-2239-aabf-7540-b48b1c1db84a-f6d61513, #w-node-cd255393-2239-aabf-7540-b48b1c1db84b-f6d61513, #w-node-_5a042f42-9808-f595-4c48-8d9673c80681-f6d61513, #w-node-_5a042f42-9808-f595-4c48-8d9673c80682-f6d61513, #w-node-_1821f2b4-05dd-0c36-5001-90681746e12b-f6d61513, #w-node-_1821f2b4-05dd-0c36-5001-90681746e12c-f6d61513, #w-node-_197ccd80-39ad-9a20-6e27-eb3fb170cdf5-f6d61513, #w-node-_197ccd80-39ad-9a20-6e27-eb3fb170cdf6-f6d61513, #w-node-_51502108-a1dd-3d54-5e75-ee96ed0d2b2c-f6d61513, #w-node-_51502108-a1dd-3d54-5e75-ee96ed0d2b2d-f6d61513, #w-node-_51502108-a1dd-3d54-5e75-ee96ed0d2b31-f6d61513, #w-node-_51502108-a1dd-3d54-5e75-ee96ed0d2b32-f6d61513, #w-node-_51502108-a1dd-3d54-5e75-ee96ed0d2b36-f6d61513, #w-node-_51502108-a1dd-3d54-5e75-ee96ed0d2b37-f6d61513, #w-node-_51502108-a1dd-3d54-5e75-ee96ed0d2b3b-f6d61513, #w-node-_51502108-a1dd-3d54-5e75-ee96ed0d2b3c-f6d61513, #w-node-_51502108-a1dd-3d54-5e75-ee96ed0d2b40-f6d61513, #w-node-_51502108-a1dd-3d54-5e75-ee96ed0d2b41-f6d61513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745da-f6d61513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745db-f6d61513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745dc-f6d61513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_901322cb-6d48-1ee3-f50c-4a89fbfd06b2-f6d61513, #w-node-_901322cb-6d48-1ee3-f50c-4a89fbfd06b3-f6d61513, #w-node-_3230dc33-431a-846f-8236-e12d7887b3ae-f6d61513, #w-node-_3230dc33-431a-846f-8236-e12d7887b3af-f6d61513, #w-node-_816953ca-fbb9-fecd-71a7-b77e5b86b91e-f6d61513, #w-node-_816953ca-fbb9-fecd-71a7-b77e5b86b91f-f6d61513, #w-node-_901322cb-6d48-1ee3-f50c-4a89fbfd06c2-f6d61513, #w-node-_901322cb-6d48-1ee3-f50c-4a89fbfd06c3-f6d61513, #w-node-_5abcc5ef-823c-a838-da92-184a65babb30-f6d61513, #w-node-_5abcc5ef-823c-a838-da92-184a65babb31-f6d61513, #w-node-_2e8095a7-aabf-b3cb-cdf2-a2d0f65af6ac-f6d61513, #w-node-_2e8095a7-aabf-b3cb-cdf2-a2d0f65af6ad-f6d61513, #w-node-_0cce6f86-d069-dc53-a46a-c32b18217a90-38d61514, #w-node-_0cce6f86-d069-dc53-a46a-c32b18217a96-38d61514, #w-node-e0dc6bf1-7659-f7ca-618d-e11de0385a71-38d61514, #w-node-e0dc6bf1-7659-f7ca-618d-e11de0385a72-38d61514, #w-node-_01460792-1852-d5ca-8a95-7a80ae8e06a8-38d61514, #w-node-_01460792-1852-d5ca-8a95-7a80ae8e06a9-38d61514, #w-node-df464196-fba3-6054-b686-2f320e5a8bca-38d61514, #w-node-df464196-fba3-6054-b686-2f320e5a8bcb-38d61514, #w-node-e0dc6bf1-7659-f7ca-618d-e11de0385a81-38d61514, #w-node-e0dc6bf1-7659-f7ca-618d-e11de0385a82-38d61514, #w-node-_6b087fd2-9567-2421-8507-34dcfbdc84ff-38d61514, #w-node-_6b087fd2-9567-2421-8507-34dcfbdc8500-38d61514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745da-38d61514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745db-38d61514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745dc-38d61514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e85442db-e651-bdff-d0d3-c54828cf192d-38d61514, #w-node-e85442db-e651-bdff-d0d3-c54828cf192e-38d61514, #w-node-_31005547-745f-bc14-0b0a-e36254eb8531-38d61514, #w-node-_31005547-745f-bc14-0b0a-e36254eb8532-38d61514, #w-node-_21c79919-dcdc-f530-cc9d-b978b61508aa-38d61514, #w-node-_21c79919-dcdc-f530-cc9d-b978b61508ab-38d61514, #w-node-_97f394ee-e832-85f9-9737-bd486b22e58a-38d61514, #w-node-_97f394ee-e832-85f9-9737-bd486b22e58b-38d61514, #w-node-_97f394ee-e832-85f9-9737-bd486b22e58f-38d61514, #w-node-_97f394ee-e832-85f9-9737-bd486b22e590-38d61514, #w-node-_97f394ee-e832-85f9-9737-bd486b22e594-38d61514, #w-node-_97f394ee-e832-85f9-9737-bd486b22e595-38d61514, #w-node-_0cce6f86-d069-dc53-a46a-c32b18217a90-1dd61515, #w-node-_0cce6f86-d069-dc53-a46a-c32b18217a96-1dd61515, #w-node-_9c7fc087-09eb-0ef5-8cd3-a77fa2691017-1dd61515, #w-node-_9c7fc087-09eb-0ef5-8cd3-a77fa2691018-1dd61515, #w-node-b639a217-68aa-99de-2a53-538d7232df67-1dd61515, #w-node-b639a217-68aa-99de-2a53-538d7232df68-1dd61515, #w-node-_27f5be8e-4ccb-8a32-a911-c9a58d71c7bb-1dd61515, #w-node-_27f5be8e-4ccb-8a32-a911-c9a58d71c7bc-1dd61515, #w-node-_4a27c8eb-5131-a556-0364-e408e67655b8-1dd61515, #w-node-_4a27c8eb-5131-a556-0364-e408e67655b9-1dd61515, #w-node-eb85c5d0-6850-d01c-049d-9a8aa772c289-1dd61515, #w-node-eb85c5d0-6850-d01c-049d-9a8aa772c28a-1dd61515, #w-node-edfbf3c0-a696-7ade-c782-ad251ab98876-1dd61515, #w-node-edfbf3c0-a696-7ade-c782-ad251ab98877-1dd61515, #w-node-edfbf3c0-a696-7ade-c782-ad251ab9887b-1dd61515, #w-node-edfbf3c0-a696-7ade-c782-ad251ab9887c-1dd61515, #w-node-edfbf3c0-a696-7ade-c782-ad251ab98880-1dd61515, #w-node-edfbf3c0-a696-7ade-c782-ad251ab98881-1dd61515, #w-node-edfbf3c0-a696-7ade-c782-ad251ab98885-1dd61515, #w-node-edfbf3c0-a696-7ade-c782-ad251ab98886-1dd61515, #w-node-edfbf3c0-a696-7ade-c782-ad251ab9888a-1dd61515, #w-node-edfbf3c0-a696-7ade-c782-ad251ab9888b-1dd61515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745da-1dd61515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745db-1dd61515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6288f4bb-1879-33bc-1d55-74c0e80745dc-1dd61515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_593b06e3-e390-82ee-15ae-75a0f72ddb7b-1dd61515, #w-node-_593b06e3-e390-82ee-15ae-75a0f72ddb7c-1dd61515, #w-node-de1636ca-10ed-2ffa-2e12-af09878c4875-1dd61515, #w-node-de1636ca-10ed-2ffa-2e12-af09878c4876-1dd61515, #w-node-e884e528-b2b8-9df5-fba5-420b0439880e-1dd61515, #w-node-e884e528-b2b8-9df5-fba5-420b0439880f-1dd61515, #w-node-_7ac8d406-562e-d262-a6ab-f66877ae8217-1dd61515, #w-node-_7ac8d406-562e-d262-a6ab-f66877ae8218-1dd61515, #w-node-_7df29b15-7f86-17ba-2e8d-48bfcd28dcdb-1dd61515, #w-node-_7df29b15-7f86-17ba-2e8d-48bfcd28dcdc-1dd61515, #w-node-_515f639f-b4fa-57cf-99c1-762e76b39180-1dd61515, #w-node-_515f639f-b4fa-57cf-99c1-762e76b39181-1dd61515, #w-node-_515f639f-b4fa-57cf-99c1-762e76b39185-1dd61515, #w-node-_515f639f-b4fa-57cf-99c1-762e76b39186-1dd61515, #w-node-_515f639f-b4fa-57cf-99c1-762e76b3918a-1dd61515, #w-node-_515f639f-b4fa-57cf-99c1-762e76b3918b-1dd61515, #w-node-_515f639f-b4fa-57cf-99c1-762e76b3918f-1dd61515, #w-node-_515f639f-b4fa-57cf-99c1-762e76b39190-1dd61515, #w-node-_515f639f-b4fa-57cf-99c1-762e76b39194-1dd61515, #w-node-_515f639f-b4fa-57cf-99c1-762e76b39195-1dd61515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ae6292b2-3be1-b3e6-904d-0a3358158a9a-b6d61506, #w-node-ae6292b2-3be1-b3e6-904d-0a3358158a9c-b6d61506, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745da-28d61512, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745dc-28d61512, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745da-38d61514, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745dc-38d61514, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745da-1dd61515, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745dc-1dd61515 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745da-f6d61513, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745dc-f6d61513, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745da-38d61514, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745dc-38d61514, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745da-1dd61515, #w-node-_6288f4bb-1879-33bc-1d55-74c0e80745dc-1dd61515 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_37b84921-1bd7-e7a2-3b82-a87dbf1c3996-53d6150b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f5bb2ed-c87c-bc3e-9c0b-1ddde0be5801-8ad61511 {
    justify-self: center;
  }
}


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