:root {
  --_auto-chum-brand---deep-sea-blue: #154985;
  --_auto-chum-brand---font-primary: Futura, Arial, Helvetica, sans-serif;
  --_auto-chum-brand---auto-blue: #00cfff;
  --_auto-chum-brand---cool-blue: #7cc4f3;
  --_auto-chum-brand---red-cta: #ff4b4b;
  --_auto-chum-brand---white: #fff;
  --_auto-chum-brand---light-aqua: #7cc4f3;
  --_auto-chum-brand---charcoal-grey: #555;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Prelaunch: nav links are intentionally empty, so hide the hamburger
   menu button entirely on the business and cleaners landing pages. */
body.theme-business .menubtn,
body.theme-business .w-nav-button,
body.theme-cleaner .menubtn,
body.theme-cleaner .w-nav-button {
  display: none !important;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.theme-business {
  background-color: var(--_auto-chum-brand---white);
}

.theme-cleaner {
  background-color: var(--_auto-chum-brand---light-aqua);
}

.ac-body-text {
  font-family: var(--_auto-chum-brand---font-primary);
  color: var(--_auto-chum-brand---charcoal-grey);
  font-size: 16px;
  line-height: 1.6;
}

.ac-body-text--lg {
  font-size: 18px;
  line-height: 1.5;
}

.ac-body-text--inverse {
  color: var(--_auto-chum-brand---white);
}

.ac-nav-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #052536;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--_auto-chum-brand---font-primary);
  flex-flow: row;
  align-items: center;
  margin-right: 20px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.ac-nav-link:hover {
  color: var(--_auto-chum-brand---deep-sea-blue);
}

.ac-nav-link.ac-nav-link--active-biz {
  color: var(--_auto-chum-brand---deep-sea-blue);
  font-weight: 600;
}

.ac-nav-link.ac-nav-link--active-cleaner {
  color: var(--_auto-chum-brand---cool-blue);
  font-weight: 700;
}

.ac-nav-link.skinny-white {
  color: #fff;
  padding-top: 0;
  font-size: 16px;
}

.ac-footer-link {
  float: left;
  opacity: .85;
  color: #fff;
  text-transform: none;
  font-size: 17px;
  font-family: var(--_auto-chum-brand---font-primary);
  padding-right: 20px;
  text-decoration: none;
}

.ac-footer-link:hover, .ac-footer-link.w--current:hover {
  color: var(--_auto-chum-brand---deep-sea-blue);
}

.ac-entry-panel-inner {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  max-width: 480px;
  padding: 64px;
  display: flex;
}

.ac-entry-tag {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.ac-entry-heading {
  font-family: var(--_auto-chum-brand---font-primary);
  color: var(--_auto-chum-brand---deep-sea-blue);
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 7px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.ac-entry-heading.cleaner {
  color: var(--_auto-chum-brand---cool-blue);
}

.ac-entry-sub {
  text-align: center;
  margin: 0 0 17px;
  font-family: Futur;
  font-size: 16px;
  line-height: 1.6;
}

.ac-entry-btn {
  color: #fff;
  cursor: pointer;
  background-color: var(--_auto-chum-brand---deep-sea-blue);
  border-radius: 50px;
  padding: 14px 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.ac-entry-btn.cleanerbtn {
  background-color: var(--_auto-chum-brand---cool-blue);
}

.ac-pricing-h1 {
  color: var(--_auto-chum-brand---deep-sea-blue);
  text-transform: none;
  margin: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 1.1;
}

.ac-pricing-h1.cleaners {
  color: var(--_auto-chum-brand---cool-blue);
}

.ac-pricing-plans {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 140px 20px;
  display: flex;
}

.ac-plans-title {
  color: var(--_auto-chum-brand---deep-sea-blue);
  text-transform: none;
  flex-flow: row;
  margin: 30px 0 0;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  display: flex;
}

.ac-plans-title.cleaners {
  color: var(--_auto-chum-brand---cool-blue);
}

.ac-plans-sub {
  color: #555;
  margin: 13px 0 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
}

.ac-cards-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.ac-plan-name {
  color: var(--_auto-chum-brand---deep-sea-blue);
  margin: 0 0 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.ac-plan-name.cleaners {
  color: var(--_auto-chum-brand---cool-blue);
}

.ac-plan-desc {
  color: #555;
  margin: 0 0 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.ac-features-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: 17px;
  list-style: none;
  display: flex;
}

.ac-search-wrapper {
  background-color: var(--_auto-chum-brand---white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 95%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 80px;
  font-family: Futura, Arial, Helvetica, sans-serif;
}

.ac-search-header {
  margin-bottom: 16px;
}

.ac-search-count {
  color: #052536;
  margin: 0;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.ac-search-query {
  color: var(--_auto-chum-brand---cool-blue);
  line-height: 24px;
}

.ac-search-divider {
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #05253626;
  margin: 0;
}

.ac-job-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  padding: 28px 0;
  display: flex;
}

.ac-job-image {
  border-radius: 6px;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.ac-job-img-blur {
  filter: blur(8px);
  background-image: linear-gradient(135deg, #b0d4e8 0%, #8ab8d0 50%, #9ecae0 100%);
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.ac-job-details {
  flex: 1;
}

.ac-job-date {
  color: #555;
  margin: 0 0 6px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.ac-job-title {
  color: var(--_auto-chum-brand---cool-blue);
  margin: 0 0 4px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.ac-job-location {
  color: #555;
  margin: 0 0 8px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.ac-job-desc {
  color: #555;
  margin: 0 0 8px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.ac-job-price {
  color: #052536;
  margin: 0 0 4px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5em;
}

.ac-job-deadline {
  color: #555;
  margin: 0;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

.ac-job-actions {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: stretch;
  min-width: 160px;
  display: flex;
}

.ac-job-cta-primary {
  color: #fff;
  text-align: center;
  background-color: var(--_auto-chum-brand---cool-blue);
  border-radius: 24px;
  padding: 10px 40px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.ac-job-cta-secondary {
  color: var(--_auto-chum-brand---cool-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--_auto-chum-brand---cool-blue);
  background-color: #0000;
  border: 2px solid var(--_auto-chum-brand---cool-blue);
  border-radius: 24px;
  padding: 11px 16px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.ac-search-more {
  text-align: center;
  padding: 40px 0 0;
}

.ac-show-more-btn {
  color: #fff;
  background-color: var(--_auto-chum-brand---cool-blue);
  border-radius: 24px;
  padding: 10px 40px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.ac-job-page {
  background-color: #fff;
  width: 95%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 60px 80px;
  font-family: Futura, Arial, Helvetica, sans-serif;
}

.ac-job-page-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ac-job-back {
  color: #052536;
  margin-bottom: 20px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.ac-job-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.ac-job-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex-shrink: 0;
  width: 25%;
  display: flex;
}

.ac-job-company-img {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.ac-job-img-blur-1 {
  filter: blur(10px);
  background-image: linear-gradient(135deg, #c5dce8, #a0c4d8 50%, #b8d8e8);
  width: 100%;
  height: 100%;
  position: static;
  transform: scale(1.15);
}

.ac-job-map {
  background-color: #d4eaf4;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 160px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ac-job-map-blur {
  filter: blur(6px);
  background-image: linear-gradient(135deg, #c0d8e8, #a8c8dc, #b0d0e4);
  position: absolute;
  inset: 0;
  transform: scale(1.1);
}

.ac-job-map-label {
  z-index: 1;
  color: var(--_auto-chum-brand---cool-blue);
  text-align: center;
  background-color: #fff;
  border: 2px solid var(--_auto-chum-brand---cool-blue);
  border-radius: 40px;
  padding: 10px 20px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  position: relative;
}

.ac-job-content {
  flex: 1;
}

.ac-job-content-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.ac-job-heading {
  color: #052536;
  text-transform: lowercase;
  margin: 0;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.ac-job-top-ctas {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  display: flex;
}

.ac-jd-cta-primary {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--_auto-chum-brand---cool-blue);
  border-radius: 24px;
  padding: 11px 40px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.ac-jd-cta-secondary {
  color: #79bfed;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 2px solid #7cc3f2;
  border-radius: 24px;
  padding: 10px 20px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.ac-job-meta {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 28px;
  display: flex;
}

.ac-job-meta-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: baseline;
  display: flex;
}

.ac-meta-label {
  color: #052536;
  flex-shrink: 0;
  min-width: 200px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
}

.ac-meta-value {
  color: #555;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

.ac-meta-value.ac-meta-blur {
  opacity: .13;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #555;
  background-clip: border-box;
}

.ac-meta-blur {
  color: #0000;
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--_auto-chum-brand---cool-blue);
  border-radius: 2px;
}

.ac-job-section {
  margin-bottom: 24px;
}

.ac-job-section-h {
  color: var(--_auto-chum-brand---cool-blue);
  margin: 0 0 10px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.ac-job-section-p {
  color: var(--_auto-chum-brand---charcoal-grey);
  margin: 0;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.ac-job-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.ac-job-bottom-ctas {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 32px;
  display: flex;
}

.ac-about-wrapper {
  background-color: var(--_auto-chum-brand---deep-sea-blue);
  font-family: Futur;
}

.ac-about-hero {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 148px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.ac-about-h1 {
  color: var(--_auto-chum-brand---deep-sea-blue);
  text-transform: none;
  margin: 0 0 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 700;
}

.ac-about-tagline {
  color: #555;
  flex-flow: row;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
}

.ac-about-mission {
  background-color: #fff;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ac-about-mission-inner {
  max-width: 900px;
  margin: 0 auto;
}

.ac-about-h2 {
  color: #052536;
  text-transform: none;
  margin: 0 0 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.ac-about-h2.ac-about-h2-center {
  color: var(--_auto-chum-brand---deep-sea-blue);
}

.ac-about-h2-center {
  text-align: center;
}

.ac-about-p {
  color: #555;
  margin: 0 0 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.ac-about-how {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 60px;
  padding-right: 60px;
}

.ac-about-how-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}

.ac-about-how-col {
  flex: 1;
}

.ac-about-h3 {
  color: var(--_auto-chum-brand---deep-sea-blue);
  text-transform: capitalize;
  margin: 0 0 28px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.ac-about-h3.ac-about-h3-aqua {
  color: var(--_auto-chum-brand---cool-blue);
}

.ac-about-h3-aqua {
  color: var(--_auto-chum-brand---cool-blue);
}

.ac-about-step {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.ac-about-step-num {
  color: #fff;
  background-color: #004684;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: Futur;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.ac-about-step-num.ac-step-num-aqua {
  background-color: var(--_auto-chum-brand---cool-blue);
}

.ac-step-num-aqua {
  background-color: var(--_auto-chum-brand---cool-blue);
}

.ac-about-step-title {
  color: var(--_auto-chum-brand---deep-sea-blue);
  margin: 0 0 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.ac-about-step-title.cleanerstitle {
  color: var(--_auto-chum-brand---cool-blue);
}

.ac-about-step-desc {
  color: #555;
  margin: 0;
  font-family: Futur;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
}

.ac-contact-wrapper {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-family: Futura, Arial, Helvetica, sans-serif;
}

.ac-contact-hero {
  text-align: center;
  background-color: #004583;
  background-image: linear-gradient(198deg, #004584, var(--_auto-chum-brand---cool-blue));
  border-radius: 20px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ac-contact-h1 {
  color: #fff;
  text-transform: lowercase;
  margin: 0 0 16px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.ac-contact-sub {
  color: #fffc;
  margin: 0;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.ac-contact-body {
  border-bottom-left-radius: 20px;
  padding: 80px 60px;
}

.ac-contact-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-start;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
}

.ac-contact-form-col {
  flex: 1.2;
}

.ac-contact-h2 {
  color: var(--_auto-chum-brand---deep-sea-blue);
  text-transform: capitalize;
  margin: 0 0 28px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.ac-contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.ac-search-styles {
  display: none;
}

.ac-job-desc-styles {
  display: none;
}

.ac-about-styles {
  display: none;
}

.ac-nav-signup {
  font-family: var(--_auto-chum-brand---font-primary);
  color: #052536;
  text-transform: capitalize;
  white-space: nowrap;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.ac-nav-signup.skinny-white {
  color: #fff;
  font-size: 15px;
}

.ac-nav-login {
  font-family: var(--_auto-chum-brand---font-primary);
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: var(--_auto-chum-brand---cool-blue);
  border-radius: 40px;
  padding: 10px 40px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.ac-nav-login.skinny-white {
  color: var(--_auto-chum-brand---deep-sea-blue);
  background-color: #fff;
  padding: 7px 30px;
  font-size: 12px;
}

.ac-nav-login.businessbtn {
  background-color: var(--_auto-chum-brand---red-cta);
}

.ac-nav-spacer {
  flex-shrink: 0;
  width: 100%;
  height: 100px;
  padding-top: 112px;
  display: block;
}

.div-block-2 {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  width: 50%;
  margin-top: 105px;
  display: block;
  position: relative;
}

.list {
  padding-bottom: 0;
  padding-left: 23px;
  font-size: 25px;
  list-style-type: disc;
  display: block;
}

.image-3 {
  width: 100%;
}

.div-block-3 {
  z-index: 3;
  justify-content: flex-end;
  width: 50%;
  margin-top: 41px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.blue_cta {
  text-align: center;
  background-color: var(--_auto-chum-brand---deep-sea-blue);
  border: 1px solid var(--_auto-chum-brand---cool-blue);
  border-radius: 40px;
  align-items: center;
  margin-right: 8px;
  padding: 10px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  display: inline-flex;
}

.white_cta {
  color: var(--_auto-chum-brand---deep-sea-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--_auto-chum-brand---cool-blue);
  background-color: #fff;
  border: 2px solid var(--_auto-chum-brand---deep-sea-blue);
  border-radius: 40px;
  padding: 10px 40px;
  font-size: 17px;
  font-weight: 400;
}

.div-block-6 {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 220px;
}

.div-block-7 {
  width: 50%;
  margin-left: 60px;
  margin-right: 220px;
  display: block;
}

.quick-stack {
  grid-column-gap: 31px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.heading3 {
  color: var(--_auto-chum-brand---deep-sea-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.heading2 {
  color: var(--_auto-chum-brand---deep-sea-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

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

.heading2.center.cleaners {
  color: var(--_auto-chum-brand---cool-blue);
}

.div-block-8 {
  z-index: 5;
  float: none;
  clear: none;
  text-align: left;
  flex-flow: wrap;
  display: flex;
  position: static;
}

.image-4 {
  vertical-align: baseline;
  width: 25%;
  margin-bottom: 32px;
}

.div-block-9 {
  text-align: right;
  margin-top: 53px;
}

.image-6 {
  width: 20%;
  margin-top: 39px;
  transform: rotate(-90deg);
}

.div-block-10 {
  z-index: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.list-2 {
  margin-top: 15px;
}

.div-block-12 {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 95%;
  height: 100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: var(--_auto-chum-brand---deep-sea-blue);
}

.div-block-13 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.div-block-14 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 95%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19 {
  width: 95%;
  margin: -83px auto -64px;
  display: flex;
}

.div-block-20 {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 140px;
}

.div-block-21 {
  width: 50%;
  margin-right: 140px;
}

.heading-4 {
  color: var(--_auto-chum-brand---cool-blue);
  margin-top: auto;
  margin-bottom: 19px;
}

.image-9 {
  height: 50px;
  margin-right: 10px;
}

.image-10 {
  height: 50px;
}

.image-11.center {
  text-align: center;
  margin-top: -39px;
  margin-bottom: 17px;
  display: block;
  position: relative;
}

.mycustomslide {
  width: 27%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.mask {
  width: 100%;
  height: auto;
  margin-top: 56px;
}

.slide, .slide-2 {
  width: 27%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.image-12 {
  width: 50px;
}

.image-13 {
  width: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
}

.image-14 {
  width: 20px;
  margin-top: 65px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-22 {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 58px;
  position: static;
  left: 100px;
}

.footer {
  padding-bottom: 130px;
  display: block;
}

.div-block-23 {
  width: 50%;
  height: auto;
  display: flex;
}

.div-block-24 {
  border-bottom: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-end;
  width: 95%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  clear: none;
  text-align: left;
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.text-span {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 19px;
  font-size: 15px;
  position: relative;
}

.text-block-2 {
  width: 95%;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-2 {
  color: var(--_auto-chum-brand---white);
}

.image-16 {
  height: 30px;
  margin-bottom: 13px;
  margin-right: 10px;
  display: block;
  position: relative;
}

.image-17 {
  clear: none;
  height: 30px;
  margin-bottom: 13px;
  display: block;
  position: relative;
}

.div-block-25 {
  clear: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.image-19 {
  background-color: #fff;
  width: 95%;
  margin-top: 82px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.div-block-28 {
  z-index: 0;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 141.92px;
}

.hamburgermenuskinny, .div-block-31, .div-block-32 {
  display: none;
}

.navbacleanerr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_auto-chum-brand---deep-sea-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.brand {
  float: none;
  width: 33.333%;
  display: block;
  position: relative;
}

.image-21 {
  height: 60px;
}

.div-block-34 {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: space-between;
  width: 95%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-35 {
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  width: 100%;
  margin: 20px 20px 18px;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  width: 66.66%;
  display: flex;
}

.div-block-37 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

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

.div-block-46 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 11px;
  display: flex;
}

.body-2 {
  background-color: var(--_auto-chum-brand---white);
}

.div-block-47 {
  width: 20px;
  height: 100%;
}

.image-25 {
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-48 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: auto;
  background-color: var(--_auto-chum-brand---deep-sea-blue);
  margin-bottom: auto;
  display: flex;
}

.div-block-49 {
  margin-top: 42px;
  display: flex;
}

.body-3, .body-4 {
  background-color: var(--_auto-chum-brand---white);
}

.div-block-50 {
  width: 100%;
  display: flex;
}

.div-block-51 {
  background-color: #fff;
  border: 1px solid var(--_auto-chum-brand---cool-blue);
  border-radius: 20px;
  flex-flow: column;
  width: 33.333%;
  height: 100%;
  margin-right: 20px;
  display: flex;
  position: static;
}

.div-block-53 {
  flex-flow: row;
  justify-content: center;
  margin-top: 17px;
  margin-bottom: 24px;
  display: flex;
}

.text-block-4 {
  color: #004786;
  font-size: 17px;
  font-weight: 700;
}

.text-block-4.cleaners {
  color: var(--_auto-chum-brand---cool-blue);
}

.div-block-54 {
  flex-flow: row;
  align-items: center;
  margin-right: 7px;
  display: flex;
}

.text-block-6 {
  color: var(--_auto-chum-brand---deep-sea-blue);
  font-size: 55px;
  font-weight: 700;
}

.text-block-6.cleaners {
  color: var(--_auto-chum-brand---cool-blue);
}

.button {
  color: #fff;
  text-align: center;
  background-color: var(--_auto-chum-brand---auto-blue);
  border-radius: 20px;
  width: 100%;
  padding: 10px 0;
  font-size: 17px;
}

.button.cleaners {
  color: #fff;
  background-color: var(--_auto-chum-brand---auto-blue);
}

.div-block-55 {
  padding: 30px;
}

.div-block-56 {
  border-top: 1px solid var(--_auto-chum-brand---cool-blue);
  padding: 30px 30px 40px;
}

.text-block-7 {
  color: var(--_auto-chum-brand---deep-sea-blue);
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

.text-block-7.cleaners {
  color: var(--_auto-chum-brand---cool-blue);
  -webkit-text-stroke-color: #141414;
}

.div-block-57 {
  flex-flow: column;
  justify-content: space-between;
  width: 25%;
  height: 100%;
  padding-right: 40px;
  display: flex;
}

.div-block-58 {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  width: 75%;
  height: 100%;
  display: flex;
  position: static;
}

.div-block-59 {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -3px 6px 5px #0003;
}

.body-5 {
  background-color: var(--_auto-chum-brand---light-aqua);
}

.cleanernav {
  background-color: var(--_auto-chum-brand---cool-blue);
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.div-block-60 {
  background-color: #fff;
  border: 0 var(--_auto-chum-brand---cool-blue);
  border-radius: 0;
  justify-content: flex-start;
  width: 95%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-26 {
  z-index: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.image-27 {
  float: right;
  height: 150px;
  margin-top: 160px;
  margin-bottom: 37px;
  margin-right: 75px;
}

.heading-5 {
  color: var(--_auto-chum-brand---cool-blue);
  font-size: 65px;
  line-height: 70px;
}

.button-2 {
  color: #fff;
  background-color: var(--_auto-chum-brand---auto-blue);
  border-radius: 40px;
  margin-right: 8px;
  padding: 10px 40px;
  font-size: 17px;
}

.button-3 {
  color: var(--_auto-chum-brand---cool-blue);
  background-color: #fff;
  border: 1px solid var(--_auto-chum-brand---cool-blue);
  border-radius: 40px;
  padding: 10px 40px;
  font-size: 17px;
}

.div-block-61 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-28 {
  width: 100%;
  max-height: 700px;
}

.div-block-62 {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  width: 95%;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-8 {
  aspect-ratio: auto;
  color: var(--_auto-chum-brand---cool-blue);
  text-align: center;
  flex-flow: column;
  width: 1376.55px;
  margin-top: 113px;
  font-size: 25px;
  line-height: 53px;
  display: flex;
  position: static;
}

.quick-stack-3 {
  grid-column-gap: 5px;
  grid-row-gap: 44px;
  width: 75%;
  margin: 31px auto 115px;
  padding: 0;
}

.image-30 {
  width: 180px;
  height: 200px;
}

.image-31 {
  width: 180px;
}

.image-32 {
  width: 150px;
}

.cell-2, .cell-3 {
  justify-content: flex-end;
  align-items: center;
}

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

.text-block-12 {
  color: var(--_auto-chum-brand---cool-blue);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-14 {
  text-align: center;
  width: 80%;
  margin-top: 10px;
  font-size: 17px;
}

.image-33 {
  opacity: 1;
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.heading-6 {
  color: #fff;
  width: 70%;
  font-size: 25px;
  line-height: 30px;
}

.image-35 {
  width: 200px;
}

.cell-5 {
  justify-content: flex-end;
  align-items: center;
}

.div-block-70 {
  z-index: 997;
  position: relative;
}

.div-block-73 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
}

.div-block-75 {
  background-color: #fff;
  flex-flow: column;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
}

.div-block-76 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-80 {
  border-radius: 20px;
  padding-bottom: 67px;
  display: flex;
}

.button-4 {
  background-color: var(--_auto-chum-brand---deep-sea-blue);
  border-radius: 30px;
  padding: 10px 40px;
}

.heading-7 {
  color: var(--_auto-chum-brand---deep-sea-blue);
  font-size: 55px;
  line-height: 58px;
}

.div-block-81 {
  background-color: #fff;
  flex-flow: column;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-6 {
  justify-content: space-between;
  align-items: center;
  width: 66.666%;
  display: flex;
}

.div-block-82 {
  width: 100%;
  height: 100px;
}

.div-block-84 {
  background-color: #fff;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.body-6 {
  background-color: var(--_auto-chum-brand---light-aqua);
}

.div-block-85 {
  flex-flow: row;
  display: flex;
}

.div-block-86 {
  background-color: #fff;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.button-5 {
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.body-7 {
  background-color: var(--_auto-chum-brand---white);
}

.textarea {
  min-height: 300px;
}

.body-8, .body-9 {
  background-color: var(--_auto-chum-brand---light-aqua);
}

.div-block-87 {
  height: 100px;
}

.section-2 {
  width: 100%;
  justify-content: center;
  display: flex;
}

.form-block {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 40px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
}

.form {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
}

.heading-8 {
  color: var(--_auto-chum-brand---deep-sea-blue);
  margin-bottom: 20px;
}

.submit-button {
  background-color: var(--_auto-chum-brand---deep-sea-blue);
  border-radius: 20px;
  padding: 10px 40px;
}

.text-field, .text-field-2 {
  border: 2px solid var(--_auto-chum-brand---deep-sea-blue);
  border-radius: 20px;
  width: 100%;
  max-width: 280px;
  min-width: 0;
  box-sizing: border-box;
}

.div-block-88 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
.ac-nav-link {
    color: #fff;
    text-align: center;
    justify-content: center;
    margin-bottom: 12px;
  }

.ac-footer-link {
    margin-right: 15px;
    padding-right: 0;
    font-size: 14px;
    line-height: 16px;
  }

.ac-footer-link.w--current {
    width: auto;
    font-size: 14px;
    line-height: 16px;
  }

.ac-entry-panel-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

.ac-entry-heading {
    font-size: 36px;
  }

.ac-entry-heading.cleaner {
    color: var(--_auto-chum-brand---cool-blue);
  }

.ac-entry-sub {
    line-height: 18px;
  }

.ac-pricing-h1 {
    font-size: 40px;
  }

.ac-pricing-plans {
    border-bottom-right-radius: 20px;
    flex-direction: column;
    padding: 0 40px 20px;
  }

.ac-plans-title {
    margin-top: 0;
    font-size: 20px;
  }

.ac-plans-sub {
    margin-top: 0;
    display: flex;
  }

.ac-cards-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

.ac-plan-name {
    font-size: 20px;
  }

.ac-plan-desc {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

.ac-search-wrapper {
    padding: 32px 40px 60px;
  }

.ac-job-image {
    width: 90px;
    height: 80px;
  }

.ac-job-actions {
    min-width: 140px;
  }

.ac-job-page {
    padding: 24px 40px 60px;
  }

.ac-job-sidebar {
    width: 160px;
  }

.ac-job-company-img, .ac-job-map {
    width: 160px;
    height: 130px;
  }

.ac-job-heading {
    font-size: 28px;
  }

.ac-about-hero {
    padding: 70px 40px;
  }

.ac-about-h1 {
    font-size: 40px;
  }

.ac-about-mission, .ac-about-how {
    padding: 60px 40px;
  }

.ac-about-how-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

.ac-about-team, .ac-contact-hero {
    padding: 60px 40px;
  }

.ac-contact-body {
    border-bottom-right-radius: 20px;
    padding: 60px 40px;
  }

.ac-contact-inner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

.ac-nav-signup {
    color: #fff;
  }

.ac-nav-login {
    color: var(--_auto-chum-brand---cool-blue);
    background-color: #fff;
    margin-top: 20px;
    margin-right: 20px;
    display: flex;
  }

.ac-nav-login.ac-mobile-meganav-login {
    color: var(--_auto-chum-brand---deep-sea-blue);
    text-transform: capitalize;
    direction: ltr;
    background-color: #fff;
    width: 50%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
  }

.ac-nav-login.ac-mobile-meganav-signup {
    text-transform: none;
    width: 50%;
    margin: 14px auto 12px;
  }

.div-block-2 {
    margin-top: 45px;
    margin-left: 40px;
  }

.list {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 15px;
  }

.div-block-3 {
    margin-right: 40px;
  }

.blue_cta {
    margin-bottom: 12px;
  }

.div-block-6 {
    margin-left: 40px;
  }

.div-block-7 {
    margin-right: 40px;
  }

.quick-stack {
    width: 99.9999%;
  }

.heading3 {
    font-size: 17px;
    line-height: 17px;
  }

.heading2 {
    font-size: 23px;
    line-height: 28px;
  }

.div-block-10 {
    width: 90%;
  }

.div-block-19 {
    align-items: flex-start;
    margin-top: 22px;
  }

.div-block-20 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 24px;
    margin-left: 40px;
    padding-right: 60px;
    display: flex;
  }

.div-block-21 {
    align-items: center;
    margin-right: 40px;
    display: flex;
  }

.heading-4 {
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 25px;
  }

.image-9, .image-10 {
    height: 40px;
  }

.image-11.center {
    margin-top: -94px;
    position: static;
  }

.mycustomslide {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }

.mask {
    margin-top: 0;
  }

.slide, .slide-2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }

.image-12 {
    width: 50px;
  }

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

.div-block-23 {
    flex-flow: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 9px;
  }

.text-span {
    padding-top: 11px;
    font-size: 14px;
    line-height: 17px;
  }

.image-19 {
    margin-top: 193px;
  }

.hamburgerline {
    background-color: var(--_auto-chum-brand---deep-sea-blue);
    border: 1px solid var(--_auto-chum-brand---cool-blue);
    border-radius: 20px;
    width: 30px;
    height: 3px;
    display: block;
  }

.hamburgerline.skinny-white {
    background-color: #fff;
  }

.hamburgermenuskinny {
    z-index: 9999;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    cursor: pointer;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start center;
    align-items: flex-start;
    display: flex;
    position: relative;
    inset: 0% 0% auto auto;
  }

.brand {
    align-items: center;
    display: flex;
  }

.image-21 {
    height: 50px;
  }

.nav-menu-2 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    background-color: var(--_auto-chum-brand---cool-blue);
    flex-flow: row;
    align-items: flex-end;
    width: 50%;
    height: 100vh;
    padding-top: 118px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: fixed;
    inset: 0 0 auto auto;
  }

.div-block-37 {
    flex-flow: column;
    margin-top: 20px;
  }

.div-block-38 {
    flex-flow: column;
  }

.menu-button-skinny.w--open {
    z-index: 999;
    -webkit-text-fill-color: inherit;
    background-color: #c8c8c800;
    background-clip: border-box;
    position: fixed;
    inset: 0% 0% auto auto;
  }

.menubtn {
    position: relative;
  }

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

.div-block-47 {
    height: 30px;
  }

.image-25 {
    height: 100px;
  }

.div-block-49 {
    flex-flow: row;
    margin-left: 40px;
    margin-right: 40px;
  }

.div-block-50 {
    flex-flow: row;
  }

.button {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

.div-block-57 {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

.div-block-58 {
    width: 100%;
  }

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

.image-26 {
    margin-bottom: 311px;
    inset: auto 0% 0%;
  }

.image-27 {
    margin-top: 28px;
  }

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

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

.div-block-61 {
    align-items: flex-start;
    width: 95%;
  }

.text-block-8, .quick-stack-3 {
    width: 100%;
  }

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

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

.div-block-73 {
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 83px;
  }

.div-block-74 {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    align-items: stretch;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    display: flex;
  }

.div-block-76 {
    width: 100%;
  }

.div-block-80 {
    padding-bottom: 0;
  }

.heading-7 {
    font-size: 35px;
    line-height: 38px;
  }

.nav-menu-6 {
    background-color: var(--_auto-chum-brand---deep-sea-blue);
    justify-content: flex-end;
    width: 50%;
    height: 100vh;
    padding-top: 108px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

.form-block {
    width: 95%;
  }

.section-2 {
    justify-content: center;
    margin-bottom: auto;
    display: flex;
  }

.div-block-88 {
    flex-flow: column;
  }

.text-field, .text-field-2 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
.image-21 {
    height: 75px;
  }

.div-block-34 {
    margin-top: 2.5%;
  }

.div-block-35 {
    margin: 5px 5px 4.5px;
  }

.div-block-82, .div-block-87 {
    height: calc(84.5px + 2.5vw);
  }

.ac-footer-link, .ac-footer-link.w--current {
    margin-bottom: 10px;
    margin-right: 0;
  }

.ac-pricing-h1 {
    font-size: 30px;
  }

.ac-pricing-plans {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0 24px 20px;
  }

.ac-cards-grid {
    flex-direction: column;
  }

.ac-search-wrapper {
    padding: 24px 20px 48px;
  }

.ac-job-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

.ac-job-image {
    width: 50%;
    height: 300px;
  }

.ac-job-actions {
    flex-direction: row;
    min-width: 100%;
  }

.ac-job-cta-primary, .ac-job-cta-secondary {
    flex: 1;
  }

.ac-job-page {
    padding: 20px 20px 48px;
  }

.ac-job-layout {
    flex-direction: column;
  }

.ac-job-sidebar {
    flex-direction: row;
    width: 100%;
  }

.ac-job-company-img, .ac-job-map {
    width: 50%;
    height: 120px;
  }

.ac-job-content-top {
    flex-direction: column;
  }

.ac-job-top-ctas {
    flex-direction: row;
  }

.ac-meta-label {
    min-width: 110px;
  }

.ac-about-hero {
    padding: 56px 24px;
  }

.ac-about-h1 {
    font-size: 32px;
  }

.ac-about-tagline {
    font-size: 16px;
  }

.ac-about-mission, .ac-about-how {
    padding: 48px 24px;
  }

.ac-about-how-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

.ac-contact-hero {
    padding: 48px 24px;
  }

.ac-contact-h1 {
    font-size: 36px;
  }

.ac-contact-body {
    padding: 48px 24px;
  }

.ac-contact-inner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    display: block;
  }

.ac-contact-form-col {
    flex-flow: column;
    display: block;
  }

.div-block-2 {
    flex-flow: column;
    align-items: center;
    width: 70%;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

.list {
    display: none;
  }

.image-3 {
    display: inline-block;
  }

.div-block-3 {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 0;
  }

.blue_cta {
    justify-content: center;
    width: 220px;
    margin-right: 0;
    display: flex;
  }

.white_cta {
    text-align: center;
    justify-content: center;
    width: 220px;
    display: flex;
  }

.div-block-6 {
    width: 70%;
    margin-top: 51px;
  }

.div-block-7 {
    flex-flow: column;
    align-items: flex-start;
    width: 90%;
    margin-top: 30px;
    display: flex;
  }

.quick-stack {
    margin-bottom: 27px;
  }

.heading3 {
    font-weight: 700;
    line-height: 19px;
  }

.heading2 {
    font-size: 25px;
    line-height: 27px;
  }

.image-4, .image-6 {
    display: none;
  }

.div-block-10 {
    width: 90%;
  }

.div-block-12 {
    height: 30px;
    margin-top: 0;
  }

.div-block-14 {
    height: 30px;
  }

.div-block-19 {
    flex-flow: column-reverse;
    align-items: center;
    margin-bottom: -31px;
    display: flex;
  }

.div-block-20 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: -59px;
    margin-bottom: 60px;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

.div-block-21 {
    width: 60%;
    margin-top: 0;
    margin-bottom: 33px;
    margin-right: 0;
  }

.paragraph-3, .heading-4 {
    text-align: center;
  }

.image-11.center {
    z-index: 999;
    margin-top: 0;
    position: relative;
    top: -68px;
  }

.mycustomslide, .slide, .slide-2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }

.image-12 {
    width: 50px;
  }

.div-block-23 {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 9px;
  }

.div-block-24 {
    flex-flow: column;
  }

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

.div-block-25 {
    justify-content: center;
    width: 100%;
    display: none;
  }

.image-19 {
    display: block;
  }

.nav-menu-2 {
    width: 100%;
  }

.image-24 {
    width: 99.9952%;
  }

.cell {
    justify-content: flex-end;
  }

.image-25 {
    height: 70px;
  }

.div-block-49 {
    flex-flow: column;
    margin-top: 25px;
  }

.div-block-51 {
    width: 100%;
    margin-bottom: 21px;
    margin-right: 0;
  }

.div-block-58 {
    flex-flow: column;
  }

.image-26 {
    margin-bottom: 273px;
  }

.image-27 {
    display: none;
  }

.heading-5 {
    text-align: center;
    font-size: 35px;
    line-height: 38px;
  }

.button-2 {
    margin-right: 0;
  }

.div-block-61 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
  }

.image-28 {
    margin-top: -17px;
  }

.heading-6 {
    text-align: center;
  }

.div-block-70 {
    background-color: #fff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

.div-block-73 {
    padding-bottom: 42px;
  }

.div-block-74 {
    padding-bottom: 0;
  }

.div-block-76 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

.div-block-77 {
    flex-flow: column;
    align-items: center;
  }

.heading-7 {
    text-align: center;
  }

.div-block-87 {
    height: calc(84.5px + 2.5vw);
  }
}

@media screen and (max-width: 479px) {
.ac-entry-panel-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

.ac-entry-sub {
    display: none;
  }

.ac-pricing-plans {
    border-radius: 0 0 20px 20px;
  }

.ac-search-query {
    line-height: 24px;
  }

.ac-job-card {
    flex-flow: column;
  }

.ac-job-image {
    width: 100%;
    height: 300px;
  }

.ac-job-img-blur {
    display: block;
  }

.ac-job-cta-secondary {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

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

.blue_cta {
    align-items: center;
    width: 200px;
    display: flex;
  }

.white_cta {
    width: 200px;
  }

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

.div-block-20 {
    flex-flow: row;
    width: 80%;
    display: block;
  }

.div-block-21 {
    width: 80%;
  }

.image-11.center {
    margin-top: -62px;
  }

.div-block-22 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 38px;
  }

.image-19 {
    margin-top: 110px;
  }

.nav-menu-2 {
    background-color: var(--_auto-chum-brand---cool-blue);
    width: 100%;
  }

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

.image-26 {
    margin-bottom: 560px;
  }

.heading-5 {
    font-size: 30px;
    line-height: 27px;
    display: flex;
  }

.div-block-62 {
    margin-bottom: 70px;
  }

.quick-stack-3 {
    grid-column-gap: 20px;
    width: 80%;
  }

.image-30 {
    align-items: flex-end;
    height: auto;
    display: inline-flex;
  }

.cell-2 {
    justify-content: flex-end;
    display: flex;
  }

.text-block-12 {
    text-align: center;
  }

.text-block-14 {
    display: none;
  }

.heading-6 {
    width: 100%;
  }

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

.div-block-73 {
    padding-bottom: 50px;
  }

.div-block-74 {
    padding-bottom: 23px;
  }

.button-4 {
    background-color: var(--_auto-chum-brand---deep-sea-blue);
    border-radius: 30px;
    padding: 10px 40px;
    font-weight: 700;
  }

.nav-menu-6 {
    width: 100%;
  }
}

#w-node-_8c2e37ae-b761-e76b-de4a-be4d158fdaad-bf3e200d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e0fd3c2-42c6-8d25-88fc-39b1023d72ba-bf3e200d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5e0fd3c2-42c6-8d25-88fc-39b1023d72bb-bf3e200d {
  grid-row: span 2 / span 2;
}

#w-node-d9579780-ca99-559d-f0c1-b4ad8294b8d5-e901812d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d2e16aec-6aa6-d94f-900e-bd6c49a91519-e901812d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
#w-node-_5e0fd3c2-42c6-8d25-88fc-39b1023d72ba-bf3e200d {
    grid-template-rows: minmax(93px, 1fr) auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

#w-node-_5e0fd3c2-42c6-8d25-88fc-39b1023d72bb-bf3e200d {
    grid-row: span 3 / span 3;
  }

#w-node-_5e0fd3c2-42c6-8d25-88fc-39b1023d7309-bf3e200d {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
#w-node-_8c2e37ae-b761-e76b-de4a-be4d158fdaad-bf3e200d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

#w-node-_5e0fd3c2-42c6-8d25-88fc-39b1023d72ba-bf3e200d {
    grid-template-rows: minmax(93px, 1fr) auto;
    grid-template-columns: 1fr;
  }

#w-node-_5e0fd3c2-42c6-8d25-88fc-39b1023d72bb-bf3e200d {
    grid-row: span 3 / span 3;
  }

#w-node-d9579780-ca99-559d-f0c1-b4ad8294b8d5-e901812d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

#w-node-d2e16aec-6aa6-d94f-900e-bd6c49a91519-e901812d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
#w-node-d2e16aec-6aa6-d94f-900e-bd6c49a91519-e901812d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

.ac-footer-switch-link {
  float: right;
  opacity: .7;
  color: var(--_auto-chum-brand---white);
  font-family: var(--_auto-chum-brand---font-primary);
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.ac-footer-switch-link:hover {
  opacity: 1;
}
/* Hide decorative swoosh divider graphics on mobile — they're absolutely
   positioned and overlap the hero copy/CTAs at narrow widths */
@media screen and (max-width: 767px) {
  .image-19,
  .image-26 {
    display: none;
  }
}
.heading-8.cleaners {
  color: var(--_auto-chum-brand---cool-blue);
}

.submit-button.cleaners {
  background-color: var(--_auto-chum-brand---cool-blue);
}

.text-field.cleaners,
.text-field-2.cleaners {
  border-color: var(--_auto-chum-brand---cool-blue);
}

/* Mobile: hide the hamburger menu on the business + cleaner landing pages and
   rely on the existing "Join the Waitlist" pill button instead */
@media screen and (max-width: 767px) {
  .body .menubtn,
  .body-5 .menubtn {
    display: none !important;
  }

  .body .div-block-59,
  .body-5 .div-block-59 {
    display: flex !important;
  }
}
