:root {
  --midnight-blue: #080133;
  --dark-olive-green: #4f792b;
  --floral-white\<deleted\|variable-ad8f08c3\>: #fbf8ec;
  --white\<deleted\|variable-cfe46c48\>: white;
  --black\<deleted\|variable-f0153ee0\>: #111424;
  --dark-green-2: #20413b;
  --dark-green: #035547;
  --dark-grey: #a8a6a8;
  --khaki\<deleted\|variable-4b58fdf8\>: #fbd573;
  --dark-orange: #ff7a00;
  --light-green: #5ba543;
  --floral-white-2\<deleted\|variable-fe51a325\>: #fbf8ec;
  --orange: #ea6436;
  --floral-white-3: #5ba543;
  --light-black: #333;
  --cb: #4d752f;
  --yelow: #f4993c;
  --white: white;
  --green: #00b878;
  --primary: #f65058;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.25rem;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.875rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  line-height: 1.7rem;
}

.cta {
  color: #333;
  background-color: #fdd008;
  border-radius: 0;
  margin-right: 0;
  padding: 1rem 2rem;
  text-decoration: none;
}

.cta.alt {
  background-color: var(--dark-olive-green);
  color: #fdfbf3;
  border-radius: 2.25rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  transition: box-shadow .5s;
}

