:root {
  --black: black;
  --white: white;
  --red: #ff1e00;
}

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

.section {
  justify-content: space-between;
  display: flex;
}

.general-maintenance {
  background-color: var(--black);
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.flex-container {
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
}

.hero-image {
  object-fit: cover;
  object-position: 0% 50%;
  flex: 0 .5 auto;
  width: 100%;
  max-width: none;
  height: auto;
}

.heading {
  color: var(--white);
  white-space: normal;
  width: auto;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph {
  color: #fff;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.text-block {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-right: 50px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  text-decoration: none;
  display: flex;
  position: static;
}

.link-block {
  color: #525050;
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-2 {
  justify-content: space-between;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block {
  background-color: #0000;
  justify-content: space-between;
  width: auto;
  height: auto;
  display: flex;
}

.general-maintenance---text {
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: flex;
}

.general-maintenance---image {
  width: 100%;
}

.image {
  max-width: 75%;
  padding-top: 10px;
  padding-left: 20px;
}

.button {
  background-color: var(--red);
  font-family: Lato, sans-serif;
}

.heading-2 {
  margin-top: 40px;
  font-family: Lato, sans-serif;
}

.text-block-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.image-2 {
  max-width: 33%;
}

.heading-3 {
  color: var(--white);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 35px;
  text-decoration: none;
}

.link-block-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/groundmaintenance.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  width: 33%;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: block;
}

.link-block-3 {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/landscaping.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}

.link-block-4 {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/wastemanagement.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  padding-left: 20px;
}

.heading-6 {
  font-size: 32px;
  line-height: 35px;
}

.footer-dark {
  z-index: 0;
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: space-around end;
  justify-items: end;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.image-3 {
  width: 200px;
  max-width: none;
}

.phone-number {
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  text-decoration: none;
}

.phone-number:hover {
  color: var(--red);
}

.email-link {
  color: var(--white);
  flex: 0 auto;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.email-link:hover {
  color: var(--red);
}

.div-block-4 {
  border-bottom: 2px solid var(--white);
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  width: 40px;
  height: 2px;
  display: block;
  position: static;
}

.link-block-5 {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-items: flex-end;
  width: 40px;
  margin-top: 30px;
  margin-right: 40px;
  display: block;
  position: relative;
}

.div-block-5 {
  background-color: var(--white);
  width: 40px;
  height: 2px;
  margin-top: 10px;
}

.div-block-6 {
  background-color: var(--white);
  width: 30px;
  height: 2px;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 0;
}

.dropdown {
  background-color: #0000;
  margin-top: 10px;
}

.menulink {
  border-bottom: 1px solid var(--red);
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 0;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: block;
  position: relative;
}

.menulink:hover {
  color: var(--red);
}

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

.dropdown-list.w--open {
  flex-direction: column;
  align-items: flex-end;
  width: 250px;
  margin-left: -150px;
  margin-right: 0;
  padding-right: 40px;
  display: block;
}

.dropdown-toggle, .dropdown-toggle.w--open {
  background-color: #0000;
}

.navbar {
  background-color: #0000;
  margin-right: 0;
  padding-right: 10px;
  display: flex;
}

.menu-button {
  object-fit: fill;
  margin-top: 20px;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.menu-button:active {
  background-color: var(--black);
}

.menu-button.w--open {
  z-index: 99;
  background-color: var(--black);
  margin-top: 20px;
}

.nav-menu {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: 60%;
  height: auto;
  max-height: 700px;
  margin-top: 0;
  display: flex;
  position: static;
  inset: 0 0% auto auto;
}

.nav-link {
  text-transform: uppercase;
}

.nav-link-2 {
  color: var(--white);
}

.image-4 {
  float: left;
  clear: none;
  width: 250px;
  max-width: none;
  margin-top: 40px;
  margin-left: 20px;
  position: relative;
  inset: auto auto 10px;
}

.div-block-7 {
  margin-top: 62px;
  display: block;
}

.text-block-3 {
  font-family: Merriweather, serif;
  font-size: 20px;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-5 {
  color: var(--white);
}

.mobilesectiontext {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.hero {
  background-image: linear-gradient(#00000042, #00000042), url('../images/heroimagevan.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: -116px;
  display: flex;
}

.heading-7 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.button-2 {
  background-color: var(--red);
  font-family: Lato, sans-serif;
}

.gardening {
  width: auto;
}

.gardening---image {
  width: 100%;
}

.div-block-9 {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  width: 50%;
  padding: 50px;
  display: flex;
}

.div-block-10 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.div-block-11 {
  display: flex;
}

.waste-management---text {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: flex;
}

.waste-management---image {
  width: 100%;
}

.waste-management {
  height: 700px;
}

.heading-8 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.text-block-6 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
}

.contract-cleaning---text {
  display: flex;
}

.contract-cleaning---image {
  width: 100%;
}

.div-block-16 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: flex;
}

.heading-9 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.text-block-7 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.contract-cleaning {
  height: 700px;
}

.image-7 {
  width: 100%;
  max-width: none;
  height: auto;
}

.text-block-8 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-17 {
  display: flex;
}

.html-embed {
  color: var(--red);
  align-self: center;
  margin-left: 0;
  margin-right: 20px;
  font-family: MATERIALICONS-OUTLINED, sans-serif;
  font-size: 40px;
}

.text-block-9 {
  color: var(--white);
  font-family: MATERIALICONS-OUTLINED, sans-serif;
  font-size: 20px;
}

.html-embed-2 {
  color: var(--red);
  margin-right: 20px;
  font-family: MATERIALICONS-OUTLINED, sans-serif;
  font-size: 40px;
}

.gardening---text {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.div-block-19 {
  align-items: center;
  display: flex;
}

.html-embed-3 {
  color: var(--red);
  margin-right: 20px;
  font-family: MATERIALICONS-OUTLINED, sans-serif;
  font-size: 40px;
}

.div-block-20 {
  color: var(--white);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.html-embed-4 {
  color: var(--white);
  margin-right: 20px;
  font-family: MATERIALICONS-OUTLINED, sans-serif;
  font-size: 40px;
  position: static;
}

.html-embed-5 {
  color: var(--red);
  margin-right: 20px;
  font-family: MATERIALICONS-OUTLINED, sans-serif;
  font-size: 40px;
}

.text-block-10 {
  text-align: right;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-21 {
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-6 {
  color: var(--white);
  font-family: Lato, sans-serif;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template: "."
                 "."
                 "."
                 "."
                 "Area"
                 "."
                 "."
                 / minmax(200px, 1fr) 1fr;
  height: 100%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: -96px;
  padding-top: 0;
}

.div-block-23 {
  background-color: var(--black);
  color: var(--white);
  padding: 40px 0;
}

.heading-10 {
  color: var(--white);
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.text-block-11 {
  font-family: Lato, sans-serif;
}

.text-block-12 {
  color: var(--white);
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 600px;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.div-block-24 {
  object-fit: fill;
  object-position: 50% 50%;
  background-image: linear-gradient(#00000047, #00000047), url('../images/635AA8D7-A15B-4288-A0B2-11CA1C20954A.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: auto;
  height: 625px;
  overflow: hidden;
}

.html-embed-7 {
  direction: ltr;
  color: var(--red);
  white-space: normal;
  margin-top: 0;
  padding-top: 0;
  padding-right: 20px;
  font-family: MATERIALICONS-OUTLINED, sans-serif;
  font-size: 40px;
}

.div-block-25 {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.email-text {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-14 {
  color: var(--white);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  display: none;
}

.link-block-7, .link-block-8, .email {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.link-block-9 {
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.flnks {
  flex-direction: column;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
}

.grid-4, .grid-5, .grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.link {
  display: none;
}

.windowcleaningimage {
  background-image: linear-gradient(#00000047, #00000047), url('../images/womanwindowcleaning.PNG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 625px;
}

.body {
  height: 1237px;
}

.link-3, .link-4 {
  display: none;
}

.div-block-26 {
  height: 82px;
}

.emergencydivblock1 {
  background-color: var(--black);
  padding: 50px;
}

.emergencydivblock2 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/46031508-B4E8-4613-8356-E59DA84E96AE.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: 625px;
  margin-top: -96px;
}

.section-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.emergency-light---text {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: static;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.heading-11 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.text-block-16 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-27 {
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.html-embed-8 {
  color: var(--red);
  margin-top: -20px;
  margin-right: 20px;
  font-family: MATERIALICONS-ROUNDED, sans-serif;
  font-size: 40px;
}

.html-embed-9 {
  color: var(--red);
  margin-right: 20px;
  padding-top: 0;
  padding-right: 0;
  font-family: MATERIALICONS-OUTLINED, sans-serif;
  font-size: 40px;
}

.div-block-28 {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.heading-12 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.text-block-17 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.waste-management---text1 {
  background-color: #0000;
  padding: 50px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.gutter-clearance---text {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 50px;
  display: flex;
}

.div-block-29 {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.text-block-18 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.image-9 {
  height: auto;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.window-cleaning---text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.heading-14 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.text-block-19 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-30 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.html-embed-10, .html-embed-11 {
  color: var(--red);
  margin-right: 20px;
  font-family: MATERIALICONS-OUTLINED, sans-serif;
  font-size: 40px;
}

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

.container-4 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.heading-15 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.heading-16 {
  color: var(--white);
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.section-5 {
  justify-content: space-between;
  align-items: center;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0;
  display: flex;
}

.text-block-20 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.container-5 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-21 {
  color: var(--white);
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-31 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 50%;
  display: flex;
}

.div-block-32 {
  flex: 1;
}

.section-6 {
  background-color: var(--red);
  background-image: linear-gradient(#00000047, #00000047);
  align-items: center;
  display: flex;
}

.body-3 {
  background-color: var(--black);
}

.testimonials-card {
  background-color: var(--red);
  background-image: linear-gradient(#00000047, #00000047);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 400px;
  padding: 40px;
  font-family: Lato, sans-serif;
  display: flex;
}

.heading-17 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.text-block-22 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-18 {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.container-6 {
  margin-top: 40px;
}

.text-block-23 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-19 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.heading-20 {
  color: var(--white);
  font-size: 28px;
  line-height: 35px;
}

.text-block-24 {
  color: var(--white);
  font-size: 16px;
  line-height: 25px;
}

.heading-21 {
  color: var(--white);
  font-size: 28px;
  line-height: 35px;
}

.text-block-25 {
  color: var(--white);
  font-size: 16px;
  line-height: 25px;
}

.grid-11 {
  grid-template-rows: auto auto auto;
  margin-bottom: 40px;
}

.div-block-33 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.link-6 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 32px;
  text-decoration: none;
}

.section-7 {
  background-image: url('../images/contactus_1.png');
  background-position: 50% 60%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  height: 700px;
  margin-top: -116px;
  padding-top: 150px;
  padding-left: 100px;
  display: flex;
}

.heading-22 {
  align-self: flex-start;
  margin-top: 0;
}

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

.section-8 {
  background-color: var(--black);
  padding: 60px 40px 40px;
}

.div-block-34 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-block-26 {
  color: var(--white);
  font-size: 16px;
  line-height: 25px;
}

.heading-23 {
  color: var(--white);
  font-size: 28px;
  line-height: 35px;
}

.text-block-27 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-24 {
  color: var(--white);
  font-size: 28px;
  line-height: 35px;
}

.text-block-28 {
  color: var(--white);
}

.text-block-29 {
  color: var(--white);
  font-size: 16px;
  line-height: 25px;
}

.heading-25 {
  color: var(--white);
}

.heading-26 {
  color: var(--white);
  font-size: 28px;
  line-height: 35px;
}

.link-7 {
  display: none;
}

.link-8 {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.image-10 {
  width: 60px;
  max-width: none;
}

.div-block-35 {
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  display: flex;
}

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

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

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_button {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border: 2px #4353ff;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.cookie-consent {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

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

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

.facebook {
  position: static;
}

.image-11 {
  text-align: left;
  vertical-align: baseline;
  max-width: none;
  margin-top: 20px;
}

.link-block-10 {
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  min-width: auto;
  display: block;
}

.div-block-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    white-space: normal;
    object-fit: fill;
    position: static;
  }

  .general-maintenance {
    background-color: var(--black);
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-image-mask {
    margin-left: 0;
  }

  .hero-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    overflow: auto;
  }

  .heading {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .text-block {
    color: var(--white);
    margin-top: 20px;
    font-size: 26px;
  }

  .link-block {
    color: var(--white);
    margin-top: 20px;
  }

  .div-block {
    background-color: #0000;
    height: 500px;
  }

  .general-maintenance---text {
    color: var(--white);
    justify-content: center;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 40px 20px;
    position: static;
  }

  .general-maintenance---image {
    height: auto;
  }

  .button {
    margin-bottom: 0;
  }

  .text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .link-block-2 {
    height: 250px;
  }

  .container {
    width: auto;
    max-width: 728px;
  }

  .link-block-3 {
    height: 250px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .link-block-4 {
    height: 250px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 30px;
  }

  .footer-wrapper {
    justify-content: space-around;
  }

  .footer-content {
    grid-column-gap: 20px;
    margin-bottom: 40px;
  }

  .footer-block {
    align-items: flex-end;
    padding-right: 0;
  }

  .image-3 {
    width: 150px;
    max-width: none;
    margin-right: 20px;
  }

  .phone-number {
    text-align: left;
    flex: 0 auto;
    align-self: flex-end;
    margin-top: 10px;
    font-size: 24px;
  }

  .link-block-5 {
    margin-right: 20px;
  }

  .menu-button {
    margin-top: 20px;
  }

  .image-4 {
    width: 250px;
  }

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

  .mobilesectiontext {
    font-size: 16px;
    line-height: 25px;
  }

  .hero {
    background-image: linear-gradient(#0000, #0000), url('../images/heroimagevan.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading-7 {
    font-size: 32px;
  }

  .div-block-9 {
    padding: 20px;
  }

  .div-block-10 {
    align-items: center;
  }

  .waste-management---text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 40px 20px;
    display: flex;
    overflow: visible;
  }

  .waste-management---image {
    width: auto;
    height: auto;
  }

  .heading-8 {
    flex: none;
    font-size: 20px;
  }

  .text-block-6 {
    flex: 0 auto;
  }

  .image-6 {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .contract-cleaning---text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-16 {
    flex-direction: column;
    flex: 0 auto;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 40px 20px;
  }

  .heading-9 {
    margin-top: 20px;
    font-size: 20px;
  }

  .image-7 {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .div-block-17 {
    flex: 0 auto;
    align-items: center;
  }

  .html-embed {
    align-self: center;
    font-size: 40px;
  }

  .html-embed-2 {
    margin-top: 0;
  }

  .gardening---text {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 40px;
  }

  .div-block-20 {
    align-items: center;
  }

  .html-embed-5 {
    font-size: 40px;
  }

  .text-block-10 {
    align-self: flex-end;
    font-size: 14px;
  }

  .div-block-21 {
    justify-content: space-around;
    max-width: 728px;
  }

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

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / minmax(200px, 1fr);
    grid-auto-rows: auto;
    place-content: start;
  }

  .grid-2 {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .heading-10 {
    margin-top: 0;
    font-size: 32px;
  }

  .text-block-12 {
    margin-top: 20px;
    font-size: 20px;
  }

  .image-8 {
    object-position: 100% 50%;
    height: 600px;
  }

  .div-block-24 {
    background-image: linear-gradient(#00000047, #00000047), url('../images/635AA8D7-A15B-4288-A0B2-11CA1C20954A.png');
    background-position: 0 0, 100%;
  }

  .html-embed-7 {
    padding-top: 0;
    font-size: 40px;
  }

  .div-block-25 {
    margin-top: 60px;
  }

  .email-text {
    margin-top: 0;
  }

  .grid-3 {
    place-content: stretch;
    place-items: stretch stretch;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .windowcleaningimage {
    background-image: linear-gradient(#0000, #0000), url('../images/womanwindowcleaning.PNG');
    background-position: 0 0, 25%;
  }

  .div-block-26 {
    background-image: url('../images/contactus.png');
    background-position: 90%;
    background-size: cover;
    height: 845px;
  }

  .emergency-light---text {
    margin-bottom: 20px;
    padding: 20px 40px;
  }

  .heading-11 {
    font-size: 20px;
  }

  .div-block-27 {
    margin-top: 0;
  }

  .html-embed-8 {
    margin-top: 0;
    font-size: 40px;
    display: flex;
  }

  .html-embed-9 {
    font-size: 40px;
  }

  .div-block-28 {
    padding-top: 0;
  }

  .heading-12 {
    font-size: 20px;
  }

  .waste-management---text1 {
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 40px 20px;
    display: flex;
    position: static;
  }

  .gutter-clearance---text {
    margin-bottom: 20px;
    padding: 20px 40px;
  }

  .heading-13 {
    font-size: 20px;
  }

  .window-cleaning---text {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 40px 20px;
  }

  .heading-14 {
    font-size: 20px;
  }

  .html-embed-10, .html-embed-11 {
    font-size: 40px;
  }

  .testimonials-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-18 {
    font-size: 28px;
  }

  .heading-19, .heading-20, .heading-21 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .heading-23, .heading-24 {
    font-size: 20px;
    line-height: 25px;
  }

  .link-7 {
    display: none;
  }

  .link-8 {
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

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

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

@media screen and (max-width: 767px) {
  .general-maintenance {
    height: 500px;
    margin-top: 0;
    padding: 20px 0;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    object-position: 45% 50%;
    height: auto;
    min-height: auto;
  }

  .heading {
    padding-top: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph {
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block {
    text-align: left;
    align-self: flex-end;
    width: 175px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 24px;
    display: flex;
  }

  .link-block {
    margin-top: 10px;
    padding-right: 0;
  }

  .section-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .general-maintenance---text {
    padding: 0 40px 20px;
  }

  .image {
    max-width: 65%;
  }

  .text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .heading-3 {
    width: auto;
  }

  .link-block-2 {
    width: 100%;
    height: 250px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .link-block-3 {
    width: 100%;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-block-4 {
    width: 100%;
    height: 250px;
    margin-bottom: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-copyright-center {
    margin-bottom: 10px;
  }

  .image-3 {
    max-width: 75%;
  }

  .phone-number {
    align-self: center;
  }

  .email-link {
    margin-bottom: 20px;
  }

  .link-block-6 {
    flex: 0 auto;
    width: 340px;
  }

  .menulink {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar {
    margin-right: 10px;
  }

  .menu-button {
    margin-top: 10px;
  }

  .image-4 {
    width: 200px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-4 {
    padding: 40px 20px;
    font-size: 14px;
    line-height: 30px;
  }

  .section-3 {
    margin-top: 0;
    position: static;
  }

  .mobilesectiontext {
    font-size: 14px;
    line-height: 25px;
  }

  .hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/heroimagevan.png');
    background-size: auto, cover;
    height: 500px;
  }

  .heading-7 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 35px;
  }

  .div-block-10 {
    align-items: center;
  }

  .waste-management---text {
    justify-content: center;
    padding-bottom: 40px;
  }

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

  .image-6 {
    height: auto;
  }

  .div-block-16 {
    padding: 0 40px 20px;
  }

  .heading-9 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .image-7 {
    object-position: 60% 50%;
    height: auto;
  }

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

  .html-embed, .html-embed-2 {
    margin-right: 10px;
    font-size: 32px;
  }

  .gardening---text {
    padding: 20px 40px 40px;
  }

  .html-embed-3 {
    margin-right: 10px;
  }

  .html-embed-5 {
    font-size: 32px;
  }

  .text-block-10 {
    text-align: left;
    justify-content: flex-start;
    align-self: auto;
    display: flex;
  }

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

  .div-block-22 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid {
    grid-template-columns: minmax(200px, 1fr);
  }

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

  .div-block-23 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-10 {
    margin-top: 0;
    font-size: 24px;
    line-height: 35px;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .image-8 {
    object-position: 50% 120%;
    background-image: linear-gradient(#00000080, #00000080);
    height: 625px;
    padding-top: 10px;
  }

  .div-block-24 {
    background-image: linear-gradient(#00000047, #00000047), url('../images/635AA8D7-A15B-4288-A0B2-11CA1C20954A.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: 625px;
    margin-top: 10px;
  }

  .html-embed-7 {
    margin-top: 0;
    font-size: 32px;
  }

  .div-block-25 {
    margin-top: 0;
  }

  .email-text {
    font-size: 16px;
  }

  .flnks {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-26 {
    height: 620px;
  }

  .emergencydivblock1 {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .emergencydivblock2 {
    height: 625px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .emergency-light---text {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-11 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .div-block-27 {
    margin-top: 0;
  }

  .html-embed-8 {
    font-size: 32px;
  }

  .html-embed-9 {
    margin-top: 0;
    font-size: 32px;
  }

  .div-block-28 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-12 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .waste-management---text1 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 40px 20px;
    display: flex;
  }

  .heading-13 {
    font-size: 20px;
  }

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

  .heading-14 {
    font-size: 20px;
  }

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

  .html-embed-10, .html-embed-11 {
    font-size: 32px;
  }

  .testimonials-card {
    height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading-18 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-6 {
    margin-top: 20px;
  }

  .heading-19, .heading-20, .heading-21 {
    margin-bottom: 0;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-33 {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .link-6 {
    flex: 1;
    font-size: 16px;
  }

  .section-7 {
    background-position: 50%;
    height: 450px;
    padding-top: 140px;
    padding-left: 50px;
  }

  .section-8 {
    padding-top: 40px;
  }

  .link-7 {
    display: none;
  }

  .link-8 {
    text-align: right;
    align-self: flex-end;
    width: 75px;
  }

  .div-block-35 {
    flex-direction: column;
    flex: 1;
    align-items: flex-end;
    display: flex;
  }

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

  .image-11 {
    margin-top: 0;
  }

  .link-block-10 {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .general-maintenance {
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
  }

  .hero-image-mask {
    height: auto;
  }

  .hero-image {
    width: 100%;
    height: auto;
  }

  .heading {
    margin-top: 20px;
    padding-top: 0;
  }

  .text-block {
    object-fit: fill;
    display: none;
    position: static;
    overflow: visible;
  }

  .link-block {
    flex-direction: row;
    overflow: hidden;
  }

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

  .general-maintenance---text {
    background-color: var(--black);
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px;
  }

  .general-maintenance---image {
    width: 100%;
    height: auto;
  }

  .image {
    max-width: 75%;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .container {
    max-width: none;
  }

  .email-link {
    font-size: 18px;
  }

  .container-3 {
    margin-top: 0;
  }

  .link-block-6 {
    width: auto;
    max-width: none;
  }

  .navbar {
    margin-right: 0;
    padding-right: 0;
  }

  .nav-menu, .nav-menu:active {
    width: 75%;
  }

  .image-4 {
    width: 175px;
    left: 10px;
  }

  .text-block-4 {
    margin-top: 0;
  }

  .mobilesectiontext {
    font-size: 16px;
  }

  .hero {
    background-image: linear-gradient(#00000054, #00000054), url('../images/heroimagevan.png');
    background-position: 0 0, 50%;
  }

  .gardening {
    flex-direction: column;
    display: flex;
  }

  .gardening---image, .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    flex-direction: row;
    display: flex;
  }

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

  .waste-management---text {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 40px;
  }

  .waste-management---image {
    width: 100%;
  }

  .waste-management {
    flex-direction: column;
    display: flex;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-6 {
    height: auto;
  }

  .contract-cleaning---text {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px;
  }

  .contract-cleaning---image {
    width: 100%;
  }

  .div-block-16 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .contract-cleaning {
    flex-direction: column;
    display: flex;
  }

  .image-7 {
    height: auto;
  }

  .div-block-17 {
    align-items: center;
  }

  .html-embed, .html-embed-2 {
    padding-top: 0;
    font-size: 32px;
  }

  .gardening---text {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .html-embed-6 {
    margin-bottom: 20px;
  }

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

  .div-block-23 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-8 {
    object-position: 100% 50%;
  }

  .div-block-24 {
    background-image: linear-gradient(#00000047, #00000047), url('../images/635AA8D7-A15B-4288-A0B2-11CA1C20954A.png');
    background-position: 0 0, 80%;
    margin-top: -20px;
  }

  .div-block-25 {
    margin-top: 0;
  }

  .text-block-14 {
    color: var(--white);
    text-align: center;
    margin-top: 10px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: block;
  }

  .flnks {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-15 {
    color: var(--black);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 20px;
    display: block;
  }

  .link {
    color: var(--white);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .link-2 {
    color: var(--white);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 20px;
    display: block;
    position: relative;
  }

  .link-3, .link-4 {
    color: var(--white);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .div-block-26 {
    background-image: url('../images/contactus.png');
    background-position: 90%;
    background-size: cover;
    height: 620px;
  }

  .emergencydivblock2 {
    background-color: #00000047;
    background-image: linear-gradient(#00000047, #00000047), url('../images/46031508-B4E8-4613-8356-E59DA84E96AE.jpeg');
    background-position: 0 0, 53%;
    background-size: auto, cover;
  }

  .emergency-light---text {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    line-height: 25px;
  }

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

  .waste-management---text1 {
    margin-top: 0;
    padding: 20px;
  }

  .gutter-clearance---text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .window-cleaning---text {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-card {
    height: 450px;
  }

  .heading-18 {
    margin-top: 20px;
  }

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

  .div-block-33 {
    display: none;
  }

  .link-6 {
    margin-left: 10px;
  }

  .section-7 {
    background-image: linear-gradient(#00000047, #00000047), url('../images/contactus_1.png');
    background-position: 0 0, 75%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-34 {
    width: auto;
  }

  .link-7 {
    color: var(--white);
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    text-decoration: none;
    display: flex;
  }

  .div-block-35 {
    margin-top: 20px;
  }

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

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }
}

#w-node-_6a54eb29-cd96-2c85-e9ac-c6d0cff7ff9f-12f6541b, #w-node-b6b8c90d-a88c-bc40-b7e4-b7bd2290b0be-12f6541b, #w-node-a89c8f68-f7c3-8e93-3645-94097f4158f7-12f6541b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43418862-aa34-0dbe-daf2-e08fa1e43897-12f6541b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_59bdbeb5-af37-4d17-05ef-be72a783221c-12f6541b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af206d78-7c78-c27b-e3e3-f9be77df2c10-12f6541b {
  grid-area: 2 / 1 / 3 / 2;
}

#General-Maintenance.w-node-_28ab72d4-8651-0ac0-1e30-946deca080c8-12f6541b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_02154915-a1ec-6a0f-df4a-a2ae5b43c3a8-12f6541b, #w-node-_70a5f5d8-4fef-7cb4-f2b5-3f5ba38aff7f-12f6541b, #w-node-a0fd7a0b-eda9-4ed4-5daf-0d5b496f09d0-12f6541b, #w-node-_16616fab-c31d-2d83-ba33-5042cc5b5b88-12f6541b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_713fe1b3-66bd-5e16-ee97-a37de7e9168c-12f6541b {
  grid-area: Area;
}

#w-node-_28ab72d4-8651-0ac0-1e30-946deca080bf-12f6541b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e5078ec7-f965-227b-a8c6-906022681918-12f6541b, #w-node-_5d008036-51a0-e6ba-c691-0cd5640fb3bf-12f6541b, #w-node-_7b00c759-8e58-e3f2-49bb-5eb3985e828b-12f6541b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3776d4ce-4644-802a-d655-14174df49a61-12f6541b {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-d0ce1b1a-7f05-582d-ca57-2b7ad35ff993-12f6541b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dd212946-11a7-bb61-95fd-a4673f707a23-12f6541b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d3ba720e-4959-2d01-7069-427209f95592-12f6541b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_31de2ed3-9658-9010-b454-4c58d62f72dd-12f6541b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2a0f0f9c-2e9c-1f26-bb00-b63300faef89-12f6541b {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_0628f5f9-cbc1-3c2f-5930-ff1fcabce5c1-12f6541b {
  grid-area: 6 / 1 / 7 / 2;
}

#Gutter-Clearance.w-node-bd8f433c-b9c9-1fc3-13dc-19408455b65c-12f6541b, #w-node-cb3a80b0-371c-7ecf-f1c2-6cd4959dc3b2-12f6541b {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_537fde8f-cc58-c773-70c4-1fc58a7fe8b3-12f6541b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9cc551a8-085c-8df0-9a62-e9b09122841e-12f6541b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4daab1bf-eca0-926f-4ef8-dd5c3d22a50a-12f6541b, #w-node-af489eb6-9fd4-1953-ac9c-88d15b34117e-12f6541b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0254600-c852-1138-c3bf-ed9410ce2359-12f6541b {
  grid-area: 2 / 2 / 3 / 3;
}

#Window-Cleaning.w-node-_2f497694-c555-9632-f208-af8eff52107a-12f6541b {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-da6982fd-aa64-78ce-5e0f-5b3945d2db99-12f6541b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6fc10665-eda8-89d9-c419-7db8790c93d9-12f6541b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b6e8b162-2760-81be-9693-66e32da78edf-12f6541b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c3b8481b-2584-53ff-d5c8-2da325e5bcf4-12f6541b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06e409fb-3160-101b-24a4-05a0c8e4c53d-12f6541b {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-edaf828b-ced1-9aa3-808b-673c2f772704-2f7726fe {
  justify-self: auto;
}

#w-node-edaf828b-ced1-9aa3-808b-673c2f77270d-2f7726fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_608c226f-c6d2-29ad-79de-23cd4d82b2df-d2bf3252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76dfb2f9-3fbe-e561-5d62-3111926838de-42dc6df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_700a1a5a-0ccf-3c19-9adf-016c6ff0899a-42dc6df3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e61a478-f0dd-b32e-c9aa-880112905c79-42dc6df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0ce9b02-671e-3d90-bcb2-c7be54ce54b6-42dc6df3, #w-node-adbda892-2696-1616-557f-f0cc88dfdc28-42dc6df3, #w-node-_1156ea8c-f037-4290-6fcd-767c3bb688ae-42dc6df3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c0e66103-3026-6f7c-abd5-3c38a869c833-42dc6df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc2c8eb9-f55d-1f6d-0692-835fae97f5aa-42dc6df3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_749882d4-071b-43d8-43af-9c7330872d4c-42dc6df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29ae2cef-4a87-25dc-e8ea-4bd1684fa112-42dc6df3, #w-node-_6d0b943a-cb37-8d1a-be65-1afad69fac5b-42dc6df3, #w-node-d7af91bd-fe1b-501e-826c-0f50bbba62dc-42dc6df3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3dece7fd-6b25-c3ad-9e7a-ce700172999c-42dc6df3, #w-node-_6c1ca2ba-1fe1-b251-9403-cc8c6ab6f7a0-42dc6df3, #w-node-_53e98550-aba4-43e7-d372-d750c56290a7-42dc6df3, #w-node-_0e78f7ea-2e33-453a-b5c3-51879f6e2a08-42dc6df3, #w-node-bf40c7ff-f906-03df-f8e7-d284201ece20-42dc6df3, #w-node-_9c58bd9b-bfbe-1311-2697-cb8c898c0ecb-42dc6df3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #Gardening.w-node-ed26d8ee-9711-14f0-2aab-39d7ff6549fc-12f6541b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0cc1cc75-0dba-77be-1b28-4d08dfb13af7-12f6541b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86ef0ba3-c040-d639-cba8-a0ceecaaa19c-12f6541b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #Contract-Cleaning.w-node-d7121110-2844-5a28-7b76-fb97a27f6bfe-12f6541b {
    grid-area: 3 / 1 / 3 / 2;
  }

  #General-Maintenance.w-node-_28ab72d4-8651-0ac0-1e30-946deca080c8-12f6541b {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_28ab72d4-8651-0ac0-1e30-946deca080bf-12f6541b {
    grid-area: 6 / 1 / 7 / 2;
    place-self: auto;
  }

  #w-node-_23a63644-6629-6d8a-6856-94658fa309c5-12f6541b {
    grid-area: 8 / 1 / 9 / 2;
  }

  #Waste-Management.w-node-_48130899-457f-8081-09b3-7e3380560347-12f6541b {
    grid-area: 7 / 1 / 8 / 2;
  }

  #Emergency-Light.w-node-c8d29306-49db-bcbf-4648-6260c8e267ee-12f6541b {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_2a0f0f9c-2e9c-1f26-bb00-b63300faef89-12f6541b {
    grid-area: 10 / 1 / 11 / 2;
    place-self: center stretch;
  }

  #w-node-_0628f5f9-cbc1-3c2f-5930-ff1fcabce5c1-12f6541b {
    grid-area: 12 / 1 / 13 / 2;
  }

  #Gutter-Clearance.w-node-bd8f433c-b9c9-1fc3-13dc-19408455b65c-12f6541b {
    grid-area: 11 / 1 / 12 / 2;
  }

  #Window-Cleaning.w-node-_2f497694-c555-9632-f208-af8eff52107a-12f6541b {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_06e409fb-3160-101b-24a4-05a0c8e4c53d-12f6541b {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-edaf828b-ced1-9aa3-808b-673c2f77270d-2f7726fe {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #Gardening.w-node-ed26d8ee-9711-14f0-2aab-39d7ff6549fc-12f6541b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0cc1cc75-0dba-77be-1b28-4d08dfb13af7-12f6541b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86ef0ba3-c040-d639-cba8-a0ceecaaa19c-12f6541b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #Contract-Cleaning.w-node-d7121110-2844-5a28-7b76-fb97a27f6bfe-12f6541b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f871068f-05e5-31d1-d25d-4a88f21923cd-12f6541b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_28ab72d4-8651-0ac0-1e30-946deca080bf-12f6541b {
    grid-area: 6 / 1 / 7 / 2;
  }

  #Waste-Management.w-node-_48130899-457f-8081-09b3-7e3380560347-12f6541b {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-edaf828b-ced1-9aa3-808b-673c2f772704-2f7726fe {
    justify-self: center;
  }

  #w-node-e0ce9b02-671e-3d90-bcb2-c7be54ce54b6-42dc6df3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c0e66103-3026-6f7c-abd5-3c38a869c833-42dc6df3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29ae2cef-4a87-25dc-e8ea-4bd1684fa112-42dc6df3 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #Gardening.w-node-ed26d8ee-9711-14f0-2aab-39d7ff6549fc-12f6541b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0cc1cc75-0dba-77be-1b28-4d08dfb13af7-12f6541b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86ef0ba3-c040-d639-cba8-a0ceecaaa19c-12f6541b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #Contract-Cleaning.w-node-d7121110-2844-5a28-7b76-fb97a27f6bfe-12f6541b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Emergency-Light.w-node-c8d29306-49db-bcbf-4648-6260c8e267ee-12f6541b {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-edaf828b-ced1-9aa3-808b-673c2f77270d-2f7726fe {
    justify-self: center;
  }
}


@font-face {
  font-family: 'MATERIALICONS-ROUNDED';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIALICONS-OUTLINED';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}