.remove-pt {
  padding-top: 0px !important;
}
.remove-pb {
  padding-bottom: 0px !important;
}
/* reusable flex utilities */
.flex {
  display: flex;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--column {
  flex-direction: column;
}
.flex--align-center {
  align-items: center;
}
.flex--justify-center {
  justify-content: center;
}
.flex--justify-between {
  justify-content: space-between;
}
.flex--justify-end {
  justify-content: flex-end;
}
.text-center {
  text-align: center;
}
.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.flex-section {
  padding-top: 140px;
  padding-bottom: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.btn {
  padding: 22px 30px 21px 30px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  background: #76bc1e;
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
.btn::after {
  content: "";
  background: transparent url(../images/btn-arrow.svg) no-repeat center;
  background-size: contain;
  width: 28px;
  height: 14px;
  display: inline-block;
}
.btn:hover,
.btn:focus, 
.btn:active {
  background: #000;
  color: #fff;
}
/* header css*/
.site-header {
  background: #fff;
  box-shadow: 0px 4px 34px 0px #00000012;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-logo {
  width: 253px;
  margin-bottom: -65px;
}
.header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header-logo > a {
  display: inline-block;
}
.header-contact-image {
  background: transparent url(../images/shape-image.png) no-repeat center;
  width: 63px;
  height: 70px;
  background-size: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: bottom -25px center;
  padding: 16px 20px 28px;
  box-shadow: 0px -7px 24px 0px #0000001a;
}
.header-contact {
  gap: 73px;
  width: 75%;
  padding: 27px 0 23px;
}
.header-contact-item {
  gap: 16px;
  text-decoration: none;
}
.header-contact-content {
  display: flex;
  flex-direction: column;
}
.header-contact-content .header-contact-link {
  font-family: Source Serif Pro;
  font-weight: 900;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0%;
  text-decoration: none;
  color: #76bb20;
  transition: 0.5s ease-in-out;
}
.header-contact-item:hover span.header-contact-link {
  color: #000;
}
.header-contact-content .header-contact-label {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 8%;
  color: #000000;
  margin-bottom: 4px;
}
/* footer css */
.site-footer {
  padding: 88px 0 0;
  position: relative;
  background-color: #fff;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.site-footer::before {
  content: "";
  width: calc(((100% - 1440px) / 2) + 686px);
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.footer-row--split {
  position: relative;
  z-index: 1;
}
.footer-col {
  width: 100%;
}
.footer-col--half {
  width: 686px;
  padding: 0 0 55px;
  background: rgb(0 0 0 / 90%);
}
.footer-logo-link {
  display: inline-block;
}
.footer-logo-link img {
  width: 253px;
  max-width: unset;
  height: auto;
  display: block;
}
.footer-contact-item {
  margin: 0 0 10px;
  font-size: 14px;
}
.footer-contact-item a {
  color: #fff;
  text-decoration: underline;
}
.footer-title {
  margin: 0 0 7px;
  color: #fff;
  position: relative;
}
.footer-title::before {
    content: "";
    background: transparent url(../images/footer-arrow.svg) no-repeat center;
    width: 74.71px;
    height: 74.71px;
    transform: rotate(3deg);
    background-size: contain;
    position: absolute;
    right: 30px;
    bottom: -89px;
}
.footer-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-social-item {
  margin: 0;
}
.footer-social-item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  width: 80px;
  height: 80px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-social-item a:hover {
    background: #76bb20;
}
.footer-social-item a:hover img {
    filter: invert(1) brightness(0);
}
.footer-social-icon {
  display: inline-block;
  margin-right: 6px;
}
.footer-copy-right {
  margin: 37px 0 0;
  font-family: Source Serif Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
}
.site-footer .footer-contact {
  flex-direction: column;
  padding: 28px 0 56px;
  width: 100%;
  gap: 39px;
}
.footer-block {
  padding: 43px 59px 0 64px;
}
.site-footer .footer-contact .header-contact-label {
    color: #fff;
    margin-bottom: 13px;
}
.site-footer .footer-contact .header-contact-link {
  color: #fff !important;
  font-size: 35px;
}
.site-footer .header-contact-item:hover span.header-contact-link {
    color: #76bb20 !important;
}
.site-footer .footer-contact .header-contact-image {
  width: 97.76px;
  height: 102.42px;
  background-image: url(../images/footer-contact-shape.png);
  background-size: cover;
  background-position: bottom center;
}
.site-footer .footer-contact .header-contact-image img {
    max-width: 36px;
    width: 100%;
}
.site-footer .footer-contact .header-contact-item {
    gap: 27px;
    text-decoration: none;
}
.site-footer .header-contact-content {
  width: calc(100% - 110px);
}
.footer-social-title {
  position: relative;
  padding-top: 41px;
  margin: 0 0 22px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 8%;
}
.footer-social-title::before {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}

/* Hero Section CSS*/
body .section--hero {
  padding: 183px 0 62px;
  position: relative;
  border-bottom: 2px solid #76bc1e;
  min-height: 950px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section--hero::before {
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.736) 100%
  );
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section--hero .hero-col {
  width: 50%;
  color: #fff;
}
.section--hero .hero-row {
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 20px;
}
.section--hero .hero-image img {
  width: 100%;
  max-width: unset;
}
.section--hero .hero-title {
    margin-bottom: 19px;
    line-height: 1.256em;
}
.section--hero .hero-text {
  margin: 0 0 29px;
}
.hero-google-reviews {
  background: #fff;
  padding: 25px 30px;
  border-top: 3px solid #76bc1e;
  gap: 9px;
  width: 100%;
  max-width: 668px;
  margin: 33px auto 0 0;
}
.hero-google-reviews .google-reviews-text {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0%;
  color: #000;
}
.hero-google-reviews .google-reviews-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 2px;
}
.hero-google-reviews .google-reviews-stars {
  width: 21.35px;
  height: 20px;
  object-fit: contain;
}
.hero-logos {
  gap: 15px;
}
.hero-logos-wrapper {
    display: flex;
    flex-direction: column;
    gap: 31px;
}
.hero-logos .hero-logo {
  background: #fff;
  width: 109px;
  height: 97px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  cursor: pointer;
}
.hero-logos .hero-logo img {
  width: 100%;
  height: auto;
  max-width: 72px;
}
.section--hero.hero-full-width-image .hero-row {
  align-items: unset;
  gap: 0;
  position: unset;
}
body .section--hero.hero-full-width-image .hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section--hero.hero-full-width-image .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--hero.hero-full-width-image::before {
  background: linear-gradient(
    90deg,
    #000000 0%,
    rgba(0, 0, 0, 0.76) 39.89%,
    rgba(0, 0, 0, 0.71) 52.02%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.section--hero.hero-full-width-image .hero-content {
  z-index: 1;
  position: relative;
  color: #fff;
  margin: 0 auto 0 0;
  width: 100%;
  max-width: 681px;
}
/* Reviews Section CSS */
.section--reviews {
  background-size: auto;
  background-position: top left;
  background-repeat: repeat-x;
}
.section--reviews .reviews-header {
  max-width: 626px;
  margin: 0 auto;
}
.section--reviews .reviews-title {
  color: #000;
}
.section--reviews .reviews-content {
  margin-top: 50px;
}
.reviews-button {
  margin-top: 50px;
}
.section--reviews .rpi-slide {
  box-shadow: 0px 4px 50px 0px #0000001a;
  padding: 40px !important;
  border-bottom: 2px solid #78bb20 !important;
  width: calc((100% - 40px) / 3) !important;
  flex: unset !important;
  background: #fff !important;
  border-radius: 3px !important;
}
.section--reviews .rpi-slide .grw-review-inner.grw-backgnd {
    padding: 63px 0 72px !important;
    margin: 0px !important;
    position: relative !important;
}
.section--reviews .rpi-slide .rpi-flx.rpi-row12-center {
    position: absolute;
    width: 100% !important;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.section--reviews .wp-gr .grw-img-wrap {
  min-width: 60px !important;
  max-width: 60px !important;
}
.section--reviews .wp-gr .grw-img {
  min-width: 60px !important;
  max-width: 60px !important;
  height: 60px !important;
}
.section--reviews .wp-gr .rpi-flx.rpi-col6 {
  width: calc(100% - 60px) !important;
  gap: 0px !important;
  padding-left: 10px;
}
.section--reviews .grw-reviews {
  gap: 20px !important;
  justify-content: center;
}
.section--reviews .wp-gr a.wp-google-name {
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  letter-spacing: 0;
}
.section--reviews .wp-gr .wp-google-url {
  display: none !important;
}
.section--reviews .wp-gr .wp-google-time {
    color: #8a8a8a !important;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 27px !important;
    letter-spacing: 0;
}
.section--reviews .wp-gr .grw-review .wp-google-feedback {
  height: auto !important;
  overflow-y: unset !important;
  margin-bottom: 20px;
}
.section--reviews .wp-gr .wp-google-text {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 1.78em !important;
  letter-spacing: 0;
  color: #000 !important;
}
.section--reviews .wp-gr .wp-more-toggle {
  color: #76bc1e !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
.section--reviews .wp-gr .wp-more-toggle:hover {
    text-decoration: underline !important;
}
.section--reviews span.rpi-stars {
  margin-bottom: 7px;
}
.section--reviews .wp-gr .grw-review-inner > svg {
  top: 0px !important;
  right: unset !important;
  left: 0px !important;
  width: 26px !important;
  height: 26px !important;
}
/* Two Column Section CSS */
.section--two-column {
  position: relative;
  margin-bottom: 70px;
  clip-path: polygon(50% 0%, 100% 23%, 100% 100%, 0 100%, 0% 23%);
  background: #76bc1f;
  padding-top: 26px !important;
}
.section--two-column .two-col-shape {
  clip-path: polygon(50% 0%, 100% 23%, 100% 100%, 0 100%, 0% 23%);
  background: linear-gradient(180deg, #f9fff1 8.7%, #ffffff 110.76%);
}
.section--two-column .two-column {
  position: relative;
  z-index: 1;
}
.two-column .two-column__content {
  width: 50%;
  padding: 185px 72px 103px 99px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #000;
}
.two-column .two-column__image {
  display: flex;
  width: 50%;
  border-bottom: 6px solid #76bc1e;
}
.two-column .two-column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-column .two-column__title {
  margin-bottom: 10px;
}
.two-column .two-column__text strong {
  font-weight: 900;
}
.two-column .two-column__text p {
  margin-bottom: 33px;
}
.two-column .two-column__text p:last-child {
  margin-bottom: 0;
}
/** Hero Form CSS */
.hero-form {
  height: 100%;
  position: relative;
  max-width: 675px;
  margin: 0 0 0 auto;
}
.hero-form-shape {
    width: calc(100% - 2px);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0px;
}
.hero-form-shape img {
  width: 100%;
}
.hero-form .gform_wrapper {
  background: #fff;
  clip-path: polygon(51% 0%, 100% 62px, 100% 100%, 0 100%, 0% 61px);
  width: calc(100% - 24px);
  margin: 0 auto;
  color: #000;
  padding: 70px 35px 40px;
  text-align: center;
  height: 100%;
}
.hero-form .gform_wrapper .question-name {
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.96px;
  text-align: center;
  color: #78bb20;
  margin-bottom: 5px;
}
.hero-form .gform_wrapper .html_content_label {
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 34px;
  position: relative;
}
.hero-form .gform_wrapper .html_content_label::before {
  content: "";
  display: block;
  width: 257px;
  height: 2px;
  background-image: linear-gradient(
    90deg,
    #ffffff 0%,
    #76bc1e 52.4%,
    #ffffff 100%
  );
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.hero-form .gform_wrapper .gfield_radio {
    gap: 26px 29px !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
.hero-form .gform_wrapper .gfield_radio .gchoice {
    width: calc((100% - 29px)/2);
    display: flex;
}
.hero-form .gform_wrapper input[type="radio"] {
  display: none !important;
}
.hero-form .gform_wrapper .gfield_radio .gchoice label {
    border: 1px solid #76bc1e;
    background: #f9fff3;
    text-align: left;
    padding: 26px 20px 22px 69px;
    gap: 0;
    position: relative;
    font-family: Source Serif Pro;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    color: #000000 !important;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: unset;
    cursor: pointer;
}
.hero-form .gform_wrapper .gchoice label::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 23px;
  width: 24px;
  height: 24px;
  border: 1px solid #78bb204d;
  border-radius: 50%;
  background: transparent;
}
.hero-form .gform_wrapper .gchoice label::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 27px;
  width: 16px;
  height: 16px;
  background: #78bb20;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.hero-form .gform_wrapper input[type="radio"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.hero-form .gform_wrapper .top-space {
  margin-top: 20px !important;
}
.hero-form .gform_wrapper .gform-page-footer {
  margin: 0px !important;
  padding: 0px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hero-form .gform_wrapper form {
  min-height: 594px;
  display: flex;
}
.hero-form .gform_wrapper .gform-body {
  width: 100%;
}
.hero-form .gform_wrapper .gfield input:not([type="submit"])::placeholder {
  color: #000000 !important;
}
.hero-form .gform_wrapper .gform_page {
  padding-bottom: 107px;
  position: relative;
  height: 100%;
}
.hero-form .gform_wrapper .input_fields_page .gform-page-footer {
  justify-content: space-between;
}
.hero-form .gform_wrapper .gform-page-footer .gform_next_button,
.hero-form .gform_wrapper .gform-page-footer .gform_button {
  padding: 21.5px 62px 21.5px 30px !important;
  background: #76bc1e url(../images/right-arrow.svg) no-repeat top 27px right
    30px;
  background-size: 14px;
  border-radius: 0px !important;
  border: none;
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 22px !important;
  line-height: 1 !important;
  letter-spacing: 0;
  text-align: center;
  color: #fff !important;
  margin: 0;
  height: auto;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  min-height: 65px !important;
  margin-left: auto;
}
.hero-form .gform_wrapper .ginput_container--name .gform-grid-col {
    padding: 0px !important;
    margin: 0 !important;
}
.hero-form .gform_wrapper .ginput_container--name {
    gap: 29px;
}
.hero-form .gform_wrapper .gform-page-footer .gform_next_button:hover,
.hero-form .gform_wrapper .gform-page-footer .gform_button:hover {
  background-color: #000 !important;
}
.hero-form .gform_wrapper .gform-page-footer .gform_previous_button {
  padding: 21.5px 30px 21.5px 62px !important;
  background: #000 url(../images/left-arrow.svg) no-repeat top 27px left 30px !important;
  background-size: 14px !important;
  border-radius: 0px !important;
  border: none;
  font-family: Source Serif Pro;
  font-weight: 600;
  font-size: 22px !important;
  line-height: 1 !important;
  letter-spacing: 0;
  text-align: center;
  color: #fff !important;
  margin: 0;
  height: auto;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  min-height: 65px !important;
  margin-right: auto;
}
.hero-form .gform_wrapper .gform-page-footer .gform_previous_button:hover {
  background-color: #76bc1e !important;
}
.hero-form .gform_wrapper input:not(.gform_button) {
  text-align: left;
  display: flex;
  padding: 21.12px 27px 21.12px 62px !important;
  border-radius: 0px !important;
  font-family: Source Serif Pro;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 1 !important;
  letter-spacing: 0;
  color: #000000 !important;
  border: 1px solid #76bc1e;
  background: #f9fff3 url(../images/name-icon.svg) no-repeat top 23px left 30px;
  background-size: 19px;
}
.hero-form .gform_wrapper .phone-icon .ginput_container input:not(.gform_button) {
  background: #f9fff3 url(../images/phone-icon.svg) no-repeat top 24px left 30px;
  background-size: 19px;
}

.hero-form .gform_wrapper .email-icon .ginput_container input:not(.gform_button) {
  background: #f9fff3 url(../images/email.svg) no-repeat top 25px left 30px;
  background-size: 19px;
}
/* .hero-form .gform_wrapper .gform_page:not(.last-page) .gform_button {
    display: none;
} */
.hero-form .gform_wrapper .town-icon .ginput_container input:not(.gform_button),
.hero-form .gform_wrapper .zipcode-icon .ginput_container input:not(.gform_button) {
  background: #f9fff3 url(../images/pin-icon.svg) no-repeat top 24px left 30px;
  background-size: 16px;
}
.input-top-space {
  margin-top: 11px !important;
}
.error-msg {
    color: red;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 20px;
}
.section--hero.section--hero-quiz{
    background-position: top center;
}
.section--hero.section--hero-quiz .hero-logos-wrapper {
    flex-direction: row-reverse;
    gap: 15px;
    padding-top: 10px;
}
.section--hero.section--hero-quiz .hero-google-reviews {
    margin: 0;
    max-width: unset;
    width: 40%;
    padding: 17px 20px;
}
.section--hero.section--hero-quiz .hero-google-reviews .google-reviews-logo {
    width: 30px;
    height: 30px;
}
.section--hero.section--hero-quiz .hero-google-reviews .google-reviews-text {
    font-size: 14px;
    line-height: 1.4em;
}
.section--hero.section--hero-quiz .hero-logos .hero-logo {
    width: 89px;
    height: 77px;
    padding: 12px;
}
.section--hero.section--hero-quiz .hero-logos{
    width: 57%;
}
.section--hero.section--hero-quiz .hero-logos .hero-logo img {
    width: 100%;
    height: auto;
    max-width: 62px;
    object-fit: contain;
}
/* Thank You page CSS */
.section--hero.hero-thank-you::before {
  background: linear-gradient(90deg,
        rgba(0, 0, 0, 0.9108) 0%,
        rgba(0, 0, 0, 0.92) 100%);
}
.section--hero.hero-thank-you .hero-title {
  max-width: 620px;
  margin-right: auto;
  line-height: 1.258em;
  margin-bottom: 21px;
}
.section--hero.hero-thank-you .hero-text {
  max-width: 370px;
  margin-right: auto;
  margin-bottom: 0;
}
.section--hero.hero-thank-you .hero-image {
  text-align: right;
}
.section--hero.hero-thank-you .hero-image img {
  max-width: 650px;
  margin: 0 0 0 auto;
}
/* Reinforcement Section CSS*/
body .section--reinforcement {
  padding-top: 144px;
  background-size: auto;
  background-position: top left;
  background-repeat: repeat-x;
}
.reinforcement-title {
  color: #000;
  margin-bottom: 10px;
}
.reinforcement-title span {color: #78BB20;}
.reinforcement-text {
  font-family: Lato;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.reinforcement-text p {
  font: inherit;
  color: #000;
}
.reinforcement-text p strong {
  font-family: Lato;
  font-weight: 900;
  font-size: 28px;
  line-height: 32px;
  color: #78bb20;
}
.reinforcement-header {
  position: relative;
  padding-bottom: 25px;
  max-width: 805px;
  margin: 0 auto;
}
.reinforcement-header::before {
  content: "";
  background: transparent url(../images/green-arrow.svg) no-repeat center;
  transform: rotate(360deg);
  background-size: contain;
  position: absolute;
  left: 80px;
  bottom: -96px;
  height: 127px;
  width: 110px;
  z-index: 0;
}
.reinforcement-image {
  width: 100%;
  position: relative;
  display: flex;
}
.reinforcement-image img {
  width: 100%;
  height: auto;
}
/* Immediate Answers Section CSS*/
body .section--immediate-answers {
    padding-top: 66px;
    padding-bottom: 80px;
}
.immediate-row {
    align-items: flex-end;
}
.immediate-row .immediate-image {
    display: flex;
    width: 54%;
}
.immediate-row .immediate-content {
    padding: 82px 0 0 94px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 51%;
    margin-right: -51px;
    background: #F0FCE1;
    margin-top: 76px;
}
.immediate-row .immediate-answers-title {
    color: #000;
    font-size: 70px;
    margin-bottom: 21px;
}
.immediate-row .immediate-answers-box {
    background: #78BB20;
    padding: 42px 55px 36px;
}
.immediate-row .immediate-answers-sub-title {
    font-family: Source Serif Pro;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 13px;
}
.immediate-row .immediate-answers-call {
    font-family: Source Serif Pro;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #fff;
    gap: 16px;
    align-items: center;
    text-decoration: none;
}
.immediate-row .immediate-answers-call:hover{color: #000;}
.immediate-row .immediate-answers-call:hover .call-icon {filter: invert(1);}
.immediate-row .immediate-answers-call .call-icon {
    width: 35.69px;
    height: 35.69px;
    object-fit: contain;
}
.immediate-row .immediate-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
/* Responsive Styles */
@media (max-width: 1480px) {
.site-footer::before {
    width: 706px;
}
}
@media (max-width: 1440px) {
  .section--two-column {
    clip-path: polygon(50% 0%, 100% 19%, 100% 100%, 0 100%, 0% 19%);
  }
  .section--two-column .two-col-shape {
    clip-path: polygon(50% 0%, 100% 19%, 100% 100%, 0 100%, 0% 19%);
  }
  .two-column .two-column__content {
    padding: 185px 30px 80px 50px;
  }
  .hero-form .gform_wrapper {
    clip-path: polygon(51% 1%, 100% 61px, 100% 100%, 0 100%, 0% 61px);
    width: 100%;
  }
  .hero-form-shape {
    width: calc(100% + 22px);
    left: -11px;
  }
  .hero-form .gform_wrapper .gchoice label::before {
    left: 15px;
  }
  .hero-form .gform_wrapper .gchoice label::after {
    left: 19px;
  }
  .hero-form .gform_wrapper .gfield_radio .gchoice label {
    padding: 26px 15px 22px 50px;
  }
  .section--hero.hero-thank-you .hero-title {
    max-width: 540px;
  }
  .immediate-row .immediate-content {
      padding: 60px 0 0 40px;
  }
  .immediate-row .immediate-answers-title {
    font-size: 55px;
      margin-bottom: 15px;
  }
  .immediate-row .immediate-answers-call {
      font-size: 40px;
      line-height: 50px;
  }
  .section--hero.section--hero-quiz .hero-google-reviews {
        padding: 17px 15px;
    }
}
@media (max-width: 1200px) {
  .flex-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  body .section--reinforcement{
     padding-top: 120px;
  }
  .section--two-column {
    clip-path: polygon(50% 0%, 100% 16%, 100% 100%, 0 100%, 0% 16%);
  }
  .section--two-column .two-col-shape {
    clip-path: polygon(50% 0%, 100% 16%, 100% 100%, 0 100%, 0% 16%);
  }
  .two-column .two-column__content {
    padding: 140px 0 30px 35px;
  }
  .hero-form .gform_wrapper {
    clip-path: polygon(51% 1%, 100% 51px, 100% 100%, 0 100%, 0% 51px);
  }
  .hero-form-shape {
    width: calc(100% + 18px);
    left: -9px;
  }
  .hero-form .gform_wrapper .gfield_radio {
    gap: 20px 20px !important;
  }
  .hero-form .gform_wrapper .gfield_radio .gchoice {
      width: calc((100% - 20px)/2);
  }
  .section--hero .hero-col {
    width: 47%;
  }
  .section--hero .hero-col:last-child {
    width: 53%;
  }
  .section--hero.hero-thank-you .hero-col,
  .section--hero.hero-thank-you .hero-col:last-child {
    width: 50%;
  }
  .hero-form .gform_wrapper .gfield_radio .gchoice label {
    font-size: 18px !important;
  }
  .hero-form .gform_wrapper input:not(.gform_button) {
    padding: 21.5px 27px 21.5px 62px !important;
    font-size: 18px !important;
  }
  .hero-form .gform_wrapper {
    clip-path: polygon(51% 1%, 100% 51px, 100% 100%, 0 100%, 0% 51px);
    padding: 70px 25px 40px;
  }
  .section--hero.hero-thank-you .hero-title {
    line-height: 1.23em;
    margin-bottom: 15px;
  }
  .immediate-row .immediate-answers-call {
    font-size: 35px;
    line-height: 45px;
}
.immediate-row .immediate-answers-title {
    font-size: 40px;
    margin-bottom: 15px;
}
.immediate-row .immediate-content {
    margin-top: 51px;
            padding: 45px 0 0 40px;
}
.section--hero.section--hero-quiz .hero-logos-wrapper {
    flex-direction: column;
}
.section--hero.section--hero-quiz .hero-logos,
.section--hero.section--hero-quiz .hero-google-reviews {
    width: 100%;
}
}
@media (max-width: 1024px) {
  .flex-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
    body .section--reinforcement{
     padding-top: 100px;
  }
  .section--reviews .rpi-slide {
    padding: 25px !important;
  }
  .section--reviews .rpi-slide .grw-review-inner.grw-backgnd {
    padding: 45px 0 70px !important;
  }
  body .section--hero {
    min-height: 850px;
  }
  .reinforcement-header::before {
    left: 107px;
    bottom: -96px;
    height: 100px;
    width: 90px;
}
.immediate-row .immediate-content {
    padding: 38px 0 0 35px;
}

.hero-form-shape {
    width: calc(100% + 18px);
    left: -9px;
    top: 2px;
}
.hero-form .gform_wrapper {
    clip-path: polygon(51% 1%, 100% 51px, 100% 100%, 0 100%, 0% 51px);
}
}
@media (max-width: 991px) {
  .header-contact-content .header-contact-link {
    font-size: 18px;
    line-height: 28px;
  }
  .header-logo {
    width: 180px;
  }
  .header-contact {
    gap: 20px;
    width: 80%;
    padding: 14px 0;
  }
  .flex-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
    body .section--reinforcement{
     padding-top: 80px;
  }
  .section--two-column .two-column {
    flex-direction: column;
  }
  .two-column .two-column__image {
    width: 100%;
  }
  .two-column .two-column__content {
    padding: 30px 0 0 0;
    width: 100%;
  }
  .section--two-column {
    margin-bottom: 50px;
    clip-path: polygon(50% 0%, 100% 11%, 100% 100%, 0 100%, 0% 11%);
  }
  .section--two-column .two-col-shape {
    clip-path: polygon(50% 0%, 100% 11%, 100% 100%, 0 100%, 0% 11%);
  }
  .two-column .two-column__text p {
    margin-bottom: 20px;
  }
  .section--reviews .rpi-slide {
    width: calc((100% - 20px) / 2) !important;
  }
  .section--hero.hero-thank-you .hero-col,
  .section--hero.hero-thank-you .hero-col:last-child,
  .section--hero .hero-col,
  .section--hero .hero-col:last-child {
    width: 100%;
  }
  .section--hero .hero-row {
    flex-direction: column;
    gap: 30px;
  }
  body .section--hero {
    min-height: 800px;
    padding: 160px 0 62px;
  }
  .hero-form {
    margin: 0 auto;
  }
  .hero-form .gform_wrapper {
      clip-path: polygon(51% 1%, 100% 62px, 100% 100%, 0 100%, 0% 61px);
  }
  .section--hero.hero-thank-you .hero-text {
    margin-bottom: 0;
  }
  .reinforcement-header::before {
    bottom: -70px;
}
.section--hero.hero-thank-you .hero-image img{
  max-width: unset;
}
.immediate-row .immediate-content {
    padding: 30px;
    width: 100%;
    margin: 0px;
}
.immediate-row .immediate-image {
    display: flex;
    width: 100%;
}
.immediate-row {
    flex-direction: column-reverse;
    gap: 0;
}
.immediate-row .immediate-answers-title br{display: none;}
body .section--immediate-answers {
    padding-top: 0;
    padding-bottom: 80px;
}
.section--reviews .reviews-content {
    margin-top: 30px;
}
.footer-col--half {
    width: 100%;
}
.site-footer::before{content: unset;}
.footer-title{display: inline-block;}
.section--hero.hero-thank-you .hero-title,
.section--hero.hero-thank-you .hero-text {
    max-width: unset;
    margin-right: 0;
}
}
@media (max-width: 767px) {
  .site-header .header-contact-content {
    display: none;
  }
  .footer-col--half {
    width: 100%;
  }
  .footer-row--split {
    flex-direction: column;
  }
  .footer-block {
    padding: 10px 20px 0;
  }
  .site-footer .footer-contact .header-contact-image {
    width: 50px;
    height: 60px;
    padding: 7px 10px 16px;
  }
  .site-footer .footer-contact .header-contact-link {
    font-size: 18px;
  }
  .site-footer .footer-contact {
    padding: 16px 0 30px;
    width: 100%;
    gap: 20px;
  }
  .footer-social-title {
    padding-top: 30px;
    margin: 0 0 22px;
  }
  .footer-social-item a {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
  .hero-google-reviews .google-reviews-logo {
    width: 30px;
    height: 30px;
  }
  .footer-title::before {
    width: 40px;
    height: 40px;
    bottom: -45px;
  }
  .site-footer .footer-contact .header-contact-image img {
      max-width: 20px;
  }
  .site-footer .footer-contact .header-contact-item {
      gap: 15px;
  } 
  .header-logo {
    width: 150px;
  }
  .header-contact {
      gap: 15px;
      width: 55%;
      padding: 8px 0;
  }
  .footer-logo-link img {
    width: 150px;
  }
  .footer-copy-right {
    margin: 25px 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  .flex-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
    body .section--reinforcement{
     padding-top: 50px;
  }
  .hero-google-reviews {
    padding: 12px 15px;
    margin: 20px auto 0 0;
  }
  .section--hero .hero-text {
    margin: 0 0 20px;
  }
  .hero-google-reviews .google-reviews-text {
    font-size: 14px;
  }
  .section--two-column {
    margin-bottom: 30px;
    clip-path: polygon(50% 0%, 100% 7%, 100% 100%, 0 100%, 0% 7%);
  }
  .section--two-column .two-col-shape {
    clip-path: polygon(50% 0%, 100% 7%, 100% 100%, 0 100%, 0% 7%);
  }
  .section--reviews .wp-gr .wp-google-text {
    font-size: 16px !important;
    line-height: 1.68em !important;
  }
  .section--reviews .wp-gr .rpi-flx.rpi-col6 {
    padding-left: 0;
  }
  .section--reviews .reviews-content {
    margin-top: 25px;
  }
  .section--reviews .grw-reviews {
    gap: 15px !important;
  }
  .hero-form .gform_wrapper .html_content_label {
    font-size: 20px;
    line-height: 31px;
    padding-bottom: 25px;
  }
  .hero-form .gform_wrapper .top-space {
    margin-top: 15px !important;
  }
  .input-top-space {
    margin-top: 0px !important;
  }
  .hero-form-shape {
      width: calc(100% + 21px);
      left: -11px;
  }
  .hero-form {
    max-width: 600px;
  }
  body .section--hero {
    min-height: 700px;
    padding: 160px 0 50px;
  }
  .reinforcement-text {
    font-size: 18px;
    line-height: 26px;
}
.reinforcement-text p strong {
    font-size: 22px;
    line-height: 24px;
}
.reinforcement-header::before {
    left: 90px;
    bottom: -15px;
    height: 60px;
    width: 50px;
}
.immediate-row .immediate-answers-title {
    font-size: 34px;
    margin-bottom: 0;
}
.immediate-row .immediate-answers-box {
    padding: 15px 20px;
}
.immediate-row .immediate-answers-sub-title {
    font-size: 20px;
    margin-bottom: 8px;
}
.immediate-row .immediate-answers-call {
    font-size: 20px;
    line-height: 25px;
    gap: 8px;
}
.immediate-row .immediate-answers-call .call-icon {
    width: 20px;
    height: 20px;
}
body .section--immediate-answers {
    padding-bottom: 30px;
}
.btn {
    padding: 19px 20px 19px 20px;
    gap: 15px;
    font-size: 18px;
}
.btn::after {
    width: 22px;
}
.reviews-button {
    margin-top: 30px;
}
.site-footer .footer-contact .header-contact-label {
    margin-bottom: 3px;
}
.hero-form .gform_wrapper .ginput_container--name {
    gap: 16px;
}
.hero-logos-wrapper {
    gap: 20px;
}
}
@media (max-width: 640px) {
  .hero-form .gform_wrapper .gfield_radio .gchoice{
    width: 100%;
  }
  .hero-form .gform_wrapper .gfield_radio {
    gap: 15px !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .hero-form .gform_wrapper {
    clip-path: polygon(51% 1%, 100% 46px, 100% 100%, 0 100%, 0% 46px);
    padding: 60px 20px 30px;
  }
  .hero-form-shape {
      width: calc(100% + 17px);
      left: -9px;
  }
  .hero-form .gform_wrapper .html_content_label {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-form-shape {
    width: calc(100% + 20px);
    left: -10px;
  }
  .hero-form {
    max-width: 500px;
  }
  .header-logo {
      width: 120px;
      margin-bottom: -50px;
  }
  body .section--hero {
      padding: 140px 0 50px;
  }
  .footer-logo-link img {
      width: 120px;
  }
  .footer-col--half {
      padding: 0 0 30px;;
  }
  .hero-logos .hero-logo {
      width: 89px;
      height: 77px;
      padding: 15px;
  }
    .hero-form .gform_wrapper form {
      min-height: 500px;
  }
}
@media (max-width: 575px) {
  .section--reviews .rpi-slide {
    width: 100% !important;
  }
  .hero-form {
    max-width: 400px;
  }
  .hero-form .gform_wrapper {
    clip-path: polygon(51% 1%, 100% 38px, 100% 100%, 0 100%, 0% 37px);
    padding: 60px 20px 30px;
  }
  .hero-form-shape {
    width: calc(100% + 13px);
    left: -7px;
  }
  .hero-form .gform_wrapper .gfield_radio .gchoice label {
    padding: 20px 15px 16px 45px;
  }
  .hero-form .gform_wrapper .gform-page-footer .gform_next_button,
  .hero-form .gform_wrapper .gform-page-footer .gform_button {
    padding: 15px 45px 15px 20px !important;
    background: #76bc1e url(../images/right-arrow.svg) no-repeat top 21px right
      20px;
    font-size: 20px !important;
    min-height: 56px !important;
  }
  .hero-form .gform_wrapper .gform-page-footer .gform_previous_button {
    padding: 15px 20px 15px 45px !important;
    background: #000 url(../images/left-arrow.svg) no-repeat top 21px left 20px !important;
    font-size: 20px !important;
    min-height: 56px !important;
  }
  .hero-form .gform_wrapper .gform_page {
    padding-bottom: 80px;
  }
  .hero-form .gform_wrapper .gchoice label::before {
    left: 15px;
    top: 17px;
    width: 20px;
    height: 20px;
  }
  .hero-form .gform_wrapper .gchoice label::after {
    left: 18px;
    top: 20px;
    width: 14px;
    height: 14px;
  }
  .hero-form .gform_wrapper input:not(.gform_button) {
    padding: 15.5px 27px 15.5px 50px !important;
    font-size: 18px !important;
    background-position: top 19px left 20px;
    background-size: 16px;
  }
  .hero-form .gform_wrapper .phone-icon .ginput_container input:not(.gform_button),
  .hero-form .gform_wrapper .email-icon .ginput_container input:not(.gform_button),
  .hero-form .gform_wrapper .town-icon .ginput_container input:not(.gform_button),
  .hero-form .gform_wrapper .zipcode-icon .ginput_container input:not(.gform_button) {
    background-position: top 19px left 20px;
    background-size: 16px;
  }
}
@media (max-width: 450px) {
  .hero-form {
    max-width: 400px;
  }
  .hero-form .gform_wrapper {
    clip-path: polygon(51% 1%, 100% 37px, 100% 100%, 0 100%, 0% 36px);
    padding: 50px 20px 20px;
  }
  .hero-form-shape {
    width: calc(100% + 12px);
    left: -6px;
  }
}
@media (max-width: 350px) {
  .hero-form {
    max-width: 300px;
  }
  .hero-form .gform_wrapper {
    clip-path: polygon(51% 1%, 100% 28px, 100% 100%, 0 100%, 0% 28px);
    padding: 50px 20px 20px;
  }
  .hero-form-shape {
    width: calc(100% + 11px);
    left: -5.3px;
  }
}