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

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

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

:root {
  --yellow: #f5c435;
  --midnight-blue-2\<deleted\|variable-d1dd224d\>: #1b1e35;
  --white: #fff;
  --black: #000;
  --black-2: #333;
}

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

.header {
  width: 100%;
  height: 100vh;
}

.header.services {
  height: 50vh;
}

.header-container {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.navbar {
  z-index: 5;
  background-color: #0000001c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2 {
  background-color: #00000021;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.nav-menu {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  background-color: #bebebe26;
}

.nav-link.home {
  background-color: #b3b3b342;
}

.nav-link.home.w--current {
  color: var(--white);
  background-color: #b3b3b342;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  transition: all .2s;
}

.cool-container {
  width: 90%;
}

.body {
  background-color: #000;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

.body-container {
  width: 80%;
  max-width: 1300px;
}

.body-container.vert {
  justify-content: space-between;
  display: flex;
}

.form {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.form.carpet {
  padding-top: 60px;
  padding-bottom: 0;
}

.hero-heading {
  text-align: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

.banner-div {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-banner {
  margin-top: 0;
  margin-bottom: 60px;
  display: block;
}

.logo-banner.big {
  width: auto;
  height: 200px;
  margin-bottom: 0;
}

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

.content-section.white-bg {
  background-color: #f5c435e8;
  width: 100%;
}

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

.content-heading {
  border-top: 1px #000;
  border-bottom: 5px solid var(--white);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 45px;
  line-height: 64px;
  display: flex;
}

.content-heading.y {
  color: var(--yellow);
}

.grid-image1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.grid-image1.home1 {
  background-image: url('../images/stock2.webp');
}

.grid-image1.jet-2 {
  background-image: url('../images/driveway.webp');
}

.grid-image1.curtain-2 {
  background-image: url('../images/rail.webp');
  height: 400px;
}

.grid-image1.uphols-2 {
  background-image: url('../images/grey-chair.webp');
}

.grid-image1.clean-2 {
  background-image: url('../images/carpet-and-rug-cleaning-page---carpet-cleaning-and-rug-stain-removal.webp');
}

.txt {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.5;
}

.txt.right-align {
  align-items: flex-end;
}

.button-3 {
  background-color: var(--yellow);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Exo, sans-serif;
}

.grid-image2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.grid-image2.home2 {
  background-image: url('../images/stock5.webp');
}

.grid-image3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.grid-image3.home3 {
  background-image: url('../images/stock3.webp');
}

.footer {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.links-container {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.25fr;
  height: 100%;
}

.map {
  background-image: url('../images/google-9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.links-div {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

.footer-head {
  color: var(--yellow);
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.links-list {
  color: #fff;
  text-align: right;
  padding-left: 0;
  list-style-type: none;
}

.all-links {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.socials {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Fa brands 400", sans-serif;
  font-size: 50px;
  display: none;
}

.facebook {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.isntagram {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  text-decoration: none;
  display: none;
}

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

.insta-bg {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.all-links-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: grid;
}

.links2-div {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.links2-div.remove {
  padding-left: 0;
}

.links-list2 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-2, .list-item-3 {
  cursor: pointer;
  padding-bottom: 10px;
}

.socials-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding-right: 0;
  font-size: 20px;
}

.social-text {
  color: #fff;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.contacticon {
  background-color: var(--yellow);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.contacticon.bigger {
  flex: none;
  width: 50px;
  height: 50px;
  font-size: 21px;
}

.contacticon.w {
  border-color: var(--white);
}

.contacticon.w.pad {
  margin-right: 15px;
}

.list-item-4 {
  cursor: pointer;
}

.footer-links {
  color: #fff;
  align-items: center;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.footer-links.padd {
  margin-bottom: 10px;
}

.footer-links.b {
  color: var(--black);
}

.footer-links.remove {
  padding-bottom: 0;
}

.logo-nav {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.logo-nav.w--current {
  margin-left: 0;
}

.nav-logo {
  height: 150px;
}

.dropdown {
  color: #fff;
  height: 100%;
  transition: all .2s;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #bebebe26;
}

.line {
  background-color: var(--white);
  width: 100%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.dropdown-links {
  color: var(--white);
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.dropdown-links:hover {
  color: #000;
  background-color: #cfcfcf;
  background-image: url('../images/point_1point.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  margin-left: 20px;
  padding-left: 20px;
  font-weight: 500;
  display: block;
  transform: translate(15px);
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  background-color: var(--black-2);
  width: 280px;
  transition: all .2s;
  overflow: hidden;
}

.service-box-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  transition: all .2s;
  display: flex;
}

.top-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.top-text._48 {
  flex-direction: column;
  justify-content: flex-start;
  width: 48%;
}

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

._2x1._100 {
  display: flex;
}

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

.p.right-align {
  text-align: right;
}

.button-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 48%;
}

.img._48 {
  width: 48%;
}

.img._48.google {
  background-image: none;
}

.img.home1 {
  background-image: url('../images/homepage---caret-cleaners-in-berkshire.webp');
}

.img.jet-1 {
  background-image: url('../images/patio.webp');
}

.img.curtain-1 {
  background-image: url('../images/beige-curtain.webp');
  height: 400px;
}

.img.uphols-1 {
  background-image: url('../images/small-chair.webp');
  background-position: 100%;
}

.img.clean-1 {
  background-image: url('../images/carpet-and-rug-cleaning-page---carpet-and-rug-cleaning-in-wokingham.webp');
}

.mid-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 500px;
  display: flex;
}

.mid-section.home {
  background-image: linear-gradient(#0000, #0000), url('../images/beige-carpet.webp');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.shade-div {
  background-image: linear-gradient(275deg, #000 19%, #fff0 90%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.shade-div._0 {
  background-image: none;
  align-items: center;
}

.split-div-text {
  width: 50%;
}

.hero-button {
  background-color: var(--yellow);
  text-transform: uppercase;
  margin-top: 10px;
}

.ct-button {
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

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

.txt-slcie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000a3;
  background-image: url('../images/colorkit-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.banner-head {
  color: var(--white);
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.footerlinks {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 50px;
  display: flex;
}

.flinks {
  color: var(--white);
  text-align: center;
  width: 80%;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.twit {
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-left: 0;
  display: flex;
}

.insta {
  color: var(--yellow);
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fb {
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.navbar-main {
  z-index: 999;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.box {
  z-index: 1;
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 800px;
  min-height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box:hover {
  text-shadow: 4px 4px 5px #000000bf;
  text-decoration: none;
}

.box._1 {
  background-image: url('../images/carpet-cleaning.webp');
  background-position: 60%;
}

.box._2 {
  background-image: url('../images/Upholstery-Cleaning.webp');
}

.box._3 {
  background-image: url('../images/curtains.webp');
  background-position: 40%;
}

.box._4 {
  background-image: url('../images/jet-wasing.webp');
  background-position: 40%;
  background-size: cover;
}

.box-heading {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.box-heading:hover {
  text-decoration: none;
}

.box-heading.top {
  margin-top: 20px;
  margin-bottom: 0;
  font-style: italic;
}

.div-container {
  z-index: 5;
  background-color: #00000080;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-container.gal {
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}

.service-boxes {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.service-boxes._4-boxes {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.h1-small {
  color: var(--midnight-blue-2\<deleted\|variable-d1dd224d\>);
  font-size: 32px;
  font-weight: 400;
}

.contact-buttons {
  background-color: #333333d4;
  width: auto;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.contact-icon {
  background-color: var(--yellow);
  color: var(--black);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.contact-icon:hover {
  color: var(--yellow);
  background-color: #000;
}

.contact-icon.hide {
  display: none;
}

.banner-div-2 {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ct-button-2 {
  background-color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.ct-button-2._20l {
  background-color: var(--yellow);
  color: var(--black);
  margin-right: 20px;
}

.list {
  color: #f8f8f8;
  padding-left: 0;
  list-style-type: none;
}

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

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

.list-item-5.black {
  color: var(--black);
  align-items: center;
}

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

.grid-image2-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.grid-image2-2.home4 {
  background-image: url('../images/stock1.webp');
}

.p-2 {
  color: #f8f8f8;
}

.p-2.right-align {
  text-align: right;
}

.p-2.b {
  color: #000;
  line-height: 1.5;
}

.h3-phone {
  color: #f8f8f8;
  font-weight: 600;
}

.mid-section-2 {
  background-image: linear-gradient(#0000004d, #0000004d), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
}

.mid-section-2.h3-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/homepage---get-in-touch.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.slice-p-2 {
  color: #f8f8f8;
}

.slice-p-2.h3-text {
  font-size: 28px;
  line-height: 35px;
}

.split-div-text-2 {
  width: 70%;
}

.txt-slcie-2 {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  background-color: #000000a3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 20px;
  display: grid;
}

.txt-slcie-2.h3 {
  background-image: url('../images/colorkit-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.ddl-2 {
  color: #f8f8f8;
  background-color: #000;
  margin-left: 0;
  padding: 15px 0 15px 20px;
  transition: all .2s;
}

.ddl-2:hover {
  background-color: var(--yellow);
  color: #000;
  background-image: url('../images/point_1point.webp');
  background-position: 7% 49%;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  padding-left: 40px;
  padding-right: 0;
  font-weight: 500;
}

.ddl-2.w--current {
  background-color: var(--yellow);
  color: var(--black);
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  background-color: #bebebe26;
}

.nav-link-2.w--current {
  background-color: var(--yellow);
  color: var(--black);
}

.dropdown-list-2 {
  width: 200px;
}

.dropdown-list-2.w--open {
  background-color: #333;
  width: 280px;
  transition: all .2s;
  overflow: hidden;
}

.header-link-2 {
  color: #f8f8f8;
  text-decoration: none;
}

.dropdown-toggle-2 {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle-2:hover {
  background-color: #bebebe26;
}

.header-container-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner-2.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
}

.header-container-3.services {
  justify-content: center;
  height: 50vh;
}

.inner-link {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.call {
  font-family: "Fa solid 900", sans-serif;
  position: static;
}

.list-icon {
  background-image: url('../images/carpet.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.list-icon.black {
  background-image: url('../images/black-carpet.webp');
  background-size: contain;
}

.assos {
  background-image: url('../images/prochemlogo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
}

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

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

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

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

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

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

.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: var(--yellow);
  transform: scale(1.05);
}

.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: var(--yellow);
}

.live-chat-top-text {
  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;
}

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

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

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

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

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

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

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

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

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

.areas-list-item.areas-list-flex {
  color: var(--black);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.fa-icon {
  background-color: var(--black);
  color: var(--yellow);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.text-div {
  width: 48%;
}

.text-div._100 {
  width: 100%;
}

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-list-item {
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

.sitemap-link {
  color: #000;
  text-decoration: none;
}

.text-span {
  font-size: 28px;
}

.hyperlink {
  color: var(--black);
  font-weight: 700;
}

.carpet-lottie {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 60px;
  display: flex;
}

.yellow {
  background-color: #f2c033;
  width: 0;
  height: 40px;
}

.lottie-animation {
  height: 60px;
}

.div-block-8 {
  width: 100%;
  margin-top: 100px;
}

.div-block-9 {
  margin-top: -29px;
}

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

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

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

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.b-a {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.google {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .ddl-2:hover {
    border-color: #cfcfcf;
  }

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

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

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header.services {
    height: auto;
  }

  .navbar {
    background-color: #555555e6;
    display: block;
    position: relative;
  }

  .navbar-2 {
    background-color: var(--yellow);
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .nav-menu {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .nav-link {
    background-color: var(--yellow);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    height: 60px;
    transition-property: none;
  }

  .nav-link:hover {
    background-color: var(--midnight-blue-2\<deleted\|variable-d1dd224d\>);
    color: var(--white);
  }

  .nav-link.w--current {
    background-color: var(--white);
    color: var(--yellow);
  }

  .nav-link.home {
    background-color: var(--yellow);
    text-align: center;
    width: 100%;
    height: 60px;
  }

  .nav-link.home.w--current {
    background-color: var(--midnight-blue-2\<deleted\|variable-d1dd224d\>);
  }

  .body-container {
    width: 90%;
  }

  .body-container.vert {
    flex-direction: row;
  }

  .body-container.vert.verticalalign {
    flex-direction: column;
  }

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

  .hero-heading {
    width: 100%;
  }

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

  .content-section.white-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-heading {
    margin-top: 0;
    line-height: 56px;
  }

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

  .map {
    min-height: 400px;
  }

  .links-div {
    text-align: center;
    align-items: center;
    min-height: 100px;
    padding-left: 0;
    padding-right: 10px;
  }

  .footer-head {
    font-size: 28px;
  }

  .links-list {
    text-align: center;
  }

  .all-links {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-links-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 20px;
  }

  .links2-div {
    align-items: center;
    min-height: 100px;
    padding-left: 10px;
  }

  .links-list2 {
    align-items: center;
  }

  .socials-navbar {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .social-text {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .icon-2 {
    text-align: center;
  }

  .footer-links.padd {
    margin-bottom: 0;
  }

  .logo-nav {
    justify-content: center;
    height: 80px;
    margin-left: 0;
  }

  .logo-nav.w--current {
    justify-content: center;
    width: 100%;
  }

  .dropdown {
    text-align: center;
    width: 100%;
    height: 60px;
  }

  .dropdown-toggle {
    background-color: var(--yellow);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
  }

  .dropdown-toggle:hover, .dropdown-toggle.w--open {
    background-color: var(--midnight-blue-2\<deleted\|variable-d1dd224d\>);
    color: var(--white);
  }

  .dropdown-links {
    text-align: center;
  }

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

  .menu-button {
    color: var(--white);
    width: 100%;
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue-2\<deleted\|variable-d1dd224d\>);
  }

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

  .top-text._48 {
    width: 100%;
  }

  ._2x1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .img {
    min-height: 350px;
  }

  .img._48.google {
    width: 100%;
    min-height: auto;
  }

  .shade-div {
    background-image: none;
    width: 100%;
  }

  .shade-div._0 {
    align-items: center;
  }

  .split-div-text {
    width: 100%;
  }

  .slice-p, .banner-head {
    text-align: center;
  }

  .footerlinks {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }

  .navbar-main {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    background-color: #0000000a;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: grid;
    position: static;
  }

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

  .box {
    height: 400px;
  }

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

  .service-boxes {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  .service-boxes._4-boxes {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

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

  .mid-section-2.h3-image {
    flex-direction: column;
  }

  .slice-p-2 {
    text-align: center;
  }

  .split-div-text-2 {
    width: 100%;
  }

  .ddl-2 {
    background-color: var(--black);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    background-color: var(--black);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    height: 60px;
    transition-property: none;
  }

  .nav-link-2:hover {
    background-color: var(--yellow);
    color: #f8f8f8;
  }

  .nav-link-2.w--current {
    background-color: var(--yellow);
    color: #282d4e;
  }

  .menu-button-2 {
    color: #f8f8f8;
    width: 100%;
    position: relative;
  }

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

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

  .dropdown-toggle-2 {
    background-color: var(--black);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
    font-weight: 700;
  }

  .dropdown-toggle-2:hover {
    background-color: var(--yellow);
    color: #f8f8f8;
  }

  .dropdown-toggle-2.w--open {
    background-color: var(--black);
    color: #f8f8f8;
  }

  .header-container-3.services {
    height: 50vh;
  }

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

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

  .lb-img {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 100%;
  }

  .header-container {
    height: 400px;
  }

  .navbar-2 {
    justify-content: center;
  }

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

  .hero-heading {
    margin-bottom: 0;
  }

  .logo-banner {
    margin-bottom: 10px;
  }

  .content-section.white-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-heading {
    align-items: center;
    font-size: 30px;
  }

  .grid-image1.curtain-2 {
    height: 350px;
  }

  .txt.right-align {
    text-align: left;
    align-items: flex-start;
  }

  .links-div {
    padding-right: 0;
  }

  .all-links-div {
    margin-top: 40px;
  }

  .links2-div {
    padding-left: 0;
  }

  .social-text {
    justify-content: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
  }

  .logo-nav.w--current {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .menu-button {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .top-text {
    flex-direction: column;
  }

  .p.right-align {
    text-align: left;
  }

  .img, .img.home1 {
    width: 100%;
  }

  .img.curtain-1 {
    height: auto;
  }

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

  .navbar-main {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .box-heading.top {
    margin-top: 0;
  }

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

  .h1-small {
    font-size: 29px;
  }

  .banner-div-2 {
    justify-content: center;
    height: auto;
  }

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

  .p-2.right-align {
    text-align: left;
  }

  .mid-section-2.h3-image {
    flex-direction: column;
  }

  .split-div-text-2 {
    width: 100%;
  }

  .menu-button-2 {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu-button-2.w--open {
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .header-container-3 {
    height: 600px;
  }

  .header-container-3.services {
    height: 35vh;
  }

  .text-div {
    width: 100%;
  }

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

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

  .lb-img {
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .header.services {
    height: auto;
  }

  .header-container {
    justify-content: center;
    height: 280px;
  }

  .navbar-2 {
    justify-content: center;
  }

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

  .form.carpet {
    background-image: none;
  }

  .hero-heading {
    width: 90%;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .banner-div {
    justify-content: center;
  }

  .logo-banner {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 20px;
    display: flex;
  }

  .logo-banner.w--current {
    width: auto;
  }

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

  .content-section.white-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-heading {
    text-align: center;
    align-items: center;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 1.4;
  }

  .grid-image1.curtain-2 {
    height: 250px;
  }

  .charity-text1 {
    text-align: center;
  }

  .txt {
    text-align: center;
    align-items: center;
  }

  .txt.right-align {
    align-items: center;
  }

  .links-div {
    padding-right: 0;
  }

  .links2-div {
    padding-left: 0;
  }

  .socials-navbar {
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .social-text {
    flex-direction: column-reverse;
    justify-content: center;
    display: none;
  }

  .contacticon {
    margin-right: 0;
  }

  .logo-nav {
    width: 100%;
    height: auto;
  }

  .logo-nav.w--current {
    align-items: flex-start;
  }

  .nav-logo {
    height: 150px;
  }

  .dropdown-toggle.w--open {
    background-color: var(--white);
    color: var(--yellow);
  }

  .dropdown-links {
    background-color: var(--yellow);
    color: var(--white);
  }

  .dropdown-links:hover {
    background-color: var(--white);
    color: var(--yellow);
  }

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

  .service-box-section {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .p {
    text-align: left;
  }

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

  .button-div {
    justify-content: center;
  }

  .mid-section {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .ct-button {
    margin-top: 0;
  }

  .slice-p {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footerlinks {
    padding-bottom: 70px;
  }

  .navbar-main {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .box {
    width: 100%;
    height: 300px;
  }

  .box-heading {
    font-weight: 400;
    line-height: 37px;
  }

  .box-heading.top {
    font-size: 16px;
  }

  .div-container {
    width: 100%;
    height: 100%;
  }

  .service-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    padding-bottom: 20px;
  }

  .h1-small {
    font-size: 27px;
  }

  .banner-div-2 {
    justify-content: center;
  }

  .ct-button-2 {
    margin-top: 0;
  }

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

  .list-item-5 {
    justify-items: start;
  }

  .p-2, .p-2.right-align {
    text-align: center;
  }

  .mid-section-2 {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mid-section-2.h3-image {
    flex-direction: column;
  }

  .slice-p-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slice-p-2.h3-text {
    font-size: 18px;
    line-height: 22px;
  }

  .menu-button-2, .menu-button-2.w--open {
    padding-bottom: 18px;
  }

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

  .dropdown-toggle-2.w--open {
    color: #282d4e;
    background-color: #f8f8f8;
  }

  .header-container-3 {
    justify-content: center;
  }

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

  .whatsapp-block {
    margin-bottom: 40px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .text-span {
    font-size: 21px;
  }

  .carpet-lottie {
    display: none;
  }

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

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .lb-img {
    height: 120px;
  }
}

#w-node-_9e0b60d7-76ed-4b58-d092-21a0ddf9bd5e-9b4b6915 {
  align-self: center;
}

#w-node-_9e0b60d7-76ed-4b58-d092-21a0ddf9bd63-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157e80-9b4b6915 {
  place-self: center start;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157e81-9b4b6915 {
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157e8b-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157e8d-9b4b6915 {
  place-self: center end;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157e8e-9b4b6915 {
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157e9c-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157e9d-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ea0-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ea1-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ea4-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ea5-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ea8-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ea9-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157eac-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ead-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157eb0-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157eb1-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157eb4-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157eb5-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157eb8-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157eb9-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ebc-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ebd-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_280e555e-bd68-2d1b-dc00-732b6c24453f-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_280e555e-bd68-2d1b-dc00-732b6c244540-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3b56e0f4-ed1f-a143-ac10-d0840d2cd99b-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b56e0f4-ed1f-a143-ac10-d0840d2cd99c-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_41ac2e58-b5cd-c7ea-af86-4d3870e92e09-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41ac2e58-b5cd-c7ea-af86-4d3870e92e0a-9b4b6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ec2-9b4b6915 {
  place-self: center start;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ec3-9b4b6915 {
  align-self: center;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ecf-9b4b6915 {
  place-self: center end;
}

#w-node-b7b1427a-6a47-0c59-9052-ac5185157ed0-9b4b6915 {
  align-self: center;
}

#w-node-_24b421d2-3490-fe01-cfe8-cd62c3960b18-c3960b15, #w-node-_24b421d2-3490-fe01-cfe8-cd62c3960b45-c3960b15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24b421d2-3490-fe01-cfe8-cd62c3960b46-c3960b15 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_4a9fddcc-01f0-39fa-a46e-b5fa8f217875-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b56-28176a17 {
  place-self: center start;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b57-28176a17 {
  align-self: center;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b61-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b70-28176a17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b72-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b73-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b76-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b77-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b7a-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b7b-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b7e-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b7f-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b82-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b83-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b86-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b87-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b8a-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b8b-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b8e-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b8f-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b92-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b93-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e286cdfc-dc15-dd75-a406-068ee4c67983-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e286cdfc-dc15-dd75-a406-068ee4c67984-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_728ad82b-d0bb-2715-66d0-438b29162c5b-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_728ad82b-d0bb-2715-66d0-438b29162c5c-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bddedeae-1911-29b0-4067-9b9bd86dd333-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bddedeae-1911-29b0-4067-9b9bd86dd334-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2da37cd5-d004-a588-ee22-d3ab1bc51b64-28176a17 {
  align-self: center;
}

#w-node-_81d892db-bfcc-4afa-d3f5-6bbc8da94102-28176a17 {
  place-self: center start;
}

#w-node-_81d892db-bfcc-4afa-d3f5-6bbc8da94103-28176a17 {
  align-self: center;
}

#w-node-_81d892db-bfcc-4afa-d3f5-6bbc8da9410c-28176a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c159894a-9306-3dd8-24ec-6efd78ca593c-d1231f15 {
  align-self: center;
}

#w-node-c159894a-9306-3dd8-24ec-6efd78ca5941-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7645f-d1231f15 {
  place-self: center start;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76460-d1231f15 {
  align-self: center;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7646a-d1231f15, #w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7647b-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7647c-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7647f-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76480-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76483-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76484-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76487-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76488-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7648b-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7648c-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7648f-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76490-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76493-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76494-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76497-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c76498-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7649b-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7649c-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd9548d4-bdd4-b894-36d7-eb32afe66aec-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd9548d4-bdd4-b894-36d7-eb32afe66aed-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a9643bc-ba83-cc6e-c67b-7cf7d0c7646d-d1231f15 {
  align-self: center;
}

#w-node-ba8243a7-393f-db14-c822-7edf49bc95c9-d1231f15 {
  place-self: center start;
}

#w-node-ba8243a7-393f-db14-c822-7edf49bc95ca-d1231f15 {
  align-self: center;
}

#w-node-f80bbe40-577b-f6fe-7643-9b0699128277-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f80bbe40-577b-f6fe-7643-9b0699128278-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f80bbe40-577b-f6fe-7643-9b069912827b-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f80bbe40-577b-f6fe-7643-9b069912827c-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f80bbe40-577b-f6fe-7643-9b069912827f-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f80bbe40-577b-f6fe-7643-9b0699128280-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f80bbe40-577b-f6fe-7643-9b0699128283-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f80bbe40-577b-f6fe-7643-9b0699128284-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f80bbe40-577b-f6fe-7643-9b0699128287-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f80bbe40-577b-f6fe-7643-9b0699128288-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f80bbe40-577b-f6fe-7643-9b069912828b-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f80bbe40-577b-f6fe-7643-9b069912828c-d1231f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_122436e3-068f-514d-c2c8-f8f3f454d4eb-6fca938d {
  align-self: center;
}

#w-node-_122436e3-068f-514d-c2c8-f8f3f454d4f0-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ead032d-90b8-8506-20eb-2faa8fba256a-6fca938d {
  place-self: center start;
}

#w-node-_5ead032d-90b8-8506-20eb-2faa8fba256b-6fca938d {
  align-self: center;
}

#w-node-_5ead032d-90b8-8506-20eb-2faa8fba2575-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1260c43-f71e-f154-a06e-09aa6394fec2-6fca938d {
  place-self: center start;
}

#w-node-a1260c43-f71e-f154-a06e-09aa6394fec3-6fca938d {
  align-self: center;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d7025-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d7026-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d7029-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d702a-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d702d-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d702e-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d7031-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d7032-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d7035-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d7036-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d7039-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_452475fc-714e-a70a-5035-05178c9d703a-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1260c43-f71e-f154-a06e-09aa6394fecc-6fca938d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b85aba98-8b38-8b7c-9dfa-be136139fe81-46821850 {
  align-self: center;
}

#w-node-b85aba98-8b38-8b7c-9dfa-be136139fe86-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2aa-46821850 {
  place-self: center start;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2ab-46821850 {
  align-self: center;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2b5-46821850, #w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2c6-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2c7-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2ca-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2cb-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2ce-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2cf-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2d2-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2d3-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2d6-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2d7-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2da-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2db-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2de-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2df-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2e2-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da339f73-7bc3-a12c-3989-e1f5ebe2a2e3-46821850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_57d9b2a0-0876-758c-c385-b02ecc31ba51-46821850 {
  place-self: center start;
}

#w-node-_57d9b2a0-0876-758c-c385-b02ecc31ba52-46821850 {
  align-self: center;
}

#w-node-_57d9b2a0-0876-758c-c385-b02ecc31ba5b-46821850, #w-node-_94934f6d-2464-c80d-1cdb-685c051c362e-9de45b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc99610a-6f72-2618-0be3-b0cdc21c2e51-9de45b74 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_53720c1a-e5b0-0a20-dc93-5d613cc674c4-92e5b41d {
  align-self: center;
}

#w-node-_348eb58d-941e-7954-bd30-141ee513fe82-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_348eb58d-941e-7954-bd30-141ee513fe83-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_16e76fc1-c344-c4b9-4483-e07f42416d5a-92e5b41d, #w-node-c3e3c72d-5452-5974-c029-080fb80c7b3e-92e5b41d, #w-node-_3337734a-ffbd-0b01-cefd-5840b186f9ca-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3337734a-ffbd-0b01-cefd-5840b186f9cb-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_01af3c3c-451c-f167-b0b1-16ce079a6a8d-92e5b41d, #w-node-_01af3c3c-451c-f167-b0b1-16ce079a6a8e-92e5b41d, #w-node-_2725173b-ab31-1758-2dfd-06f9dacd77dc-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2725173b-ab31-1758-2dfd-06f9dacd77dd-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7884ced8-5420-5a7d-182d-512ecf96d252-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7884ced8-5420-5a7d-182d-512ecf96d253-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e548820f-05ec-abac-962c-4a5b3e5136dc-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e548820f-05ec-abac-962c-4a5b3e5136dd-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2ca27736-0be0-8789-8bea-b5f5c0d03ea0-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca27736-0be0-8789-8bea-b5f5c0d03ea1-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_53720c1a-e5b0-0a20-dc93-5d613cc674c9-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2b6db75-1a08-995d-2604-3ba8b2775f74-92e5b41d {
  place-self: center start;
}

#w-node-f2b6db75-1a08-995d-2604-3ba8b2775f75-92e5b41d {
  align-self: center;
}

#w-node-f2b6db75-1a08-995d-2604-3ba8b2775f7f-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_899f6342-525d-1cd1-eeef-034d4bd02621-92e5b41d {
  place-self: center start;
}

#w-node-_899f6342-525d-1cd1-eeef-034d4bd02622-92e5b41d {
  align-self: center;
}

#w-node-_899f6342-525d-1cd1-eeef-034d4bd0262b-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8867bc14-85b2-a383-a550-b13cdd117557-92e5b41d {
  place-self: center start;
}

#w-node-_8867bc14-85b2-a383-a550-b13cdd117558-92e5b41d {
  align-self: center;
}

#w-node-_8867bc14-85b2-a383-a550-b13cdd11755f-92e5b41d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e75bd6ae-527d-7bf9-d68c-5486c09bdffb-66cddb88 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_9e0b60d7-76ed-4b58-d092-21a0ddf9bd5e-9b4b6915 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_9e0b60d7-76ed-4b58-d092-21a0ddf9bd63-9b4b6915 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-9b4b6915, #w-node-bd6a2259-6d32-f8af-c3a6-54ac9d782c94-9b4b6915 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_24b421d2-3490-fe01-cfe8-cd62c3960b1a-c3960b15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6055185a-54ad-d35d-1936-48f9b6724261-b672425f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6055185a-54ad-d35d-1936-48f9b6724263-b672425f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6055185a-54ad-d35d-1936-48f9b672427e-b672425f {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
  }

  #w-node-_4a9fddcc-01f0-39fa-a46e-b5fa8f217875-28176a17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ddd6ed4-8a37-55dd-ce11-dc48a8c907f9-28176a17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c159894a-9306-3dd8-24ec-6efd78ca593c-d1231f15 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-c159894a-9306-3dd8-24ec-6efd78ca5941-d1231f15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4bb7b8a-5f40-0afc-3c1b-ca579ec5364b-d1231f15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_122436e3-068f-514d-c2c8-f8f3f454d4eb-6fca938d {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_122436e3-068f-514d-c2c8-f8f3f454d4f0-6fca938d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c63e19de-5cf9-df94-6fd4-25e31fcd5356-6fca938d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b85aba98-8b38-8b7c-9dfa-be136139fe81-46821850 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-b85aba98-8b38-8b7c-9dfa-be136139fe86-46821850 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc99610a-6f72-2618-0be3-b0cdc21c2e51-9de45b74 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a4c57e69-185e-b742-62f0-995827afa4cc-9de45b74 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53720c1a-e5b0-0a20-dc93-5d613cc674c4-92e5b41d {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_53720c1a-e5b0-0a20-dc93-5d613cc674c9-92e5b41d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e487a14-111a-fcf7-98a6-50a5f86b73fe-92e5b41d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b73412b6-9661-b24b-396e-5519dceed951-599b78f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_24b421d2-3490-fe01-cfe8-cd62c3960b18-c3960b15 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_24b421d2-3490-fe01-cfe8-cd62c3960b45-c3960b15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6055185a-54ad-d35d-1936-48f9b6724261-b672425f, #w-node-_6055185a-54ad-d35d-1936-48f9b6724263-b672425f, #w-node-_6055185a-54ad-d35d-1936-48f9b672427e-b672425f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6055185a-54ad-d35d-1936-48f9b6724261-b672425f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_6055185a-54ad-d35d-1936-48f9b6724263-b672425f {
    grid-row: 3 / 4;
  }

  #w-node-_6055185a-54ad-d35d-1936-48f9b672427e-b672425f {
    grid-row: 2 / 3;
    align-self: start;
  }
}


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