:root {
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-200: #f3f5fb;
  --walsh--black: #2c2c2c;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --walsh--walsh-dark-green: #204f58;
  --walsh--walsh-mid-green: #47888a;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #000;
  box-shadow: inset 0 0 10px 2px #0003;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  text-align: left;
  background-color: #000;
  width: 100%;
  max-width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 20px 20px;
  box-shadow: inset 0 0 2px 10px #0003;
}

.footercontainer {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: flex;
}

.nav-link {
  color: #f3f4f6;
  letter-spacing: .25px;
  text-shadow: 2px 2px teal;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #f3f4f6;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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;
  box-shadow: 3px 3px 5px teal;
}

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

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

.button-primary.w--current {
  box-shadow: 3px 3px 5px teal;
}

.footer {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 0 40px;
  position: relative;
}

.footer-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

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

.footer-link.w--current {
  font-size: 18px;
  font-weight: 700;
}

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  clear: none;
  color: #3a4554;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.hero-heading {
  z-index: 0;
  background-color: #f5f7fa;
  background-image: url('../images/hero-image.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 140px 30px 40px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.hero-description {
  color: #f4f1f1;
  margin-bottom: 24px;
  font-size: 14px;
}

.hero-logo {
  border-radius: 10px;
  box-shadow: 0 4px 10px teal;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 350px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-2 {
  width: 940rem;
  min-width: 5px;
  margin-left: auto;
}

.paragraph-2 {
  text-align: center;
  background-color: #f5f7fa;
  border-radius: 20px;
  margin: auto;
  padding: 5em;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 32px;
  font-weight: 700;
  box-shadow: 0 0 8px 5px #0003;
}

.hero-name {
  color: #f8f6f6;
  text-shadow: 3px 3px teal;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
}

.nav-logo {
  border-radius: 10px;
  margin-top: 0;
  box-shadow: 0 0 5px 5px teal;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40%;
  padding-top: 50px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  padding-top: 20px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  text-decoration: none;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  font-weight: 700;
}

.form-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 220px 100px;
}

.textarea-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 3px 3px 2px #0009;
}

.field-label-2 {
  padding-top: 80px;
}

.heading-2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.submit-button {
  background-color: teal;
  margin-top: 10px;
  box-shadow: 4px 4px 2px #0c0a0abf;
}

.text-field-3 {
  box-shadow: 3px 3px 3px #16111199;
}

.text-field-4 {
  box-shadow: 3px 3px 2px #1a111199;
}

.heading-3 {
  padding-top: 0;
  padding-left: 0;
}

