:root {
  --goldenrod: #c29b2e;
  --663399-2: #7f3f98;
  --white: white;
  --gold: #e4ca04;
  --dark-grey: #222;
  --663399: #602bb6;
  --black: black;
  --light-grey: #ccc;
  --dim-grey-2: #6b6b6b;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-color: var(--goldenrod);
  background-image: linear-gradient(127deg, #82409c, #7d4c90 59%, var(--663399-2) 88%, var(--663399-2) 100%, var(--white));
  justify-content: center;
  align-items: flex-start;
  height: 55vh;
  padding-top: 0;
  padding-left: 218px;
  padding-right: 218px;
  display: flex;
  position: relative;
}

.section.center.hidden {
  display: none;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: var(--white);
  flex-direction: column;
  padding-top: 4vh;
  padding-bottom: 0;
  transform: translate(0);
}

.section.wide.img.hidden {
  display: none;
}

.section.wide.purple {
  background-color: #fcb900;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(18deg, #ac8415, var(--goldenrod));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.section.wide.purple.hidden {
  display: none;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section.credits.hidden {
  display: none;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: var(--white);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0 10vw;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
}

.hero.brand {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 290px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: -17px;
}

.hero.wlinkls {
  z-index: 9999;
  border-bottom-style: solid;
  border-bottom-color: var(--gold);
  background-color: var(--663399-2);
  background-image: linear-gradient(#9c2dc7, #82409c);
  position: sticky;
  top: 270px;
  box-shadow: 1px 1px 3px #50505047;
}

.nav {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button-yellow {
  background-color: var(--goldenrod);
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  margin-right: 0;
  padding: 6px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-yellow:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button-yellow.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-yellow.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button-yellow.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-yellow.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-yellow.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-yellow.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button-yellow.form-button.bottom {
  height: 10vh;
  margin-top: 18px;
}

.button-yellow.basement-cta {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 15px;
  display: flex;
}

.button-yellow.basement-cta.w--current {
  color: var(--dark-grey);
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 16px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  flex: none;
}

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

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: var(--white);
  background-color: #3898ec00;
  flex: 0 auto;
  margin: 0 24px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  opacity: 1;
  color: var(--white);
  box-shadow: inset 0 -5px #e4ca04cf;
}

.nav-link.w--current {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}

.nav-link.phone-number {
  font-weight: 600;
}

.nav-link.hide {
  display: none;
}

.nav-link.call.phone-number {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  mix-blend-mode: normal;
  border-radius: 5px;
  height: 40vh;
  margin-top: 0;
  position: relative;
  bottom: 0;
  right: 7.1vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  margin-bottom: 2px;
}

.black-text.bottom {
  color: #6b6b6b;
  margin-top: -5px;
  font-size: 14px;
  font-weight: 500;
}

.hero-content {
  z-index: 90;
  border-right: 1px #000;
  flex-direction: column;
  width: 62%;
  height: 62%;
  margin-top: 0;
  padding-left: 7.9rem;
  padding-right: 18.9rem;
  display: block;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  margin-top: 4vh;
  margin-bottom: 4vh;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-size: 20px;
  line-height: 24px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer-links {
  background-color: #1b1b1b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: opacity .2s;
  display: flex;
}

.footer-links:hover {
  opacity: 1;
}

.footer-links.hidden {
  display: none;
}

.footer-link {
  color: #6b6b6b;
  align-self: center;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.sidkey {
  opacity: .65;
  color: var(--gold);
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: opacity 1s;
  display: block;
  transform: translate(0);
}

.footer-link.sidkey:hover {
  opacity: 1;
}

.footer-list {
  order: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 44px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-top: 19px;
  margin-bottom: 0;
  margin-left: 17px;
  padding-left: 18px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  color: var(--goldenrod);
  font-size: 60px;
  line-height: 90px;
}

.number._5million {
  font-size: 40px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  background-color: #0000;
  flex: none;
  align-self: flex-start;
  height: auto;
  min-height: auto;
  margin-top: 30px;
  margin-right: 0;
}

.nav-menu-2 {
  margin-left: 23px;
  padding-left: 0;
  position: relative;
}

.brand {
  align-self: center;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: var(--663399-2);
  text-align: center;
  margin-bottom: 30px;
  font-size: 3.5vmin;
  line-height: 4.5vh;
}

.heading-3.hero {
  color: var(--663399-2);
  margin-top: 25px;
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
}

.heading-3.hidden {
  display: none;
}

.footer-2 {
  position: fixed;
}

.button-black {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-black:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button-black.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-black.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button-black.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-black.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-black.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-black.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button-black.mobile-1 {
  background-color: var(--gold);
  color: var(--663399);
}

.button-black.mobile-1:hover {
  background-color: var(--goldenrod);
  color: var(--white);
}

.button-black.mobile-1.w--current {
  color: var(--dark-grey);
  padding: 6px;
}

.button-nav {
  background-color: var(--white);
  color: var(--663399-2);
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 1px;
  margin-right: 15px;
  padding: 5px 10px 5px 7px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-nav:hover {
  background-color: var(--gold);
  color: var(--dark-grey);
}

.button-nav.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-nav.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button-nav.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-nav.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-nav.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-nav.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button-nav.phone {
  margin: 24px 0 24px 8px;
  padding-top: 4px;
  padding-right: 6px;
}

.button-nav.hidden {
  display: none;
}

.heading-4 {
  color: #000;
}

.heading-5 {
  color: #000;
  text-align: center;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gothic A1, sans-serif;
  font-size: 35px;
  font-weight: 400;
  display: flex;
}

.heading-5.smaller, .heading-5.smaller-copy {
  font-size: 35px;
}

.link-3 {
  opacity: .5;
  color: var(--black);
  background-color: #c29b2e00;
  border: 0 solid #000;
  border-radius: 0;
  margin: 3px 6px;
  padding: 2px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link-3:hover {
  opacity: 1;
  transform: scale(1.2);
}

.section-2 {
  float: none;
  text-align: center;
  margin: 13px 100px;
  position: static;
}

.section-2.hide {
  display: none;
}

.container {
  background-image: url('../images/GTA-Map.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: visible;
}

.image-5 {
  float: left;
  max-width: 40%;
  margin-left: 133px;
  padding: 20px;
  display: inline-block;
  position: static;
}

.section-3 {
  opacity: .8;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.section-3.hide {
  display: none;
}

.form-3 {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 45%;
  max-width: 45%;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-field {
  width: 200px;
  max-width: none;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 0;
  padding-right: 0;
}

.field-label {
  max-width: none;
}

.text-field-2, .text-field-3 {
  width: 200px;
  max-width: none;
}

.field-label-2, .field-label-3 {
  max-width: none;
}

.div-block-13 {
  background-color: var(--goldenrod);
  width: 100%;
  min-height: 100px;
}

.heading-6 {
  float: none;
  text-align: center;
  padding: 10px 60px;
  overflow: visible;
}

.heading-6.form-title {
  width: 100%;
  font-size: 20px;
  display: flex;
}

.heading-7 {
  margin-top: 92px;
  padding-left: 21px;
  font-size: 19px;
  font-weight: 500;
}

.image-6 {
  order: -1;
  align-self: center;
  margin-top: 59px;
  padding-bottom: 0;
}

.image-6.minilogo {
  align-self: start;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.image-6.minilogo:hover {
  align-self: start;
  display: block;
}

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

.grid-2 {
  grid-row-gap: 11px;
  grid-template: "."
  / 1fr;
  align-self: flex-start;
  justify-items: center;
  width: auto;
  margin: 0 20px;
  padding: 20px;
}

.basement {
  color: var(--gold);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.basement.i {
  color: var(--663399-2);
  font-style: italic;
}

.slide {
  text-align: left;
}

.quote {
  border-top: 2px solid #6b6b6b9e;
  flex-direction: column;
  align-items: center;
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 5px #aaaaaab3;
}

.quote.hidden {
  display: none;
}

.image-7 {
  width: 75%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.phone {
  mix-blend-mode: soft-light;
  border-right: 1.2px #000;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
}

.grid-3 {
  display: none;
  position: static;
}

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

.grid-4.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: center;
  min-width: 75vw;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.grid-4.footer-links._1 {
  border-right: 0 #000;
}

.footer-list {
  border: 1px #000;
  flex-direction: column;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-list._1 {
  border-right-style: none;
}

.footerlinkstitle {
  color: var(--light-grey);
  font-size: 16px;
  font-weight: 500;
}

.footerlinkstext {
  color: #6b6b6b;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}

.footerlinkstext:hover {
  color: var(--light-grey);
}

.grid-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: stretch;
  align-self: center;
  place-items: center;
}

.social-links.bottom {
  opacity: .5;
  padding: 5px;
  transition: opacity .2s;
}

.social-links.bottom:hover {
  opacity: 1;
  transform: scale(1.4);
}

.grid-6 {
  flex-direction: column;
  order: -1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px;
  display: flex;
}

.grid-6.social {
  margin-top: 40px;
  padding-right: 26px;
}

.image-9 {
  padding-left: 0;
  padding-right: 0;
}

.grid-7 {
  order: -1;
  grid-template-rows: auto;
}

.grid-7.footer {
  opacity: .73;
  flex-direction: row;
}

.image-10 {
  display: none;
}

.basement-pics {
  text-align: center;
}

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

.div-block-15.basement-cta {
  justify-content: center;
  margin: 10px 30px 23px;
  padding-left: 0;
}

.basement-cta {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.basement-cta.hide {
  display: none;
}

.basement-pg {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 14px;
  padding-left: 15px;
  font-size: 21px;
}

.form-block-2 {
  margin-left: 18px;
  margin-right: 18px;
  padding: 23px;
  display: flex;
}

.form-block-2.hide {
  display: none;
}

.grid-8 {
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.heading-9 {
  color: var(--dark-grey);
  justify-content: center;
  align-self: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 67px;
  font-weight: 800;
  line-height: 88px;
  display: flex;
}

.contractor {
  order: -1;
  height: 100vh;
  margin-top: 10px;
}

.grid-9 {
  grid-template-rows: auto auto auto auto;
}

.heading-10 {
  clear: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-19 {
  flex-direction: row;
  order: -1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-20 {
  background-color: #1b1b1b;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.columns {
  margin-top: 70px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.footer-bottom {
  background-color: #1b1b1b;
  width: auto;
  margin-top: 0;
  padding-top: 10px;
}

.div-block-21 {
  justify-content: flex-end;
  align-self: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-3 {
  color: var(--gold);
  font-size: 12px;
  display: block;
}

.div-block-22 {
  width: auto;
  height: auto;
}

.div-block-23 {
  margin-left: 100px;
  margin-right: 100px;
}

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

.div-block-25 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 5px 0 0;
  padding-bottom: 30px;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.image-11, .image-11:hover {
  display: block;
  position: relative;
}

.section-5 {
  background-color: #0000;
}

.background-video {
  background-color: #0009;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
}

.paragraph-3 {
  order: -1;
}

.paragraph-4 {
  order: 1;
}

.light-grey {
  color: #c29b2ec4;
  margin-top: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.section-6 {
  height: 100vh;
}

.image-12 {
  padding: 0 8px;
  position: static;
}

.div-block-26 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer {
  background-color: #1b1b1b;
  height: 200px;
}

.footer.section-4cols {
  height: auto;
  padding-top: 20px;
  padding-bottom: 25px;
}

.container-4cols {
  justify-content: space-around;
  display: flex;
}

.footer-info {
  width: 20%;
  padding-left: 23px;
  padding-right: 23px;
}

.heading-11 {
  color: var(--goldenrod);
  font-size: 23px;
  line-height: 32px;
}

.footer-h3 {
  color: var(--goldenrod);
}

.paragraph-5 {
  color: var(--goldenrod);
  margin-bottom: 20px;
}

.paragraph-5._5 {
  margin-bottom: 5px;
}

.footer-info-content {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.footer-info-icon {
  padding-left: 5px;
  padding-right: 5px;
}

.image-13 {
  filter: sepia();
  mix-blend-mode: normal;
  width: 15px;
}

.text-block-4 {
  color: var(--goldenrod);
}

.heading-12 {
  color: var(--gold);
}

.heading-12.call {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
}

.div-block-27 {
  color: var(--663399);
}

.heading-13 {
  color: var(--663399);
  text-align: center;
}

.services-block {
  width: 100%;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar3_tablet-menu-button {
  color: #0000;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_dropdown-toggle {
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  display: flex;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_logo {
  width: 100px;
}

.navbar3_link {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}

.navbar3_link.w--current {
  color: #0000;
}

.navbar3_logo-link {
  padding-left: 0;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.button {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.navbar3_dropdown-link {
  padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: #0000;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar3_component {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100vw;
  min-height: 4.5rem;
  padding: 15px;
  display: flex;
}

.navbar3_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  padding: 8px;
  position: absolute;
}

.brandname {
  color: #7f3f98;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_component {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: #0000;
}

.navbar2_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem;
  position: absolute;
}

.navbar2_logo {
  width: 100px;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: #0000;
}

.nav-menu-3 {
  align-items: center;
  display: block;
}

.link-block-3 {
  width: 150px;
}

.link-block-3.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand-text {
  color: #7f3f98;
  text-transform: none;
  white-space: normal;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.nav-menu-4 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cleaning-image {
  border: 1px solid #0003;
  border-radius: 6px;
  width: 450px;
  height: 250px;
}

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

.section-header.contact-hero-section {
  background-color: #7f3f9887;
  background-image: url('../images/commercial-cleaning.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  height: auto;
  margin-top: 0;
}

.section-header.contact-hero-section.hidden {
  display: none;
}

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

.onecs---heading.color {
  color: var(--663399-2);
  font-size: 5vh;
}

.contact-wrapper {
  text-align: center;
  justify-content: center;
  display: flex;
}

.contact-wrapper.vertical {
  flex-direction: column;
}

.input-2 {
  border: 1px solid #222;
  border-radius: 5px;
}

.input-2:hover, .input-2:active, .input-2:focus {
  border-color: #eb5757;
}

.input-2::placeholder {
  color: #525252;
}

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

.error {
  color: #f9f9f9;
  background-color: #e53935;
  border-radius: 5px;
}

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-right {
  width: 70%;
  padding-left: 20px;
}

.contact-right.hidden {
  display: none;
}

.btn {
  border: 1px none var(--gold);
  background-color: var(--663399-2);
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: var(--663399-2);
  border-color: #222;
}

.success {
  color: #f9f9f9;
  background-color: #20c788;
  border-radius: 5px;
  min-height: 280px;
  padding-top: 125px;
}

.contact-left {
  width: 35%;
}

.heading-14 {
  color: var(--dark-grey);
}

.onecs---text.color {
  color: var(--663399-2);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

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

.text-span {
  color: var(--663399-2);
}

.cta {
  background-color: var(--663399-2);
  background-image: linear-gradient(#ffffffc7, #ffffffc7), url('../images/residential-cleaning.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cta-heading {
  color: var(--663399-2);
  text-align: center;
  font-size: 5vh;
}

.cta-btn {
  margin-left: auto;
  margin-right: auto;
}

.cta-btn.button-nav.larger {
  width: 150px;
  margin-top: 15px;
  font-size: 20px;
}

.cta-btn.button-nav.larger:hover {
  background-color: var(--white);
  color: var(--663399-2);
}

.support-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.support-top-heading.hidden {
  color: #a85555;
}

.support-top-right {
  width: 45%;
}

.support-top-details-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 800;
}

.support-top-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.support-top-wrapper.center {
  justify-content: center;
}

.support-square-number {
  color: #f9f9f9;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: 10% auto auto 10%;
}

.support-top-left {
  flex-direction: column;
  display: flex;
}

.support-square-image {
  position: absolute;
  inset: auto -25% -25% auto;
}

.support-square-image.rectangle {
  bottom: -31%;
  right: -14%;
}

.support-square-image.triangle {
  bottom: -17%;
  right: -11%;
}

.support-section {
  background-color: var(--663399-2);
  padding-top: 65px;
  padding-bottom: 65px;
}

.support-square {
  background-color: #222;
  background-image: linear-gradient(#222222e8, #222222e8), url('../images/cleaning-services-in-dayton-ohio.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square.img1 {
  background-image: linear-gradient(#2229, #2229), url('../images/cleaning-service-team-ohio.jpg');
}

.support-square.img2 {
  outline-offset: 0px;
  background-image: linear-gradient(#22222282, #22222282), url('../images/cleaning-service-ohiow.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  outline: 3px #333;
}

.support-square.img3 {
  background-image: linear-gradient(#2222225e, #2222225e), url('../images/getting-customers.jpg');
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square-text {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

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

.paragraph-6 {
  color: var(--white);
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h5 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home4-features_image-wrapper {
  width: 100%;
  position: relative;
}

.layout250_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.layout250_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-long {
  color: var(--663399-2);
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.padding-section-large-2 {
  padding-top: 1.5rem;
  padding-bottom: .4rem;
}

.text-size-medium {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.125rem;
}

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

.img-hero {
  border-radius: 13px;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  color: var(--white);
  text-align: center;
}

.section-bg-slides-video {
  height: auto;
  display: none;
}

.slide-2 {
  background-image: url('../images/MA10-12E-Upright-Scrubber-Gas-Station.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 128px 85px;
}

.slider {
  height: 65vh;
}

.slide-3 {
  background-image: url('../images/107146-QuietPro-BP-Backpack-Vacuum-LG2.jpg');
  background-position: 50% 15%;
  background-size: cover;
  padding: 128px 452px;
}

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

.heading-15 {
  background-color: #000000b0;
  border-radius: 9px;
  flex-direction: column;
  padding: 19px 25px;
  font-size: 5vh;
  line-height: 6vh;
  display: flex;
}

.section-main {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.slide-5 {
  background-image: url('../images/IMG_3087.jpg');
  background-position: 40% 65%;
  background-size: cover;
}

.container-utility {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-slider {
  width: 100%;
  height: auto;
}

.container-slider.hide {
  display: none;
}

.slider-header {
  background-color: var(--663399-2);
  text-align: left;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  overflow: visible;
}

.slider-header.hidden {
  display: none;
}

.slider-mask-header {
  text-align: center;
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide-header {
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.img-header {
  cursor: grab;
  width: 100%;
}

.image-15 {
  width: 1000px;
  height: 455px;
  overflow: visible;
}

.image-16, .image-17 {
  width: 1000px;
  height: 500px;
}

.paragraph-10 {
  text-align: center;
}

.heading-16 {
  color: var(--663399-2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 800;
}

.paragraph-11 {
  text-align: center;
  margin-bottom: 20px;
}

.section-services {
  padding: 2rem 9%;
}

.section-services.box-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.section-services.box-container.hidden {
  display: none;
}

.box {
  text-align: center;
  background-color: snow;
  border-radius: .5rem;
  padding: 1rem;
}

.box:hover {
  color: var(--white);
  background-color: #c5c5c570;
}

.service-icon {
  color: var(--dark-grey);
  mix-blend-mode: luminosity;
  background-color: #b4b3ac33;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  padding: 4px 5px;
}

.heading-17 {
  color: var(--dark-grey);
  font-size: 2.2rem;
}

.heading-17:hover {
  color: var(--663399-2);
  font-weight: 800;
}

.paragraph-12 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.paragraph-12:hover {
  color: var(--663399);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.slider-2 {
  background-color: #131313;
  width: 100%;
  height: 70vh;
  margin-top: 0;
  position: relative;
  top: 50%;
  overflow: hidden;
  transform: translate(0);
}

.mask {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slide-6 {
  text-align: center;
  cursor: grab;
  width: 100%;
}

.img {
  display: inline-block;
}

.left-arrow-2 {
  background-image: linear-gradient(to right, #000, #0000);
  width: 25%;
}

.right-arrow-2 {
  background-image: linear-gradient(270deg, #000, #0000);
  width: 25%;
}

.slide-nav-2 {
  font-size: 9px;
  line-height: 20px;
}

.image-18 {
  width: auto;
  max-width: 100%;
  height: 250px;
  padding-top: 27px;
}

.image-19 {
  border: 3px solid var(--663399);
  border-radius: 4px;
  width: 100%;
}

.heading-18 {
  z-index: 9999;
  color: var(--663399-2);
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 0;
  margin-top: 140px;
  text-decoration: underline;
  position: absolute;
  inset: 0%;
}

.gallery-wrapper {
  background-color: #e9e5e5;
  flex: none;
  padding-top: 0;
  padding-bottom: 0;
}

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

.image-wrapper {
  opacity: .6;
  margin-right: 5px;
  padding: 1vh 5px;
  transition: opacity .2s;
  display: flex;
}

.image-wrapper.slick-center {
  opacity: 1;
}

.image-wrapper.slick-center.hide {
  display: none;
}

.image-20 {
  object-fit: contain;
  max-height: 76vh;
}

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

.paragraph-regular.text-weight-bold {
  font-weight: 700;
}

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

.nav-menu-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.nav-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.nav-button-primary:hover {
  background-color: #8492eb;
}

.nav-button-primary:active {
  background-color: #8b99f9;
}

.nav-link-arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.banner {
  color: #fff;
  text-align: center;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.nav-link-2 {
  color: #080808;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #6173e5;
  background-color: #eeeffc;
}

.nav-link-2.w--current {
  color: #642eff;
}

.nav-button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #cbd0f6;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.nav-button-secondary:hover {
  background-color: #eceefe;
}

.nav-button-secondary:active {
  background-color: #d8ddfd;
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav-block {
  margin-left: 70px;
}

.nav-link-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: #6173e5;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.nav-dropdown-base-a.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-icon-l {
  padding: 8px;
}

.nav-link-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-list-dropdown {
  z-index: 99;
}

.nav-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: 72px;
  bottom: auto;
  overflow: visible;
}

.banner-description {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.nav-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #080808;
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle:hover, .nav-toggle.w--open {
  color: #6173e5;
  background-color: #eeeffc;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-line-break {
  background-color: #eaedf0;
  width: 100%;
  height: 1px;
}

.nav-feature-icon {
  background-color: #f8f9fa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.span-yellow {
  color: #e5cb61;
}

.banner-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-large {
  color: var(--dark-grey);
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.faq-paragraph {
  color: var(--dim-grey-2);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
}

.title-2 {
  color: var(--663399-2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.div-block {
  background-color: #e9245c;
  max-width: 32px;
  min-height: 4px;
  margin-bottom: 16px;
  display: none;
}

.faq-section {
  padding: 50px 3% 45px;
}

.faq-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
}

.question-title {
  color: var(--dark-grey);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.container-4 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-number {
  background-color: var(--663399-2);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

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

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.f-h4-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.f-form-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: #282556;
}

.f-form-button:active {
  background-color: #160042;
}

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

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

.f-input-outlined {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #b6b9ce;
}

.f-section-regular {
  padding: 0 5% 1px;
  position: relative;
}

.f-section-regular.home {
  margin-top: 40px;
}

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

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

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-cta-logo-card {
  border: 1px solid #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
}

.f-cta-logo-card:hover {
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.f-h2-heading {
  color: var(--663399-2);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

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

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-button-neutral {
  background-color: var(--663399-2);
  color: #fff;
  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: #282556;
}

.f-grid-four-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.f-paragraph-large {
  color: var(--dim-grey-2);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.div-block-28 {
  justify-content: space-around;
  display: flex;
}

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

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-feature-card-filled {
  background-color: #7f3f9814;
  border-radius: 12px;
  padding: 32px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 50px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-icon-wrapper-white.sw {
  background-image: url('../images/restored-hardwood-floor.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.f-feature-icon-wrapper-white.jan {
  background-image: url('../images/600600p542EDNmainimg-93152923_s.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.f-feature-icon-wrapper-white.cc {
  background-image: url('../images/Carpet-Cleaning.jpeg');
  background-position: 100%;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.f-feature-icon-wrapper-white.main {
  background-image: url('../images/main.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.f-feature-icon-wrapper-white.sr {
  background-image: url('../images/snow-removal1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
}

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

.f-h5-heading {
  color: var(--663399-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.heading-19 {
  color: var(--goldenrod);
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 5vh;
  font-weight: 300;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.wide.purple {
    flex-wrap: nowrap;
    justify-content: space-around;
    width: auto;
    display: flex;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero.wlinkls {
    top: 271px;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
    color: var(--gold);
  }

  .nav-link.call.phone-number {
    color: var(--white);
  }

  .nav-link.call.phone-number:hover {
    color: var(--gold);
    font-weight: 800;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 18px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .footer-links {
    flex-direction: column;
    margin-bottom: 0;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
    display: block;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    text-align: center;
    font-size: 2rem;
  }

  .button-nav {
    display: inline-block;
  }

  .link-3 {
    flex-direction: row;
    display: inline-block;
  }

  .section-2, .image-5 {
    display: none;
  }

  .grid-2 {
    justify-items: center;
  }

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

  .mobile-fixed-footer {
    background-color: var(--goldenrod);
  }

  .mobile-fixed-footer.bottom-cta {
    z-index: 1000;
    background-color: var(--dark-grey);
    border: 1px #444040;
    min-height: 75px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .bottom-fixed {
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#000, #222 67%);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 0;
    display: grid;
  }

  .image-8 {
    display: inline-block;
    position: static;
  }

  .bottom-freeestimate {
    justify-content: center;
    align-items: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 800;
    display: flex;
  }

  .container-2 {
    border-right: 2px solid #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-8 {
    color: var(--goldenrod);
    justify-content: center;
    align-items: center;
    font-size: 37px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .link-block {
    text-decoration: none;
  }

  .image-10 {
    display: none;
  }

  .heading-9 {
    color: var(--dark-grey);
    flex-direction: row;
    align-items: center;
    margin: 0 40px 0 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 43px;
    display: flex;
  }

  .contractor {
    width: 50%;
    max-width: none;
    height: 50%;
    position: static;
    overflow: visible;
  }

  .div-block-17 {
    order: 1;
  }

  .div-block-18 {
    order: -1;
    display: flex;
  }

  .columns {
    flex-direction: row;
    display: flex;
  }

  .footer-bottom {
    margin-bottom: 100px;
  }

  .div-block-22 {
    order: -1;
    width: auto;
    margin-top: 1px;
  }

  .div-block-23 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer.section-4cols {
    margin-bottom: 19px;
  }

  .footer-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5 {
    font-size: 13px;
  }

  .image-14 {
    width: 50px;
  }

  .heading-12.call {
    font-size: 15px;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .menu-icon3_line-top, .menu-icon3_line-bottom {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon3 {
    background-color: var(--white);
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon3_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .brandname {
    font-size: 22px;
    line-height: 25px;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-bottom {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .nav-menu-3 {
    background-color: var(--663399-2);
    color: var(--white);
    display: block;
  }

  .brand-text {
    text-align: center;
    font-size: 31px;
    line-height: 38px;
  }

  .menu-button-2 {
    background-color: var(--white);
  }

  .menu-button-2.w--open {
    border: 1px solid var(--663399-2);
    background-color: var(--white);
  }

  .icon-2 {
    color: var(--663399-2);
    background-color: #0000;
    border: 1px #0000;
  }

  .nav-menu-4 {
    background-color: var(--663399-2);
  }

  .onecs---heading.color {
    margin-bottom: 20px;
    font-size: 5vh;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .content-section {
    padding: 0 40px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .cta {
    background-color: var(--light-grey);
    background-image: linear-gradient(#fdfcfc80, #fdfcfc80), url('../images/residential-cleaning.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 25vh;
  }

  .cta-btn.button-nav.larger {
    margin-bottom: 7px;
  }

  .support-top-wrapper {
    text-align: left;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .support-square {
    min-height: 330px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout250_list {
    grid-column-gap: 2rem;
  }

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

  .header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-2 {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1.5rem;
  }

  .paragraph-7, .paragraph-8 {
    text-align: center;
  }

  .slide-3 {
    padding: 128px 85px;
  }

  .heading-15 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 3rem;
  }

  .container-utility {
    width: 90%;
  }

  .paragraph-12:hover {
    font-size: 1.2rem;
  }

  .slider-2 {
    height: 30vh;
  }

  .heading-18 {
    font-size: 7vh;
  }

  .nav-menu-5 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-5.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-button-primary {
    display: none;
  }

  .nav-link-2 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-button-secondary {
    display: none;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
  }

  .nav-dropdown-base-a.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .navigation {
    position: relative;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-wrapper, .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .nav-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-menu-button {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .heading-large {
    color: var(--dark-grey);
  }

  .faq-grid {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-grid-four-columns, .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .bold-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .hero.brand {
    height: 320px;
  }

  .hero.wlinkls {
    top: 299px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button-yellow.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

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

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .hero-subhead {
    text-align: center;
  }

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

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .form-block {
    width: 100%;
  }

  .button-black.form-button, .button-nav.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .link-3 {
    width: auto;
    margin-left: 6px;
    margin-right: 6px;
    display: inline;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 3px;
    margin-right: 3px;
    display: none;
    overflow: visible;
  }

  .image-5 {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 11px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .basement.mobilr-portrait {
    margin-left: 43px;
    margin-right: 43px;
    display: flex;
  }

  .mobile-fixed-footer.bottom-cta {
    min-height: 75px;
  }

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

  .grid-4.footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 19px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    width: 100%;
    min-width: 100%;
  }

  .footer-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .heading-9 {
    font-size: 31px;
    line-height: 59px;
  }

  .div-block-19 {
    justify-content: center;
  }

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

  .footer.section-4cols {
    margin-bottom: 0;
  }

  .container-4cols {
    flex-direction: column;
    align-items: center;
  }

  .footer-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-bottom: 24px;
    display: flex;
  }

  .navbar3_menu {
    width: 90vw;
  }

  .button.is-navbar3-button, .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar3_component, .navbar2_component {
    min-height: 4rem;
  }

  .brand-text {
    margin-left: 45px;
    margin-right: 45px;
    font-size: 20px;
    line-height: 25px;
  }

  .menu-button-2.w--open {
    border-style: none;
  }

  .onecs---heading.color {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 4vh;
  }

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

  .cta-heading {
    margin-top: 20px;
    font-size: 5vh;
  }

  .support-top-right {
    width: 100%;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-top-wrapper.center {
    align-items: center;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-square-image {
    right: -18%;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout250_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .header1_component {
    grid-row-gap: 3rem;
  }

  .padding-section-large-2 {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 3rem;
    line-height: 25px;
  }

  .slider {
    height: 50vh;
  }

  .slide-3 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .heading-15 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .image-18 {
    max-width: 50%;
    height: 250px;
  }

  .heading-18 {
    color: var(--gold);
    margin-top: -3px;
    font-size: 4vh;
  }

  .image-20 {
    max-height: 40vh;
  }

  .banner {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-large {
    color: var(--dark-grey);
  }

  .f-h4-heading {
    font-size: 36px;
  }

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

  .f-h2-heading {
    font-size: 44px;
  }

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

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

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h5-heading {
    color: var(--663399-2);
  }

  .f-paragraph-large-2 {
    color: var(--dim-grey-2);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 0;
  }

  .section.wide.purple {
    flex-direction: column;
    width: auto;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero.brand {
    height: 330px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero.wlinkls {
    top: 312px;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-yellow.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-yellow.basement-cta {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-yellow.basement-cta.w--current {
    color: var(--dark-grey);
    width: 75%;
    font-weight: 800;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .wrap.mobile {
    flex-direction: column;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 100%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.icons.numbers {
    margin-top: -7vh;
    margin-bottom: -7vh;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-size: 22px;
    display: flex;
  }

  .bottom-image-wrap {
    z-index: 10;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    text-align: center;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .button-black.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-black.mobile-1.w--current {
    color: var(--dark-grey);
  }

  .button-nav.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .heading-5 {
    z-index: 10;
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 27px;
    line-height: 27px;
    position: relative;
  }

  .link-3, .image-5 {
    display: none;
  }

  .section-3 {
    z-index: 10;
    flex-direction: column;
    position: relative;
  }

  .form-3 {
    min-width: 100%;
    max-width: none;
  }

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

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-self: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 1px;
  }

  .basement {
    text-align: center;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 30px;
    display: flex;
  }

  .basement.mobilr-portrait {
    justify-content: flex-start;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 13px;
    font-weight: 500;
  }

  .quote {
    margin-top: 40px;
  }

  .image-7 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-fixed-footer.bottom-cta {
    z-index: 1000;
    background-color: var(--dark-grey);
    min-height: 50px;
  }

  .mobile-fixed-footer.bottom-cta.hide {
    display: none;
  }

  .grid-3 {
    background-image: linear-gradient(to bottom, black, var(--dark-grey) 67%);
    margin-top: 0;
  }

  .grid-3.hide {
    display: none;
  }

  .heading-8 {
    color: var(--goldenrod);
    margin-top: 4px;
    margin-bottom: 5px;
    padding-right: 11px;
    font-size: 15px;
    font-weight: 600;
  }

  .grid-4.footer-links {
    flex-direction: column;
    min-width: auto;
    display: flex;
  }

  .footer-list {
    background-color: #0000;
    border-top-width: 1px;
    border-bottom: 1px #6b6b6b;
    align-self: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .footerlinkstitle {
    text-align: left;
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }

  .footerlinkstext {
    text-align: left;
    width: 100%;
  }

  .div-block-15.basement-cta {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .basement-cta {
    width: 100%;
    margin: 6px 0;
  }

  .basement-pg {
    line-height: 25px;
  }

  .form-block-2 {
    z-index: 10;
    width: 100%;
    margin-left: 0;
    padding: 5px;
    position: relative;
  }

  .heading-9 {
    text-align: center;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-top: 7px;
    margin-right: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    position: static;
  }

  .heading-9.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    overflow: visible;
  }

  .contractor {
    order: 0;
    align-self: center;
    width: auto;
    max-width: 50%;
    height: auto;
    max-height: 50%;
    margin-top: 1px;
    padding-left: 0;
  }

  .contractor.mobile {
    order: -1;
    align-self: center;
  }

  .div-block-16 {
    order: 0;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    display: flex;
  }

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

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

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

  .paragraph-2 {
    line-height: 25px;
  }

  .submit-button {
    align-self: center;
    width: 100%;
  }

  .footer-info {
    margin-bottom: 15px;
  }

  .footer-h3, .footer-info-content {
    margin-bottom: 0;
  }

  .heading-13 {
    color: var(--663399-2);
  }

  .link-block-3.w--current {
    width: 200px;
  }

  .brand-text {
    text-align: center;
    margin-left: 5px;
    margin-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .cleaning-image {
    border: 1px solid #e4e1e1;
    border-radius: 6px;
  }

  .onecs---heading.color {
    font-size: 35px;
    line-height: 35px;
  }

  .para-text {
    text-align: left;
  }

  .cta-heading {
    font-size: 4vh;
    line-height: 35px;
  }

  .support-top-heading.hidden {
    display: none;
  }

  .support-top-details-text {
    color: var(--white);
    text-align: center;
    font-size: 24px;
    line-height: 27px;
  }

  .support-top-wrapper.center {
    align-items: center;
  }

  .support-section {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .support-square.img1 {
    margin-bottom: 10px;
  }

  .support-column {
    margin-bottom: 15px;
  }

  .support-square-text {
    font-size: 25px;
  }

  .paragraph-6 {
    color: var(--white);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-long {
    line-height: 26px;
  }

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

  .padding-section-large-2 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .text-size-medium {
    text-align: center;
    font-size: 1.5rem;
  }

  .slide-2 {
    padding: 47px 31px;
  }

  .slider {
    height: 30vh;
  }

  .slide-3 {
    padding: 47px 31px;
  }

  .heading-15 {
    padding: 6px 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph-10 {
    line-height: 26px;
  }

  .heading-16 {
    font-size: 24px;
  }

  .paragraph-11 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .section-services.box-container {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }

  .box {
    padding-bottom: .6rem;
  }

  .heading-17 {
    font-size: 1.5rem;
  }

  .paragraph-12 {
    font-size: 1rem;
  }

  .slider-2 {
    height: 15vh;
  }

  .image-18 {
    max-width: 100%;
    padding-top: 42px;
  }

  .heading-18 {
    margin-top: 29px;
    font-size: 2vh;
    line-height: 4vh;
  }

  .image-20 {
    max-height: 65vw;
  }

  .nav-button-primary {
    width: 100%;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .heading-large {
    color: var(--dark-grey);
    font-size: 45px;
  }

  .question-title {
    flex: 1;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-form-button, .f-cta-form-block {
    width: 100%;
  }

  .heading-19 {
    line-height: 45px;
  }
}

#w-node-_673d6f96-b180-6d61-8e28-9be9c9d552fd-97f6c7af, #w-node-_992951db-a06a-8e7c-fc81-7e0e9085c5f1-97f6c7af, #w-node-_8ad0df0a-53cd-d548-514d-f9af29e0caf2-97f6c7af, #w-node-f8ecb10d-20c7-9c4a-5bcd-1fe8398ff8f3-97f6c7af, #w-node-_15dd09f8-fc3e-07af-b2ee-56c7e0d890c7-97f6c7af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dff34de-dc1f-ef15-4c60-ba8a467c0e97-97f6c7af {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_208bb4c2-7402-ce20-0b15-157ffb4ed05c-97f6c7af {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_90fdea08-428b-8728-6cad-31b007fd3152-07fd314f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_90fdea08-428b-8728-6cad-31b007fd315d-07fd314f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_90fdea08-428b-8728-6cad-31b007fd3168-07fd314f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_90fdea08-428b-8728-6cad-31b007fd3173-07fd314f {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_731e55a9-190d-6263-36e7-3302ee1aa775-ee1aa773 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_731e55a9-190d-6263-36e7-3302ee1aa778-ee1aa773 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2393a68e-ad77-c725-ec6d-bb1e334362e4-97f6c7af {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f69bd7cb-e4f3-506d-0684-510224dd12f2-97f6c7af {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_97ecedcd-5d38-e001-d16d-77e7f0eaeb62-97f6c7af {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e2d11f81-9595-5c7e-ab72-edd005aaac23-97f6c7af {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f56b0c56-a0e7-e91c-13ae-2152e3e0f40a-97f6c7af {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_083fdcb7-8bf9-1216-26f8-6092632aaf7d-97f6c7af {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_978dcb56-de1e-e8ff-a4b0-ddac1ee3678f-97f6c7af {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3b93e183-94bc-b33b-0417-91412469ab37-97f6c7af {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_31a1ecb0-d174-5337-534b-73ca98cc8224-97f6c7af {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_540cb3bd-6a68-c3b1-1ccd-ed5fc401026a-97f6c7af {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_2e19ded6-50a4-2cff-fb80-f46bb09c6961-97f6c7af {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_39f20a7e-da4e-8eaf-2fd9-6451d6ec9bd4-97f6c7af {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_3d7c5609-c5a3-f56e-92a1-47037fe440b0-97f6c7af {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-e083dcc4-83df-fe09-88f7-19b559eff723-97f6c7af {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-f8d6148d-4bb7-aac4-0a47-61833ce5fdbd-97f6c7af {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_76be967b-b132-5e94-cdf5-122366a4dfde-97f6c7af {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-a7ea6403-4432-f0fc-4dab-641e31dbddf4-97f6c7af {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_7fae37c7-35ba-4358-fc7c-00cbec3a70f7-97f6c7af {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_12564480-4c86-3fe6-6f8a-04352034ca8c-97f6c7af {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_8c208f58-1af9-d7f7-4d36-b3aa5a8fab81-97f6c7af {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-a5d41d52-4492-7a4d-2dba-eba204037abf-97f6c7af {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_5b457b51-38a8-ffbb-ab4c-5c5486970b94-97f6c7af {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-f43d6f25-7c41-7762-c50a-ea64e5f535bd-97f6c7af {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_8de851d6-b6ef-a725-4793-9a74efe04153-97f6c7af {
    grid-area: 12 / 2 / 13 / 3;
  }

  #w-node-c096d072-a43b-0c97-8fc5-c84a6d2ea1a3-97f6c7af {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-a739e348-f7d8-04db-c64e-d23501bfcdcf-97f6c7af {
    grid-area: 13 / 2 / 14 / 3;
  }

  #w-node-daa23591-2037-817b-4b4d-6ba7d7bfa644-97f6c7af {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-cb0d399a-75d8-42d7-0868-40cf9d8b21af-97f6c7af {
    grid-area: 14 / 2 / 15 / 3;
  }

  #w-node-b3dbe519-48d7-5ef0-3f9f-bcec62678961-97f6c7af {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-_4436212e-2bb9-ece2-dfdb-8b67ba4d1786-97f6c7af {
    grid-area: 15 / 2 / 16 / 3;
  }

  #w-node-_587c8d77-849e-81b6-6a94-ff9238c70c85-97f6c7af {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-ae246356-04ed-bf82-4f7c-01e8dd2a5770-97f6c7af {
    grid-area: 16 / 2 / 17 / 3;
  }

  #w-node-b7e981c7-fab2-871b-1d3c-7ee3c38ce29e-97f6c7af {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-_49d2d8e4-d294-067d-c34c-4bac5dcef456-97f6c7af {
    grid-area: 17 / 2 / 18 / 3;
  }

  #w-node-_6012d8e3-983b-b262-39c5-b3bc937b6fc0-97f6c7af {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-e8d64263-401c-1eee-ac3b-f92a4a76d788-97f6c7af {
    grid-area: 18 / 2 / 19 / 3;
  }

  #w-node-f0ae97e4-be7a-73b9-bfc9-3a79b640bc58-97f6c7af {
    grid-area: 19 / 1 / 20 / 2;
  }

  #w-node-_00bf8c29-bd38-ef1d-0fc8-bf9796ee03e1-97f6c7af {
    grid-area: 19 / 2 / 20 / 3;
  }

  #w-node-_63a03f9c-c9ab-d207-d453-44b4c8fc9701-97f6c7af {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-fce7b906-b406-c534-3738-434b1f71ae70-97f6c7af {
    grid-area: 20 / 2 / 21 / 3;
  }

  #w-node-_6ad5fcc0-61db-f9ec-718f-67b50b88055b-97f6c7af {
    grid-area: 21 / 1 / 22 / 2;
  }

  #w-node-_5f581276-539c-8307-9401-6cfb12b9641d-97f6c7af {
    grid-area: 21 / 2 / 22 / 3;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3152-07fd314f {
    place-self: center;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3153-07fd314f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3155-07fd314f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3157-07fd314f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3159-07fd314f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd315b-07fd314f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd315d-07fd314f {
    place-self: center;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd315e-07fd314f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3162-07fd314f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3164-07fd314f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3166-07fd314f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3168-07fd314f {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3169-07fd314f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd316b-07fd314f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd316d-07fd314f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd316f-07fd314f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3171-07fd314f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3173-07fd314f {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3174-07fd314f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3176-07fd314f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd3178-07fd314f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd317a-07fd314f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_90fdea08-428b-8728-6cad-31b007fd317c-07fd314f {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_731e55a9-190d-6263-36e7-3302ee1aa778-ee1aa773 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


