:root {
  --main: #01192f;
  --white: #fff;
  --highlight: #1d2d44;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: var(--main);
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--main);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

strong {
  font-weight: bold;
}

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

.navbar-logo-left-container.shadow-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #001c34;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline;
}

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

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

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

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

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7fce00;
  padding: 12px 25px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-heading-center {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(#0b0b22a1, #0b0b22a1), url('../images/garage-door-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-bottom: 1px #e4ebf3;
  padding: 0;
  position: relative;
}

.hero-heading-center.short {
  height: 400px;
}

.hero-heading-center.short.center {
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.container-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 1600px;
  max-width: 100%;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  padding-top: 140px;
  padding-left: 20px;
  display: flex;
}

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

.button-primary-2 {
  border: 2px solid var(--white);
  background-color: var(--highlight);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  padding: 18px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1em;
  transition: all .2s;
}

.button-primary-2:hover {
  background-color: var(--main);
  color: #fff;
}

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

.button-primary-2.transparent {
  background-color: #ee283800;
  border-style: solid;
  border-color: #fff;
}

.button-primary-2.transparent.padding-left {
  margin-left: 0;
}

.button-primary-2.black {
  border-width: 2px;
  border-color: var(--main);
  color: #000;
  background-color: #ee283800;
}

.button-primary-2.black.margin-left {
  color: var(--main);
  margin-left: 20px;
}

.shadow-two {
  box-sizing: border-box;
  text-align: right;
  object-fit: cover;
  border-radius: 17px;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  font-size: 90px;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  color: var(--highlight);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.heading-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 105px;
  font-weight: 900;
  line-height: 1em;
}

.navbar-logo-left-2 {
  z-index: 99999;
  width: 100%;
  min-width: 0%;
  max-width: 100%;
  position: fixed;
  top: 0;
}

.navbar-logo-left-2.white {
  color: #ae8d5a;
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

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

.navbar-logo-left-container-2.shadow-three {
  color: #ae8d5a;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
}

.container-3 {
  width: 1600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 10px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-left: 100px;
  padding-right: 10px;
  display: flex;
}

.navbar-brand-2 {
  width: 300px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.nav-menu-wrapper-2 {
  text-align: left;
}

.nav-menu-two-2 {
  color: #ae8d5a;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px 0 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.nav-link-2.is-2nd {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nav-link-2.portal {
  outline-offset: 0px;
  -webkit-text-stroke-color: #1d2d44;
  outline: 3px #fff;
  text-decoration: none;
}

.nav-link-2.dark {
  color: #ae8d5a;
}

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

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

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

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

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

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

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

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.button-primary-3 {
  background-color: var(--highlight);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 50px;
  margin-right: -50px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.container-4 {
  flex: 0 auto;
}

.button00 {
  color: #000;
  background-color: #3898ec00;
  border: 2px solid #000;
  border-radius: 5px;
  margin-left: 20px;
  padding: 16px 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  box-shadow: 0 2px 5px #0003;
}

.container-5 {
  z-index: 2;
  float: none;
  background-color: #7fce00;
  border: 0 solid #000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
  margin-left: 134px;
  margin-right: 134px;
  padding: 30px 20px;
  display: block;
  position: relative;
}

.text-field-1 {
  border-radius: 5px;
  width: 20%;
  margin-top: 0;
  margin-right: 10px;
}

.form-block {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field-2 {
  width: 20%;
}

.section {
  float: none;
  background-color: #fafbfb;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.select-field {
  color: #000;
  border-radius: 5px;
  width: 20%;
}

.submit-button {
  background-color: #001c34;
  border-radius: 5px;
  margin-left: 10px;
}

.faq {
  background-color: #3b414a00;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 10px;
  display: flex;
  position: static;
}

.container-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 1600px;
  max-width: none;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.hero-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 1600px;
  max-width: none;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-right: 20px;
  display: flex;
}

.hero-split-2.center {
  justify-content: center;
  align-items: center;
}

.margin-bottom-24px-2 {
  color: #002a3a;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: #465f7500;
  background-clip: border-box;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  overflow: visible;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left {
  background-color: #f5f7fa;
  background-image: url('../images/a4503713-f4d5-4282-9594-6f8389ceb6f5.png');
  background-position: 100% 0;
  background-repeat: repeat-x;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0 80px 2px;
  position: relative;
}

.heading-3 {
  color: var(--main);
  text-align: left;
  letter-spacing: -2px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

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

.list {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 0;
  display: block;
}

.btn2 {
  box-shadow: 0 10px 15px #0003;
}

.button {
  background-color: #4e5c6900;
  border: 2px solid #fff;
  margin-left: 20px;
  padding: 15px 40px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  max-width: 100%;
  padding: 80px 0;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.centered-heading-2 {
  color: #001c34;
  text-align: center;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 53px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

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

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

.flex-block {
  background-color: #fff;
  border: 0 solid #e4e0e0;
  border-radius: 0;
  align-items: center;
  width: 386px;
  height: auto;
  margin-right: 15px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.flex-block.services {
  height: 600px;
}

.container-8 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 60px;
  display: flex;
  position: static;
}

.heading-4 {
  color: var(--main);
  font-family: Oswald, sans-serif;
  font-size: 21px;
  line-height: 1.3em;
}

.paragraph {
  padding-left: 15px;
  font-family: Droid Serif, serif;
  font-size: 17px;
  line-height: 1.45em;
}

.button-2 {
  color: #fff;
  background-color: #001c34;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 30px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35em;
}

.cta-1 {
  background-color: #1d354a;
  background-image: linear-gradient(#0a0a0aba, #0a0a0aba), url('../images/garage-door-opener.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 100px 30px;
  position: relative;
}

.container-9 {
  justify-content: center;
  align-items: center;
  width: 1600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #b18f18;
  width: 100%;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 29px;
  line-height: 1.3em;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7fce00;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 18px 30px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s;
}

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

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

.heading-5 {
  color: #b18f18;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 91.2px;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.gallery-overview {
  background-color: #747d8c;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 10px;
  position: relative;
}

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

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

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

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

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 12px 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s;
}

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

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

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

.gallery-image {
  width: 100%;
}

.flex-block-3 {
  background-image: url('../images/9231c000-0c91-4acc-a57c-ac4373da461c.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 530px;
  margin-top: 100px;
  margin-bottom: -29px;
  margin-right: 10px;
}

.flex-block-4 {
  background-color: #011c34;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 307px;
  height: 340px;
  margin-bottom: 10px;
  padding: 20px 10px 60px 20px;
}

.flex-block-4.large {
  height: 400px;
}

.heading-6 {
  color: #fff;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-2 {
  color: #f1f1f1;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.54em;
}

.reviews {
  background-color: #f5f7fa;
  background-image: url('../images/e13ef069-3d77-47d0-a694-82fc51eee1d9.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.container-10 {
  width: 1600px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-24px-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 43px;
  line-height: 1.4em;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.testimonial-card-two {
  background-color: #01192f;
  border: 0 solid #e4ebf3;
  border-radius: 5px;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
  box-shadow: 0 2px 5px #fff3;
}

.testimonial-text-two {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 1.6em;
}

.testimonial-info-three {
  background-color: #f5f7fa00;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

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

.testimonial-main-heading {
  color: #fff;
  margin-bottom: 2px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.29em;
}

.heading-8 {
  color: #fbfbfb;
  margin-top: 0;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

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

.flex-block-5 {
  justify-content: center;
  align-items: center;
  width: 1600px;
  max-width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}

.heading-9 {
  color: #001c34;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.heading-10 {
  color: #001c34;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 60.2px;
  display: flex;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: center;
  width: 1600px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
}

.div-block-2 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  margin-right: 0;
  display: flex;
}

.dropdown-toggle {
  color: #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.dropdown-toggle.w--open {
  color: #fff;
  padding: 35px 40px 35px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link-2 {
  color: #fffefe;
  background-color: #001c34;
  padding-right: 0;
  font-size: 17px;
  line-height: 25.5px;
}

.text-block {
  color: #000;
  padding: 25px 220px 25px 60px;
  font-family: Didact Gothic, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.dropdown, .dropdown-2, .dropdown-3 {
  margin-bottom: 20px;
}

.footer-cta {
  background-color: #001c34;
  border-bottom: 1px #e4ebf3;
  padding: 80px 10px;
  position: relative;
}

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

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

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

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7fce00;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.footer-dark {
  background-color: #001c34;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 50px 0 15px;
  position: relative;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-brand {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.footer-content {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

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

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

.footer-social-link {
  width: 100%;
  max-width: 100%;
  margin-left: 12px;
}

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

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.text-block-2 {
  color: #fff;
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.image {
  -webkit-text-stroke-color: #fff;
  border: 1px solid #fff;
  width: 100%;
  max-width: 25%;
  font-size: 80px;
}

.paragraph-3 {
  color: #001c34;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button-3 {
  text-align: center;
}

.section-2 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-11 {
  color: #a9ff52;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 105px;
  font-weight: 900;
  line-height: 1em;
}

.flex-block-6 {
  background-color: var(--main);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 18.7px;
  text-decoration: none;
}

.heading-12 {
  color: #002a3a;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.image-2 {
  vertical-align: middle;
  width: 100%;
}

.section-3 {
  width: 100%;
  max-width: 100%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-13 {
  color: #fff;
  letter-spacing: -3px;
  text-indent: -2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 75px;
}

.about-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.list-item {
  font-family: Didact Gothic, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.bold-text {
  color: #001c34;
  font-size: 18px;
  line-height: 24.75px;
}

.dropdown-toggle-2 {
  background-color: #001c34;
  border-radius: 8px;
  padding: 0;
  display: inline-block;
}

.icon {
  border: 1px none var(--highlight);
  color: var(--highlight);
  border-radius: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.dropdown-4 {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-3 {
  background-image: url('../images/hvac-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-right: 20px;
  display: flex;
}

.div-block-4 {
  background-image: linear-gradient(#002a3ad1, #002a3ad1), url('../images/demolition-service-in-boise-idaho-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.icon-2 {
  color: #a9ff52;
  background-color: #000;
  border-radius: 20px;
  padding: 2px 10px 15px 0;
  font-size: 30px;
}

.heading-14 {
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 24.7px;
}

.heading-15 {
  color: #001c34;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15em;
}

.button-4 {
  color: #000;
  letter-spacing: 1.2px;
  background-color: #a9ff52;
  padding: 15px 40px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 26px;
}

.slide-3 {
  vertical-align: middle;
  background-color: #fff;
  margin-top: 15%;
}

.slide2 {
  margin-top: 15%;
}

.slider {
  width: 100%;
  height: 35vh;
}

.slide-4 {
  background-image: url('../images/6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.slden {
  background-image: url('../images/5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.slide-5 {
  background-image: url('../images/sl1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 51%;
}

.slide-6 {
  background-image: url('../images/sl2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

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

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

.centered-heading-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 76px;
  font-weight: 900;
  line-height: 95px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pricing-card-three:hover {
  padding-left: 15px;
  padding-right: 15px;
}

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

.pricing-card-text {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.section-5 {
  background-color: #002b39;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.heading-16 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
}

.heading-17 {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff0;
  padding-bottom: 0;
}

.team-member-image-two-2 {
  margin-bottom: 0;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

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

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

.flex-block-7 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 1600px;
  max-width: 100%;
}

.container-14 {
  flex-flow: column;
  align-items: flex-start;
  max-width: 50%;
  margin-left: 0;
  display: flex;
}

.container-15 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  height: 110px;
  margin-left: 0;
  display: flex;
}

.button-5 {
  color: #fff;
  background-color: #002a3a;
  border-radius: 5px;
  margin-right: 20px;
  padding: 18px 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.button-6 {
  color: #000;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 18px 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.heading-18 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 57px;
  font-weight: 900;
  line-height: 62px;
}

.flex-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.button-7 {
  color: #002a3a;
  background-color: #a9ff52;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
}

.section-6 {
  background-image: url('../images/Junk-Removal-Company-in-Boise-ID-Junk-Bros.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-19 {
  color: #002a3a;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 57.2px;
}

.footer-light {
  background-color: #002a3a;
  border-bottom: 0 solid #e4ebf3;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 140px;
  display: flex;
}

.footer-title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 17px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.75px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 1600px;
  max-width: 100%;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 24.75px;
}

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

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

.heading-20 {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.paragraph-4 {
  color: #fff;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25.6px;
  text-decoration: none;
}

.section-7 {
  background-image: url('../images/51291fd1-327f-4687-923a-8c6eca9c703f.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 10px;
}

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

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

.div-block-5 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-right: 20px;
  display: block;
}

.why-us {
  background-color: #fff;
  padding: 140px 10px 100px;
}

.flex-block-9 {
  flex-flow: column;
}

.flex-block-10 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
}

.text-block-3 {
  color: #fff;
  padding: 25px 60px;
  font-family: Didact Gothic, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

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

.section-9 {
  background-image: linear-gradient(#002a3a, #002a3a);
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.heading-21 {
  color: #a9ff52;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.image-5 {
  max-width: 50%;
  margin-left: 25%;
  padding-top: 25%;
  padding-left: 0;
}

.image-6, .image-7 {
  max-width: 50%;
  margin-top: 25%;
  margin-left: 25%;
}

.image-8 {
  max-width: 50%;
  margin-top: 25%;
  margin-left: 25%;
  padding-top: 0%;
}

.image-9, .image-10 {
  max-width: 50%;
  margin-top: 25%;
  margin-left: 25%;
}

.section-10 {
  background-color: #002a3a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.heading-22 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 68px;
  font-weight: 900;
  line-height: 68px;
}

.container-17 {
  justify-content: center;
  align-items: flex-start;
  width: 1600px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.flex-block-11 {
  background-image: url('../images/637b7377-8dbb-49b5-8a13-b9d4f5ac73d5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 400px;
}

.flex-block-12 {
  background-image: url('../images/b8185e0b-b668-4248-9073-3063ebf446f5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 400px;
}

.paragraph-6 {
  color: #fff;
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0%;
  font-family: Lato, sans-serif;
  line-height: 21px;
}

.heading-23 {
  color: #a9ff52;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0% 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24.75px;
}

.flex-block-13 {
  text-align: center;
  background-color: #013b59;
  justify-content: flex-start;
  align-items: center;
  padding: 25% 4% 19%;
}

.flex-block-14 {
  background-image: url('../images/f320497e-309f-4128-9ebd-bc12d5a7cb6c.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 400px;
}

.flex-block-15 {
  background-image: url('../images/demol.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 400px;
}

.flex-block-16 {
  background-image: url('../images/hoarder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 400px;
}

.flex-block-17 {
  background-image: url('../images/labor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 400px;
}

.mask {
  background-color: #fff;
}

.section-11 {
  background-image: url('../images/Junk-Removal-Company-in-Boise-ID-Junk-Bros.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 140px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-18 {
  flex-flow: row;
  width: 1600px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.flex-block-18 {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
}

.heading-24 {
  color: #002a3a;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
}

.paragraph-7 {
  color: #002a3a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.flex-block-19 {
  justify-content: flex-start;
  align-items: center;
  width: 1600px;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
}

.button-8 {
  color: #002a3a;
  background-color: #a9ff52;
  border-radius: 5px;
  padding: 20px 70px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 26px;
}

.flex-block-20 {
  width: 25%;
  padding-left: 10px;
}

.text-span {
  font-size: 17px;
  font-weight: 900;
}

.heading-25 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 25px;
}

.flex-block-21 {
  padding-left: 40px;
}

.flex-block-22 {
  padding-left: 10px;
}

.image-11 {
  padding-top: 10px;
  padding-bottom: 60px;
}

.image-12 {
  padding-top: 10px;
}

.section-12 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-7, .container-19 {
  justify-content: center;
  align-items: flex-start;
  width: 1600px;
  max-width: 100%;
  display: flex;
}

.section-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-20 {
  width: 1600px;
  max-width: 100%;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  width: 1400px;
  max-width: 100%;
  display: flex;
}

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

.div-block-9 {
  height: auto;
  padding: 220px 100px 140px;
}

.list-item-2 {
  margin-right: 40px;
}

.div-block-10 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 100px;
  display: flex;
}

.div-block-11 {
  padding-left: 0;
}

.heading-26 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.text-display-4 {
  letter-spacing: 1px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.text-display-4.text-uppercase {
  color: var(--white);
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text-display {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
}

.text-display.text-uppercase {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.text-span-red {
  color: var(--highlight);
  line-height: 55px;
}

.about_services_content_hflex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom: 2px none var(--main);
  background-color: #fff;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  padding: 10px 20px 10px 60px;
  display: grid;
}

.about_values_content.is-align-center {
  text-align: center;
  width: 125px;
  max-width: 150px;
}

.about_services_component_hflex {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-style-banner_home {
  color: var(--main);
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

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

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

.product_features_image {
  object-fit: contain;
  max-height: 28rem;
}

.product_features_image.is-banner-icon {
  max-height: 10rem;
}

.about_services_content_header {
  color: #fff;
  background-color: #093461;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 35px 50px;
  display: flex;
}

.about_services_content_header.is-custom-witdh {
  background-color: #8bd3d900;
  min-width: 34.965%;
  padding-left: 80px;
  padding-right: 50px;
}

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

.link-block_about_services {
  border: 1px #d4d4d4;
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  text-decoration: none;
}

.div-block-12 {
  border-bottom: 2px none var(--main);
  background-color: var(--main);
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-13 {
  max-width: 800px;
}

.div-block-14 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  color: var(--main);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.grid-3 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.text-span-red-2 {
  color: var(--highlight);
  line-height: 55px;
}

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

.home_cta_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

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

.home_cta_image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.list-custom-icon {
  padding-left: 0;
  font-size: 20px;
  list-style-type: none;
}

.image-homepage_conent-info {
  object-fit: contain;
  border-radius: 6px;
  max-height: 500px;
  margin-bottom: 20px;
  box-shadow: -5px 10px 35px #0003;
}

.heading-27 {
  color: #1e1e4c;
  font-size: 40px;
  line-height: 50px;
}

.padding-global {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-item-custom-icon_check {
  color: #13213c;
  background-image: url('../images/green-check-mark_1green-check-mark.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  background-attachment: scroll;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
}

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

.grid-5 {
  grid-template-rows: auto;
  max-width: 1400px;
}

.section-14 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-21 {
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.text-block-4 {
  border: 1px solid var(--highlight);
  color: var(--highlight);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  background-color: #fff;
  border-radius: 7px;
  max-width: 600px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 26px;
}

.flex-block-23 {
  margin-top: 40px;
}

.tabs-content-text {
  text-align: left;
  width: 65%;
  padding: 50px;
}

.tabs-style-horizontal-menu {
  border-radius: 5px;
  flex-flow: row;
  width: 100%;
}

.heading-28 {
  text-align: center;
  font-size: 35px;
  font-style: italic;
  font-weight: 300;
}

.home_feature_component {
  text-align: center;
}

.tabs-content {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 50px;
  padding-left: 65px;
  padding-right: 65px;
}

.tabs-content-wrapper {
  min-height: 100%;
  display: flex;
}

.services {
  padding-top: 100px;
  padding-bottom: 60px;
}

.tab-link {
  color: #131534;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  flex: 1;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px;
  font-size: 15px;
  font-weight: 800;
}

.tab-link:hover {
  background-color: #fff;
  background-image: none;
}

.tab-link.w--current {
  color: var(--highlight);
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
}

.tabs-menu-horizontal-wrapper {
  background-color: #f8f8f8;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 20%;
  padding: 12px;
  display: flex;
}

.div-block-17 {
  padding: 0;
}

.container-22 {
  margin-bottom: 0;
}

.div-block-18 {
  max-width: none;
  display: flex;
}

.tabs_image-full-height {
  object-fit: cover;
  min-height: 100%;
}

.text-tab-style-header {
  letter-spacing: -2px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.container-large-2 {
  width: 100%;
  max-width: 84.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container-large-2.wider {
  max-width: 95rem;
}

.title-split-header_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.tab-pane {
  background-color: #f8f8f8;
  border: 10px solid #fff;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 10px 25px #00000026;
}

.tabs-image-wrapper {
  width: 45%;
}

.title_section-wrap_2-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  margin-bottom: 40px;
  display: grid;
}

.text-span_pink-bold {
  color: var(--highlight);
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-5 {
  color: var(--main);
}

.heading-29 {
  color: var(--main);
  letter-spacing: -2px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-9 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.customer-portal {
  padding-top: 60px;
  padding-bottom: 100px;
}

.why-us-text {
  color: var(--main);
  font-size: 1rem;
}

.our-process-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: center;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-title_why-us {
  color: var(--main);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.6;
}

.image-14 {
  max-width: 300px;
}

.our-process_icon-number-wrap {
  position: relative;
}

.text-align-center {
  text-align: center;
  margin-bottom: 100px;
}

.our-process-number-wrap {
  aspect-ratio: 1;
  border: 10px solid var(--highlight);
  color: var(--highlight);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  top: -50%;
}

.text-tag-header-info-no-capitalize {
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
}

.text-tag-header-info-no-capitalize.text-color-pink {
  color: var(--highlight);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

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

.col-3_content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.col-3_content-wrapper.margin-top-100 {
  margin-top: 100px;
}

.button-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-wrapper-2.is-align-center {
  justify-content: center;
  align-items: flex-start;
}

.container-large-3 {
  width: 100%;
  max-width: 84.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-large-3.padding-top-40 {
  padding-top: 40px;
}

.container-large-3.padding-top-40.padding-bottom-40 {
  padding-bottom: 40px;
}

.heading-style-h1 {
  color: var(--main);
  letter-spacing: -2px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h1.text-color-white {
  color: #fff;
}

.text-number-icon {
  color: var(--highlight);
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.icon_why-us {
  color: var(--highlight);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: inline-block;
}

.padding-section-medium-small {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.div-block-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}

.section_cta-banner {
  color: #fff;
  background-image: linear-gradient(#20424785, #20424785), url('../images/windows.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
  overflow: hidden;
}

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

.image-homepage_style-border {
  object-fit: contain;
  border: 10px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #0000006b;
}

.footer_text {
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: color .3s;
}

.footer_text:hover {
  opacity: 1;
  color: #fff;
}

.location_image-photo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-bottom: 80px;
  margin-right: 2rem;
  display: flex;
}

.faq_item_list {
  flex-direction: column;
}

.paragraph-10 {
  color: var(--highlight);
  margin-bottom: 0;
}

.faq-image-cta-label {
  background-color: #fff;
  border-radius: 10px;
  width: 75%;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto -30px -50px auto;
  box-shadow: -10px -10px 35px #00000080;
}

.faq_item_home_circle {
  cursor: pointer;
  background-color: #f6f6f6;
  border-radius: 12px;
  flex-direction: column;
  margin-bottom: 1rem;
}

.link-3 {
  color: var(--highlight);
}

.faq_icon-line {
  background-color: #131534;
  border-radius: .25rem;
  width: 1.25rem;
  height: .25rem;
  display: none;
  position: absolute;
}

.faq_icon-line.is-vertical {
  transform: rotate(90deg);
}

.faq_cta_text-wrapper {
  flex-flow: column;
  padding: 10px 15px 15px;
  font-size: 20px;
  list-style-type: none;
  display: flex;
}

.text-faq-header {
  color: var(--highlight);
  margin-right: 60px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
}

.footer_icon-wrapper {
  color: #e87283;
}

.footer_flex_icon-text_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  font-size: 1.125rem;
  display: flex;
}

.text-faq-answer {
  margin-bottom: 30px;
}

.faq_icon_circle {
  border: 3px solid var(--main);
  background-color: var(--main);
  color: #fff;
  border-radius: 50%;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  box-shadow: 0 5px 20px #00000026;
}

.faq_icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.faq_answer {
  z-index: 1;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
}

.container-large-4 {
  width: 100%;
  max-width: 84.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-large-4.padding-bottom-0 {
  padding-top: 20px;
  padding-bottom: 0;
}

.hoem_location_image-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 4rem;
  display: flex;
}

.faq_content-title-wrap {
  margin-bottom: 35px;
}

.icon-embed-small {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_icon-plus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-footer {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.faq_icon-minus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: none;
}

.faq_question_circle-icon {
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px 10px;
  display: flex;
}

.faq_item_accordion-wrapper {
  flex-direction: column;
  width: 66.516%;
}

.faq_icon-arrow {
  color: #e87283;
  border-right: 4px solid #000;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  padding: 18px;
  display: flex;
}

.faq_icon-arrow.is-hidden {
  display: none;
}

.faq-header-text {
  color: var(--highlight);
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.65;
}

.location-photo-wrapper {
  width: 100%;
  position: relative;
}

.faq-side-icon-wrap {
  background-color: var(--highlight);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  list-style-type: none;
  display: flex;
}

.text-block-6 {
  color: var(--main);
  font-size: 20px;
  line-height: 30px;
}

.flex-block-24 {
  margin-top: 20px;
}

.div-block-21 {
  width: 900px;
  padding-top: 120px;
}

.div-block-21.padding-top-140 {
  padding-top: 140px;
}

.div-block-21.padding-top-80 {
  width: 900px;
  padding-top: 80px;
}

.heading-30 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
}

.padding-global-2 {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.div-block-22 {
  text-align: center;
  width: auto;
  margin-bottom: 20px;
}

.container-23 {
  text-align: center;
  max-width: 500px;
  margin-bottom: 40px;
}

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

.bold-text-2 {
  color: var(--highlight);
}

.image-15 {
  width: 50%;
}

.text-block-7 {
  color: #01192f;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-block-8 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

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

.paragraph-11 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 17px;
}

.text-block-9 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.image-16 {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px #0003;
}

.image-17 {
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-25, .div-block-26 {
  width: 200px;
}

.div-block-27 {
  width: 250px;
}

.link-4 {
  color: #ae8d5a;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

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

.image-19 {
  width: 15%;
}

.image-20 {
  width: 20px;
}

.paragraph-14 {
  color: var(--white);
  text-align: center;
}

.section-15 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.image-21 {
  width: 100%;
  margin-bottom: 15px;
}

.container-25 {
  max-width: 800px;
}

.section-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.why-us-copy {
  background-color: #fff;
  padding: 140px 10px 100px;
}

.heading-31, .paragraph-15 {
  text-align: center;
}

.section-16 {
  padding-bottom: 100px;
}

.section-16.padding-top-60 {
  background-color: #f3f3f3;
  padding-top: 60px;
}

.section-16.padding-top-60.white {
  background-color: #fff;
}

.heading-32 {
  color: var(--main);
}

@media screen and (min-width: 1920px) {
  .navbar-brand-2 {
    position: static;
  }

  .image-13 {
    display: block;
  }

  .div-block-26 {
    width: 200px;
  }
}

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

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

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

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

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

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

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

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

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

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

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

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

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

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-11, .container-12 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .about_services_component_hflex {
    flex-flow: column;
  }

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

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

  .product_features_image.is-banner-icon {
    width: 70%;
  }

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

  .link-block_about_services {
    padding-left: 32px;
    padding-right: 32px;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .image-homepage_conent-info {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    max-height: none;
  }

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

  .tabs-content-text {
    width: 100%;
  }

  .tabs-content-wrapper {
    flex-flow: column;
  }

  .tabs-menu-horizontal-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 20%;
    display: grid;
  }

  .tabs_image-full-height {
    min-width: 100%;
  }

  .tabs-image-wrapper {
    width: 100%;
  }

  .title_section-wrap_2-col {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: end stretch;
  }

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

  .col-3_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
  }

  .heading-style-h1 {
    font-size: 45px;
  }

  .padding-section-medium-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-display-2 {
    font-size: 37px;
    font-weight: 800;
  }

  .section_cta-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/Soft-Washing-and-Pressure-Washing-Service-Near-Me-in-OH-VA-and-NC-2.jpg');
    background-attachment: scroll, scroll;
  }

  .image-homepage_style-border {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    max-height: none;
  }

  .image-homepage_style-border.is-ratio-auto {
    aspect-ratio: auto;
  }

  .location_image-photo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq_item_home_circle {
    padding: .5rem;
  }

  .text-faq-header {
    font-size: 20px;
  }

  .faq_icon_circle {
    margin-left: 1rem;
  }

  .hoem_location_image-component {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 2rem;
  }

  .faq_content-title-wrap {
    text-align: center;
  }

  .faq_item_accordion-wrapper {
    width: 100%;
    margin-top: 5rem;
  }

  .location-photo-wrapper {
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

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

  .faq, .hero-heading-left, .team-slider, .cta-1, .gallery-overview, .reviews, .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .footer-cta {
    padding: 60px 15px;
  }

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

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

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

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

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

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

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

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

  .pricing-overview, .team-slider-2 {
    padding: 60px 15px;
  }

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

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .text-display-4, .text-display {
    font-size: 1.5rem;
  }

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

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

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

  .product_features_image {
    width: 70%;
    max-height: none;
  }

  .product_features_image.is-banner-icon {
    width: 50%;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .home_cta_image-wrapper {
    max-width: none;
  }

  .image-homepage_conent-info {
    max-height: none;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .list-item-custom-icon_check {
    background-size: 20px;
    font-size: 15px;
  }

  .tabs-content-text {
    text-align: left;
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-style-horizontal-menu {
    flex-flow: column;
  }

  .tabs-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link {
    flex: 1;
  }

  .tabs-menu-horizontal-wrapper {
    flex-flow: row;
  }

  .tabs_image-full-height {
    width: 70%;
    max-height: none;
  }

  .text-tab-style-header {
    font-size: 1.5rem;
  }

  .tabs-image-wrapper {
    max-width: none;
  }

  .title_section-wrap_2-col {
    grid-template-columns: 1fr;
  }

  .text-tag-header-info-no-capitalize.text-color-pink {
    font-size: 14px;
  }

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

  .col-3_content-wrapper {
    grid-template-columns: 1fr;
  }

  .button-wrapper-2 {
    flex-flow: column;
  }

  .button-wrapper-2.is-align-center {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h1 {
    font-size: 32px;
  }

  .heading-style-h1.text-color-white {
    font-size: 35px;
  }

  .text-number-icon {
    font-size: 1.5rem;
  }

  .padding-section-medium-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-display-2 {
    font-size: 37px;
    font-weight: 800;
  }

  .image-homepage_style-border {
    max-height: none;
  }

  .location_image-photo {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .faq_item_list {
    width: 100%;
  }

  .faq_item_home_circle {
    margin-bottom: 1.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq_cta_text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-faq-header {
    padding-right: 4px;
    font-size: 1.1rem;
  }

  .hoem_location_image-component {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-left: -1.25rem;
    padding: 3rem 1.25rem;
  }

  .faq_content-title-wrap {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .faq_item_accordion-wrapper {
    width: 100%;
    margin-top: 3rem;
  }

  .faq_icon-arrow {
    padding: 10px;
  }

  .location-photo-wrapper {
    max-width: none;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-heading-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading-center.short.center {
    height: 550px;
  }

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

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

  .button-primary-2 {
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .button-primary-2.transparent.padding-left, .button-primary-2.black.margin-left {
    margin-left: 0;
  }

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

  .navbar-wrapper-2 {
    width: auto;
    min-width: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-two-2, .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .hero-split-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .shadow-two-2 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .heading-3.center {
    line-height: 50px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-9 {
    width: auto;
    max-width: none;
  }

  .margin-bottom-24px-3 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .flex-block-2 {
    flex-flow: column;
  }

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

  .flex-block-4 {
    width: auto;
    height: auto;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .container-11, .container-12 {
    max-width: none;
  }

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

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

  .heading-13 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .about-us {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .centered-heading-4 {
    margin-bottom: 24px;
  }

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

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

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

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

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

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

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

  .div-block-5 {
    width: 100%;
    max-width: none;
    padding-right: 0;
    display: block;
  }

  .why-us {
    padding: 60px 10px 40px;
  }

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

  .image-13 {
    width: 90%;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 60px;
    display: flex;
  }

  .div-block-10 {
    flex-flow: column;
    padding-left: 0;
    display: block;
  }

  .text-display.text-uppercase {
    font-size: 36px;
    line-height: 46px;
  }

  .text-span-red {
    font-size: 45px;
    line-height: 50px;
  }

  .about_services_content_hflex {
    flex-flow: column;
    padding: 25px 10px;
    display: flex;
  }

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

  .product_features_image {
    width: 100%;
  }

  .about_services_content_header.is-custom-witdh {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-block_about_services {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .div-block-13 {
    max-width: none;
  }

  .paragraph-8 {
    padding-left: 10px;
  }

  .grid-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-large {
    max-width: 100%;
  }

  .text-span-red-2 {
    font-size: 45px;
    line-height: 50px;
  }

  .padding-section-medium {
    padding-top: 1rem;
  }

  .div-block-16 {
    margin-bottom: 0;
  }

  .list-custom-icon {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 3rem;
    display: flex;
  }

  .image-homepage_conent-info {
    border-radius: 0;
    width: 100%;
  }

  .heading-27 {
    line-height: 38px;
  }

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

  .button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .grid-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-4 {
    text-align: center;
    border-radius: 3px;
    max-width: none;
    font-size: 22px;
  }

  .flex-block-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tabs-content-text, .tabs-content, .tabs-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .services {
    padding-top: 40px;
  }

  .tab-link {
    flex-basis: auto;
  }

  .tabs-menu-horizontal-wrapper {
    background-color: #e2e2e2;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .tabs_image-full-height {
    width: 100%;
  }

  .container-large-2 {
    padding-top: 0;
  }

  .tab-pane {
    border-width: 5px;
  }

  .text-span_pink-bold {
    line-height: 47px;
  }

  .heading-29 {
    font-size: 25px;
  }

  .customer-portal {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .button-wrapper-2.is-align-center {
    justify-content: center;
    align-items: stretch;
  }

  .container-large-3 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .heading-style-h1.text-color-white {
    font-size: 35px;
  }

  .text-display-2 {
    font-size: 37px;
    font-weight: 500;
    line-height: 47px;
  }

  .image-homepage_style-border {
    width: 100%;
  }

  .footer_text {
    word-break: break-all;
  }

  .paragraph-10 {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: .8rem;
  }

  .faq-image-cta-label {
    width: 100%;
    position: static;
    bottom: 0;
    right: 0;
  }

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

  .link-3 {
    font-size: 16px;
  }

  .faq_cta_text-wrapper {
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .text-faq-header {
    margin-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 27px;
  }

  .footer_flex_icon-text_wrapper {
    justify-content: center;
    align-items: center;
  }

  .faq_icon_circle {
    width: 2rem;
    height: 2rem;
  }

  .container-large-4 {
    padding-top: 0;
  }

  .hoem_location_image-component {
    margin-left: 0;
    padding-top: 0;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .faq_question_circle-icon {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq_item_accordion-wrapper {
    margin-top: 1rem;
  }

  .faq-header-text {
    color: var(--highlight);
  }

  .location-photo-wrapper {
    position: static;
  }

  .icon-3 {
    color: var(--highlight);
  }

  .flex-block-24, .flex-block-25, .flex-block-26, .flex-block-27 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-21 {
    padding-top: 100px;
  }

  .code-embed {
    width: 100%;
  }

  .text-block-8 {
    padding-left: 10px;
  }

  .image-16, .image-17 {
    border-radius: 0;
  }

  .container-24 {
    padding-left: 20px;
  }

  .paragraph-12 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .section-1 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-copy {
    padding: 60px 10px 40px;
  }
}

#w-node-c3f395c5-9a51-2c8c-b2b8-95a5e08ef986-10f47d73 {
  place-self: center;
}

#w-node-_94001af9-cf07-a867-cf2d-189f91b5b856-10f47d73, #w-node-_41a553d8-03de-e5d3-7a2c-f683b14e539f-10f47d73, #w-node-_3be22ad7-9b86-c000-e69e-a60b844641e4-10f47d73 {
  justify-self: center;
}

#w-node-_08f8618e-1035-c7d3-95a4-70158c2500db-10f47d73 {
  justify-self: auto;
}

#w-node-_96a0bc86-d77e-ef30-919c-ebe01b2816f9-1b2816ec, #w-node-_3c55db2d-3f57-03ac-e0dc-0cb4b1bb7c7a-10f47d75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde2d30d-b007-2f1b-bbb1-1803c4ea1b8e-10f47d75, #w-node-d7f38bb2-9806-e627-6493-78de28950e0f-10f47d75, #w-node-_1921ad7f-ff47-19fa-bda9-cbced7765365-10f47d75, #w-node-e52f50c8-225c-5cf4-4271-fe67ff500ce5-10f47d75, #w-node-_4562f312-8073-b701-cbbe-c9996711a2b9-10f47d75, #w-node-_35c148b7-500e-9b24-3253-53d4fa38dbf6-10f47d75 {
  place-self: center;
}

#w-node-d68a0c15-b4fd-77d4-0635-60e7a46e3ed6-10f47d75, #w-node-d68a0c15-b4fd-77d4-0635-60e7a46e3ee0-10f47d75, #w-node-_9b14a70d-2169-2346-1463-8fe4a96b6fcf-10f47d75, #w-node-_9b14a70d-2169-2346-1463-8fe4a96b6fd9-10f47d75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3f395c5-9a51-2c8c-b2b8-95a5e08ef986-10f47d7b {
  place-self: center;
}

#w-node-_94001af9-cf07-a867-cf2d-189f91b5b856-10f47d7b, #w-node-_41a553d8-03de-e5d3-7a2c-f683b14e539f-10f47d7b, #w-node-_3be22ad7-9b86-c000-e69e-a60b844641e4-10f47d7b {
  justify-self: center;
}

#w-node-_08f8618e-1035-c7d3-95a4-70158c2500db-10f47d7b {
  justify-self: auto;
}

#w-node-d1e46c04-0272-907f-c44f-d6085e6495bb-e91562a6 {
  place-self: center;
}

#w-node-d1e46c04-0272-907f-c44f-d6085e6495c2-e91562a6, #w-node-d1e46c04-0272-907f-c44f-d6085e6495c9-e91562a6, #w-node-d1e46c04-0272-907f-c44f-d6085e6495d0-e91562a6 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_08f8618e-1035-c7d3-95a4-70158c2500dd-10f47d73, #w-node-_08f8618e-1035-c7d3-95a4-70158c2500dd-10f47d7b {
    order: -9999;
  }
}