.image-2 {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.section {
  background-image: url('../images/salvage-background.jpg');
  background-position: 0 0;
  background-size: cover;
}

.footercontactinfo {
  text-align: center;
  border: 1px solid teal;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  display: block;
  box-shadow: inset 0 0 5px 5px teal;
}

.testimonials-header {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 38px;
  display: flex;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 42px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  align-self: flex-start;
  max-width: none;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.f-section-large {
  color: #f3f4f6;
  padding: 92px 5%;
  text-decoration: underline;
  position: static;
}

.f-feature-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-sub-heading-large {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-64 {
  background-color: #f5f7fa;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 0 10px 5px #03030370;
}

.f-feature-card-row {
  border: 1px solid var(--flowui-component-library--gray-200);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
  display: flex;
}

.f-feature-card-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 1px;
  height: 200px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.services-container {
  z-index: 2;
  text-align: left;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 60px;
  position: relative;
}

.services-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  display: grid;
  position: relative;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.5;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-cover-image {
  object-fit: cover;
  border: 0 #000;
  border-radius: 10px;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.services-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.container-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-5 {
  outline-offset: 0px;
  text-align: center;
  text-shadow: 2px 2px 4px teal;
  outline: 3px #333;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.estimates-image {
  text-align: left;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: static;
}

.captcha {
  margin-top: 20px;
  box-shadow: 3px 3px 2px #0009;
}

.utility-page-wrap {
  background-image: url('../images/error-background.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.button {
  background-color: #000;
  margin-top: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  box-shadow: 3px 3px 5px teal;
}

.heading-6 {
  background-color: #d3d3d3a3;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #000;
}

.text-block-2 {
  background-color: #d3d3d3a3;
  border-radius: 10px;
  padding: 5px;
  font-weight: 700;
  box-shadow: 5px 5px 5px #000;
}

.createdby {
  justify-content: center;
  align-items: center;
  display: flex;
}

.created {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link {
  color: var(--flowui-component-library--gray-900);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.button-2 {
  background-color: #000408;
  align-self: center;
  box-shadow: 3px 2px 5px teal;
}

.button-3 {
  background-color: #01060b;
  align-self: center;
  box-shadow: 3px 3px 5px teal;
}

.button-4 {
  background-color: #010508;
  align-self: center;
  box-shadow: 3px 3px 5px teal;
}

.text-block-3 {
  color: #f3f4f6;
  text-shadow: 2px 2px teal;
  font-size: 18px;
  font-weight: 700;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 700;
}

.footer-dropdown {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-link {
  color: #f3f4f6;
  text-shadow: 2px 2px teal;
  background-color: #000;
  font-weight: 700;
}

.dropdown-link-2 {
  color: #f3f4f6;
  text-shadow: 2px 2px teal;
  background-color: #000;
  font-weight: 700;
  transition: line-height .2s;
}

.dropdown-link-3 {
  color: #f3f4f6;
  text-shadow: 2px 2px teal;
  background-color: #000;
  font-weight: 700;
}

.dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  background-color: #fff;
  font-weight: 700;
}

.dropdown-link-7 {
  color: #f3f4f6;
  text-shadow: 2px 2px teal;
  background-color: #000;
  font-weight: 700;
}

.dropdown-link-7.w--current {
  text-shadow: none;
}

.dropdown-link-8 {
  color: #f3f4f6;
  text-shadow: 2px 2px teal;
  background-color: #000;
  font-weight: 700;
}

.dropdown-link-8.w--current {
  text-shadow: none;
}

.dropdown-link-9 {
  color: #f3f4f6;
  text-shadow: 2px 2px teal;
  background-color: #000;
  font-weight: 700;
}

.dropdown-link-9.w--current {
  text-shadow: none;
}

.dropdown-link-10, .dropdown-link-11, .dropdown-link-12 {
  background-color: #fff;
  font-weight: 700;
}

.icon-2 {
  margin-top: 5px;
}

.footeremaillink {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.link-3 {
  color: #000;
  font-weight: 700;
}

.dropdown-link-13 {
  color: #f3f4f6;
  text-shadow: 2px 2px teal;
  background-color: #000;
  font-weight: 700;
}

.junk-removal, .dropdown-link-15, .dropdown-link-16, .dropdown-link-17 {
  background-color: #fff;
  font-weight: 700;
}

.dropdown-link-18 {
  color: #f3f4f6;
  text-shadow: 2px 2px teal;
  background-color: #000;
  font-weight: 700;
}

.dropdown-link-18.w--current {
  text-shadow: none;
}

.dropdown-link-19, .dropdown-link-20 {
  background-color: #fff;
  font-weight: 700;
}

.icon-3 {
  color: #f3f4f6;
}

.icon-4 {
  color: #f3f4f6;
  text-shadow: 2px 2px teal;
}

.text-block-5 {
  font-size: 18px;
  font-weight: 700;
}

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

.link-4 {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.text-block-6 {
  text-align: center;
  border: 1px solid teal;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  display: block;
  box-shadow: inset 0 0 5px 5px teal;
}

.heading-7 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  display: flex;
}

.testimonial-slider-large-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two-2 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-2 {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
  box-shadow: inset 0 0 10px 5px #00000063;
}

.testimonial-content-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 460px;
  margin: 20px 0;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  align-self: auto;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  text-decoration: underline;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-65 {
  margin-bottom: 8px;
}

.f-margin-bottom-66 {
  margin-bottom: 16px;
}

.f-image-cover {
  aspect-ratio: 2 / 3;
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
}

.f-paragraph-large-2 {
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.f-section-large-2 {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 92px 5%;
  display: flex;
  position: relative;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 1.8;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-sub-heading-small {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-items: center;
  display: grid;
}

.f-content-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

.f-content-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  text-align: left;
  border-radius: 0;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-icon-square {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.div-block-2 {
  text-align: left;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  line-height: 1.6;
  text-decoration: underline;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-67 {
  margin-bottom: 12px;
}

.f-margin-bottom-68 {
  margin-bottom: 16px;
}

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

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 92px 5%;
  position: relative;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 1.8;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library--gray-900);
  align-items: center;
  display: flex;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 0;
  padding: 0;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-h3-heading-4 {
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  text-decoration: underline;
}

.f-margin-bottom-regular {
  margin-bottom: 8px;
}

.f-margin-bottom-70 {
  margin-bottom: 16px;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-small-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
}

.f-content-text-wrapper {
  max-width: 460px;
}

.f-content-image-tall-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

.f-content-divider-2 {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-content-list-item-large-2 {
  grid-column-gap: 24px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small-2 {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-icon-square-2 {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.div-block-3 {
  background-image: url('../images/lawn-image.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  text-align: left;
  vertical-align: middle;
  display: block;
  position: static;
}

.image-7 {
  vertical-align: baseline;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  box-shadow: 0 0 10px 5px #000;
}

.container-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-8 {
  text-align: center;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 48px;
  text-decoration: underline;
}

.heading-9 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 48px;
  text-decoration: underline;
}

.award-block {
  background-image: url('../images/best-of-the-lakeshore-background.jpg');
  background-position: 50%;
  background-size: cover;
  box-shadow: inset 0 0 10px 4px #000;
}

.award-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.yardcleanuplist {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  list-style-type: square;
  display: flex;
}

.heading-lawn-care {
  aspect-ratio: auto;
  color: #f3f4f6;
  text-align: center;
  text-shadow: 3px 3px 1px teal;
  background-image: url('../images/lawn-care-header.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 25px;
  margin: 40px 60px 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 50px;
  line-height: 2;
}

.haulingheader {
  color: #f3f4f6;
  text-align: center;
  text-shadow: 3px 3px 1px teal;
  background-image: url('../images/hotshot-header.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 25px;
  margin: 40px 60px 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 50px;
  line-height: 2;
}

.heading-10 {
  color: #f3f4f6;
  text-align: center;
  text-shadow: 3px 3px 1px teal;
  background-image: url('../images/snow-removal-header.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 25px;
  margin: 40px 60px 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 50px;
  line-height: 2;
}

.heading-11 {
  color: #f3f4f6;
  text-align: center;
  text-shadow: 3px 3px 1px teal;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/cleanout-trailer-full.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 25px;
  margin: 40px 60px 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 50px;
  line-height: 2;
}

.services-description {
  box-sizing: border-box;
  color: #333;
  text-align: left;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  display: block;
}

.section-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  margin-top: 60px;
  display: block;
  overflow: visible;
}

.freeestimate {
  float: none;
  vertical-align: middle;
  cursor: auto;
  border-radius: 20px;
  margin: 0 0 0 60px;
  display: inline-block;
  position: static;
}

.gallery-overview {
  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;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.rt-category-cards-text {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white, .rt-text-white {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-gallery-v-seven {
  padding-top: 0;
  padding-bottom: 0;
}

.rt-body-font {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font.rt-text-white {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-autofit {
  object-fit: cover;
}

.rt-text-center {
  text-align: center;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-tab-image-full-width {
  object-fit: cover;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-portfolio-two-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000 73%, #526632);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-portfolio-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-margin-bottom-thirty-2.rt-portfolio-two-card {
  position: relative;
}

.rt-margin-bottom-thirty-2.rt-portfolio-two-card.rt-overflow-hidden.rt-border-radius-six {
  border-radius: 6px;
}

.rt-our-portfolio {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}

.rt-portfolio-card {
  background-color: var(--\<unknown\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
  border-radius: 10px;
  position: relative;
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.rt-text-white-2 {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-marquee-left-text {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-marquee-left-text.rt-component-heading-two.rt-text-white-2 {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-marquee-left-text.rt-component-heading-two.rt-text-white-2.rt-no-wrap {
  white-space: nowrap;
}

.rt-home-two-portfolio-image-wrapper {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden-2 {
  position: relative;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-two {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
  position: relative;
}

.rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-marquee {
  display: flex;
}

.rt-home-two-portfolio-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  max-width: 1220px;
  height: 1430px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-portfolio-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 563px;
  height: 631px;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-one {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Mask-group-65_1Mask group (65).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-two {
  background-image: linear-gradient(#0006, #0006), url('../images/Mask-group-66_1Mask group (66).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-three {
  background-image: linear-gradient(#0006, #0006), url('../images/Mask-group-67_1Mask group (67).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-four {
  background-image: linear-gradient(#0006, #0006), url('../images/Mask-group-68_1Mask group (68).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.rt-component-heading-two {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-background-dark {
  background-color: var(--\<unknown\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
}

.rt-lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.heading-12 {
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-decoration: underline;
}

.image-9 {
  float: right;
  text-align: left;
  border-radius: 25px;
  margin-right: 60px;
}

.image-10 {
  float: right;
}

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

.image-11 {
  border-radius: 25px;
}

.section-3 {
  padding-top: 0;
}

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

.column-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-12 {
  border-radius: 25px;
  margin-right: 60px;
}

.image-13 {
  float: right;
  margin-right: 60px;
}

.image-14 {
  float: right;
  border-radius: 30px;
  margin-right: 20px;
  padding-right: 0;
}

.socials-block {
  background-color: #000;
}

.facebook {
  background-color: red;
  border-radius: 50px;
}

.social-div-block {
  background-color: #000;
  justify-content: flex-end;
  display: flex;
}

.header-facebook-link-image {
  margin: 10px;
  padding-right: 0;
}

.header-yelp-link-image {
  margin: 10px;
}

.header-nextdoor-link-image {
  margin: 10px 40px 10px 10px;
}

.best-of-lakeshore {
  float: right;
  margin-right: 60px;
}

.progress-lakeshore {
  float: right;
}

.image-15, .image-16 {
  border-radius: 15px;
  max-width: 75%;
  margin: 10px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  box-shadow: 6px 6px 10px #00000080;
}

.image-17 {
  border-radius: 15px;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  box-shadow: 6px 6px 10px #00000080;
}

.column-3 {
  margin-top: 0;
  margin-bottom: 0;
}

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

@media screen and (max-width: 991px) {
  .footercontainer {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #000;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: #f3f4f6;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.w--current {
    color: #f3f4f6;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    margin-right: 100px;
    padding: 12px;
  }

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

  .footer-nav-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .form-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .f-feature-card-row {
    flex-direction: column;
  }

  .f-feature-card-divider {
    width: 50%;
    height: 1px;
    margin: 32px 0;
  }

  .services-container {
    flex: 0 auto;
    width: auto;
  }

  .services-main-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .services-card {
    grid-row-gap: 2em;
  }

  .estimates-image {
    max-width: 80%;
  }

  .text-block-3 {
    color: #f3f4f6;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-13 {
    color: #f3f4f6;
    text-shadow: 2px 2px teal;
    background-color: #000;
  }

  .icon-3 {
    color: #f3f4f6;
    text-shadow: 2px 2px teal;
  }

  .icon-4, .icon-5, .icon-6 {
    color: #f3f4f6;
  }

  .container-5, .container-6 {
    max-width: 728px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .f-image-cover {
    aspect-ratio: auto;
    vertical-align: middle;
    object-fit: fill;
    min-width: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: static;
  }

  .f-paragraph-large-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
    padding-left: 100px;
    padding-right: 100px;
  }

  .f-content-image-tall {
    max-width: 100%;
    height: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

  .f-image-cover-2 {
    vertical-align: bottom;
    display: inline-block;
  }

  .f-paragraph-large-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .f-grid-two-column-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-paragraph-large-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .f-section-large-4 {
    display: flex;
  }

  .f-content-text-wrapper {
    max-width: 100%;
  }

  .f-content-image-tall-2 {
    max-width: 100%;
    height: 400px;
  }

  .f-content-list-wrapper-small-2 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
  }

  .award-block {
    justify-content: center;
    display: flex;
  }

  .image-8 {
    background-image: url('../images/salvage-background.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .services-description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .freeestimate {
    display: inline-block;
  }

  .container {
    max-width: 728px;
  }

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

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-autofit-2.rt-tab-image-full-width, .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-our-portfolio {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .rt-portfolio-card {
    width: 100%;
  }

  .rt-home-two-portfolio-image-wrapper-three {
    padding-bottom: 0;
  }

  .rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden-2.rt-underline-off.rt-responsive-full-width-2, .rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden-2.rt-underline-off.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-block {
    padding-top: 50px;
  }

  .rt-home-two-portfolio-image-wrapper-two {
    padding-top: 0;
  }

  .rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden-2.rt-underline-off.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-marquee {
    display: none;
  }

  .rt-home-two-portfolio-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    height: auto;
  }

  .rt-home-two-portfolio-image {
    height: 400px;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .image-13 {
    margin-right: 20px;
  }

  .best-of-lakeshore {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    color: #f3f4f6;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.w--current {
    color: #f3f4f6;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .menu-button {
    margin-right: 40px;
  }

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

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link {
    margin-bottom: 10px;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .features-list {
    padding: 60px 15px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .services-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    margin-top: 30px;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .services-card {
    grid-row-gap: 1.5em;
  }

  .button-2, .button-3 {
    box-shadow: 3px 3px 5px teal;
  }

  .button-4 {
    box-shadow: 3px 3px 5px #0003;
  }

  .text-block-3 {
    color: #f3f4f6;
  }

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

  .icon {
    margin-top: 5px;
  }

  .icon-3 {
    color: #f3f4f6;
  }

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

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-two-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-two-column-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-lawn-care {
    background-position: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .haulingheader {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-10 {
    color: #f3f4f6;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .services-description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .freeestimate {
    margin-left: 0;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .best-of-lakeshore {
    margin-right: 0;
  }

  .image-15, .image-16, .image-17 {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    color: #f3f4f6;
    max-width: 100%;
  }

  .footercontainer {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-two {
    text-align: left;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
  }

  .nav-link {
    color: #f3f4f6;
    text-align: left;
    padding-left: 5px;
    text-decoration: none;
    display: inline-block;
  }

  .nav-link.w--current {
    color: #f3f4f6;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-button {
    margin-left: auto;
    margin-right: 10px;
  }

  .menu-button.w--open {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .testimonial-slider-nav {
    margin-top: 0;
  }

  .container-3 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .form-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button {
    background-color: teal;
  }

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

  .section {
    min-width: 0;
  }

  .footercontactinfo {
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
  }

  .f-paragraph-large {
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .f-section-large {
    padding-left: 0%;
    padding-right: 0%;
  }

  .services-container {
    flex: 0 auto;
    width: 100%;
  }

  .services-main-grid {
    margin-top: 30px;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
    height: auto;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

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

  .estimates-image {
    max-width: 100%;
  }

  .button-4 {
    box-shadow: 3px 3px 5px teal;
  }

  .text-block-3 {
    color: #f3f4f6;
  }

  .text-block-4 {
    padding-bottom: 0;
    padding-left: 20px;
  }

  .footer-dropdown {
    padding-bottom: 0;
  }

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

  .icon {
    text-align: left;
    margin-top: 5px;
    text-decoration: none;
    inset: 0% 0% 0% auto;
  }

  .icon-2 {
    margin-top: 5px;
  }

  .icon-3 {
    color: #f3f4f6;
  }

  .footer-social-link-yelp, .image-5 {
    padding-left: 0;
  }

  .text-block-5 {
    padding-bottom: 0;
    padding-left: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .text-block-6 {
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
  }

  .container-6 {
    max-width: none;
  }

  .testimonial-slide-2 {
    padding-left: 23px;
  }

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .f-image-cover {
    aspect-ratio: 2 / 3;
  }

  .f-paragraph-large-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .f-paragraph-regular {
    font-size: 16px;
    font-weight: 700;
  }

  .f-grid-two-column {
    grid-template-areas: "."
                         "Area";
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .f-paragraph-large-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-paragraph-regular-2 {
    font-size: 16px;
  }

  .f-grid-two-column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-h3-heading-4 {
    display: block;
  }

  .f-paragraph-large-4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .f-paragraph-small-2 {
    font-size: 16px;
    font-weight: 700;
  }

  .f-content-list-wrapper-small-2 {
    justify-content: flex-start;
  }

  .heading-8, .heading-9 {
    line-height: 48px;
  }

  .heading-lawn-care {
    -webkit-text-fill-color: inherit;
    background-position: 50%;
    background-clip: border-box;
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
  }

  .haulingheader, .heading-10 {
    font-size: 40px;
  }

  .heading-11 {
    background-image: url('../images/cleanout-trailer-full.png');
    font-size: 40px;
  }

  .services-description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .section-2 {
    margin-top: 60px;
  }

  .freeestimate {
    margin-left: 0;
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 40px 10px 10px;
  }

  .container {
    max-width: none;
  }

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

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

  .image-9 {
    clear: none;
    margin-right: 0;
  }

  .image-10 {
    float: none;
    clear: none;
  }

  .column-2 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
  }

  .image-12 {
    margin-right: 0;
  }

  .image-13, .image-14 {
    margin-top: 40px;
  }

  .social-div-block {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .header-nextdoor-link-image {
    margin-right: 10px;
  }

  .best-of-lakeshore {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .progress-lakeshore {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-17 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#hauling.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae4f-08b80127 {
  grid-area: 1 / 1 / 2 / 7;
}

#lawn-care.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae5b-08b80127 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#junk-removal.w-node-_01fd03ee-b85f-e58a-95cb-2ca8149788bf-08b80127 {
  grid-area: 1 / 7 / 2 / 13;
}

#snow-plowing.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae67-08b80127 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#hauling-info-block.w-node-ff690831-14eb-d674-9614-b47776b92303-c110956f {
  place-self: auto;
}

#w-node-ff690831-14eb-d674-9614-b47776b9231c-c110956f {
  justify-self: end;
}

#lawn-care-info-block.w-node-d4b3d69d-3467-4fd1-4d51-cb992f0d7613-4bd66fb8 {
  place-self: auto;
}

#w-node-d4b3d69d-3467-4fd1-4d51-cb992f0d7634-4bd66fb8 {
  justify-self: end;
}

#w-node-_75f19de5-c0ac-0316-4f27-64b6a7fcc0d7-4bd66fb8 {
  justify-self: start;
}

#yard-cleanup-info-block.w-node-e4fe7b6f-6560-0190-9e48-a5d30380a67e-4bd66fb8 {
  place-self: auto;
}

#w-node-b9cfc685-ec2d-bc3c-9393-5cc7a134c852-6334b0a3 {
  justify-self: start;
}

#yard-cleanup-info-block.w-node-b9cfc685-ec2d-bc3c-9393-5cc7a134c854-6334b0a3, #lawn-care-info-block.w-node-_0ccdf1f1-3832-3d7d-5b00-19a7c929aecf-d2c39abb {
  place-self: auto;
}

#w-node-_0ccdf1f1-3832-3d7d-5b00-19a7c929aeed-d2c39abb {
  justify-self: end;
}

#w-node-f237a05c-75bc-44fe-ebd9-3c0269d0f159-f8de4081, #w-node-f237a05c-75bc-44fe-ebd9-3c0269d0f16e-f8de4081, #w-node-f237a05c-75bc-44fe-ebd9-3c0269d0f183-f8de4081, #w-node-_603a7886-6de3-256d-9614-7f8024d8bc73-f8de4081, #w-node-_603a7886-6de3-256d-9614-7f8024d8bc7e-f8de4081, #w-node-_603a7886-6de3-256d-9614-7f8024d8bc89-f8de4081, #w-node-_8e33cbf9-1c7e-9ec4-3723-a90b6500fc5f-f8de4081, #w-node-_8e33cbf9-1c7e-9ec4-3723-a90b6500fc6a-f8de4081, #w-node-_8e33cbf9-1c7e-9ec4-3723-a90b6500fc75-f8de4081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #hauling.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae4f-08b80127, #lawn-care.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae5b-08b80127, #junk-removal.w-node-_01fd03ee-b85f-e58a-95cb-2ca8149788bf-08b80127, #snow-plowing.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae67-08b80127 {
    grid-column: span 2 / span 2;
  }

  #w-node-d4b3d69d-3467-4fd1-4d51-cb992f0d7634-4bd66fb8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #hauling.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae4f-08b80127, #lawn-care.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae5b-08b80127 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #junk-removal.w-node-_01fd03ee-b85f-e58a-95cb-2ca8149788bf-08b80127 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: auto;
  }

  #snow-plowing.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae67-08b80127 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #hauling.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae4f-08b80127, #lawn-care.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae5b-08b80127 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #junk-removal.w-node-_01fd03ee-b85f-e58a-95cb-2ca8149788bf-08b80127 {
    grid-column: span 4 / span 4;
  }

  #snow-plowing.w-node-_721ac5ab-223f-c1d9-12e7-32df882eae67-08b80127 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