.cta.alt.green {
  border: 1px solid var(--dark-olive-green);
  background-image: linear-gradient(to bottom, #69792b, var(--dark-olive-green));
  color: var(--floral-white\<deleted\|variable-ad8f08c3\>);
  transition: color .5s, box-shadow .5s;
  box-shadow: 0 4px 10px #69792b;
}

.cta.alt.green:hover {
  color: #fff;
  border-color: #69792b;
  box-shadow: 0 0 10px #69792b;
}

.btn-container {
  margin-bottom: 1.25rem;
  margin-left: -.3125rem;
  display: flex;
}

.btn-container.reviews {
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 0;
  margin-left: 0;
}

.hero-title {
  color: var(--midnight-blue);
  width: 36.25rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: Gilroy, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

.hero-title.font-h1 {
  color: var(--white\<deleted\|variable-cfe46c48\>);
  width: auto;
  display: block;
}

.paragraph {
  color: var(--black\<deleted\|variable-f0153ee0\>);
  max-width: 16rem;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph.hero {
  width: 36.25rem;
  margin-bottom: 2.5rem;
}

.paragraph.hero.font-h4 {
  color: var(--black\<deleted\|variable-f0153ee0\>);
  width: auto;
  max-width: none;
  line-height: 1.4;
}

.paragraph.hero.font-h4.text-color-white {
  color: var(--white\<deleted\|variable-cfe46c48\>);
}

.paragraph.testimonial-text {
  color: var(--midnight-blue);
  max-width: 25rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

.button-text {
  font-family: Gilroy, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 75rem;
  display: flex;
}

.container.services {
  align-items: center;
}

.section {
  display: block;
}

.section.first {
  background-image: linear-gradient(#00000080, #00000080), url('../images/custom_home_additions.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 5rem;
  display: none;
}

.section.no-color {
  background-color: #fefefd;
}

.section.tablet_hide {
  display: none;
}

.button-wrapper {
  position: relative;
}

.button-wrapper.hero {
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  margin-right: 2.5rem;
}

.body {
  background-color: #5ba54300;
  font-family: Gilroy, sans-serif;
  font-weight: 300;
}

.hero-left {
  z-index: 2;
  max-width: 35rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-right: 2rem;
}

.section-title {
  color: var(--dark-green-2);
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}

.section-title.map {
  margin-top: 0;
}

.title_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.section-subtitle {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.four-blocks-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-bottom: 0;
  display: grid;
}

.block {
  background-color: #fff;
  border: 1px solid #c7bbbb;
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding: 2.5rem 3.125rem;
  transition: box-shadow .5s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.block:hover {
  box-shadow: 2px 2px 20px -5px var(--dark-green);
}

.block.main {
  background-color: #fff;
  border-radius: 1.5rem;
}

.block.main.about {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  margin-right: 1.5rem;
  padding: 1.5rem 1.5rem 1.5rem 0;
  transition: background-color .4s, box-shadow .4s;
}

.block.reviews {
  box-shadow: none;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  width: 25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 3rem 1.875rem 1.5rem;
  transition: box-shadow .4s;
  position: relative;
}

.block.reviews:hover {
  box-shadow: 2px 2px 20px -1px var(--dark-grey);
}

.block-left {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 2rem;
}

.block-left.testimonial {
  flex-direction: column;
  flex: 1;
  margin-right: 1rem;
}

.block-right {
  flex: 1;
}

.block-right.testimonial {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.block-title {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.icon-container.testimonial-star {
  height: 1.5rem;
  margin-right: .25rem;
}

.icon-container.testimonial-star {
  color: #ffd650;
  height: 1.5rem;
  margin-right: .5rem;
}

.icon-container.testimonial-star.last {
  margin-right: 0;
}

.parallax-slider {
  background-color: #0000;
  align-self: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.parallax-mask {
  width: 20rem;
  height: auto;
  overflow: visible;
}

.parallax-slide {
  height: auto;
  margin-right: 2.5rem;
}

.parallax-slider-button {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: .75rem;
  display: flex;
  position: absolute;
  left: auto;
  right: 0;
}

.parallax-slider-button.left {
  padding-left: 0;
  padding-right: .75rem;
  top: 0;
  right: auto;
}

.prallax-slider-nav {
  display: none;
}

.ratio_133 {
  padding-top: 133%;
}

.parallax__card-inner {
  background-image: url('../images/webaliser-_tptxzd9moo-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 12px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.parallax__card-inner._1 {
  background-image: url('../images/underpinning-renovation.webp');
  background-position: 50%;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.parallax__card-inner._2 {
  background-image: url('../images/custom-home-builders-mississuaga.webp');
  background-position: 0%;
  background-size: cover;
}

.parallax__card-inner._3 {
  background-image: url('../images/framing-contractors-company-toronto.webp');
  background-position: 50%;
}

.parallax__card-inner._5 {
  background-image: url('../images/icf-foundation.webp');
  background-position: 50%;
}

.parallax__card-inner._6 {
  background-image: url('../images/concrete-forming-contractors.webp');
  background-position: 50%;
}

.parallax__card-inner._7 {
  background-image: url('../images/toronto-excavation-contractor.webp');
  background-position: 50%;
}

.parallax__card-inner._8 {
  background-image: url('../images/1234.webp');
  background-position: 0 100%;
}

.parallax__card-inner._9 {
  background-image: url('../images/452.webp');
  background-position: 40%;
}

.parallax__card-inner._10 {
  background-image: url('../images/123333.webp');
}

.parallax__card-inner._11 {
  background-image: url('../images/776.webp');
  background-position: 50%;
}

.parallax__card-inner._12 {
  background-image: url('../images/45666.webp');
  background-position: 50%;
}

.parallax__card-inner._13 {
  background-image: url('../images/assignar-demolition-software.webp');
  background-position: 50% 100%;
}

.card_bottom_container {
  color: #fff;
  text-align: center;
  background-color: #000000b3;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.card_bottom_container.center-text {
  padding-left: 0;
}

.chevron {
  background-color: #0000;
  border-radius: 62.4375rem;
  padding: .5rem;
}

.chevron.right {
  background-color: #0000;
}

.three-blocks-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: flex;
}

.block-bottom.testimonial {
  display: flex;
}

.testimonial-name {
  margin-bottom: .625rem;
  font-family: Gilroy, sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.875rem;
}

.testimonial-position {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.3em;
}

.testimonial-star-container {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.testimonial-line-separator {
  border: .0625rem #a8a6a8b0;
  border-top-style: solid;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.testimonial-avatar {
  z-index: 1;
  background-color: var(--khaki\<deleted\|variable-4b58fdf8\>);
  box-shadow: 1px 1px 20px -1px var(--dark-grey);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: -15% auto auto 5%;
}

.testimonial-avatar.second {
  background-color: var(--dark-orange);
}

.testimonial-avatar.third {
  background-color: var(--dark-grey);
}

.project-map {
  width: 100%;
  max-width: none;
}

.text-area {
  border-radius: .375rem;
  min-height: 10rem;
  margin-bottom: 1.5rem;
  padding: .75rem 1.5rem 1.5rem;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.color {
  color: red;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

.text-size-small {
  font-size: .875rem;
  line-height: 1.7;
}

.text-size-small.hero_icon {
  margin-left: 1rem;
  line-height: 1.2rem;
}

.text-size-small.height {
  line-height: 1.4;
}

.text-size-small.tablet_hide {
  display: none;
}

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

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.page-wrapper {
  background-image: linear-gradient(135deg, #fbf8ec, #fff);
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

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

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

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

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

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small.check {
  background-image: url('../images/icons8-checkmark-48.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: .25rem;
}

.icon-1x1-small.check.alt {
  background-image: url('../images/icons8-checkmark-30.png');
}

.text-align-right {
  text-align: right;
}

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

.text-size-large.text-weight-bold.color {
  color: var(--light-green);
}

.text-size-large.text-weight-bold.color.padding {
  margin-bottom: 1rem;
}

.text-size-large.text-weight-bold.text-color-white {
  padding-left: 3px;
}

.text-size-large.text-weight-bold.size {
  font-size: 1rem;
}

.fs-styleguide_item-header {
  border-bottom: .0625rem solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  border: .0625rem solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.6;
}

.text-size-regular.testimonials {
  font-size: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.padding-small.padding-bottom {
  color: #fbf8ec;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-color-black {
  color: var(--dark-green);
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  color: var(--dark-green);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.heading-style-h2.color {
  color: var(--light-green);
}

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

.heading-style-h2.padding {
  margin-bottom: .75rem;
}

.heading-style-h2.services {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h2.alight_top {
  color: var(--dark-green);
  align-self: flex-start;
  margin-top: 0;
}

.heading-style-h2.padding_0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-color-white {
  text-decoration: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.text-size-medium.text-color-white.text-alight-center.mobile_size {
  color: #fff;
}

.text-size-medium.padding {
  margin-bottom: 2.5rem;
}

.text-size-medium.padding.text-color-white.alt {
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.overflow-auto {
  overflow: auto;
}

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

.margin-xxsmall {
  margin: .25rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium.is-rotate-90 {
  border-radius: 99px;
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

.margin-tiny {
  margin: .125rem;
}

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

.padding-global.nav-footer {
  background-color: #0000;
}

.padding-global.hero, .padding-global.experience, .padding-global.problem, .padding-global.services, .padding-global.mission, .padding-global.hero_services, .padding-global.about {
  background-color: #fcf9ee00;
}

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

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

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: .0625rem dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

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

.container-small.align-left {
  margin-left: 0;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.main-wrapper {
  position: relative;
}

.button-2 {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
}

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

.button-2.is-secondary {
  color: var(--orange);
  background-color: #fff;
  border: 2px solid #fff;
}

.button-2.is-text {
  color: #000;
  background-color: #0000;
  border: .125rem solid #0000;
}

.button-2.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-icon.is-secondary {
  align-items: center;
}

.button-2.is-icon.is-secondary:hover {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
}

.button-2.is-large {
  padding: 1rem 2.5rem;
}

.button-2.is-large:hover {
  color: #ea6436;
  transform: translate(0, -10px);
}

.button-2.is-large.width {
  width: 12.5rem;
}

.button-2.is-large.width:hover {
  box-shadow: none;
  transform: translate(0, -20px);
}

.button-2.is-large.width.aligh-center {
  align-self: center;
}

.button-2.is-large.width.aligh-center:hover {
  background-color: #ea6436;
  transform: translate(0, -10px);
}

.button-2.is-large.hover:hover {
  color: #5d220e;
}

.button-2.is-large.text-size-large.hover:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.width {
  width: 30%;
}

.button-2.width.large {
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .5s;
}

.button-2.width.large:hover {
  box-shadow: 4px 4px 5px #00000080;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.color_1 {
  color: var(--orange);
}

.heading-style-h1.color_2 {
  color: var(--light-green);
}

.heading-style-h1.font {
  color: #4c7634;
  margin-right: 1rem;
  font-family: Orbitron, sans-serif;
  font-size: 5rem;
}

.heading-style-h1.tablet_size {
  color: var(--dark-green);
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.font-h1 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  display: none;
}

.font-h3 {
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.font-h3.thick {
  font-weight: 700;
}

.font-h3.thick.faq-title {
  color: var(--dark-green);
}

.font-h3.thick.faq-title:hover {
  color: var(--light-green);
}

.font-h3.footer {
  cursor: pointer;
  flex: 0 auto;
  padding: .25rem;
  text-decoration: none;
  transition: color .5s;
}

.font-h3.footer:hover {
  color: var(--dark-olive-green);
  background-color: #0000;
  padding: .25rem;
}

.font-h3.thin {
  text-transform: none;
  font-weight: 300;
}

.font-h3.footer, .font-h3.footer:hover {
  padding-left: 0;
}

.font-h3.footer.padding {
  margin-bottom: 1rem;
}

.font-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.font-h4.footer {
  line-height: 1.4;
}

.services_container {
  display: flex;
}

.services_container-left {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.services_container-right {
  flex-direction: column;
  flex: 1;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  place-items: center stretch;
  display: flex;
}

.services_content {
  position: relative;
}

.div-block-9 {
  background-color: #f2f2f2;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  align-items: flex-end;
  width: 7rem;
  height: 7rem;
  margin-right: 4rem;
  display: flex;
  position: relative;
}

.div-block-9.alt {
  background-color: #4f792b42;
}

.div-block-9.alt.ttt {
  display: none;
}

.div-block-13 {
  background-image: url('../images/grid11.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: 1;
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
}

.div-block-14 {
  background-color: #fbd57370;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 20rem;
  height: 20rem;
  margin-top: 2rem;
  margin-right: 12rem;
  position: relative;
}

.div-block-16 {
  margin-bottom: 1.5rem;
  margin-left: 1.75rem;
}

.faq_content {
  display: flex;
}

.faq_content-left {
  text-align: left;
  flex: 1;
  align-items: center;
  display: flex;
}

.faq_content-right {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.text-block {
  color: var(--black\<deleted\|variable-f0153ee0\>);
  line-height: 1.5;
}

.faq_divider {
  border: 1px solid #d7d6d3;
}

.faq_divider.footer {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.faq_divider.footer.alt-2 {
  margin-top: 0;
}

.faq_text-wrapper {
  flex-direction: column;
  display: block;
  position: relative;
}

.faq_text-wrapper:hover {
  color: var(--light-green);
}

.div-block-19 {
  background-image: url('../images/62c63c089e3563ce3547db7a_line-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.footer {
  background-color: var(--dark-green-2);
  color: var(--white\<deleted\|variable-cfe46c48\>);
  background-image: url('../images/bg_white_1bg_white.png');
  background-position: 0 0;
  background-size: auto;
}

.faq_item {
  cursor: pointer;
  transition: color .5s;
}

.faq_item:hover {
  color: var(--light-green);
}

.faq_animation-support-padding {
  height: 1rem;
}

.footer-content {
  display: flex;
}

.footer-left_content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-right-content {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.footer-left-top_text {
  justify-content: space-between;
  max-width: 70%;
  display: none;
}

.footer-left-bottom_text {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-right_top_text {
  color: #f8f8f8;
  cursor: pointer;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.footer-right-middle-text {
  display: flex;
}

.div-block-21 {
  text-transform: uppercase;
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

.image-2 {
  width: 5rem;
}

.footer_right-column, .footer_right-column.last {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.font-h0 {
  color: var(--dark-olive-green);
  letter-spacing: .25rem;
  text-transform: uppercase;
  font-family: Orbitron, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.font-h0.footer {
  margin-bottom: 6rem;
}

.section_services {
  overflow: hidden;
}

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

.developed_by_link {
  color: var(--dark-olive-green);
}

.button-3 {
  color: #002a39;
  text-align: center;
  background-color: #ffc425;
  padding: .5rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.button-3.is-circle {
  background-color: var(--khaki\<deleted\|variable-4b58fdf8\>);
  border-radius: 999px;
  width: 3rem;
  height: 3rem;
  margin-left: 2rem;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.sticky-wrapper {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  margin-top: -5rem;
  display: flex;
  position: sticky;
  inset: 90vh auto auto 0;
}

.sticky-wrapper.number {
  z-index: 1000;
  justify-content: flex-end;
  margin-top: 0;
  top: 90vh;
}

.icon-1x1-xlarge {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge._1 {
  background-image: url('../images/icons8-trust.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-1x1-xlarge._2 {
  background-image: url('../images/icons8-deadline.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-1x1-xlarge._3 {
  background-image: url('../images/icons8-pricing-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-1x1-xlarge._4 {
  background-image: url('../images/icons8-test-passed.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.services_card-text.font-h3.bold {
  font-weight: 700;
}

.list_item {
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.chevron_container {
  background-color: #fbd573cc;
  border-radius: 0;
  flex: 1;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: none;
}

.two-card_icon {
  width: 4rem;
  height: 4rem;
}

.two-card_icon._1 {
  background-image: url('../images/icons8-blueprint-64.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.two-card_icon._2 {
  background-image: url('../images/icons8-hammer-64.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.brand-2 {
  justify-content: center;
  width: 5rem;
  padding-top: .25rem;
  padding-left: 0;
  position: relative;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-2 {
  border-bottom: 1px solid var(--dark-green-2);
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0 auto;
}

.nav-link-wrapper {
  position: relative;
}

.nav-link-wrapper.tablet_show {
  display: none;
}

.nav-logo-white {
  z-index: 3;
  opacity: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_navbar {
  height: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.underline {
  background-color: #e8b547;
  width: 0%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-link {
  color: var(--dark-green-2);
  text-transform: uppercase;
  padding: 1.625rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease-in;
}

.nav-link:hover {
  color: var(--light-green);
}

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

.nav-link.first {
  padding-left: 0;
}

.nav-link.last {
  padding-right: 0;
}

.nav-link.menu:hover {
  color: #000;
}

.nav-logo-gold {
  z-index: 4;
  display: none;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle {
  color: var(--dark-green-2);
  flex-direction: row-reverse;
  align-items: center;
  padding: 0;
  transition: color .25s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--light-green);
}

.icon-2 {
  margin: 0 0 0 .25rem;
  display: block;
  position: static;
}

.text-block-20 {
  color: var(--dark-green);
}

._50-50_top-content-2 {
  flex-direction: column;
  display: flex;
}

.footer-top_content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._50-50_left {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.link-6 {
  color: #fff;
  background-color: #0000;
  margin-bottom: 1.25rem;
  padding: 0;
  text-decoration: none;
}

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

.location_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 400;
  display: grid;
}

.font-h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.999rem;
  line-height: 1.75;
  text-decoration: none;
}

.font-h4-2:hover {
  text-decoration: none;
}

.font-h4-2.alt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.font-h4-2.alt.text-align-center {
  color: var(--dark-green);
  text-align: center;
}

.font-h4-2.alt.text-align-right {
  color: var(--dark-green);
}

.font-h4-2.alt {
  color: #053240;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.font-h4-2.alt.text-align-center {
  color: var(--dark-green);
  text-align: left;
  text-transform: capitalize;
  font-weight: 800;
}

.div-block-69 {
  padding-left: 0;
  padding-right: 3rem;
}

.main-wrapper-2 {
  background-color: #fff;
  font-size: 1.125rem;
  line-height: 2.25rem;
}

.page-wrapper-2 {
  color: #373736;
}

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

.font-h1-3 {
  color: #053240;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.05rem;
  font-weight: 300;
  line-height: 1.3;
}

.font-h1-3.alt {
  color: var(--dark-green);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.div-block-68 {
  background-image: url('../images/icons8-50_1icons8-50.png');
  background-position: 0 0;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
}

._50-50_content-2 {
  color: #424143;
}

.footer_top-text {
  color: #f3f3f3;
  text-align: center;
  flex-direction: column;
  flex: none;
  width: 30%;
  display: flex;
}

.link-4 {
  color: #000;
  margin-left: .75rem;
  line-height: 1.3rem;
  text-decoration: none;
}

.heading-wrapper {
  text-align: center;
  align-self: stretch;
}

._50-50_right {
  text-align: center;
  align-self: center;
  width: 40%;
  margin-left: 1rem;
  margin-right: 1rem;
}

._50-50_right.alt {
  margin-left: 1.5rem;
}

._50-50_block {
  flex-direction: row-reverse;
  display: flex;
}

._50-50_block.alt {
  flex-direction: row;
  margin-top: 5rem;
}

._50-50_block.alt.padding {
  margin-top: 3rem;
}

._50-50_image {
  height: auto;
  padding-right: 1.25rem;
}

.marker_location {
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.dropdown-list {
  background-color: var(--black\<deleted\|variable-f0153ee0\>);
}

.dropdown-list.w--open {
  color: var(--dark-green);
  background-color: #fff;
  margin-top: 1.5rem;
}

.dropdown-link-3 {
  color: var(--dark-green);
  font-weight: 500;
}

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

.padding-bottom.padding-small {
  flex: 0 auto;
}

.padding-bottom.padding-custom1 {
  padding-bottom: 1.5rem;
}

.oval {
  border: 2px solid var(--dark-olive-green);
  background-color: #4f792b4d;
  border-radius: 24rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.oval.right {
  z-index: 10000;
  width: 13rem;
  margin-right: 2rem;
  right: 0;
}

.sticky-text-block {
  color: var(--midnight-blue);
  margin-left: .5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.phone-icon-sticky {
  width: 2rem;
  height: 2rem;
}

.link {
  display: inline;
}

.link.hidden {
  display: none;
}

.phone {
  justify-content: center;
  align-items: center;
  line-height: 1.75rem;
  display: flex;
}

.benefits-li {
  padding: 1.25rem .625rem;
  font-size: 1rem;
  line-height: 1.375;
  position: relative;
}

.text-size-medium-2 {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.text-size-medium-2.alt {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .375rem;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.logo {
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
}

.circle-green {
  background-color: #22c55e;
  border-radius: 9999px;
  width: .5rem;
  height: .5rem;
  margin-right: .5rem;
}

.footer-landing-hero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-bg {
  background-image: url('../images/graph-bg.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.nav {
  justify-content: space-between;
  align-items: center;
  max-width: 64rem;
  height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  padding-left: 0;
  list-style-type: none;
  display: grid;
  position: relative;
}

.list-col {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.text-size-regular-2.alt {
  color: #0e0c01;
  font-weight: 700;
  text-decoration: none;
}

.mark {
  background-image: url('../images/cbi_32x32.png');
  background-position: 50%;
  background-size: contain;
  margin-right: .625rem;
}

.service-list-item {
  border-bottom: 1px dashed #e5e7eb;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: .625rem;
  padding-left: 1.25rem;
  display: flex;
  position: relative;
}

.footer-bg {
  background-image: url('../images/graph-bg.svg');
  background-position: 50% 0;
  background-size: auto;
}

.cta-2 {
  color: #e8e8ea;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding-right: 1rem;
  display: flex;
}

.hr-divider {
  border-top: 1px solid #e5e7eb;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-landing-footer {
  font-size: .875rem;
  position: relative;
  overflow: hidden;
}

.header {
  z-index: 40;
  color: #fff;
  background-color: #111827;
  position: sticky;
  top: 0;
}

.section-landing-hero {
  color: #ffffffe6;
  text-align: center;
  background-image: linear-gradient(#111827, #374151);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

.blog_content {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

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

.blog_rich-text_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  color: #1c1e24;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  transition: box-shadow .5s;
}

.section_support-content {
  background-color: #fff;
  position: relative;
}

.sidebar_links {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  cursor: pointer;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  transition: color .5s;
  display: grid;
}

.sidebar_list-item {
  flex-direction: column;
  list-style-type: disc;
  display: flex;
}

.sidebar {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  max-width: 22rem;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: sticky;
  top: 3rem;
}

.sidebar_links_heading_text {
  color: #869797;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

.sidebar_links_heading_text:hover {
  color: #95a7a7;
}

.sidebar_links_heading_text.w--current {
  color: #1c1e24;
}

.sidebar_arrow {
  background-image: url('../images/icons8-chevron-24.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 1rem;
  margin-right: 1.5rem;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sidebar_link_list {
  list-style-type: disc;
}

.sidebar_animation-padding {
  height: 1rem;
}

.button_arrow {
  background-image: url('../images/icons8-arrow-50.png');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 1rem;
  height: 1rem;
}

.sidebar_links_wrapper {
  background-color: var(--white\<deleted\|variable-cfe46c48\>);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
  position: relative;
}

.sidebar_links_wrapper:hover {
  color: #1c1e24;
}

.top_text_sidebar {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.sidebar_quote {
  background-color: #1c1e24;
  border-radius: 10px;
}

.heading-style-h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4-2:hover {
  color: #333;
}

.heading-style-h4-2.text-color-white:hover {
  color: #f7f4f1;
}

.sidebar_quote_wrapper {
  background-color: var(--dark-green);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  padding: 1.8rem 1.5rem;
  display: flex;
}

.sidebar_button_text {
  color: #f7f4f1;
  margin-right: .5rem;
  text-decoration: none;
}

.sidebar_button {
  background-color: var(--orange);
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.sidebar_link {
  color: #869797;
  margin-bottom: 1rem;
  text-decoration: none;
}

.footer_quote {
  background-color: var(--dark-green-2);
  color: #f7f4f1;
  background-image: url('../images/bg_white_2bg_white.png');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
}

.text-size-large-3 {
  font-size: 1.5rem;
}

.text-size-large-3.text-weight-bold {
  margin-bottom: 0;
}

.footer_top_text_left {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.footer_right_text {
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.footer_quote_left {
  border-radius: 10px;
  flex: 1;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  display: flex;
}

.heading-style-h3-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3-3.text-color-white {
  text-decoration: none;
}

.footer_quote_right {
  flex: 0 auto;
  padding: 2rem;
  display: flex;
}

.image_footer {
  background-image: url('../images/0_0_nobgg.webp');
  background-position: 50%;
  background-size: cover;
  border: 10px solid #ff7f37;
  border-radius: 9999px;
  flex: none;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
}

.heading-style-h3-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3-4.text-color-white {
  text-decoration: none;
}

.text-field-7 {
  border: 1px solid #869797;
  border-radius: 4px;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.text-field-8 {
  border: 1px solid #869797;
  border-radius: 4px;
}

.contact_close {
  z-index: 2000;
  cursor: pointer;
  background-image: url('../images/icons8-cross-48-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  margin-top: .75rem;
  transition: transform .5s;
  position: absolute;
  right: 2rem;
}

.contact_close:hover {
  transform: rotate(-180deg);
}

.submit-button-2 {
  background-color: var(--dark-olive-green);
  border-radius: 10px;
  align-self: center;
  width: 50%;
}

.contact_form_container {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.contact_form_animation-support {
  z-index: 1001;
  background-color: #0009;
  position: absolute;
  inset: 0;
}

.contact_form_wrapper {
  background-color: var(--dark-green-2);
  color: #f7f4f1;
  border-radius: 10px;
  flex-direction: column;
  padding: 3rem 2.5rem;
  display: flex;
  box-shadow: 1px 1px 5px #0003;
}

.text-field-9 {
  border: 1px solid #869797;
  border-radius: 4px;
  margin-bottom: .75rem;
}

.contact_form-2 {
  z-index: 2000;
  max-width: 40rem;
  position: relative;
}

.mail-phone_block {
  display: flex;
}

.text-field-10 {
  color: #091933;
  border-radius: 4px;
  font-weight: 500;
}

.text-field-10.text-area {
  border: 1px solid #869797;
  min-height: 5rem;
  margin-bottom: 0;
}

.sidebar_button-2 {
  background-color: var(--orange);
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.sidebar_button_text-2 {
  color: #f7f4f1;
  margin-right: .5rem;
  text-decoration: none;
}

.text_button_wrapper {
  background-color: var(--dark-green);
  border-radius: 10px;
  padding: 2rem;
}

.text_width {
  width: 60%;
  margin-bottom: 3rem;
}

.button_width {
  width: 40%;
}

.rich-nahui-blya h1 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 3.125rem;
  line-height: 3.375rem;
}

.rich-nahui-blya h2 {
  margin-top: 2.8125rem;
  margin-bottom: .9375rem;
  font-size: 2.375rem;
  line-height: 2.625rem;
}

.rich-nahui-blya p {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  line-height: 1.625rem;
}

.rich-nahui-blya h3 {
  margin-top: 2.1875rem;
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  line-height: 1.875rem;
}

.rich-nahui-blya h4 {
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.rich-nahui-blya h5, .rich-nahui-blya h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.badge {
  color: #0f172a;
  letter-spacing: .025em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: .25rem;
  margin-bottom: 1.5rem;
  padding: .125rem .875rem;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.button-8 {
  color: #0e0c01;
  text-align: center;
  background-color: #fedf37;
  border-radius: 9999px;
  padding: .875rem 2.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.button-8.hero.alt.inverse {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  padding-right: 2rem;
  transition: all .4s;
}

.button-8.hero.alt.inverse:hover {
  color: #0e0c01;
  background-color: #fff;
}

.button-8.hero.call {
  border: 2px solid #fedf37;
  margin-right: 2rem;
  padding-left: 2rem;
  transition: all .4s;
}

.button-8.hero.call:hover {
  color: #ffd650;
  background-color: #222;
  border-color: #222;
}

.banner-2 {
  z-index: 20;
  color: #ffffffe6;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
}

.heading-style-h2-3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
}

.heading-style-h1-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero-benefits-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding-left: 0;
  display: grid;
}

.sticky-footer-landing-2 {
  display: none;
}

.button-9 {
  color: #0e0c01;
  text-align: center;
  background-color: #fedf37;
  border: 2px solid #fedf37;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-9.inverse {
  z-index: 100;
  background-color: #fedf3700;
  border-color: #7b7b7b;
  transition: all .4s;
}

.button-9.inverse:hover {
  color: #fff;
  background-color: #7b7b7b;
}

.button-9.landing-button-phone {
  transition: all .4s;
}

.button-9.landing-button-phone:hover {
  color: #ffd650;
  background-color: #222;
  border-color: #222;
}

.intro-image-container-2 {
  z-index: 20;
  background-image: url('../images/general-contractor-near-me.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  height: 30rem;
  margin-top: -5rem;
  display: flex;
  position: relative;
}

.sidebar-text.small {
  text-align: center;
  font-size: 1rem;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 400;
}

.contact_form_container-2 {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.nav-phone-text-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.contact_form_wrapper-2 {
  color: #f7f4f1;
  background-image: url('../images/graph-bg.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-direction: column;
  padding: 3rem 2.5rem;
  display: flex;
  box-shadow: 1px 1px 5px #0003;
}

.paragraph-landing {
  margin-bottom: 1.5rem;
}

.paragraph-landing.no-margin {
  margin-bottom: 0;
}

.button_wrapper {
  justify-content: center;
  display: flex;
}

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

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

.text-field-11 {
  color: #000;
  border: 1px solid #869797;
  border-radius: 4px;
  margin-bottom: .75rem;
  font-size: 1.1rem;
}

.text-field-11.text-area {
  margin-bottom: 0;
}

.main-wrapper-4 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

.form_line-split_wrapper {
  display: flex;
}

.sidebar_section {
  display: none;
}

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

.div-block-83.last {
  margin-right: 1rem;
}

.container-medium-3 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 8rem;
}

.container-medium-3.relative {
  z-index: 20;
  position: relative;
}

.text-field-3 {
  border-radius: 4px;
  margin-bottom: .75rem;
}

.text-size-large-4 {
  margin-bottom: 0;
  font-size: 1.575rem;
  text-decoration: none;
}

.text-size-large-4.subtitle {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: underline;
  display: block;
}

.text-size-large-4.alt {
  color: #ffffffe6;
  font-weight: 700;
  text-decoration: none;
}

.heading-style-h3-5 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375;
}

.heading-style-h3-5.divider {
  align-items: center;
  display: flex;
}

.section-landing-content-2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-3 {
  color: #000;
  background-color: #fedf37;
  border-radius: 10px;
  align-self: center;
  width: 50%;
  font-size: 1.2rem;
  font-weight: 700;
}

.form_input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.form_input-wrapper.alt {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.contact_close-2 {
  z-index: 2000;
  cursor: pointer;
  background-image: url('../images/icons8-cross-mark-78-1_1icons8-cross-mark-78-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  transition: transform .5s;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}

.contact_close-2:hover {
  transform: rotate(-180deg);
}

.article-container-2 {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: -5rem;
  padding-top: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
  box-shadow: 0 10px 10px 7px #0000000d;
}

.button-10 {
  color: #0e0c01;
  text-align: center;
  background-color: #fedf37;
  border-radius: 9999px;
  padding: .875rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.button-10.is-large {
  padding: 1rem 2rem;
}

.contact_form-3 {
  z-index: 2000;
  background-image: linear-gradient(185deg, #111827, #374151);
  max-width: 40rem;
  position: relative;
}

.section_services_hero {
  background-color: #fff;
  height: auto;
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}

.services_hero_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.services_hero_left {
  flex: 1;
  margin-bottom: 3rem;
}

.services_hero_right {
  z-index: 1;
  flex: 1;
  height: 34rem;
  position: relative;
}

.icon_block {
  border-radius: 10px;
  justify-content: flex-end;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  display: flex;
}

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

.icon_hero {
  padding: .4rem;
}

.icon_hero.icon_1 {
  padding-left: .5rem;
  padding-right: .3rem;
}

.icon_hero.icon_3 {
  padding: 0;
}

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

.icon_wrapper.tablet_hide {
  grid-column-gap: 0px;
  border-radius: 15px;
  grid-template-columns: 1fr 1fr;
}

.link-block {
  box-shadow: none;
  background-color: #5a6c9b;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 1.5rem;
  text-decoration: none;
}

.link-block.hero {
  background-color: var(--light-green);
  box-shadow: inset 1px -2px 5px 0 var(--black\<deleted\|variable-f0153ee0\>);
  text-align: center;
  width: 20rem;
}

.link-block.hero.tablet_hide {
  background-color: var(--orange);
  box-shadow: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  transition: transform .5s;
  display: flex;
}

.link-block.hero.tablet_hide:hover {
  transform: translate(0, -20px);
}

.text-block-27 {
  color: #fafafa;
  text-decoration: none;
}

.section_experience {
  background-color: var(--dark-green);
  background-image: url('../images/ttten-opacity.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.experience_left {
  border-radius: 15px;
  flex: 1;
  height: auto;
  position: relative;
}

.experience_right {
  flex: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-weight: 400;
}

.experience_years_wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  display: grid;
}

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

.section_services_about {
  background-color: var(--dark-green);
  background-image: url('../images/ttten-opacity.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.section_problem {
  background-color: var(--light-green);
  background-image: url('../images/dark-ttten-opacity.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

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

.problem_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.problem_left {
  flex: 1;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.problem_right {
  flex: 1;
  font-weight: 500;
}

.number_button {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .25fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 2.5rem;
  font-weight: 700;
  display: grid;
}

.phone_icon_problem {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .5rem;
}

.problem_bottom_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section_type_services {
  background-color: #fff;
  height: 110vh;
  overflow: hidden;
}

.div-block-115 {
  flex-direction: column;
  display: flex;
}

.slider_services_wrapper {
  display: flex;
}

.slider_service_single {
  border: 1px solid #828282;
  width: 20rem;
  padding: 3rem 1.5rem;
}

.image_testimonials {
  background-image: url('../images/icons8-wheelbarrow-50.svg');
  background-position: 0 0;
  background-size: cover;
  width: 2rem;
  height: 2rem;
}

.image_testimonials.testimonials_1 {
  background-image: url('../images/6509c85a18ed0f71fbaca5af_daniil_portrait_website.webp');
  border-radius: 9999px;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}

.image_testimonials.testimonials_2 {
  background-image: url('../images/unnamed.webp');
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.image_testimonials.testimonials1 {
  background-image: url('../images/unnamed-1.webp');
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.image_testimonials.testimonials_3 {
  background-image: url('../images/unnamed-2.webp');
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.image_testimonials.testimonials_4 {
  background-image: url('../images/review_kevin.webp');
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

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

.div-block-117 {
  background-color: #f2ae2b;
  background-image: url('../images/icons8-arrow-24.webp');
  background-position: 0 0;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.section_mission {
  background-color: var(--dark-green);
  background-image: url('../images/ttten-opacity.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.mission_left {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 400;
}

.mission_right {
  position: relative;
}

.check_mission_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto minmax(4px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  display: grid;
}

.check_mission_line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.check_block {
  background-color: var(--light-green);
  border-radius: 5px;
  align-self: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  padding: .25rem;
}

.image-3 {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.div-block-118 {
  background-image: url('../images/dark-ttten-opacity.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 15px;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.services_button_bottom {
  justify-content: center;
  display: flex;
}

.services_button_bottom.testimonials {
  position: absolute;
  inset: auto 0% 4%;
}

.section_testimonials {
  background-color: #fff;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider_testimonials_wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

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

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

.image-5 {
  border-radius: 20px;
}

.image-6 {
  display: block;
  position: absolute;
  bottom: -4rem;
}

.image-7 {
  border-radius: 20px;
  display: block;
}

.slider_testimonials {
  border: 1px solid #828282;
  width: 20rem;
  padding: 3rem 1.5rem;
}

.stars_testimonials {
  display: flex;
}

.div-block-121 {
  background-image: url('../images/icons8-star-50.webp');
  background-position: 0 0;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .125rem;
}

.testimonials_top {
  margin-bottom: 1.5rem;
  display: flex;
}

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

.values_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  bottom: -35%;
  left: 0%;
  right: 0%;
}

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

.circle_wrapper {
  background-color: #4c42b0;
  border-radius: 99px;
  width: 4rem;
  height: 4rem;
}

.value_text_top {
  display: none;
}

.text_stars {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.section_about {
  display: none;
}

.section_testimonials_hero {
  background-color: #fff;
  height: 95vh;
  position: relative;
  overflow: hidden;
}

.slider_testimonials_hero {
  border: 2px solid var(--dark-green-2);
  color: #343434;
  cursor: pointer;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  height: 22rem;
  margin-right: auto;
  padding: 2rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 3px 6px 8px #0003;
}

.section_testimonials_first {
  display: none;
}

.subheading_text {
  color: var(--light-green);
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-weight: 700;
}

.subheading_text.text-size-large.text-color-green {
  color: var(--light-green);
}

.aniamation_hide-show {
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.shevron {
  background-image: url('../images/62c63c089e3563ce3547db7a_line-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}

.text-color-green {
  color: var(--light-green);
}

.link-block_hero_second {
  border: 2px solid var(--dark-orange);
  color: var(--orange);
  background-color: #5a6c9b00;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  width: 15rem;
  margin-left: 1.5rem;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.link-block_hero_second:hover {
  background-color: var(--orange);
  color: #fff;
}

.div-block-131 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.back_image {
  z-index: 0;
  background-image: url('../images/452.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 30rem;
  height: 35rem;
  display: block;
  position: absolute;
  top: -10%;
  right: 15%;
}

.front_image {
  z-index: 1;
  background-image: url('../images/456.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5.5rem;
}

.div-block-134 {
  background-color: #fff;
  width: 30rem;
  height: 8rem;
  position: absolute;
  right: -70%;
  transform: rotate(45deg);
}

.problem_image {
  background-image: url('../images/4456.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 140%;
  position: absolute;
  bottom: -4rem;
}

.text-color-orange {
  color: var(--orange);
}

.review_link {
  color: var(--dark-green-2);
  align-items: flex-end;
  margin-top: 1.5rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.review_link:hover {
  color: var(--orange);
}

.review_google_icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}

.div-block-136 {
  justify-content: space-between;
  display: flex;
}

.html-embed {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .5rem;
}

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

.image_testimonial {
  background-image: url('../images/d9431375-img-3367_10dc0a0000000000000000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 22.5rem;
}

.image_testimonial._4 {
  background-image: url('../images/-11.jpeg');
}

.image_testimonial._4.tile {
  background-image: url('../images/tile_15tile_14.webp');
  background-position: 50% 100%;
}

.image_testimonial._1 {
  background-image: url('../images/cambridge_2005_after-1-scaled.jpg.optimal.jpg');
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image_testimonial._1.tile {
  background-image: url('../images/tile_18tile_13.webp');
  background-position: 50% 100%;
}

.image_testimonial._2 {
  background-image: url('../images/flat-roof-in-cold.jpg');
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image_testimonial._2.tile {
  background-image: url('../images/tile_17tile_11.webp');
}

.image_testimonial._3 {
  background-image: url('../images/images-4.jpeg');
}

.image_testimonial._3.tile {
  background-image: url('../images/tile_20tile_12.webp');
  background-position: 50% 100%;
}

.footer_content_block {
  color: #fff;
  width: 70%;
}

.footer_content_block.invert {
  width: 60%;
  padding-right: 8rem;
}

.faq_title_wrapper {
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: 3.15rem;
}

.div-block-71 {
  z-index: 2;
  background-image: url('../images/-10.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 17rem;
  height: 12rem;
  position: absolute;
  bottom: -1rem;
  left: -6rem;
  box-shadow: -1px 5px 20px 8px #0003;
}

.div-block-71.tile {
  background-image: url('../images/images-7.jpg');
}

.handle_arrow {
  border: 6px inset #0000;
  width: 0;
  height: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
}

.handle_arrow.right {
  border-left: 6px solid #ffce57;
  margin-right: -17px;
  right: 50%;
}

.handle_arrow.left {
  border-right: 6px solid #ffce57;
  margin-left: -17px;
  left: 50%;
}

.review_image {
  background-image: url('../images/unnamed-1_1unnamed-1.png');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.hero_5_right {
  z-index: 999999;
  flex: 1;
  position: relative;
}

.hero_quote_testimonial {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 35rem;
  margin-top: 1.5rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.hero_quote_testimonial.width_mobile {
  display: none;
}

.table_wrapper {
  z-index: 3;
  text-align: center;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section_table {
  background-color: #f9f9f9;
  position: relative;
}

.divider-line {
  background-color: #e1e1e1;
  width: 1px;
  height: 6rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.divider-line.hide {
  background-color: #fff;
  display: block;
}

.button_phone_quote {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button_phone_quote.align-left {
  justify-content: flex-start;
}

.table_companies_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service_image_wrapper {
  background-image: url('../images/d73f3ef5-new-roof-icon_104b044000000000000028-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 20rem;
  margin-bottom: 1rem;
}

.service_image_wrapper._2 {
  background-image: url('../images/shutterstock_658304872-1024x683.jpg');
}

.service_image_wrapper._2.tile {
  background-image: url('../images/tile_19tile_8.webp');
}

.service_image_wrapper._1 {
  background-image: url('../images/flat-root-installation-chicago.jpeg');
  border-top-left-radius: 15%;
}

.service_image_wrapper._1.tile {
  background-image: url('../images/tile_1.webp');
}

.service_image_wrapper._4 {
  background-image: url('../images/flat-roof-waterproofing-portland-720x436.jpg');
  border-bottom-right-radius: 15%;
}

.service_image_wrapper._4.tile {
  background-image: url('../images/tile_16tile_10.webp');
}

.service_image_wrapper._3 {
  background-image: url('../images/flat-roof-maintenance.jpg');
}

.service_image_wrapper._3.tile {
  background-image: url('../images/tile_4tile_3.webp');
}

.table_content {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2rem;
  padding: 1.5rem 3rem 2rem;
  display: grid;
  position: relative;
  box-shadow: 1px 3px 10px #0003;
}

.quote_block {
  background-image: linear-gradient(180deg, var(--light-green), #4d752f);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  padding: 1rem 3rem;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.quote_block:hover {
  transform: translate(0, -3px);
}

.quote_block.in_nav {
  background-image: none;
  border: 1px solid #fff;
  padding: .5rem 1.5rem;
  transition: border-color .4s, transform .2s;
}

.quote_block.in_nav:hover {
  border-color: #0000;
  transform: none;
}

.quote_block.mobile {
  display: none;
}

.heading-style-h1-4 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h1-4.cms_heading {
  display: inline-block;
}

.heading-style-h1-4.cms_heading {
  font-size: 4rem;
  display: inline-block;
}

.heading-style-h1-4.cms_heading.no_margin {
  margin-bottom: 0;
  display: inline;
}

.heading-style-h1-4.cms_heading.no_margin.spacer {
  line-height: 0;
}

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

.line_container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.card_fast_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-large-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.phone_link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.phone_link.heading-style-h3-2 {
  font-weight: 500;
}

.phone_link.heading-style-h3-2.text-color-white {
  color: #fff;
}

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

.be_af_slider {
  border: 7px solid #fff;
  border-radius: 10px;
  height: 20rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px 2px #2c448140;
}

.section_services-2 {
  color: #000;
  background-image: url('../images/pressure-washing-company-near-me-014.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section_before_after {
  background-color: #f9f9f9;
}

.section_heading_wrapper {
  text-align: center;
  margin-bottom: 2.5rem;
}

.after_image {
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.hero_top-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.hero_top-2.flex_row {
  flex-direction: row;
  align-items: center;
  display: none;
}

.hero_top-2.flex_row.mobile {
  display: none;
}

.table_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f6;
  border-radius: 10px;
  grid-template: ". . . ."
                 ". . . ."
                 "Area Area-2 Area-3 Area-4"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.table_cell {
  text-align: center;
  width: 3rem;
  height: 3rem;
}

.table_cell.check.main {
  background-color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  padding-top: .5rem;
  box-shadow: 10px 10px 22px #00000026;
}

.text-size-medium-3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.text-size-medium-3.text-color-white {
  color: #fff;
}

.text-size-medium-3.aligh-left {
  text-align: left;
}

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

.div-block-126 {
  background-image: url('../images/4b51d959-trust-pilot-logo_102g014000000000000028_14b51d959-trust-pilot-logo_102g014000000000000028.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10rem;
  height: 5rem;
}

.before_image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.faq_card {
  text-align: left;
  cursor: pointer;
  background-color: #ececec;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
  padding: .5rem 5rem .5rem 1.5rem;
  transition: box-shadow .2s cubic-bezier(.19, 1, .22, 1), background-color .5s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 #0003;
}

.faq_card:hover {
  background-color: #fff;
}

.faq_card.is_last {
  margin-bottom: 0;
}

.section_testimonials-2 {
  background-color: #f9f9f9;
}

.main-wrapper-5 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

.testomonials_wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.review_bottom {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.review_bottom.padding {
  margin-top: 0;
}

.nav_button_text {
  text-underline-offset: 6px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  position: relative;
  overflow: hidden;
}

.nav_button_text.text-size-large-2 {
  text-decoration: none;
}

.hero_nav {
  z-index: 2147483647;
  color: var(--light-black);
  background-color: #242424;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: none;
  position: sticky;
  top: 0;
}

.dotted_line {
  border-bottom: .375rem dotted #abe600bf;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  transform: translate(50%, -75%);
}

.faq_number {
  z-index: -1;
  color: #66666680;
  font-size: 10rem;
  line-height: .4;
  display: none;
  position: absolute;
  left: -12rem;
}

.faq_number.right {
  left: auto;
  right: -14rem;
}

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

.section_faq {
  background-color: #f9f9f9;
}

.div-block-70 {
  z-index: 1;
  background-image: url('../images/banner-flatroof.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  width: 20rem;
  height: 21rem;
  position: absolute;
  top: -3rem;
  right: -6rem;
  box-shadow: -1px 5px 20px 8px #0003;
}

.div-block-70.tile {
  background-image: url('../images/tile_9.jpg');
  background-position: 100%;
}

.text-size-small-2 {
  margin-bottom: 0;
  font-size: .875rem;
  text-decoration: none;
}

.nav_top_wrapper {
  display: flex;
}

.nav_top_wrapper.container-medium {
  align-items: center;
  max-width: 70rem;
}

.nav_top_wrapper.container-large {
  z-index: 999;
  padding-top: .25rem;
  padding-bottom: .25em;
  position: relative;
}

.card_bg_number {
  z-index: 0;
  color: #0000001a;
  font-size: 30rem;
  font-weight: 900;
  line-height: .7;
  display: none;
  position: absolute;
}

.div-block-46 {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

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

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

.check_container {
  align-items: center;
  font-weight: 700;
  display: flex;
}

.faq_title_text {
  font-size: 1.8rem;
  font-weight: 500;
}

.faq_title_text.heading-style-h3 {
  font-family: Gilroy, sans-serif;
}

.div-block-32 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  margin-left: 2rem;
  display: flex;
}

.div-block-32.align_top {
  color: #000;
  align-self: flex-start;
}

.hero_wrapper {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_wrapper.hero_grid {
  grid-column-gap: 2rem;
  grid-column-gap: 2rem;
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_wrapper.hero_grid_second {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.stars {
  background-image: url('../images/1lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028_11lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7rem;
  height: 2rem;
  margin-right: 1.5rem;
}

.stars.tablet_size {
  width: 6rem;
}

.stars.in_testimonial {
  margin-left: 1rem;
}

.reviews_image {
  background-image: url('../images/7b38498b-google-reviews-badge_102d00y000000000000028_17b38498b-google-reviews-badge_102d00y000000000000028.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 3.5rem;
  margin-bottom: .5rem;
}

.reviews_image.tp {
  background-image: url('../images/trustpilot_reviews.png');
  background-position: 50%;
  background-size: contain;
}

.reviews_image.homestars {
  background-image: url('../images/homestars_reviews_1homestars_reviews.webp');
  background-size: contain;
}

.reviews_image.fb {
  background-image: url('../images/facebook_reviews-removebg_1facebook_reviews-removebg.webp');
  background-position: 50%;
  background-size: contain;
}

.service_single_wrapper {
  color: #000;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: transform .5s;
}

.service_single_wrapper:hover {
  transform: scale(1.05);
}

.container-medium-2 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.google {
  background-image: url('../images/icons8-google-48-2_1icons8-google-48-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

.google.testimonial_badge {
  margin-left: auto;
}

.footer_devider {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.line_wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.line_wrapper.alt {
  color: #fff;
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.be_af_bottom {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.section_hero_9 {
  background-image: linear-gradient(#1e1e1e94, #1e1e1e94), url('../images/image.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.section_hero_9.tile {
  background-image: url('../images/ntc-header-downsampled-2398.jpg'), linear-gradient(#00000080, #00000080), linear-gradient(#000c, #000c);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
}

.div-block-111 {
  z-index: 0;
  background-image: url('../images/untitled-design-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 40%;
  position: absolute;
  bottom: -2.5rem;
  left: -2.9rem;
}

.testimonials_heding_container {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}

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

.services_blocks_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1rem;
  display: grid;
}

.heading-style-h2-2 {
  margin-top: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.125;
}

.heading-style-h2-2.cms_inline {
  display: inline-block;
}

.nav_phone_text {
  font-weight: 500;
}

.nav_phone_text.text-size-large-2.dark {
  color: #000;
}

.be_af_slider_overlay {
  z-index: 25;
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: background-color .3s ease-in-out;
  position: absolute;
  top: 0;
  overflow: visible;
}

.section_footer-2 {
  background-color: #242424;
  position: relative;
}

.hero_check_container {
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.text_highlight_secondary {
  color: #f4993c;
}

.section_line_left-right {
  background-image: url('../images/pressure-washing-company-near-me-014.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.divider_nav {
  background-color: #666;
  width: 1px;
  height: 2.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.table_ad_text {
  z-index: 1;
  background-color: #d1c090;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  inset: 10rem 0 0;
  overflow: hidden;
}

.mobile_bottom_nav {
  display: none;
}

.div-block-14-copy {
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
}

.divider_bottom {
  background-color: #cfcfcf;
  height: 1px;
  margin-bottom: 1rem;
}

.divider_bottom._5 {
  margin-top: 1rem;
}

.div-block-72 {
  background-image: url('../images/cbi_small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: stretch;
  width: 8rem;
  margin-right: 1.5rem;
}

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

.faq_accordion {
  z-index: 1;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.section_line {
  background-color: #f9f9f9;
  background-image: url('../images/pressure-washing-company-near-me-014.jpg');
  background-position: 0 0;
  background-size: auto;
}

.heading-style-h4-3 {
  margin-top: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4-3.text-weight-normal {
  font-weight: 400;
}

.div-block-141 {
  flex-direction: column;
  display: flex;
}

.quote_wrapper {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.footer_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.div-block-142 {
  flex-direction: column;
  display: flex;
}

.section_fast {
  text-align: center;
  background-image: url('../images/pressure-washing-company-near-me-014.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.review_avatar_icon {
  background-image: url('../images/dj_1dj.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}

.review_avatar_icon._2 {
  background-image: url('../images/aaron_d_1aaron_d.png');
}

.review_avatar_icon._1 {
  background-image: url('../images/diana_s_1diana_s.png');
}

.review_avatar_icon._3 {
  background-image: url('../images/john_w_1john_w.png');
}

.review_avatar_icon._4 {
  background-image: url('../images/chris-t_1chris-t.png');
}

.review_avatar_icon._5 {
  background-image: url('../images/juanita-e_1juanita-e.png');
}

.review_avatar_icon.small_icon {
  width: 3rem;
  height: 3rem;
}

.heading-style-h3-2 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3-2.text-weight-normal {
  font-weight: 400;
}

.heading-style-h3-2.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3-2.text-weight-semibold.landing_under_form.large_phone_only, .heading-style-h3-2.text-weight-semibold.landing_under_form.small_phone_only {
  display: none;
}

.reviews_image_black {
  background-image: url('../images/8c4711d7-othersite1_1033019000000000000028_18c4711d7-othersite1_1033019000000000000028.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8rem;
  height: 3.5rem;
  margin-bottom: .5rem;
}

.div-block-125 {
  padding-right: 4rem;
}

.hero_left-2 {
  z-index: 99999;
  border-radius: 10px;
  position: relative;
}

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

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

.div-block-143 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.table_logo {
  background-image: url('../images/cbi_small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  height: 100%;
}

.lottie-animation {
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  width: 7rem;
  height: 7rem;
  margin-bottom: 1.5rem;
  position: relative;
}

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

.hero_testimonial {
  background-color: #282f80;
  border-radius: 10px;
  margin-top: 1.5rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.hero_testimonial.white {
  color: #000;
  background-color: #fff;
}

.be_af_label {
  color: #242424;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ffce57;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-top: -19px;
  padding: .5rem 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  box-shadow: 0 2px 5px #0003;
}

.be_af_label.after_label {
  right: .75rem;
}

.be_af_label.before_label {
  left: .75rem;
}

.book_bottom {
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  display: flex;
}

.book_bottom.mobile_hide {
  display: none;
}

.book_bottom.mobile_hide._4 {
  margin-top: .5rem;
  display: flex;
}

.book_bottom.mobile_hide.roof_page {
  color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: none;
}

.nav_brand_logo {
  width: 5rem;
  height: 5rem;
  margin-right: auto;
}

.section_quote-testimonial {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.line_right {
  flex: 1;
  position: relative;
}

.table_block {
  color: #fff;
  text-align: left;
  background-color: #00254e;
  background-image: url('../images/circle-dotted.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  align-items: center;
  width: auto;
  height: 8rem;
  padding: 1rem .75rem;
  font-weight: 700;
  display: flex;
}

.table_block.inner {
  background-color: #0000;
  background-image: none;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.table_block.feature {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #00254e00;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.text-size-regular-3 {
  margin-bottom: 0;
  font-size: 1rem;
}

.nav_phone_icon {
  background-color: var(--cb);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: .5rem;
  transition: background-color .5s, color .4s;
  display: flex;
}

.testimonials_container {
  color: #000;
  background-color: #fff;
  flex-flow: column;
  padding: 2rem 1.5rem;
  display: flex;
  box-shadow: -1px 5px 20px 8px #0003;
}

.testimonials_container.has_rounded_corners {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.fast_cards {
  grid-column-gap: 69px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  position: relative;
}

.be_af_handle {
  z-index: 35;
  cursor: ew-resize;
  background-color: #242424;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px #33333380;
}

.hero_text_wrapper {
  text-align: left;
}

.modal_overlay {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color 1s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.quote_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  display: flex;
}

.table_feature_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

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

.nav_phone_link {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.devider_fast {
  outline-offset: 0px;
  outline: 2px dashed #59ec4f;
  width: 20rem;
  display: none;
  position: absolute;
  top: 43.931px;
  left: 276px;
}

.devider_fast.alt {
  left: 759px;
}

.icon_checkmark {
  margin-right: 1rem;
}

.line_left-right_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.figure {
  background-image: url('../images/65ecf147fa620f5552eacdc8_arrow.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.div-block-144 {
  flex-direction: column;
  display: flex;
}

.div-block-137 {
  align-items: flex-start;
  margin-bottom: .75rem;
  display: flex;
}

.text-size-large-5 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.div-block-133 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  margin-left: 2rem;
  display: flex;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.container-medium-4 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-large-6 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.section_top_hero_landing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/after_roof_2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.chevron_landing {
  background-image: url('../images/icons8-chevron-50_1icons8-chevron-50.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

.heading_wrapper_for_cms-2 {
  margin-bottom: .5rem;
}

.heading-style-h2-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-9.cmc_heading {
  display: inline-block;
}

.heading-style-h2-9.cmc_heading.no_margin {
  display: inline;
}

.multiple_choice_option_new {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  border: 3px solid #67a97f;
  border-bottom-style: none;
  border-radius: 10px;
  flex-flow: column;
  width: 13rem;
  margin-bottom: 0;
  padding-left: 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.multiple_choice_option_new:hover {
  background-color: #fff;
  background-image: linear-gradient(#09a2411a, #09a2411a);
  border-color: #09a241;
}

.multiple_choice_option-2 {
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.progress-item {
  background-color: #cfcfcf;
  border-radius: 20px;
  flex: 1;
  height: .4rem;
}

.progress-item.filled {
  background-color: #05752e;
}

.option_content-3 {
  color: #fff;
  cursor: pointer;
  background-color: #09a241;
  background-image: none;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  transition: all .3s;
}

.option_content-3:hover {
  transform: translate(0, -3px);
  box-shadow: -1px 8px 20px -1px #09a24133;
}

.choice_icon {
  background-image: url('../images/icons8-home-50_1icons8-home-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 10rem;
  height: 7rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.choice_icon._3 {
  background-image: url('../images/663ceb55c9077bf746cf030b_66241cc23fb7c4382d77ccf7_icons8-downtown-1.svg');
  background-size: contain;
}

.choice_icon._1 {
  background-image: url('../images/663cead361b4e997f0a09b11_66241c1988322339a26f1b59_icons8-house-1.svg');
  background-size: contain;
}

.choice_icon._2 {
  background-image: url('../images/663ceb3ccd809738af965e2e_66241c1e21820a63578896ed_icons8-small-business-1.svg');
  background-size: contain;
}

.choice_icon._4 {
  background-image: url('../images/icons8-other-1.svg');
  background-size: contain;
}

.choice_icon.contain {
  background-size: contain;
}

.form_block {
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
  padding: 1.5rem;
}

.form_block.form_9 {
  background-color: #0000;
  border-radius: 10px;
  width: 65rem;
  padding: 0;
  transition: all .5s;
  position: relative;
}

.form_input_container {
  flex-direction: column;
  min-width: 10rem;
  max-width: 55rem;
  height: 11rem;
  margin: 1.5rem auto 1rem;
  display: flex;
}

.form_input_container.last {
  margin-bottom: 2rem;
}

.hidden_form_field {
  margin-bottom: 0;
  display: block;
}

.loader_container {
  display: block;
  position: relative;
}

.phone_input_field {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000003, #00000003);
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  width: 100%;
  height: 2.6rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem .5rem 3.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
}

.phone_input_field:hover {
  background-image: linear-gradient(#0000, #0000);
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}

.form_input_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  min-width: 10rem;
  max-width: 100%;
  height: 11rem;
  margin: 2rem auto 1rem;
  overflow: visible;
}

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

.form_input_wrapper.grid._4x1-desktop_2x2-tablet {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: auto;
  overflow: hidden;
}

.padding-section-hero_landing {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.padding-section-hero_landing.alt {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.section_bottom_hero_landing {
  z-index: 10;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.submit_button_icon {
  position: absolute;
  top: .35rem;
  right: 1.5rem;
}

.form-3 {
  flex-direction: column;
  display: flex;
}

.button_submit {
  background-color: #d33;
  border-radius: 10px;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

.button_submit.flat_roof_button {
  text-align: left;
  background-color: #f65058;
  padding: .75rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.text_input_field {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#00000003, #00000003);
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  width: 100%;
  height: 2.6rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
}

.text_input_field:hover {
  background-image: linear-gradient(#0000, #0000);
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}

.option_content_new {
  color: #000;
  cursor: pointer;
  background-color: #f6505800;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  transition: all .3s;
}

.option_content_new:hover {
  transform: translate(0, -3px);
  box-shadow: -1px 8px 20px -1px #f6505833;
}

.option_content_new.no_hover {
  color: #fff;
  background-color: #09a241;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 102%;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  left: -1%;
}

.option_content_new.no_hover:hover {
  box-shadow: none;
  transform: none;
}

.phone_input_container {
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.phone_flag_field {
  color: #000;
  cursor: pointer;
  background-image: linear-gradient(#00000003, #00000003);
  border-right: 1px solid #cfcfcf;
  width: 3rem;
  height: 2.4rem;
  margin-top: .1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
  position: absolute;
}

.form_step {
  opacity: 0;
  width: 100%;
  display: none;
}

.form_step.current {
  opacity: 1;
  flex-flow: column;
  width: 100%;
  margin-top: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.form_wrapper {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.option_input-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
}

.hidden_form_fields_wrapper {
  height: 0;
  overflow: hidden;
}

.circle-loader {
  border: 1px solid #0003;
  border-left-color: #09a241;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  display: inline-block;
  position: relative;
}

.input_label {
  text-align: left;
}

.heading-style-h2-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h2-8.form_title {
  color: #05752e;
  text-transform: none;
  font-size: 2.5rem;
  font-weight: 600;
}

.circle-loader-checkmark {
  display: none;
}

.progress-2 {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.progress-2.six-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 41rem;
  margin-bottom: 2.5rem;
  display: grid;
  left: 12rem;
}

.submit_button_wrapper {
  position: relative;
}

.loader_block {
  text-align: center;
  margin: 0 auto;
}

.image_line-break {
  width: 20rem;
  position: absolute;
  bottom: 0;
  left: -10rem;
}

.section_line-2 {
  background-color: #f9f9f9;
  background-image: url('../images/pressure-washing-company-near-me-014.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_line-2.alt {
  background-color: #05752e;
  background-image: linear-gradient(#09a241, #05752e);
}

.preform_text {
  color: #666;
}

.section_top_hero_landing-2 {
  background-image: url('../images/pressure-washing-company-near-me-014.jpg'), linear-gradient(#fff, #e6e6e6);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section_top_hero_landing-2.heading {
  background-image: url('../images/ntc-header-downsampled-2398.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.heading-style-h2-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-10.cmc_heading {
  line-height: 1.1;
  display: inline-block;
}

.heading-style-h2-10.cmc_heading.no_margin, .heading-style-h2-10.cmc_heading.text_highlight_secondary {
  display: inline;
}

.hero-bg-2 {
  z-index: 1;
  background-image: url('../images/graph-bg.svg');
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  inset: 0%;
}

.hero-bg-2.mobile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  position: absolute;
}

.text-size-large-7 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-size-large-7.form_subheader {
  color: #fff;
  font-size: 1.4rem;
}

.heading_wrapper_for_cms-3 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.hero_5_right-3 {
  z-index: 999;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.stars-2 {
  background-image: url('../images/1lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028_11lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7rem;
  height: 2rem;
  margin-right: 1.5rem;
}

.stars-2.in_testimonial {
  margin-left: 1rem;
}

.check_container-2 {
  text-align: left;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.div-block-145 {
  flex-direction: column;
  display: flex;
}

.hero_testimonial-2 {
  color: #090909;
  background-color: #f8f8f8;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1.5rem 1rem;
  display: flex;
  position: static;
}

.heading_wrapper_for_cms-4.med_margin {
  margin-bottom: 1.5rem;
}

.div-block-146 {
  flex-direction: column;
  display: flex;
}

.image-12 {
  object-fit: cover;
  border-top-right-radius: 45px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: .5rem;
  margin-bottom: -3.5rem;
  display: block;
}

.div-block-147 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-148 {
  align-items: flex-start;
  margin-bottom: .75rem;
  display: flex;
}

.video_bg {
  width: 100%;
  height: 100%;
}

.video-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stars-3 {
  background-image: url('../images/1lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028_11lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7rem;
  height: 2rem;
  margin-right: 1.5rem;
}

.image-13 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg-3 {
  z-index: 1;
  background-color: #0006;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-149 {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.div-block-149.mobile {
  z-index: 1;
}

.divider_nav-2 {
  background-color: #bbb;
  width: 1px;
  height: 4.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.nav_phone_link-2 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .5s;
  display: flex;
}

.nav_reviews_image_lp {
  object-fit: cover;
  width: 6rem;
  padding-bottom: .25rem;
}

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

.text-size-medium-4 {
  font-size: 1rem;
  line-height: 1.7;
  text-decoration: none;
}

.text-size-medium-4.text-weight-bold.nav {
  color: #fff;
  height: auto;
}

.div-block-158 {
  z-index: 999;
  display: flex;
  position: relative;
}

.nav_phone_icon-2 {
  background-color: #09a241;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: .5rem;
  transition: background-color .5s, color .4s;
  display: flex;
}

.nav_container_lp {
  flex: 1;
  height: 5rem;
  display: flex;
}

.nav_container_lp.phone {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
}

.nav_container_lp.phone.block {
  box-shadow: none;
  background-color: #fff0;
  padding: 0;
  transition-property: none;
  display: block;
}

.nav_container_lp.phone.block.gamb {
  z-index: 999;
  border-style: none;
  border-radius: 0;
  display: flex;
  position: relative;
}

.nav_container_lp.nav-right {
  justify-content: flex-end;
  align-items: center;
}

.divider_nav-3 {
  background-color: #bbb;
  width: 1px;
  height: 4.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.icon-4 {
  font-size: 2.5rem;
}

.nav-link-2 {
  font-size: 1.25rem;
}

.nav-menu-3 {
  z-index: 998;
  background-color: #f9f9f9;
  width: 10rem;
  display: none;
  top: 5.3375rem;
  left: auto;
  right: -5.25rem;
}

.menu-button-2 {
  color: #fff;
  border-radius: 10px;
  align-self: center;
  display: block;
}

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

.nav_top_wrapper-2 {
  background-color: #f5333f;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: none;
}

.call_now_link_wrapper {
  color: #fff;
  text-decoration: none;
  display: flex;
}

.nav_phone_text-2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.section_hero_lp, .section_form_lp {
  flex-flow: column;
  display: flex;
}

.heading_wrapper_for_cms-5.med_margin {
  margin-bottom: 1.5rem;
  display: none;
}

.heading_wrapper_for_cms-5.med_margin.mobile {
  display: none;
}

.hero_be_af_bottom-2 {
  justify-content: flex-start;
  margin-top: 2rem;
  display: flex;
}

.quote_block-2 {
  color: #fff;
  background-color: #05752e;
  border-radius: 10px;
  justify-content: center;
  padding: 1rem 3rem;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.quote_block-2:hover {
  transform: translate(0, -3px);
}

.slider {
  background-color: #ddd0;
  height: 25rem;
  margin-top: 1.5rem;
  display: inline-flex;
}

.slide-6, .slide-7, .slide-8 {
  width: 19rem;
  margin-right: .75rem;
}

.slide-9 {
  width: 20rem;
}

.slide-nav {
  display: none;
}

.div-block-159 {
  background-color: var(--dark-green);
  border-radius: 0 15px;
  padding: .45rem;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: var(--dark-green);
}

.divider_nav-4 {
  background-color: #bbb;
  width: 1px;
  height: 4.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.icon-7 {
  font-size: 2.5rem;
}

.nav_phone_text-3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.nav_top_wrapper-3 {
  background-color: #f5333f;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: none;
}

.nav_phone_link-3 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .5s;
  display: flex;
}

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

.text-size-medium-5 {
  font-size: 1rem;
  line-height: 1.7;
  text-decoration: none;
}

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

.nav_phone_icon-3 {
  background-color: #09a241;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: .5rem;
  transition: background-color .5s, color .4s;
  display: flex;
}

.landing_nav {
  z-index: 999999;
  background-color: #242424;
  position: sticky;
  top: 0;
}

.nav_brand_logo-2 {
  align-self: center;
  margin-right: auto;
}

.menu-button-3 {
  align-self: center;
  display: block;
}

.menu-button-3.w--open {
  z-index: 99999;
  color: #000;
  background-color: #f9f9f9;
}

.nav_phone_text-4 {
  font-weight: 500;
}

.nav_phone_text-4.text-size-large-2.dark {
  color: #000;
}

.nav_menu {
  z-index: 998;
  background-color: #f9f9f9;
  width: 10rem;
  display: block;
  top: 5.3375rem;
  left: auto;
  right: 0;
}

.menu-button-4 {
  color: #fff;
  align-self: center;
  display: block;
}

.menu-button-4.w--open {
  z-index: 9999;
  background-color: #242424;
}

.nav-menu-4 {
  z-index: 998;
  background-color: #242424;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 10rem;
  display: none;
  top: 5.3375rem;
  right: 0;
  left: auto !important;
}

.nav-menu-4.qwer {
  display: none;
}

.divider_nav-5 {
  background-color: #bbb;
  width: 1px;
  height: 4.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.icon-8 {
  font-size: 2.5rem;
}

.nav-link-3 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .btn-container.reviews {
    margin-top: 0;
  }

  .hero-title.font-h1 {
    text-align: left;
    width: auto;
  }

  .paragraph {
    color: #111424;
    font-size: .75rem;
  }

  .paragraph.hero.font-h4 {
    text-align: left;
    max-width: 50rem;
  }

  .paragraph.testimonial-text {
    max-width: none;
  }

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

  .body {
    background-color: #3a3a3a00;
  }

  .hero-left {
    text-align: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .title_wrapper {
    margin-bottom: 1.5rem;
  }

  .four-blocks-container {
    grid-column-gap: 1.25rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .block {
    flex-direction: column;
    padding: 1.5rem;
  }

  .block.main.about {
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 0;
  }

  .block.reviews {
    width: 35rem;
    margin-bottom: 3rem;
  }

  .block.alt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .block-left.quad-card {
    align-self: center;
    margin-bottom: .5rem;
  }

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

  .block-title {
    font-size: 1rem;
  }

  .parallax-mask {
    width: 15rem;
  }

  .parallax-slider-button {
    padding-left: 1rem;
  }

  .parallax-slider-button.left {
    padding-left: 0;
    padding-right: 1rem;
  }

  .three-blocks-container {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 3rem;
    display: flex;
  }

  .project-map {
    width: 100%;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .heading-style-h4.tablet {
    font-size: .875rem;
  }

  .text-size-small {
    font-size: .5rem;
    line-height: 1.2;
  }

  .text-size-small.hero_icon {
    align-self: center;
    margin-left: .75rem;
    font-size: .5rem;
    line-height: 1.2;
  }

  .text-size-small.hero_icon.text-align-left {
    margin-left: .5rem;
  }

  .text-size-small.tablet_hide {
    display: none;
  }

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

  .page-wrapper {
    background-image: none;
  }

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

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

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

  .text-size-large {
    font-size: .875rem;
    line-height: 1.2;
  }

  .text-size-large.text-weight-bold.color.padding {
    margin-bottom: .5rem;
  }

  .text-size-large.text-weight-bold.size {
    margin-bottom: .25rem;
    font-size: 1rem;
  }

  .text-weight-medium.testimonials {
    font-size: .75rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular {
    font-size: .75rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2, .heading-style-h2.color {
    font-size: 1.5rem;
  }

  .heading-style-h2.services {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.75rem;
  }

  .heading-style-h2.alight_top {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 1rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-medium {
    font-size: .75rem;
    line-height: 1.2;
  }

  .text-size-medium.text-weight-bold.text-color-white.alt {
    font-size: .5rem;
  }

  .text-size-medium.text-weight-bold.color_red {
    color: var(--dark-green);
    margin-bottom: .5rem;
  }

  .text-size-medium.padding.text-color-white.alt {
    font-size: 1rem;
    font-weight: 400;
  }

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

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

  .icon-1x1-medium.is-rotate-90 {
    border-radius: 99px;
    width: 1.5rem;
    height: 1rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-global {
    background-color: #fff0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.nav-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.hero_services {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-section-small, .padding-section-small.green_bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

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

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .button-2.is-icon.is-secondary.tablet {
    height: auto;
    padding: .5rem .75rem;
  }

  .button-2.is-large {
    padding: .75rem 2rem;
  }

  .button-2.is-large:hover {
    color: var(--orange);
    border-color: #000;
  }

  .button-2.is-large.width.aligh-center.seo_text {
    margin-bottom: .5rem;
  }

  .button-2.is-large.tablet {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: .5rem 2rem;
    display: flex;
  }

  .button-2.is-large.tablet:hover {
    border-color: #fff;
  }

  .button-2.width {
    width: 40%;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1.color_1, .heading-style-h1.text-color-white.tablet_font, .heading-style-h1.text-color-white.experience, .heading-style-h1.text-color-white.problem, .heading-style-h1.color_2 {
    font-size: 2rem;
  }

  .heading-style-h1.font {
    font-size: 2.5rem;
  }

  .heading-style-h1.tablet_size {
    font-size: 2rem;
    line-height: 1;
  }

  .font-h1 {
    display: block;
  }

  .font-h3.thick.faq-title {
    font-size: .85rem;
    line-height: 1.4;
  }

  .font-h3.thick.faq-title:hover {
    color: var(--light-green);
  }

  .font-h3.footer {
    padding-left: 0;
    font-size: 1rem;
  }

  .font-h3.footer:hover {
    padding-left: 0;
  }

  .font-h3.footer.padding {
    margin-bottom: 0;
    line-height: 1.4;
  }

  .font-h4 {
    text-align: center;
  }

  .font-h4.footer {
    text-align: left;
  }

  .services_container {
    flex-direction: column;
  }

  .services_container-left {
    align-items: center;
    margin-bottom: 5rem;
  }

  .div-block-5 {
    justify-content: space-between;
  }

  .div-block-6 {
    justify-content: space-between;
    align-self: stretch;
  }

  .div-block-9.alt.ttt {
    display: none;
  }

  .div-block-14 {
    margin-top: 0;
    margin-right: 6rem;
  }

  .faq_content {
    flex-direction: column;
  }

  .faq_content-left {
    text-align: center;
    justify-content: center;
    margin-bottom: 3rem;
  }

  .text-block {
    font-size: .75rem;
  }

  .faq_divider.footer {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .faq_divider.footer.alt {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .faq_divider.footer.alt-2 {
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .faq_text-wrapper:hover {
    color: var(--light-green);
  }

  .footer {
    font-size: .75rem;
    position: relative;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-left_content {
    align-items: stretch;
    margin-bottom: .5rem;
  }

  .footer-right-content {
    margin-bottom: 2.5rem;
  }

  .footer-left-top_text {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    max-width: 100%;
  }

  .footer-left-bottom_text {
    align-self: center;
  }

  .footer-right_top_text {
    justify-content: space-between;
  }

  .font-h0 {
    text-align: center;
    justify-content: center;
    font-size: 3rem;
    display: flex;
  }

  .font-h0.footer {
    color: #4c762f;
    margin-bottom: 1rem;
  }

  .hero_content {
    flex-direction: column;
    align-items: stretch;
  }

  .button-3.is-circle {
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
    padding-top: .5rem;
  }

  .sticky-wrapper {
    display: flex;
  }

  .icon-1x1-xlarge {
    width: 5rem;
    height: 5rem;
  }

  .icon-1x1-xlarge._1 {
    background-image: url('../images/icons8-trust.svg');
  }

  .icon-1x1-xlarge._2 {
    background-image: url('../images/icons8-deadline.svg');
  }

  .icon-1x1-xlarge._3 {
    background-image: url('../images/icons8-pricing-1.svg');
  }

  .icon-1x1-xlarge._4 {
    background-image: url('../images/icons8-test-passed.svg');
  }

  .services_card-text.font-h3.bold {
    font-size: 1rem;
  }

  .chevron_container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .icon {
    color: var(--midnight-blue);
    font-size: 1.5rem;
  }

  .brand-2 {
    align-self: center;
    width: 3rem;
  }

  .nav-menu-2 {
    background-color: #fff;
    display: flex;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link-wrapper.hide_tablet {
    display: none;
  }

  .nav-link-wrapper.tablet_show, .nav-link, .nav-link.yaebalmedvedya {
    display: block;
  }

  .nav-link.contact {
    padding: .5rem 0;
  }

  .nav-link.hidden {
    padding: 0 0 .5rem;
  }

  .nav-link.first {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .nav-link.last {
    padding-top: 0;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .dropdown-toggle {
    justify-content: center;
  }

  .icon-2 {
    margin-left: .5rem;
    display: block;
  }

  .text-block-20.navbar {
    font-size: .75rem;
  }

  .nav_button:active {
    background-color: var(--floral-white\<deleted\|variable-ad8f08c3\>);
  }

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

  .link-6 {
    line-height: 1.4;
  }

  .font-h4-2.alt.text-align-center {
    color: var(--dark-green);
    font-size: 1.5rem;
  }

  .font-h4-2.alt.text-align-right {
    font-size: 1.5rem;
  }

  .main-wrapper-2 {
    background-color: #5ba54300;
  }

  .link-4 {
    font-size: 1.2rem;
  }

  .heading-wrapper {
    text-align: left;
  }

  ._50-50_right {
    order: -1;
    width: 36%;
  }

  ._50-50_right.alt {
    flex-basis: 48%;
    order: 1;
  }

  ._50-50_block {
    flex-direction: column-reverse;
  }

  ._50-50_block.alt {
    flex-direction: column;
    margin-top: 2rem;
  }

  ._50-50_image {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    padding-right: 0;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    margin-top: .5rem;
  }

  .dropdown-link-3 {
    color: var(--dark-green-2);
    padding-left: 0;
    font-size: .75rem;
    font-weight: 700;
  }

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

  .oval.right {
    margin-right: 1rem;
    padding: .45rem;
  }

  .sticky-text-block {
    font-size: 1rem;
  }

  .phone-icon-sticky {
    width: 1.25rem;
    height: 1.25rem;
  }

  .text-size-medium-2.footer {
    line-height: 1.4;
  }

  .nav {
    max-width: 42rem;
  }

  .service-list {
    grid-column-gap: .625rem;
  }

  .blog_content {
    flex-direction: column-reverse;
  }

  .blog_rich-text_wrapper {
    grid-row-gap: 1.5rem;
  }

  .sidebar {
    align-self: stretch;
    max-width: none;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-left: 0;
    position: static;
  }

  .footer_quote {
    flex-direction: column;
    padding-top: 2.5rem;
  }

  .footer_right_text, .footer_right_text.left_padding {
    padding-left: 0;
  }

  .footer_quote_left {
    text-align: center;
    flex-direction: column;
    align-self: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-style-h3-3 {
    text-decoration: none;
  }

  .footer_quote_right {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    padding: 0 1rem;
    display: grid;
  }

  .image_footer {
    border: 10px solid #ff7f37;
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
    position: absolute;
    top: -60px;
  }

  .heading-style-h3-4 {
    text-decoration: none;
  }

  .contact_form_container {
    display: none;
  }

  .contact_form_wrapper {
    align-items: center;
  }

  .contact_form-2 {
    background-color: #0000;
    justify-content: flex-start;
    display: flex;
  }

  .mail-phone_block {
    width: 100%;
  }

  .badge {
    margin-bottom: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .938rem;
  }

  .button-8 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .button-8.hero.alt.inverse {
    display: none;
  }

  .button-8.hero.call {
    margin-right: 0;
  }

  .banner-2 {
    max-width: 40rem;
  }

  .hero-benefits-2 {
    grid-template-columns: 1fr 1fr;
    max-width: 32rem;
  }

  .button-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .intro-image-container-2 {
    height: 25rem;
    margin-top: -3rem;
  }

  .nav-phone-text-2 {
    font-size: .938rem;
  }

  .contact_form_wrapper-2 {
    align-items: center;
  }

  .sidebar_section {
    display: none;
  }

  .div-block-83 {
    flex-direction: column;
    display: flex;
  }

  .container-medium-3 {
    max-width: 32rem;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
  }

  .container-medium-3.relative {
    max-width: 40rem;
  }

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

  .article-container-2 {
    box-shadow: none;
    margin-bottom: 0;
    padding: 2rem 0 3rem;
  }

  .button-10 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .contact_form-3 {
    background-color: #0000;
    justify-content: flex-start;
    display: flex;
  }

  .section_services_hero {
    height: auto;
    padding-top: 7rem;
  }

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

  .services_hero_left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .services_hero_right {
    flex: 0 auto;
    order: -1;
    height: 20rem;
    display: none;
  }

  .icon_block {
    flex: none;
    width: 2rem;
    height: 2rem;
    margin-right: 0;
  }

  .icon_container.mobile_hide {
    display: none;
  }

  .icon_hero {
    padding: .2rem;
  }

  .icon_hero.icon_1 {
    padding: .2rem .1rem .2rem .3rem;
  }

  .icon_wrapper {
    grid-column-gap: 95px;
  }

  .icon_wrapper.tablet_hide {
    display: none;
  }

  .link-block.hero.tablet {
    background-color: var(--orange);
    box-shadow: none;
    align-self: flex-start;
    width: 60%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding: .5rem .2rem;
    transition: box-shadow .5s;
    display: block;
  }

  .link-block.hero.tablet_hide {
    color: #fff;
    padding: 0 .5rem;
    font-size: .6rem;
  }

  .text-block-27 {
    font-size: .5rem;
  }

  .section_experience {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .experience_wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .experience_left {
    background-image: none;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    height: auto;
  }

  .experience_right {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .experience_years_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template: "."
    / 1fr 1fr 1fr;
    align-self: stretch;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .experience_number_container {
    align-items: center;
  }

  .section_problem {
    background-color: #5ba543;
    height: auto;
  }

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

  .problem_wrapper {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .problem_right {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .number_button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .25fr .75fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 2rem;
    display: grid;
  }

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

  .section_type_services {
    height: 85vh;
    position: relative;
    overflow: hidden;
  }

  .slider_services_wrapper {
    position: absolute;
  }

  .slider_service_single {
    width: 13rem;
    padding: 1.5rem .75rem;
  }

  .image_testimonials.testimonials_1 {
    border-radius: 999px;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }

  .image_testimonials.testimonials_2 {
    width: 3rem;
    height: 3rem;
  }

  .image_testimonials.testimonials1, .image_testimonials.testimonials_3 {
    border-radius: 999px;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
  }

  .image_testimonials.testimonials_4 {
    width: 3rem;
    height: 3rem;
  }

  .div-block-117 {
    width: 1.25rem;
    height: 1.25rem;
  }

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

  .mission_left {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .check_mission_container {
    grid-column-gap: 26px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto 1fr minmax(auto, 1fr);
    grid-template-columns: 1fr;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .check_block {
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    padding: .15rem;
    display: flex;
  }

  .image-3 {
    width: .75rem;
    height: .75rem;
  }

  .div-block-118 {
    margin-top: 1.5rem;
  }

  .services_button_bottom {
    position: absolute;
    inset: auto 0% 5%;
  }

  .section_testimonials {
    height: 75vh;
    position: relative;
    overflow: hidden;
  }

  .slider_testimonials_wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    position: absolute;
  }

  .div-block-120 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .image-4 {
    height: 105%;
    display: block;
  }

  .image-5 {
    width: 100%;
    height: 100%;
  }

  .image-6 {
    width: 100%;
  }

  .slider_testimonials {
    flex-direction: column;
    width: 13rem;
    padding: 1.5rem .75rem;
    display: flex;
  }

  .stars_testimonials {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    align-content: center;
    margin-bottom: .25rem;
    display: flex;
  }

  .div-block-121 {
    background-image: url('../images/icons8-star-50.webp');
    background-position: 0 0;
    background-size: cover;
    width: .75rem;
    height: .75rem;
    margin-right: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .testimonials_top {
    margin-bottom: 1rem;
    display: flex;
  }

  .icon_wrapper_tablet {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
    align-self: center;
    margin-bottom: 1rem;
  }

  .tablet_visible {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

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

  .values_wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 1.5rem;
    padding-left: .25rem;
    padding-right: .25rem;
    display: grid;
    position: static;
  }

  .value_container {
    text-align: center;
    flex-direction: column;
    flex: 1;
    align-items: center;
    font-size: .5rem;
    line-height: 1.4;
    display: flex;
  }

  .value_container.tablet_hide {
    display: none;
  }

  .circle_wrapper {
    background-color: var(--orange);
    border-radius: 99px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: .25rem;
    display: flex;
  }

  .value_text_top {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .image-8, .image-9, .image-10, .image-11 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .value_wrapper {
    background-color: var(--light-green);
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: none;
  }

  .text_stars {
    align-self: center;
  }

  .section_testimonials_hero {
    height: 105vh;
    position: relative;
    overflow: hidden;
  }

  .slider_testimonials_hero {
    flex-direction: column;
    height: 20rem;
    padding: 1.5rem .75rem;
    display: flex;
  }

  .subheading_text.text-size-large.text-color-orange {
    margin-bottom: .25rem;
  }

  .subheading_text.text-size-medium {
    margin-bottom: .5rem;
  }

  .aniamation_hide-show {
    text-align: center;
    padding: 1rem 1.5rem;
  }

  .link-block_hero_second {
    width: auto;
    margin-left: .5rem;
    padding: 0 .5rem;
    font-size: .6rem;
  }

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

  .review_link {
    font-size: 1rem;
  }

  .div-block-136 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .html-embed {
    align-self: center;
    width: 1rem;
    height: 1.5rem;
  }

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

  .div-block-140 {
    grid-column-gap: 230px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    display: grid;
  }

  .line_left {
    padding-right: 3.5rem;
  }

  .footer_content_block.invert {
    padding-right: 4rem;
  }

  .div-block-71 {
    width: 14rem;
    height: 16rem;
    left: auto;
    right: 0;
  }

  .div-block-71.tile {
    left: -6rem;
  }

  .hero_quote_testimonial.width_mobile {
    width: 100%;
  }

  .button_phone_quote.align-left {
    margin-top: 2rem;
  }

  .table_companies_wrapper {
    grid-column-gap: .1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service_image_wrapper._2 {
    border-top-right-radius: 15%;
  }

  .service_image_wrapper._3 {
    border-bottom-left-radius: 15%;
  }

  .table_content {
    grid-row-gap: 1rem;
    grid-template-columns: minmax(0, .25fr) minmax(0, .75fr);
    margin-top: 3rem;
    padding: 1rem 1.5rem 1.5rem;
  }

  .quote_block {
    margin-bottom: 0;
  }

  .heading-style-h1-4 {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 1.1;
  }

  .card_fast_wrapper {
    width: 80%;
    margin-bottom: 2rem;
  }

  .section_heading_wrapper {
    margin-bottom: 2rem;
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .hero_top-2 {
    margin-bottom: 1rem;
  }

  .hero_top-2.flex_row, .hero_top-2.flex_row.mobile {
    display: none;
  }

  .table_grid {
    grid-column-gap: .1rem;
    grid-row-gap: 1.5rem;
    grid-template: ". . Area"
                   ". . Area-2"
                   ". . Area-3"
                   ". . Area-4"
                   / 1fr 1fr 1fr;
    justify-items: stretch;
    overflow: hidden;
  }

  .table_cell {
    width: 4rem;
    height: 4rem;
  }

  .table_cell.check.main {
    box-shadow: none;
    background-color: #fff0;
    border-radius: 99px;
    padding-top: 0;
    padding-left: 0;
  }

  .text-size-medium-3.tablet_size {
    font-size: .75rem;
  }

  .faq_card:hover {
    background-color: #ececec;
  }

  .testomonials_wrapper {
    align-items: center;
  }

  .hero_nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dotted_line {
    display: none;
  }

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

  .div-block-70 {
    width: 16rem;
    height: 15rem;
    top: -5rem;
    right: 0;
  }

  .nav_top_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_top_wrapper.container-large {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 2.5rem;
  }

  .check_container {
    text-align: left;
  }

  .faq_title_text {
    font-size: 1.75rem;
  }

  .hero_wrapper.hero_grid {
    flex-flow: column;
    display: flex;
  }

  .hero_wrapper.hero_grid_second {
    grid-column-gap: 2rem;
  }

  .stars.tablet_size {
    width: 5rem;
  }

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

  .padding-global-3 {
    box-shadow: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services_blocks_wrapper {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .table_ad_text {
    top: 14rem;
  }

  .divider_bottom {
    align-self: stretch;
  }

  .heading-style-h3-2.text-weight-normal.tablet_size {
    font-size: 1.75rem;
  }

  .heading-style-h3-2.text-weight-semibold.landing_under_form {
    font-size: 1.5rem;
  }

  .div-block-125 {
    padding-right: 2rem;
  }

  .hero_left-2 {
    z-index: 3;
  }

  .table_logo {
    background-image: url('../images/cbi_small.svg');
  }

  .lottie-animation.anim_3, .lottie-animation.anim_1, .lottie-animation.anim_2 {
    width: 6rem;
    height: 6rem;
  }

  .book_bottom {
    margin-bottom: 1rem;
  }

  .book_bottom.mobile_hide.roof_page {
    width: 20rem;
    margin-top: 0;
  }

  .nav_brand_logo {
    width: 8rem;
  }

  .table_block {
    color: #000;
    text-align: left;
    background-color: #00254e00;
    background-image: none;
    height: 5.5rem;
  }

  .table_block.inner {
    background-color: #242424;
    border-radius: 0;
  }

  .table_block.feature {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
  }

  .fast_cards {
    grid-column-gap: 69px;
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .quote_top {
    margin-bottom: 1rem;
  }

  .table_feature_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    text-align: left;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    align-items: center;
    height: 100%;
  }

  .devider_fast {
    display: none;
  }

  .line_left-right_wrapper {
    grid-template-columns: 3.5fr 1fr;
  }

  .heading-style-h2-9 {
    font-size: 2.5rem;
  }

  .multiple_choice_option_new {
    width: 13rem;
  }

  .form_block {
    margin-left: 2.5rem;
  }

  .form_block.form_9 {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .form_input_container, .form_input_wrapper {
    height: 23rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
  }

  .form_input_wrapper.grid._4x1-desktop_2x2-tablet {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

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

  .submit_button_icon {
    top: .65rem;
  }

  .form-3 {
    align-items: center;
    width: 100%;
  }

  .option_content_new {
    margin-bottom: 0;
  }

  .form_step.current {
    align-self: center;
    width: 80%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h2-8 {
    font-size: 2rem;
  }

  .progress-2.six-card {
    align-self: center;
    place-items: center stretch;
    width: 80%;
    left: 5rem;
  }

  .submit_button_wrapper {
    align-self: center;
    width: 50%;
  }

  .image_line-break {
    bottom: 4.75rem;
  }

  .section_line-2.alt {
    position: relative;
  }

  .section_top_hero_landing-2.heading {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .heading-style-h2-10 {
    font-size: 2.5rem;
  }

  .heading-style-h2-10.cmc_heading.no_margin {
    color: #000;
  }

  .hero-bg-2.mobile {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#00000080, #00000080);
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    display: none;
  }

  .text-size-large-7.form_subheader {
    color: #000;
  }

  .hero_5_right-3 {
    position: relative;
  }

  .check_container-2 {
    text-align: left;
  }

  .hero_testimonial-2 {
    width: 95%;
    top: 245px;
  }

  .image-12 {
    object-fit: cover;
    width: 100%;
    height: 15rem;
    margin-bottom: -2rem;
  }

  .div-block-149.mobile {
    background-image: none;
  }

  .divider_nav-2 {
    height: 4.5rem;
    display: none;
  }

  .nav_reviews_image_lp {
    padding-top: 0;
  }

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

  .nav_container_lp.phone {
    display: none;
  }

  .nav_container_lp.phone.block {
    flex-flow: row;
    display: flex;
  }

  .nav_container_lp.nav-right {
    align-self: center;
  }

  .divider_nav-3 {
    height: 4.5rem;
    display: none;
  }

  .divider_nav-3.mobile {
    display: flex;
  }

  .nav-menu-3 {
    z-index: 999988;
    top: 148px;
    right: 0%;
  }

  .menu-button-2 {
    padding: 0;
  }

  .nav_top_wrapper-2 {
    background-color: #09a241;
    display: flex;
  }

  .section_form_lp {
    order: 1;
  }

  .heading_wrapper_for_cms-5.med_margin.mobile {
    display: none;
  }

  .quote_block-2 {
    margin-bottom: 0;
  }

  .slider {
    display: flex;
  }

  .slide {
    width: auto;
  }

  .slide-2, .slide-3, .slide-4, .slide-5 {
    width: 20rem;
  }

  .slide-6 {
    width: 100%;
    margin-left: 0;
  }

  .slide-7, .slide-8 {
    width: 100%;
  }

  .slide-9 {
    width: 100%;
    margin-right: 2rem;
  }

  .slider_mask {
    width: 100%;
    overflow: hidden;
  }

  .left-arrow {
    width: 7rem;
    left: -45px;
  }

  .right-arrow {
    width: 7rem;
    right: -45px;
  }

  .icon-5 {
    color: #000;
    top: -7rem;
    left: -5.5rem;
  }

  .icon-6 {
    color: #000;
    top: -7rem;
    right: -5.5rem;
  }

  .section_faq_home {
    margin-bottom: .5rem;
  }

  .divider_nav-4 {
    height: 4.5rem;
    display: none;
  }

  .divider_nav-4.mobile {
    display: flex;
  }

  .nav_top_wrapper-3 {
    background-color: #09a241;
    display: flex;
  }

  .landing_nav {
    position: sticky;
  }

  .nav_brand_logo-2 {
    align-self: center;
    width: 14rem;
  }

  .menu-button-3 {
    padding: 0;
  }

  .nav_menu {
    z-index: 999988;
    top: 148px;
    right: 0%;
  }

  .nav-menu-4 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .divider_nav-5 {
    height: 4.5rem;
    display: none;
  }

  .divider_nav-5.mobile {
    display: flex;
  }

  .nav-link-3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .four-blocks-container {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .block {
    flex-direction: row;
  }

  .block.main.about {
    align-items: center;
  }

  .block.reviews {
    width: 30rem;
    margin-bottom: 4rem;
  }

  .block.reviews.last {
    margin-bottom: 3rem;
  }

  .block.alt {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .block-left {
    align-self: flex-start;
    margin-bottom: 0;
  }

  .block-left.quad-card {
    align-self: center;
    margin-bottom: 0;
    margin-right: 3rem;
  }

  .block-right {
    text-align: left;
  }

  .parallax-slider-button {
    padding-left: 2rem;
  }

  .parallax-slider-button.left {
    padding-right: 2rem;
  }

  .three-blocks-container {
    margin-top: 1.5rem;
  }

  .testimonial-avatar {
    top: -10%;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

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

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

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

  .padding-huge {
    padding: 3.5rem;
  }

  .button-2.is-large.tablet {
    padding: .75rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .font-h3.thick.faq-title {
    font-size: 1.3rem;
  }

  .font-h4.footer {
    text-align: left;
  }

  .font-h4.footer.right {
    text-align: right;
  }

  .services_container-left {
    margin-bottom: 4rem;
  }

  .div-block-5 {
    justify-content: space-between;
  }

  .div-block-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    margin-top: 1rem;
    display: grid;
  }

  .div-block-9 {
    margin-right: 0;
  }

  .div-block-9.alt.ttt {
    display: flex;
  }

  .footer-content {
    flex-direction: column;
  }

  .font-h0 {
    font-size: 4rem;
  }

  .icon-1x1-xlarge {
    width: 4rem;
    height: 4rem;
  }

  .chevron_container {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .brand-2 {
    width: 3rem;
  }

  .footer-top_content {
    justify-content: space-between;
  }

  .footer_top-text {
    flex: none;
  }

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

  ._50-50_right {
    width: auto;
    margin-top: 2rem;
    margin-left: 0;
  }

  ._50-50_right.alt {
    margin-right: 0;
  }

  ._50-50_block, ._50-50_block.alt {
    flex-direction: column;
  }

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

  .padding-bottom.padding-custom1 {
    padding-bottom: 1rem;
  }

  .nav {
    max-width: 28rem;
    height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .mark {
    margin-right: .5rem;
  }

  .cta-2 {
    display: none;
  }

  .blog_rich-text_wrapper {
    grid-row-gap: 1.25rem;
  }

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

  .sidebar {
    margin-top: 2.5rem;
  }

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

  .footer_quote {
    padding-top: 4rem;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .footer_quote_left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .image_footer {
    border: 10px solid #ff7f37;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 26px;
  }

  .heading-style-h3-4 {
    font-size: 1.5rem;
  }

  .contact_form_wrapper {
    flex: 1;
  }

  .contact_form-2 {
    flex: 1;
    max-width: 25rem;
  }

  .mail-phone_block {
    flex-direction: column;
    width: 100%;
  }

  .text-field-10 {
    width: 100%;
  }

  .rich-nahui-blya h1 {
    margin-top: 1.5625rem;
    margin-bottom: .9375rem;
    font-size: 2.125rem;
    line-height: 2.375rem;
  }

  .rich-nahui-blya h2 {
    margin-top: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .rich-nahui-blya p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.0625rem;
  }

  .rich-nahui-blya h3 {
    margin-top: 1.875rem;
    margin-bottom: .9375rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .rich-nahui-blya h4 {
    font-size: 1.125rem;
  }

  .rich-nahui-blya h5, .rich-nahui-blya h6 {
    font-size: 1rem;
  }

  .button-8 {
    font-size: 1.375rem;
  }

  .banner-2 {
    max-width: 32rem;
    padding: 3rem 1.5rem 10rem;
  }

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

  .heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .sticky-footer-landing-2 {
    z-index: 40;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1.5rem 1.5rem;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button-9 {
    font-size: 1.375rem;
  }

  .intro-image-container-2 {
    z-index: 20;
    height: 20rem;
  }

  .sidebar_button_text-3.quote, .sidebar_button_text-3.phone {
    font-size: 1.125rem;
  }

  .contact_form_wrapper-2 {
    flex: 1;
  }

  .form_line-split_wrapper {
    flex-direction: column;
    width: 100%;
  }

  .container-medium-3 {
    max-width: 24rem;
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-medium-3.relative {
    max-width: 32rem;
  }

  .text-size-large-4 {
    font-size: 1.25rem;
  }

  .section-landing-content-2 {
    max-width: 32rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-10 {
    font-size: 1.375rem;
  }

  .contact_form-3 {
    flex: 1;
    max-width: 25rem;
  }

  .icon_block {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .experience_right {
    padding-bottom: 0;
  }

  .section_type_services {
    height: 85vh;
  }

  .value_wrapper {
    background-color: var(--floral-white-3);
  }

  .footer_content_block.invert {
    padding-right: 2rem;
  }

  .faq_title_wrapper {
    padding-right: 2.7rem;
  }

  .div-block-71 {
    width: 50%;
    height: 15rem;
    position: static;
  }

  .divider-line.hide {
    display: none;
  }

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

  .button_phone_quote.align-left {
    width: 100%;
  }

  .table_content {
    grid-column-gap: 0rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .quote_block.in_nav {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .quote_block.in_nav.mobile_sticky {
    margin-right: auto;
    display: block;
  }

  .heading-style-h1-4 {
    margin-bottom: 1.5rem;
  }

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

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

  .text-size-medium-3.table_feature_text {
    font-size: .9rem;
  }

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

  .hero_nav {
    position: static;
  }

  .div-block-70 {
    width: 50%;
    height: 15rem;
    margin-right: 1rem;
    position: static;
  }

  .faq_title_text {
    font-size: 1.5rem;
  }

  .hero_wrapper.hero_grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    display: flex;
  }

  .hero_wrapper.hero_grid_second {
    display: flex;
  }

  .line_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_hero_9.tile {
    background-image: none;
  }

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

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

  .hero_check_container {
    margin-bottom: 3rem;
  }

  .divider_nav {
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .table_ad_text {
    top: 16rem;
    bottom: 0;
  }

  .mobile_bottom_nav {
    z-index: 39;
    background-color: #242424;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

  .heading-style-h4-3 {
    font-size: 1rem;
  }

  .heading-style-h3-2.text-weight-semibold.landing_under_form.desktop_only {
    display: none;
  }

  .heading-style-h3-2.text-weight-semibold.landing_under_form.large_phone_only {
    display: block;
  }

  .div-block-125 {
    padding-right: 0;
  }

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

  .nav_brand_logo {
    width: 12rem;
  }

  .line_right {
    height: auto;
    margin-top: -4rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .table_block {
    text-transform: uppercase;
    width: 100%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .fast_cards {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .icon_checkmark {
    margin-right: .75rem;
  }

  .line_left-right_wrapper {
    grid-template: "Area"
                   "."
                   / 1fr;
  }

  .heading-style-h2-9 {
    align-self: flex-start;
    font-size: 2rem;
  }

  .multiple_choice_option_new {
    width: 15rem;
  }

  .form_input_container {
    height: 19.75rem;
  }

  .form_input_wrapper {
    grid-template-columns: 1fr 1fr;
    height: 22.25rem;
  }

  .form_input_wrapper.grid._4x1-desktop_2x2-tablet {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .option_content_new {
    line-height: 1.2;
  }

  .form_step.current {
    width: 100%;
  }

  .heading-style-h2-8 {
    font-size: 2rem;
  }

  .heading-style-h2-8.form_title {
    font-size: 1.7rem;
  }

  .progress-2.six-card {
    width: 100%;
    left: 0;
  }

  .submit_button_wrapper {
    width: 100%;
  }

  .image_line-break {
    display: none;
  }

  .heading-style-h2-10 {
    align-self: flex-start;
    font-size: 2rem;
  }

  .text-size-large-7.form_subheader {
    font-size: 1.2rem;
  }

  .divider_nav-2 {
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .nav_container_lp {
    height: 4rem;
  }

  .divider_nav-3, .divider_nav-4 {
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .nav_brand_logo-2 {
    width: 12rem;
  }

  .divider_nav-5 {
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1.25rem;
  }

  .btn-container {
    align-self: flex-start;
  }

  .hero-title.font-h1 {
    text-align: left;
    font-size: 3rem;
  }

  .paragraph {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .section.first {
    background-image: linear-gradient(to bottom, null, null), url('../images/custom_home_additions.webp');
    background-position: 0 0, 40%;
  }

  .button-wrapper.hero {
    margin-right: 0;
  }

  .hero-left {
    text-align: left;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .section-title {
    text-align: center;
  }

  .four-blocks-container {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .block {
    background-color: #fff;
    flex-direction: column;
    padding: 2rem 2.5rem;
  }

  .block.main {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .block.main.about {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .block.reviews {
    max-width: 100%;
    margin-bottom: 5rem;
  }

  .block-left {
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    margin-right: 0;
    display: flex;
  }

  .block-left.quad-card {
    align-self: stretch;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .block-left.double-card {
    align-self: center;
    margin-bottom: 0;
  }

  .block-right {
    text-align: center;
    align-self: center;
  }

  .block-title {
    text-align: center;
    font-size: 1.25rem;
  }

  .icon-container {
    width: 5rem;
    height: 5rem;
  }

  .parallax-slider-button {
    padding-left: 2.5rem;
  }

  .parallax-slider-button.left {
    padding-right: 2.5rem;
  }

  .three-blocks-container {
    margin-top: 3rem;
  }

  .testimonial-avatar {
    top: -8%;
  }

  .text-area {
    padding-left: .75rem;
  }

  .text-size-small {
    font-size: .75rem;
  }

  .text-size-small.hero_icon {
    font-size: 1rem;
  }

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

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

  .text-size-regular.testimonials {
    font-size: .85rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2.services {
    font-size: 2rem;
  }

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

  .text-size-medium.text-color-white {
    font-size: 1rem;
    line-height: 1.4;
  }

  .text-size-medium.text-color-white.text-alight-center.mobile_size {
    font-size: 1.1rem;
  }

  .text-size-medium.text-weight-bold.text-color-white.alt, .text-size-medium.text-weight-bold.text-color-white.mobile_font {
    font-size: 1rem;
  }

  .text-size-medium.text-weight-medium.text-color-white.container-small {
    line-height: 1.4;
  }

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

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

  .padding-global.hero_services {
    background-color: #fcf9ee00;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .button-2 {
    display: block;
  }

  .button-2.is-large.width {
    width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .button-2.is-large.tablet {
    justify-content: center;
    align-items: center;
    padding: .75rem;
    display: flex;
  }

  .button-2.width {
    width: 45%;
  }

  .button-2.width.large {
    width: 100%;
  }

  .heading-style-h1.font {
    font-size: 2.25rem;
  }

  .font-h3.thick.faq-title {
    font-size: 1.4rem;
  }

  .font-h3.footer {
    text-align: center;
  }

  .font-h4.footer {
    text-align: left;
    font-size: .8rem;
  }

  .services_container-left {
    margin-bottom: 3rem;
    margin-right: 1rem;
  }

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

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

  .div-block-6 {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "Area-4 ."
                         ". Area-2"
                         "Area ."
                         ". Area-3";
    align-self: center;
    justify-items: center;
    width: 100%;
  }

  .div-block-9._123 {
    margin-left: -2rem;
  }

  .div-block-13 {
    left: 2rem;
  }

  .div-block-14 {
    margin-right: 2rem;
  }

  .faq_content {
    flex-direction: column;
  }

  .text-block {
    font-size: 1rem;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-left-top_text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .footer-left-bottom_text {
    display: none;
  }

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

  .font-h0 {
    font-size: 3.5rem;
  }

  .button-3.is-circle {
    display: none;
  }

  .sticky-wrapper {
    justify-content: flex-end;
    top: 95vh;
    left: auto;
    right: 0;
  }

  .icon-1x1-xlarge._3 {
    background-image: url('../images/icons8-pricing-1.svg');
  }

  .list_item {
    margin-bottom: .75rem;
  }

  .chevron_container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    font-size: 1.75rem;
  }

  .dropdown-toggle {
    padding-top: .5rem;
  }

  .text-block-20.navbar {
    font-size: 1.25rem;
  }

  .footer-top_content {
    justify-content: space-between;
  }

  ._50-50_left {
    margin-top: .5em;
  }

  .font-h4-2 {
    font-size: 1.999rem;
    line-height: 1.75;
  }

  .font-h4-2.alt.text-align-center, .font-h4-2.alt.text-align-right {
    font-size: 1.75rem;
  }

  .page-wrapper-2 {
    overflow: hidden;
  }

  .footer_top-text {
    flex: none;
    align-items: center;
    width: 30%;
  }

  ._50-50_right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  ._50-50_right.alt {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  ._50-50_image {
    max-width: 80%;
  }

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

  .padding-bottom.padding-medium {
    text-align: left;
  }

  .oval.right {
    margin-right: .5rem;
    left: auto;
    right: 0;
  }

  .phone {
    font-size: .875rem;
  }

  .text-size-medium-2.alt {
    font-size: 1rem;
  }

  .logo {
    font-size: .938rem;
  }

  .footer_right_text {
    padding-bottom: 0;
  }

  .footer_right_text.left_padding {
    padding-top: 0;
  }

  .footer_quote_right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1rem;
    display: grid;
  }

  .image_footer {
    margin-bottom: 0;
    margin-right: 0;
    top: -35px;
  }

  .contact_form_container {
    display: none;
  }

  .contact_form_wrapper {
    border-radius: 10px;
    padding: 2.5rem 1.5rem;
  }

  .contact_form-2 {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-field-10 {
    width: 100%;
  }

  .button_width {
    width: 60%;
  }

  .badge {
    font-size: .875rem;
  }

  .button-8 {
    font-size: 1.25rem;
  }

  .heading-style-h2-3 {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }

  .button-9 {
    font-size: 1.25rem;
  }

  .sidebar_button_text-3.phone {
    font-size: 1.125rem;
  }

  .contact_form_wrapper-2 {
    border-radius: 10px;
    padding: 2.5rem 1.5rem;
  }

  .text-size-large-4 {
    font-size: 1.125rem;
  }

  .heading-style-h3-5 {
    font-size: 1rem;
  }

  .button-10 {
    font-size: 1.25rem;
  }

  .contact_form-3 {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_services_hero {
    background-color: #fff;
    height: auto;
    padding-top: 9rem;
    padding-bottom: 0;
  }

  .services_hero_wrapper {
    justify-content: center;
    align-items: center;
  }

  .services_hero_left {
    text-align: center;
    width: 100%;
  }

  .icon_block {
    border-radius: 5px;
    width: 3rem;
    height: 3rem;
  }

  .icon_container.mobile_hide {
    display: none;
  }

  .icon_wrapper {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
  }

  .link-block {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .link-block.hero.tablet {
    width: 100%;
    padding: 1rem .5rem;
  }

  .link-block.hero.tablet_hide {
    flex: 1;
    align-items: stretch;
    margin-top: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1rem;
  }

  .text-block-27 {
    font-size: 1rem;
  }

  .section_experience {
    height: auto;
  }

  .experience_right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .experience_years_wrapper {
    grid-column-gap: 24px;
  }

  .experience_number_container {
    text-align: left;
  }

  .problem_wrapper {
    padding-top: 1.5rem;
  }

  .problem_right {
    width: 100%;
  }

  .number_button {
    flex-direction: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .section_type_services {
    height: 60vh;
  }

  .mission_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .check_mission_line {
    align-items: center;
  }

  .check_block {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
  }

  .services_button_bottom.testimonials {
    position: static;
  }

  .section_testimonials {
    height: 55vh;
  }

  .div-block-120 {
    flex-direction: column;
    display: flex;
  }

  .image-4 {
    height: auto;
  }

  .icon_wrapper_tablet {
    grid-column-gap: 11px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem;
  }

  .tablet_visible {
    align-items: stretch;
    margin-top: 1.5rem;
  }

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

  .value_text {
    font-size: .8rem;
  }

  .value_wrapper {
    background-color: var(--light-green);
    padding-top: 1rem;
  }

  .section_testimonials_hero {
    height: auto;
  }

  .slider_testimonials_hero {
    border-width: 1px;
    height: 22rem;
  }

  .link-block_hero_second {
    flex: 1;
    padding: .25rem .5rem;
    font-size: 1rem;
  }

  .html-embed {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-139 {
    align-items: stretch;
    width: 100%;
  }

  .div-block-140 {
    grid-column-gap: 48px;
    grid-row-gap: 15px;
  }

  .image_testimonial._4, .image_testimonial._3 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .line_left {
    text-align: center;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    padding-right: 0;
    display: flex;
  }

  .footer_content_block.invert {
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .div-block-71 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
  }

  .hero_quote_testimonial {
    width: 100%;
  }

  .hero_quote_testimonial.width_mobile.mobile_hide, .divider-line.hide {
    display: none;
  }

  .button_phone_quote {
    flex-direction: column;
    grid-template: "Area"
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button_phone_quote.align-left {
    width: 100%;
    margin-top: 1.5rem;
  }

  .table_companies_wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service_image_wrapper {
    margin-right: 0;
  }

  .table_content {
    border-radius: 0;
    grid-template-columns: minmax(0, .25fr) minmax(0, .75fr);
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4";
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quote_block {
    text-decoration: none;
  }

  .quote_block.in_nav {
    display: block;
  }

  .quote_block.in_nav.mobile_sticky {
    display: none;
  }

  .quote_block.mobile {
    display: block;
  }

  .heading-style-h1-4.cms_heading.no_margin {
    display: inline-block;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .section_heading_wrapper {
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_top-2.flex_row.mobile {
    display: flex;
  }

  .hero_top-2.flex_row {
    order: 2;
    display: none;
  }

  .hero_top-2.flex_row.mobile {
    z-index: 1;
    align-self: flex-start;
    display: flex;
    position: relative;
  }

  .table_grid {
    grid-column-gap: .2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq_card {
    width: 100%;
    padding-right: 1.5rem;
  }

  .mobile_nav_phone_text {
    margin-right: 1rem;
  }

  .mobile_nav_phone_text.text-size-large-2 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .hero_nav {
    position: sticky;
  }

  .div-block-128 {
    grid-column-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .div-block-70 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: .5rem;
    position: static;
  }

  .nav_top_wrapper.container-medium {
    justify-content: center;
  }

  .nav_top_wrapper.container-large {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 1.5rem;
  }

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

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

  .div-block-32 {
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .div-block-32.align_top {
    margin-bottom: 0;
  }

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

  .stars {
    margin-right: 1rem;
  }

  .stars.tablet_size {
    margin-right: .25rem;
  }

  .service_single_wrapper {
    overflow-wrap: anywhere;
  }

  .line_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    text-align: center;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .testimonials_heding_container {
    width: auto;
  }

  .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .padding-global-3.form_section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .services_blocks_wrapper {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .heading-style-h2-2.video_title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_phone_text.text-size-large-2 {
    font-size: 1.5rem;
  }

  .mobile_bottom_nav {
    z-index: 999;
    display: none;
  }

  .testimonials_grid {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .section_line {
    padding-top: .75rem;
    padding-bottom: 1.5rem;
  }

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

  .heading-style-h3-2.text-weight-semibold {
    font-size: 1.75rem;
  }

  .heading-style-h3-2.text-weight-semibold.landing_under_form.large_phone_only {
    display: none;
  }

  .heading-style-h3-2.text-weight-semibold.landing_under_form.small_phone_only {
    display: block;
  }

  .hero_left-2 {
    flex-flow: column;
    order: 4;
    display: flex;
  }

  .quote_text_wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .div-block-143 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .hero_testimonial {
    width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .book_bottom.mobile_hide {
    display: none;
  }

  .book_bottom.mobile_hide.roof_page {
    color: #000;
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .testimonial_wrapper {
    margin-bottom: 1.5rem;
  }

  .nav_brand_logo {
    width: 8rem;
  }

  .section_quote-testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .line_right {
    margin-top: -3rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .table_block {
    text-align: left;
    white-space: break-spaces;
    height: 7rem;
    padding: 0 .75rem 0 0;
    font-weight: 500;
    overflow: hidden;
  }

  .table_block.inner {
    width: 100%;
    height: 100%;
  }

  .table_block.feature {
    white-space: break-spaces;
    padding-left: 0;
    overflow: hidden;
  }

  .nav_phone_icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .testimonials_container {
    border-bottom-left-radius: 10px;
  }

  .table_feature_wrapper {
    grid-row-gap: 1rem;
  }

  .nav_phone_link {
    width: 100%;
    display: none;
  }

  .nav_phone_link.mobile_nav {
    display: flex;
  }

  .line_left-right_wrapper {
    flex-direction: column-reverse;
  }

  .text-size-large-5 {
    font-size: 1.25rem;
  }

  .div-block-133 {
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .text-size-large-6 {
    font-size: 1.25rem;
  }

  .heading-style-h2-9 {
    line-height: 1.3;
  }

  .multiple_choice_option_new {
    width: 14rem;
  }

  .choice_icon {
    width: 8rem;
  }

  .form_block {
    margin-left: 0;
  }

  .form_input_wrapper {
    grid-auto-columns: 1fr;
  }

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

  .form_input_wrapper.grid._4x1-desktop_2x2-tablet {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .form-3 {
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .button_submit.flat_roof_button {
    width: 100%;
  }

  .option_content_new {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .form_step.current {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .option_input-2 {
    left: 0;
  }

  .progress-2.six-card {
    margin-left: auto;
    left: 0;
  }

  .image_line-break {
    display: none;
  }

  .section_line-2 {
    padding-top: .75rem;
    padding-bottom: 1.5rem;
  }

  .section_line-2.alt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2-10 {
    line-height: 1.3;
  }

  .heading-style-h2-10.cmc_heading.no_margin {
    display: inline;
  }

  .text-size-large-7 {
    font-size: 1.25rem;
  }

  .hero_5_right-3 {
    order: 3;
    margin-top: 0;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .hero_testimonial-2 {
    order: 3;
    width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    display: none;
  }

  .heading_wrapper_for_cms-4.med_margin {
    display: none;
  }

  .image-12 {
    border-top-right-radius: 20px;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-147 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .stars-3 {
    margin-right: 1rem;
  }

  .nav_phone_link-2 {
    width: 100%;
    display: none;
  }

  .nav_reviews_image_lp {
    width: 6rem;
  }

  .nav_reviews_wrapper_lp {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
  }

  .text-size-medium-4 {
    text-decoration: none;
  }

  .text-size-medium-4.text-weight-bold.nav {
    font-size: 1rem;
  }

  .nav_phone_icon-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav_container_lp.phone.block {
    margin-left: 1.5rem;
  }

  .divider_nav-3.mobile {
    margin-left: .5rem;
    margin-right: 1rem;
    display: flex;
  }

  .nav-menu-3 {
    z-index: 999999999;
    width: 10rem;
    display: block;
    top: 53px;
  }

  .heading_wrapper_for_cms-5.med_margin {
    order: -1;
    display: none;
  }

  .heading_wrapper_for_cms-5.med_margin.mobile {
    z-index: 1;
    text-align: left;
    order: 2;
    align-self: flex-start;
    margin-bottom: 1rem;
    display: block;
    position: relative;
  }

  .hero_be_af_bottom {
    display: flex;
  }

  .quote_block-2 {
    text-decoration: none;
  }

  .slide-7 {
    margin-left: 0;
  }

  .icon-5 {
    font-size: 2rem;
    top: -4rem;
    left: -2.3rem;
  }

  .icon-6 {
    font-size: 2rem;
    top: -4rem;
    right: -2.3rem;
  }

  .divider_nav-4.mobile {
    margin-left: .5rem;
    margin-right: 1rem;
    display: flex;
  }

  .nav_phone_link-3 {
    width: 100%;
    display: none;
  }

  .text-size-medium-5 {
    text-decoration: none;
  }

  .text-size-medium-5.text-weight-bold.nav {
    font-size: .85rem;
  }

  .nav_phone_icon-3 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav_brand_logo-2 {
    width: 12rem;
  }

  .nav_menu {
    z-index: 999999999;
    width: 10rem;
    display: block;
    top: 53px;
  }

  .divider_nav-5.mobile {
    margin-left: .5rem;
    margin-right: 1rem;
    display: flex;
  }
}

#w-node-afe887df-a490-7ed4-6d7c-ca32cdc81bb2-cdc81bae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-afe887df-a490-7ed4-6d7c-ca32cdc81bb4-cdc81bae {
  align-self: center;
}

#w-node-afe887df-a490-7ed4-6d7c-ca32cdc81bc3-cdc81bae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-afe887df-a490-7ed4-6d7c-ca32cdc81bc9-cdc81bae {
  justify-self: end;
}

#w-node-_3b708c17-b743-1511-95cf-682d4636552c-463654ca, #w-node-_3b708c17-b743-1511-95cf-682d4636552d-463654ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7c7bb8a-1ea9-c420-515a-2978e7e49eda-364668f4 {
  place-self: center;
}

#w-node-_5766e62e-9efc-6992-e5e0-335e1578fd76-364668f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c573851f-07c4-405f-bf55-e0dccfaa4fea-364668f4 {
  align-self: center;
}

#w-node-_78ff826a-a364-fce3-0240-e2244499fbfe-364668f4, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089914-36466904, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089919-36466904, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a08991e-36466904, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089923-36466904, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089929-36466904, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a08992f-36466904, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089935-36466904 {
  justify-self: start;
}

#w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089a42-36466904, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089a5b-36466904 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089a5e-36466904 {
  justify-self: start;
}

#w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089a60-36466904 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089a63-36466904 {
  justify-self: start;
}

#w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089acc-36466904, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089ad6-36466904, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089ad7-36466904, #w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089bb6-36466904 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b0f8f5b-cc1b-732e-540e-80c43a089c12-36466904 {
  justify-self: start;
}

#progressBarItem.w-node-b76a55df-14ac-9482-6686-eced2897ba41-952f790e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c0112d0-9220-5e83-eee9-288a81780b34-952f790e {
  place-self: center;
}

#w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9736-952f790e {
  grid-area: Area-3;
}

#w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9737-952f790e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0f8cab1-50b9-9a80-5c2a-af96993d973f-952f790e {
  grid-area: Area-2;
}

#w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9740-952f790e, #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9743-952f790e, #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9744-952f790e, #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9746-952f790e, #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9748-952f790e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0f8cab1-50b9-9a80-5c2a-af96993d974b-952f790e {
  grid-area: Area-4;
}

#w-node-f0f8cab1-50b9-9a80-5c2a-af96993d975e-952f790e {
  grid-area: Area-3;
}

#w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9760-952f790e {
  grid-area: Area-4;
}

@media screen and (max-width: 991px) {
  #w-node-_9ec76d04-095e-3427-3812-c62a9140ac1f-364668e6 {
    align-self: end;
  }

  #w-node-_0eb90789-d6db-06ce-6242-e8cfddba6e96-364668e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afe887df-a490-7ed4-6d7c-ca32cdc81bc9-cdc81bae {
    justify-self: start;
  }

  #w-node-ac703da2-3986-b34b-4bf0-1a4a8fe5970c-8fe596fb, #w-node-ac703da2-3986-b34b-4bf0-1a4a8fe59714-8fe596fb {
    place-self: center;
  }

  #w-node-ac703da2-3986-b34b-4bf0-1a4a8fe5971c-8fe596fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_265b2b3e-e48d-6fbc-933c-acebf8fe859e-364668f3 {
    align-self: end;
  }

  #w-node-_54f2cb35-4597-161a-4ea9-3f48a170a86d-364668f3, #w-node-c095414c-c671-6185-a990-fe249250a759-364668f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b43964f5-2589-152d-4122-f130028f5da3-364668f4 {
    justify-self: end;
  }

  #w-node-_78ff826a-a364-fce3-0240-e2244499fbfe-364668f4 {
    justify-self: start;
  }

  #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9736-952f790e {
    grid-area: Area-2;
  }

  #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d973f-952f790e {
    grid-area: Area-3;
  }

  #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d975c-952f790e {
    grid-area: Area;
  }

  #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d975e-952f790e {
    grid-area: Area-2;
  }

  #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9760-952f790e {
    grid-area: Area-3;
  }

  #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9762-952f790e {
    grid-area: Area-4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-acb3fd1b-4095-0d4c-5967-d3879a23db4d-364668e6, #w-node-_4f8a73a4-7f81-1e6a-35d6-c9bdb82e3c3e-364668e6, #w-node-_54f2cb35-4597-161a-4ea9-3f48a170a9f9-364668f3, #w-node-_54f2cb35-4597-161a-4ea9-3f48a170aa0b-364668f3 {
    justify-self: end;
  }

  #w-node-_7c0112d0-9220-5e83-eee9-288a81780b34-952f790e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-f0f8cab1-50b9-9a80-5c2a-af96993d9782-952f790e {
    grid-area: Area;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b4cb970b-56a9-d09c-1f1d-e9e9f1e5c53d-658a72ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_54f2cb35-4597-161a-4ea9-3f48a170a9cc-364668f3 {
    grid-area: Area-2;
  }

  #w-node-_54f2cb35-4597-161a-4ea9-3f48a170a9d2-364668f3 {
    grid-area: Area-4;
  }

  #w-node-_54f2cb35-4597-161a-4ea9-3f48a170a9d8-364668f3 {
    grid-area: Area;
  }

  #w-node-_54f2cb35-4597-161a-4ea9-3f48a170a9de-364668f3 {
    grid-area: Area-3;
  }

  #w-node-b43964f5-2589-152d-4122-f130028f5da3-364668f4 {
    justify-self: center;
  }

  #w-node-_4f841c3c-ac56-c1e6-ed58-5247f62b6aab-952f790e, #w-node-b76a55df-14ac-9482-6686-eced2897ba47-952f790e {
    place-self: auto;
  }

  #w-node-_9a06f1ff-1a7b-3779-8e31-4e6c7d80608e-952f790e {
    grid-area: Area;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/fontsfree-net-gilroy-extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}