.rs-loading-button {
  color: #a3a3a0;
  background-color: #f4f5f2;
  border: 0.0625rem solid #e5e6e1;
}
.rs-loading-button:before {
  background-image: url(5ce4ddae33587bb701149a4161fd5ab4.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  margin-right: 0.5rem;
  content: '';
}
.rs-button {
  align-items: center;
  border: solid 0.063rem;
  border-radius: 0.125rem;
  color: #141414;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  justify-content: center;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: background-color 0.3s ease;
  height: 2.5rem;
}
.rs-button_regular {
  background-color: #e5e6e1;
  border-color: #a3a3a0;
  box-shadow: inset 0 -0.0625rem 0.0625rem 0 #a3a3a0, inset 0 0.0625rem 0.0625rem 0 #ffffff;
  text-shadow: 0 0.0625rem 0 #ffffff;
}
.rs-button_regular:not([disabled]):hover {
  background-color: #cbccc7;
}
.rs-button_regular:focus {
  border-color: #b1d004;
  border: 0.063rem solid #b1d004;
  box-shadow: 0 0 0.25rem 0 #b1d004, inset 0 -0.063rem 0.063rem 0 #8e8f8c, inset 0 0.063rem 0.063rem 0 #ffffff;
  border-radius: 0.125rem;
  outline: none;
}
.rs-button_action {
  background-color: #b62682;
  border-color: #b62682;
  box-shadow: inset 0 -0.0625rem 0.0625rem 0 #8f156a, inset 0 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.rs-button_action:not([disabled]):hover {
  background-color: #8f156a;
}
.rs-button_action:focus {
  border: 0.063rem solid #b1d004;
  box-shadow: 0 0 0.25rem 0 #b1d004, inset 0 -0.063rem 0.063rem 0 #8f156a, inset 0 0.063rem 0.063rem 0 rgba(255, 255, 255, 0.2);
  border-radius: 0.125rem;
  outline: none;
}
.rs-button_link {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #145bc7;
  font-weight: 400;
}
.rs-button_link:not([disabled]):hover {
  text-decoration: underline;
  background-color: transparent;
}
.rs-button_link:focus {
  outline: thin dotted;
  touch-action: manipulation;
  padding: 0.5rem 1rem;
  border-radius: 0.125rem;
}
.rs-button[disabled] {
  cursor: inherit;
  opacity: 0.64;
}
.sticky-container .rs-button {
  width: 100%;
}
@media screen and (min-width: 62rem) {
  .sticky-container .rs-button {
    width: 12.5rem;
  }
}
.rs-checkbox {
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.rs-checkbox_label {
  display: inline-flex;
  margin-left: 1.75rem;
}
.rs-checkbox_label::before,
.rs-checkbox_label_text {
  cursor: pointer;
}
.rs-checkbox_label::before {
  background-color: white;
  border: solid 0.0625rem #8e8f8c;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: 1.25rem;
}
.rs-checkbox_label_text {
  color: #141414;
  font-size: 1rem;
}
.rs-checkbox_input {
  opacity: 0;
  position: absolute;
}
.rs-checkbox_input:focus + .rs-checkbox_label::before {
  outline-style: dotted;
  outline-width: 0.0625rem;
}
.rs-checkbox_input:checked + .rs-checkbox_label::before {
  border-color: #b62682;
}
.rs-checkbox_input:checked + .rs-checkbox_label .rs-checkbox_label_text {
  color: #b62682;
}
.rs-checkbox_input:checked + .rs-checkbox_label .rs-checkbox_label_text::before {
  background-image: url(b201ebf7361dab94676e046058206485.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: 1.25rem;
}
.rs-checkbox_input:disabled + .rs-checkbox_label:before {
  border: solid 0.0625rem #cbccc7;
}
.rs-checkbox_input:disabled + .rs-checkbox_label .rs-checkbox_label_text {
  color: #a3a3a0;
}
.rs-checkbox.rs-feedback-error .rs-checkbox_label::before {
  border: 0.0625rem solid #e07901;
}
.rs-input {
  background-color: #fff;
  border-color: #a3a3a0;
  border-radius: 1px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: #141414;
  height: 2.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
@media screen and (min-width: 48rem) {
  .rs-input-small {
    max-width: 10.125rem;
  }
}
@media screen and (min-width: 62rem) {
  .rs-input-small {
    max-width: 10.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .rs-input-medium {
    max-width: 21.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .rs-input-medium {
    max-width: 22.5rem;
  }
}
.rs-input:hover {
  border-color: #b62682;
}
.rs-input:focus {
  border: 0.0625rem solid #b1d004;
  box-shadow: 0 0 4px 0 #b1d004;
  outline: none;
}
.rs-input:disabled {
  background-color: #f4f5f2;
  border-color: #cbccc7;
}
.rs-input.rs-feedback-error {
  border: 0.0625rem solid #e07901;
  margin-bottom: 0.5rem;
}
.rs-input::placeholder {
  color: #666664;
  opacity: 1;
}
.rs-input:-ms-input-placeholder {
  color: #666664 !important;
  opacity: 1!important;
}
@media screen and (min-width: 48rem) {
  .rs-input-select-small {
    max-width: 10.125rem;
  }
}
@media screen and (min-width: 62rem) {
  .rs-input-select-small {
    max-width: 10.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .rs-input-select-medium {
    max-width: 21.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .rs-input-select-medium {
    max-width: 22.5rem;
  }
}
.rs-input-select input {
  width: 100%;
}
.rs-input-select .rs-input-select-options {
  background-color: #fff;
  border: solid 1px #b62682;
  display: none;
  margin-bottom: 0;
  margin-top: -1px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.rs-input-select .rs-input-select-options a {
  color: #141414;
  display: block;
  padding: 0.4375rem 1rem;
}
.rs-input-select .rs-input-select-options .selected a {
  background-color: #e1f56e;
  color: #b62682;
}
.rs-input-select.opened .rs-input-select-options {
  background-color: #fff;
  display: block;
  max-height: 12.5rem;
  overflow-y: auto;
}
@media screen and (min-width: 48rem) {
  .rs-input-select.opened .rs-input-select-options-small {
    max-width: 10.125rem;
  }
}
@media screen and (min-width: 62rem) {
  .rs-input-select.opened .rs-input-select-options-small {
    max-width: 10.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .rs-input-select.opened .rs-input-select-options-medium {
    max-width: 21.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .rs-input-select.opened .rs-input-select-options-medium {
    max-width: 22.5rem;
  }
}
.rs-input-select.opened .rs-input-select-options a:hover {
  background-color: #e1f56e;
  color: #b62682;
  cursor: pointer;
  text-decoration: none;
}
.rs-input-select.opened input {
  margin-bottom: 0;
}
.rs-input-select:hover {
  border-color: #b62682;
}
.rs-input-select .rs-input:hover {
  cursor: text;
}
.rs-feedback-error i::before {
  background-image: url(10dd10314e0ebaad0b1c0d632de3e93d.svg);
}
.rs-feedback-ok i:before {
  background-image: url(35a88a5bfb804f83b00fd2b06997c6dc.svg);
}
.rs-feedback-warning i:before {
  background-image: url(c875389ced633d930a0bfd0ccd8a98b4.svg);
}
.rs-feedback-info i:before {
  background-image: url(b78e552cad707a7583a2eacc2f46ef15.svg);
}
.rs-feedback-error i::before,
.rs-feedback-ok i::before,
.rs-feedback-warning i::before,
.rs-feedback-info i::before {
  background-position: center;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  margin-right: 0.5rem;
  display: block;
}
.rs-feedback {
  display: flex;
  font-size: 1rem;
  padding: 1rem;
}
.rs-feedback.rs-feedback-ok {
  background-color: #ebfaeb;
}
.rs-feedback.rs-feedback-error {
  background-color: #fff0f0;
}
.rs-feedback.rs-feedback-warning {
  background-color: #fff3e6;
}
.rs-feedback.rs-feedback-info {
  background-color: #fff8db;
}
.rs-feedback.rs-feedback-info.rs-info-blue {
  background-color: #ebf4ff;
}
.rs-feedback.rs-feedback-nobg {
  background-color: transparent;
  display: inline-flex;
  padding: 0;
}
figcaption.ide-hidden-label {
  opacity: 0;
  position: absolute;
}
.vendorleads-header {
  align-items: center;
  background-color: #e1f56e;
  display: flex;
  height: 3rem;
}
.vendorleads-header figure {
  margin-left: 1rem;
}
@media screen and (min-width: 48rem) {
  .vendorleads-header figure {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 75rem) {
  .vendorleads-header figure {
    margin-left: calc((100vw - 72rem)/2);
  }
}
.vendorleads-header_image {
  display: block;
  height: 2rem;
}
.old-searcher .landing-agencies-recommender-searcher {
  background-image: url(86e7c5b22157703e9fc53512a261cfba.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 2.5rem;
  padding-top: 36.25vw;
}
.old-searcher .landing-agencies-recommender-searcher .rs-input-select .rs-input-select-options {
  position: absolute;
  z-index: 8;
}
.old-searcher .landing-agencies-recommender-searcher .rs-input-select .rs-input-select-options .selected a {
  background-color: #f4f5f2;
}
.old-searcher .ide-searcher-box {
  background-color: #e1f56e;
  border-radius: 0.125rem;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(102, 102, 100, 0.24);
  color: #141414;
  font-size: 1rem;
  padding: 1rem 1rem 2rem;
}
.old-searcher .ide-searcher-box_intro-text {
  margin-left: auto;
  margin-right: auto;
}
.old-searcher .ide-searcher-box_title {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.old-searcher .ide-searcher-box_intro {
  margin-bottom: 1rem;
  margin-top: 0;
}
.old-searcher .ide-searcher-box_intro-keys:first-child {
  padding-right: 0.25rem;
}
.old-searcher .ide-searcher-box_inputs {
  display: flex;
  margin-bottom: 0.25rem;
  position: relative;
}
.old-searcher .ide-searcher-box_inputs label {
  opacity: 0;
  position: absolute;
}
.old-searcher .ide-searcher-box_inputs_options {
  background-color: #fff;
  border: solid 0.0625rem #a3a3a0;
  left: 0;
  position: absolute;
  right: 0;
  top: 2.5625rem;
  z-index: 1;
}
.old-searcher .ide-searcher-box_inputs_options ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.old-searcher .ide-searcher-box_inputs_options a {
  color: #141414;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.old-searcher .ide-searcher-box_inputs_options a:hover {
  background-color: #f4f5f2;
  color: #b62682;
}
.old-searcher .ide-searcher-box_opt-buttons {
  margin-bottom: 1rem;
}
.old-searcher .ide-searcher-box_opt-buttons .rs-button:first-child,
.old-searcher .ide-searcher-box_opt-buttons .rs-button_mobile {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.old-searcher .ide-searcher-box_opt-buttons .rs-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.old-searcher .ide-searcher-box_feedback {
  background-position: 0.125rem 0.0625rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  font-size: 0.875rem;
  line-height: 1.285;
  margin-bottom: 0.5rem;
}
.old-searcher .ide-searcher-box_feedback span {
  color: #9e4500;
}
.old-searcher .ide-searcher-box_feedback a {
  margin-left: 0.25rem;
  font-weight: 700;
  text-decoration: none;
}
.old-searcher .ide-searcher-box_opt-buttons {
  display: flex;
}
.old-searcher .ide-searcher-box_opt-buttons button {
  background-color: #fff;
  border: solid 0.0625rem #a3a3a0;
  box-sizing: border-box;
  color: #666664;
  font-weight: 700;
  padding: 0.625rem 0;
  width: 50%;
}
.old-searcher .ide-searcher-box_opt-buttons button:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.old-searcher .ide-searcher-box_opt-buttons button:first-child:not(.ide-searcher-box_opt-buttons_selected) {
  border-right-width: 0;
}
.old-searcher .ide-searcher-box_opt-buttons button:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.old-searcher .ide-searcher-box_opt-buttons button:last-child:not(.ide-searcher-box_opt-buttons_selected) {
  border-left-width: 0;
}
.old-searcher .ide-searcher-box_opt-buttons button.ide-searcher-box_opt-buttons_selected {
  background-color: #fff0f9;
  border: solid 0.125rem #b62682;
  color: #b62682;
}
.old-searcher .ide-searcher-box_opt-buttons button span {
  display: none;
}
.old-searcher .ide-searcher-box_opt-buttons button.rs-button_button:first-of-type {
  display: none;
}
.old-searcher .ide-searcher-box_opt-buttons button.rs-button_mobile {
  display: flex;
}
.old-searcher .ide-searcher-box_input-cadastre .rs-input,
.old-searcher .ide-searcher-box_input-text .rs-input,
.old-searcher .ide-searcher-box_input-num {
  border: solid 0.0625rem #a3a3a0;
  box-sizing: border-box;
  height: 2.625rem;
  outline: solid 0.0625rem transparent;
  padding: 0.625rem 0.25rem 0.625rem 1rem;
}
.old-searcher .ide-searcher-box_input-cadastre .rs-input.rs-feedback-error,
.old-searcher .ide-searcher-box_input-text .rs-input.rs-feedback-error,
.old-searcher .ide-searcher-box_input-num.rs-feedback-error {
  border-color: #e07901;
  outline-color: #e07901;
}
.old-searcher .ide-searcher-box_input-cadastre .rs-input:focus,
.old-searcher .ide-searcher-box_input-text .rs-input:focus,
.old-searcher .ide-searcher-box_input-num:focus {
  border-color: white;
  box-shadow: 0 0 0.25rem 0 #b62682;
  outline: none;
}
.old-searcher .ide-searcher-box_cadastre {
  margin-bottom: 0.25rem;
  position: relative;
}
.old-searcher .ide-searcher-box_input-cadastre .rs-input {
  width: 100%;
}
.old-searcher .ide-searcher-box_input-cadastre {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.old-searcher .ide-searcher-box_input-text {
  flex-grow: 1;
  min-width: 0;
}
.old-searcher .ide-searcher-box_input-num {
  box-sizing: border-box;
  margin-left: 0.5rem;
  width: 3.875rem;
}
.old-searcher .ide-searcher-box_action-button {
  background-color: #b62682;
  border-radius: 0.125rem;
  border: solid 0.0625rem #b62682;
  box-shadow: inset 0 0.125rem 0.0625rem 0 rgba(255, 255, 255, 0.2), inset 0 -0.125rem 0.0625rem 0 rgba(51, 51, 51, 0.3);
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  width: 100%;
}
.old-searcher .ide-searcher-box_action-button:focus {
  border: 0.0625rem solid #b1d004;
  box-shadow: 0 0 0.25rem 0 #b1d004, inset 0 -0.0625rem 0.0625rem 0 #8e8f8c, inset 0 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.2);
  outline: none;
}
.old-searcher .ide-searcher-box_checkbox label::before {
  background-color: #fff;
}
.old-searcher .ide-searcher-box_fieldset .rs-button_link {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.125rem;
  padding: 0 0 0 1.5rem;
}
.old-searcher .landing-agencies-lead-form_input-combo {
  display: flex;
  gap: 1rem;
}
.old-searcher .landing-agencies-lead-form_input {
  margin-bottom: 0.5rem;
}
.old-searcher .landing-agencies-lead-form_input label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.old-searcher .landing-agencies-lead-form_input .rs-input {
  width: 100%;
}
.old-searcher .landing-agencies-lead-form .rs-feedback-warning {
  color: #9e4500;
  margin-top: 0.25rem;
}
.old-searcher .landing-agencies-lead-form .rs-checkbox + .rs-feedback-warning {
  margin-top: -0.75rem;
}
.old-searcher .landing-agencies-lead-form .rs-feedback-ok {
  color: #1d7a24;
}
.old-searcher .landing-agencies-lead-form .rs-feedback-error {
  color: #d62f2f;
}
@media screen and (min-width: 36rem) {
  .old-searcher .landing-agencies-lead-form_input-combo {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .old-searcher .landing-agencies-recommender-searcher {
    background-image: url(f80b45156cb63ac119f819debe066586.jpg);
    background-position: center center;
    background-size: auto;
    display: flex;
    flex-direction: column;
    height: 29.0625rem;
    justify-content: flex-start;
    padding-top: 0;
  }
  .old-searcher .ide-searcher-box {
    background-color: rgba(225, 245, 110, 0.96);
    margin-left: 2rem;
    margin-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    width: 28.5rem;
  }
  .old-searcher .ide-searcher-box_title {
    padding-top: 0;
  }
  .old-searcher .ide-searcher-box_title,
  .old-searcher .ide-searcher-box_intro {
    margin-bottom: 1rem;
  }
  .old-searcher .ide-searcher-box_opt-buttons button.rs-button_button:first-of-type {
    display: flex;
  }
  .old-searcher .ide-searcher-box_opt-buttons button.rs-button_mobile {
    display: none;
  }
  .old-searcher .landing-agencies-lead-form {
    background-position-y: -12.25rem;
    height: auto;
    min-height: 34.75rem;
    position: relative;
  }
  .old-searcher .landing-agencies-lead-form::after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 6rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .old-searcher .landing-agencies-lead-form .ide-searcher-box {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 75rem) {
  .old-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) {
    align-items: center;
    background-position-y: -16.875rem;
    height: 27.1875rem;
    margin-bottom: 4.5rem;
  }
  .old-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box {
    align-items: flex-start;
    box-shadow: 0 0.25rem 1rem 0 rgba(102, 102, 100, 0.32);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10.25rem;
    padding: 1rem 2rem;
    width: 65.5rem;
  }
  .old-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box_title,
  .old-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box_intro {
    text-align: center;
    width: 100%;
    padding-top: 0.5rem;
  }
  .old-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box_intro {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 47.75rem;
  }
  .old-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box_intro-keys {
    display: block;
  }
  .old-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box_action-button {
    margin-top: 0;
    width: auto;
  }
  .old-searcher .landing-agencies-lead-form {
    padding-left: calc((100vw - 75.625rem)/2);
  }
  .old-searcher .ide-searcher-box_fieldset {
    flex-grow: 1;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .old-searcher .ide-searcher-box_feedback {
    margin-bottom: 0;
    max-width: 25rem;
  }
  .old-searcher .ide-searcher-box_action-button {
    height: 2.625rem;
  }
  .old-searcher .ide-searcher-box_opt-buttons button {
    height: 2.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
  .old-searcher .ide-searcher-box_opt-buttons button span {
    display: inline-block;
  }
  .old-searcher .ide-searcher-box_checkbox {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 100rem) {
  .old-searcher .landing-agencies-recommender-searcher {
    border-radius: 0.125rem;
    margin-top: 2rem;
    width: 80rem;
  }
  .old-searcher .landing-agencies-lead-form {
    padding-left: 0;
  }
  .old-searcher .landing-agencies-lead-form .ide-searcher-box {
    margin-left: 4.5rem;
  }
}
.new-searcher .landing-agencies-recommender-searcher {
  background-image: url(86e7c5b22157703e9fc53512a261cfba.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 2.5rem;
  padding-top: 35.25vw;
}
.new-searcher .landing-agencies-recommender-searcher .rs-input-select .rs-input-select-options {
  position: absolute;
  z-index: 8;
}
.new-searcher .landing-agencies-recommender-searcher .rs-input-select .rs-input-select-options .selected a {
  background-color: #f4f5f2;
}
.new-searcher .landing-agencies-recommender-searcher .searcher {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.new-searcher .ide-searcher-box {
  background-color: #e1f56e;
  border-radius: 0.125rem;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(102, 102, 100, 0.24);
  color: #141414;
  font-size: 1rem;
  padding: 1rem 1rem 2rem;
}
.new-searcher .ide-searcher-box_intro-text {
  margin-left: auto;
  margin-right: auto;
}
.new-searcher .ide-searcher-box_title {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  padding-top: 0;
}
.new-searcher .ide-searcher-box_intro {
  margin-bottom: 1rem;
  margin-top: 0;
}
.new-searcher .ide-searcher-box_intro-keys:first-child {
  padding-right: 0.25rem;
}
.new-searcher .ide-searcher-box_inputs {
  display: flex;
  margin-bottom: 0.25rem;
  position: relative;
}
.new-searcher .ide-searcher-box_inputs label {
  opacity: 0;
  position: absolute;
}
.new-searcher .ide-searcher-box_inputs_options {
  background-color: #fff;
  border: solid 0.0625rem #a3a3a0;
  left: 0;
  position: absolute;
  right: 0;
  top: 2.5625rem;
  z-index: 1;
}
.new-searcher .ide-searcher-box_inputs_options ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.new-searcher .ide-searcher-box_inputs_options a {
  color: #141414;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.new-searcher .ide-searcher-box_inputs_options a:hover {
  background-color: #f4f5f2;
  color: #b62682;
}
.new-searcher .ide-searcher-box_opt-buttons {
  margin-bottom: 1rem;
}
.new-searcher .ide-searcher-box_opt-buttons .rs-button:first-child,
.new-searcher .ide-searcher-box_opt-buttons .rs-button_mobile {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.new-searcher .ide-searcher-box_opt-buttons .rs-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.new-searcher .ide-searcher-box_feedback {
  background-position: 0.125rem 0.0625rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  font-size: 0.875rem;
  line-height: 1.285;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.new-searcher .ide-searcher-box_feedback span {
  color: #9e4500;
}
.new-searcher .ide-searcher-box_feedback a {
  margin-left: 0.25rem;
  font-weight: 700;
  text-decoration: none;
}
.new-searcher .ide-searcher-box_opt-buttons {
  display: flex;
}
.new-searcher .ide-searcher-box_opt-buttons button {
  background-color: #fff;
  border: solid 0.0625rem #a3a3a0;
  box-sizing: border-box;
  color: #666664;
  font-weight: 700;
  padding: 0.625rem 0;
  width: 50%;
}
.new-searcher .ide-searcher-box_opt-buttons button:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.new-searcher .ide-searcher-box_opt-buttons button:first-child:not(.ide-searcher-box_opt-buttons_selected) {
  border-right-width: 0;
}
.new-searcher .ide-searcher-box_opt-buttons button:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.new-searcher .ide-searcher-box_opt-buttons button:last-child:not(.ide-searcher-box_opt-buttons_selected) {
  border-left-width: 0;
}
.new-searcher .ide-searcher-box_opt-buttons button.ide-searcher-box_opt-buttons_selected {
  background-color: #fff0f9;
  border: solid 0.125rem #b62682;
  color: #b62682;
}
.new-searcher .ide-searcher-box_opt-buttons button span {
  display: none;
}
.new-searcher .ide-searcher-box_opt-buttons button.rs-button_button:first-of-type {
  display: none;
}
.new-searcher .ide-searcher-box_opt-buttons button.rs-button_mobile {
  display: flex;
}
.new-searcher .ide-searcher-box_input-cadastre .rs-input,
.new-searcher .ide-searcher-box_input-text .rs-input,
.new-searcher .ide-searcher-box_input-num {
  border: solid 0.0625rem #a3a3a0;
  box-sizing: border-box;
  height: 2.625rem;
  outline: solid 0.0625rem transparent;
  padding: 0.625rem 0.25rem 0.625rem 1rem;
}
.new-searcher .ide-searcher-box_input-cadastre .rs-input.rs-feedback-error,
.new-searcher .ide-searcher-box_input-text .rs-input.rs-feedback-error,
.new-searcher .ide-searcher-box_input-num.rs-feedback-error {
  border-color: #e07901;
  outline-color: #e07901;
}
.new-searcher .ide-searcher-box_input-cadastre .rs-input:focus,
.new-searcher .ide-searcher-box_input-text .rs-input:focus,
.new-searcher .ide-searcher-box_input-num:focus {
  border-color: white;
  box-shadow: 0 0 0.25rem 0 #b62682;
  outline: none;
}
.new-searcher .ide-searcher-box_cadastre {
  margin-bottom: 0.25rem;
  position: relative;
}
.new-searcher .ide-searcher-box_input-cadastre .rs-input {
  width: 100%;
}
.new-searcher .ide-searcher-box_input-cadastre {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.new-searcher .ide-searcher-box_input-text {
  flex-grow: 1;
  min-width: 0;
}
.new-searcher .ide-searcher-box_input-num {
  box-sizing: border-box;
  margin-left: 0.5rem;
  width: 3.875rem;
}
.new-searcher .ide-searcher-box_action-button {
  background-color: #b62682;
  border-radius: 0.125rem;
  border: solid 0.0625rem #b62682;
  box-shadow: inset 0 0.125rem 0.0625rem 0 rgba(255, 255, 255, 0.2), inset 0 -0.125rem 0.0625rem 0 rgba(51, 51, 51, 0.3);
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  width: 100%;
}
.new-searcher .ide-searcher-box_action-button:focus {
  border: 0.0625rem solid #b1d004;
  box-shadow: 0 0 0.25rem 0 #b1d004, inset 0 -0.0625rem 0.0625rem 0 #8e8f8c, inset 0 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.2);
  outline: none;
}
.new-searcher .ide-searcher-box_checkbox label::before {
  background-color: #fff;
}
.new-searcher .ide-searcher-box_fieldset .rs-button_link {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.125rem;
  padding: 0 0 0 1.5rem;
}
.new-searcher .landing-agencies-lead-form_input-combo {
  display: flex;
  gap: 1rem;
}
.new-searcher .landing-agencies-lead-form_input {
  margin-bottom: 0.5rem;
}
.new-searcher .landing-agencies-lead-form_input label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.new-searcher .landing-agencies-lead-form_input .rs-input {
  width: 100%;
}
.new-searcher .landing-agencies-lead-form .rs-feedback-warning {
  color: #9e4500;
  margin-top: 0.25rem;
}
.new-searcher .landing-agencies-lead-form .rs-checkbox + .rs-feedback-warning {
  margin-top: -0.75rem;
}
.new-searcher .landing-agencies-lead-form .rs-feedback-ok {
  color: #1d7a24;
}
.new-searcher .landing-agencies-lead-form .rs-feedback-error {
  color: #d62f2f;
}
@media screen and (min-width: 36rem) {
  .new-searcher .landing-agencies-lead-form_input-combo {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .new-searcher .landing-agencies-recommender-searcher {
    background-image: url(f80b45156cb63ac119f819debe066586.jpg);
    background-position: center center;
    background-size: auto;
    display: flex;
    flex-direction: column;
    height: 37rem;
    justify-content: flex-start;
    padding-top: 0;
  }
  .new-searcher .ide-searcher-box {
    background-color: rgba(225, 245, 110, 0.96);
    margin-left: 2rem;
    margin-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    width: 28.5rem;
  }
  .new-searcher .ide-searcher-box_title {
    padding-top: 0;
  }
  .new-searcher .ide-searcher-box_title,
  .new-searcher .ide-searcher-box_intro {
    margin-bottom: 1rem;
  }
  .new-searcher .ide-searcher-box_opt-buttons button.rs-button_button:first-of-type {
    display: flex;
  }
  .new-searcher .ide-searcher-box_opt-buttons button.rs-button_mobile {
    display: none;
  }
  .new-searcher .landing-agencies-lead-form {
    background-position-y: -12.25rem;
    height: auto;
    min-height: 34.75rem;
    position: relative;
  }
  .new-searcher .landing-agencies-lead-form::after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 6rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .new-searcher .landing-agencies-lead-form .ide-searcher-box {
    position: relative;
    z-index: 1;
  }
  .new-searcher .searcher {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .new-searcher .searcher .use-information {
    order: 2;
  }
}
@media screen and (min-width: 75rem) {
  .new-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) {
    align-items: center;
    background-position-y: -16.875rem;
    height: 27.1875rem;
    margin-bottom: 4.5rem;
  }
  .new-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box {
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0.25rem 1rem 0 rgba(102, 102, 100, 0.32);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10.25rem;
    padding: 1rem 2rem;
    width: 65.5rem;
  }
  .new-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box .searcher {
    width: 100%;
  }
  .new-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box_title,
  .new-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box_intro {
    text-align: center;
    width: 100%;
  }
  .new-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box_intro {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 47.75rem;
  }
  .new-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box_intro-keys {
    display: block;
  }
  .new-searcher .landing-agencies-recommender-searcher:not(.landing-agencies-lead-form) .ide-searcher-box_action-button {
    margin-top: 0;
    width: auto;
  }
  .new-searcher .landing-agencies-lead-form {
    padding-left: calc((100vw - 75.625rem)/2);
  }
  .new-searcher .ide-searcher-box_fieldset {
    flex-grow: 1;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .new-searcher .ide-searcher-box_feedback {
    margin-bottom: 0;
    max-width: 25rem;
  }
  .new-searcher .ide-searcher-box_action-button {
    height: 2.625rem;
  }
  .new-searcher .ide-searcher-box_opt-buttons button {
    height: 2.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
  .new-searcher .ide-searcher-box_opt-buttons button span {
    display: inline-block;
  }
  .new-searcher .ide-searcher-box_checkbox {
    margin-top: 0.5rem;
  }
  .new-searcher .searcher {
    display: flex !important;
    flex-direction: column !important;
    flex: 1;
    gap: 8px;
  }
  .new-searcher .searcher .main-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end;
  }
  .new-searcher .searcher .input-container {
    flex: 1;
    flex-direction: row !important;
    align-items: flex-end;
  }
  .new-searcher .searcher .input-container > div {
    flex: 1;
  }
  .new-searcher .searcher .input-container .rs-input-select-options {
    position: absolute;
  }
  .new-searcher .searcher .search-type-buttons-container {
    flex-direction: row;
  }
  .new-searcher .searcher .search-type-buttons-container button {
    padding: 0 1rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 100rem) {
  .new-searcher .landing-agencies-recommender-searcher {
    border-radius: 0.125rem;
    margin-top: 2rem;
    width: 80rem;
  }
  .new-searcher .landing-agencies-lead-form {
    padding-left: 0;
  }
  .new-searcher .landing-agencies-lead-form .ide-searcher-box {
    margin-left: 4.5rem;
  }
}
.lead-form-container .landing-agencies-recommender-searcher {
  background-image: url(86e7c5b22157703e9fc53512a261cfba.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 2.5rem;
  padding-top: 35.25vw;
}
.lead-form-container .landing-agencies-recommender-searcher .rs-input-select .rs-input-select-options {
  position: absolute;
  z-index: 8;
}
.lead-form-container .landing-agencies-recommender-searcher .rs-input-select .rs-input-select-options .selected a {
  background-color: #f4f5f2;
}
.lead-form-container .landing-agencies-recommender-searcher .searcher {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lead-form-container .ide-searcher-box {
  background-color: #e1f56e;
  border-radius: 0.125rem;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(102, 102, 100, 0.24);
  color: #141414;
  font-size: 1rem;
  padding: 1rem 1rem 2rem;
}
.lead-form-container .ide-searcher-box_intro-text {
  margin-left: auto;
  margin-right: auto;
}
.lead-form-container .ide-searcher-box_title {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  padding-top: 0;
}
.lead-form-container .ide-searcher-box_intro {
  margin-bottom: 1rem;
  margin-top: 0;
}
.lead-form-container .ide-searcher-box_intro-keys:first-child {
  padding-right: 0.25rem;
}
.lead-form-container .ide-searcher-box_inputs {
  display: flex;
  margin-bottom: 0.25rem;
  position: relative;
}
.lead-form-container .ide-searcher-box_inputs label {
  opacity: 0;
  position: absolute;
}
.lead-form-container .ide-searcher-box_inputs_options {
  background-color: #fff;
  border: solid 0.0625rem #a3a3a0;
  left: 0;
  position: absolute;
  right: 0;
  top: 2.5625rem;
  z-index: 1;
}
.lead-form-container .ide-searcher-box_inputs_options ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.lead-form-container .ide-searcher-box_inputs_options a {
  color: #141414;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.lead-form-container .ide-searcher-box_inputs_options a:hover {
  background-color: #f4f5f2;
  color: #b62682;
}
.lead-form-container .ide-searcher-box_opt-buttons {
  margin-bottom: 1rem;
}
.lead-form-container .ide-searcher-box_opt-buttons .rs-button:first-child,
.lead-form-container .ide-searcher-box_opt-buttons .rs-button_mobile {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.lead-form-container .ide-searcher-box_opt-buttons .rs-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.lead-form-container .ide-searcher-box_feedback {
  background-position: 0.125rem 0.0625rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  font-size: 0.875rem;
  line-height: 1.285;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.lead-form-container .ide-searcher-box_feedback span {
  color: #9e4500;
}
.lead-form-container .ide-searcher-box_feedback a {
  margin-left: 0.25rem;
  font-weight: 700;
  text-decoration: none;
}
.lead-form-container .ide-searcher-box_opt-buttons {
  display: flex;
}
.lead-form-container .ide-searcher-box_opt-buttons button {
  background-color: #fff;
  border: solid 0.0625rem #a3a3a0;
  box-sizing: border-box;
  color: #666664;
  font-weight: 700;
  padding: 0.625rem 0;
  width: 50%;
}
.lead-form-container .ide-searcher-box_opt-buttons button:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.lead-form-container .ide-searcher-box_opt-buttons button:first-child:not(.ide-searcher-box_opt-buttons_selected) {
  border-right-width: 0;
}
.lead-form-container .ide-searcher-box_opt-buttons button:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.lead-form-container .ide-searcher-box_opt-buttons button:last-child:not(.ide-searcher-box_opt-buttons_selected) {
  border-left-width: 0;
}
.lead-form-container .ide-searcher-box_opt-buttons button.ide-searcher-box_opt-buttons_selected {
  background-color: #fff0f9;
  border: solid 0.125rem #b62682;
  color: #b62682;
}
.lead-form-container .ide-searcher-box_opt-buttons button span {
  display: none;
}
.lead-form-container .ide-searcher-box_opt-buttons button.rs-button_button:first-of-type {
  display: none;
}
.lead-form-container .ide-searcher-box_opt-buttons button.rs-button_mobile {
  display: flex;
}
.lead-form-container .ide-searcher-box_input-cadastre .rs-input,
.lead-form-container .ide-searcher-box_input-text .rs-input,
.lead-form-container .ide-searcher-box_input-num {
  border: solid 0.0625rem #a3a3a0;
  box-sizing: border-box;
  height: 2.625rem;
  outline: solid 0.0625rem transparent;
  padding: 0.625rem 0.25rem 0.625rem 1rem;
}
.lead-form-container .ide-searcher-box_input-cadastre .rs-input.rs-feedback-error,
.lead-form-container .ide-searcher-box_input-text .rs-input.rs-feedback-error,
.lead-form-container .ide-searcher-box_input-num.rs-feedback-error {
  border-color: #e07901;
  outline-color: #e07901;
}
.lead-form-container .ide-searcher-box_input-cadastre .rs-input:focus,
.lead-form-container .ide-searcher-box_input-text .rs-input:focus,
.lead-form-container .ide-searcher-box_input-num:focus {
  border-color: white;
  box-shadow: 0 0 0.25rem 0 #b62682;
  outline: none;
}
.lead-form-container .ide-searcher-box_cadastre {
  margin-bottom: 0.25rem;
  position: relative;
}
.lead-form-container .ide-searcher-box_input-cadastre .rs-input {
  width: 100%;
}
.lead-form-container .ide-searcher-box_input-cadastre {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.lead-form-container .ide-searcher-box_input-text {
  flex-grow: 1;
  min-width: 0;
}
.lead-form-container .ide-searcher-box_input-num {
  box-sizing: border-box;
  margin-left: 0.5rem;
  width: 3.875rem;
}
.lead-form-container .ide-searcher-box_action-button {
  background-color: #b62682;
  border-radius: 0.125rem;
  border: solid 0.0625rem #b62682;
  box-shadow: inset 0 0.125rem 0.0625rem 0 rgba(255, 255, 255, 0.2), inset 0 -0.125rem 0.0625rem 0 rgba(51, 51, 51, 0.3);
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  width: 100%;
}
.lead-form-container .ide-searcher-box_action-button:focus {
  border: 0.0625rem solid #b1d004;
  box-shadow: 0 0 0.25rem 0 #b1d004, inset 0 -0.0625rem 0.0625rem 0 #8e8f8c, inset 0 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.2);
  outline: none;
}
.lead-form-container .ide-searcher-box_checkbox label::before {
  background-color: #fff;
}
.lead-form-container .ide-searcher-box_fieldset .rs-button_link {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.125rem;
  padding: 0 0 0 1.5rem;
}
.lead-form-container .landing-agencies-lead-form_input-combo {
  display: flex;
  gap: 1rem;
}
.lead-form-container .landing-agencies-lead-form_input {
  flex: 1;
  margin-bottom: 0.5rem;
}
.lead-form-container .landing-agencies-lead-form_input label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.lead-form-container .landing-agencies-lead-form_input .rs-input {
  width: 100%;
}
.lead-form-container .landing-agencies-lead-form .rs-feedback-warning {
  color: #9e4500;
  margin-top: 0.25rem;
}
.lead-form-container .landing-agencies-lead-form .rs-checkbox + .rs-feedback-warning {
  margin-top: -0.75rem;
}
.lead-form-container .landing-agencies-lead-form .rs-feedback-ok {
  color: #1d7a24;
}
.lead-form-container .landing-agencies-lead-form .rs-feedback-error {
  color: #d62f2f;
}
@media screen and (min-width: 36rem) {
  .lead-form-container .landing-agencies-lead-form_input-combo {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .lead-form-container .landing-agencies-recommender-searcher {
    background-image: url(f80b45156cb63ac119f819debe066586.jpg);
    background-position: center center;
    background-size: auto;
    display: flex;
    flex-direction: column;
    height: 37rem;
    justify-content: flex-start;
    padding-top: 0;
  }
  .lead-form-container .ide-searcher-box {
    background-color: rgba(225, 245, 110, 0.96);
    margin-left: 2rem;
    margin-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    width: 28.5rem;
  }
  .lead-form-container .ide-searcher-box_title {
    padding-top: 0;
  }
  .lead-form-container .ide-searcher-box_title,
  .lead-form-container .ide-searcher-box_intro {
    margin-bottom: 1rem;
  }
  .lead-form-container .ide-searcher-box_opt-buttons button.rs-button_button:first-of-type {
    display: flex;
  }
  .lead-form-container .ide-searcher-box_opt-buttons button.rs-button_mobile {
    display: none;
  }
  .lead-form-container .landing-agencies-lead-form {
    background-position-y: -12.25rem;
    height: auto;
    min-height: 34.75rem;
    position: relative;
  }
  .lead-form-container .landing-agencies-lead-form::after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 6rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .lead-form-container .landing-agencies-lead-form .ide-searcher-box {
    position: relative;
    z-index: 1;
  }
  .lead-form-container .searcher {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .lead-form-container .searcher .use-information {
    order: 2;
  }
}
@media screen and (min-width: 75rem) {
  .lead-form-container .ide-searcher-box {
    z-index: 10;
    margin-left: calc((100vw - 72rem)/2);
  }
}
.ide-box {
  padding: 1.5rem 1rem 1rem;
}
@media screen and (min-width: 36rem) {
  .ide-box {
    padding: 1.5rem 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .ide-box {
    background-color: #fff;
    border-radius: 0.125rem;
    border: solid 0.0625rem #e5e6e1;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(102, 102, 100, 0.24);
    flex-shrink: 0;
    padding: 1.5rem 1rem 2rem;
    width: 24.8125rem;
  }
}
@media screen and (min-width: 62rem) {
  .ide-box {
    width: 24.8125rem;
  }
}
@media screen and (min-width: 75rem) {
  .ide-box {
    width: 26rem;
    z-index: 7;
  }
}
.ide-box p {
  margin-bottom: 1rem;
}
.ide-box p:last-of-type {
  margin-bottom: 0;
}
.ide-box h2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01125rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 0;
}
.ide-box-ordered-list {
  display: flex;
  flex-flow: column nowrap;
  list-style-position: inside;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.ide-box-ordered-list li {
  align-items: flex-start;
  display: inline-flex;
  list-style-type: decimal;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 36rem) {
  .ide-box-ordered-list li {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .ide-box-ordered-list li {
    margin-bottom: 2rem;
  }
}
.ide-box-ordered-list li:last-child {
  margin-bottom: 0;
}
.ide-box-ordered-list li p {
  display: list-item;
  font-weight: 400;
  margin-top: 0;
}
@media screen and (min-width: 48rem) {
  .ide-box-ordered-list li p {
    list-style-position: inside;
    order: 2;
  }
}
.ide-box-ordered-list li p::marker {
  font-weight: 700;
}
.ide-box .svg-search,
.ide-box .svg-house,
.ide-box .svg-mail {
  display: none;
}
@media screen and (min-width: 48rem) {
  .ide-box .svg-search,
  .ide-box .svg-house,
  .ide-box .svg-mail {
    align-items: center;
    background-color: #f4f5f2;
    border-radius: 50%;
    border: solid 1px #e5e6e1;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 1rem;
    order: 1;
  }
}
.ide-box .svg-search::before,
.ide-box .svg-house::before,
.ide-box .svg-mail::before {
  content: '';
}
@media screen and (min-width: 48rem) {
  .ide-box .svg-search::before,
  .ide-box .svg-house::before,
  .ide-box .svg-mail::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    color: #141414;
    font-size: 1.5rem;
    height: 1.5rem;
    padding: 0.563rem;
    width: 1.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .ide-box .svg-search::before,
  .ide-box .svg-house::before,
  .ide-box .svg-mail::before {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.svg-search::before {
  background-image: url(948cf16892049a9723a01c019071a95e.svg);
}
.svg-mail::before {
  background-image: url(d83fccbc920cbd7ee3c63d5e8b2ed1a2.svg);
}
.svg-house::before {
  background-image: url(5d028269b497c52cdb75e7e13bb94a11.svg);
}
.ide-article {
  border-radius: 0.125rem;
  border: solid 0.0625rem #e5e6e1;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(102, 102, 100, 0.24);
  display: block;
  margin-bottom: 2.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 36rem) {
  .ide-article {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .ide-article {
    align-items: flex-start;
    border-radius: 0;
    border: none;
    box-shadow: none;
    display: flex;
    margin-bottom: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 75rem) {
  .ide-article {
    justify-content: center;
    margin-bottom: 4.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 48rem) {
  .ide-article.steps {
    margin-top: 0;
  }
}
@media screen and (min-width: 48rem) {
  .ide-article.steps .ide-figure {
    order: 1;
  }
}
@media scren and (min-width: 62rem) {
  .ide-article.steps .ide-figure {
    width: 100%;
  }
}
@media screen and (min-width: 75rem) {
  .ide-article.steps .ide-figure {
    height: 21.875rem;
    margin-left: -3rem;
    width: 48rem;
  }
}
.ide-article.find {
  margin-top: 1rem;
}
.ide-article.find .ide-figure {
  height: 11rem;
}
@media screen and (min-width: 36rem) {
  .ide-article.find .ide-figure {
    height: 12.375rem;
  }
}
@media screen and (min-width: 48rem) {
  .ide-article.find .ide-figure {
    height: 16rem;
  }
}
@media screen and (min-width: 75rem) {
  .ide-article.find .ide-figure {
    height: 20rem;
    margin-right: -3rem;
  }
}
.ide-article .ide-figure {
  display: block;
  height: 12.375rem;
  overflow: hidden;
}
@media screen and (min-width: 48rem) {
  .ide-article .ide-figure {
    align-self: flex-start;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(102, 102, 100, 0.24);
    margin-top: 2.5rem;
    overflow: hidden;
    position: relative;
    height: 16rem;
  }
}
@media screen and (min-width: 62rem) {
  .ide-article .ide-figure {
    height: 17.9375rem;
  }
}
.ide-article .ide-figure img {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 48rem) {
  .ide-article .ide-figure img {
    overflow: hidden;
  }
}
@media screen and (min-width: 75rem) {
  .ide-faq {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 71.125rem;
  }
}
.ide-faq .ide-subtitle {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 48rem) {
  .ide-faq .ide-subtitle {
    font-size: 1.375rem;
    letter-spacing: 0.0125rem;
    line-height: 1.09;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .ide-faq .ide-subtitle {
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}
@media screen and (min-width: 75rem) {
  .ide-faq .ide-subtitle {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.ide-faq .faq-questions {
  margin-bottom: 1.5rem;
  padding: 1rem;
}
@media screen and (min-width: 75rem) {
  .ide-faq .faq-questions {
    margin-right: 0;
    position: sticky;
    top: 1.5rem;
    width: 28.5rem;
  }
}
.ide-faq .faq-answers {
  padding: 1rem;
}
@media screen and (min-width: 36rem) {
  .ide-faq .faq-answers {
    margin-bottom: 5.375rem;
  }
}
@media screen and (min-width: 48rem) {
  .ide-faq .faq-answers {
    margin-bottom: 3rem;
    padding: 1rem 1.5rem 2rem;
  }
}
@media screen and (min-width: 62rem) {
  .ide-faq .faq-answers {
    margin-bottom: 4.5rem;
    margin-top: 0;
    padding: 1rem 2rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .ide-faq .faq-answers {
    margin-bottom: 4.5rem;
    margin-left: 0;
    padding: 1rem 1.5rem 2rem 1rem;
    width: 40.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .ide-faq .faq-questions,
  .ide-faq .faq-answers {
    border-radius: 0.125rem;
    border: solid 0.0625rem #e5e6e1;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(102, 102, 100, 0.24);
    display: block;
  }
}
.ide-faq-ordered-list {
  display: flex;
  flex-flow: column nowrap;
  list-style-position: inside;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.ide-faq-ordered-list li {
  align-items: flex-start;
  display: inline-flex;
  list-style-type: decimal;
  margin-bottom: 1rem;
}
@media screen and (min-width: 36rem) {
  .ide-faq-ordered-list li {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .ide-faq-ordered-list li {
    margin-bottom: 1rem;
  }
}
.ide-faq-ordered-list li:last-child {
  margin-bottom: 0;
}
.ide-faq-ordered-list li p {
  display: list-item;
  font-weight: 400;
}
@media screen and (min-width: 48rem) {
  .ide-faq-ordered-list li p {
    list-style-position: inside;
    order: 2;
  }
}
.ide-faq-ordered-list li p::marker {
  font-weight: 700;
}
.ide-faq dl dt {
  font-size: 1rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.00625rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.ide-faq dl dd {
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding-left: 0;
}
.ide-faq dl aside:first-of-type dt:first-of-type {
  padding-top: 0;
}
.ide-faq dl aside:last-of-type dd:last-of-type {
  margin-bottom: 0;
}
.sticky-cta {
  background-color: #fff;
  padding: 1rem;
  position: sticky;
  bottom: -8.125rem;
  border-top: 0.0625rem solid #cbccc7;
  border-radius: 0.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(8.125rem);
  transition: all 1.75s ease;
  z-index: 7;
}
.sticky-cta.show {
  transform: translateY(0);
  transition: transform 1s ease;
  bottom: 0;
}
@media screen and (min-width: 62rem) {
  .sticky-cta.show {
    bottom: 1rem;
  }
}
.sticky-cta .sticky-header {
  padding-top: 0;
  margin: 0;
}
.sticky-cta .sticky-button {
  margin-top: 1rem;
  width: auto;
  max-width: none;
}
@media screen and (min-width: 62rem) {
  .sticky-cta {
    border: 0.0625rem solid #cbccc7;
  }
}
@media screen and (min-width: 75rem) {
  .sticky-cta {
    margin-left: calc((100vw - 74rem)/2);
    margin-right: calc((100vw - 74rem)/2);
  }
}
.testimonials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem 3rem;
  gap: 2rem;
  background-color: #F4F5F2;
}
@media screen and (min-width: 48rem) {
  .testimonials {
    padding: 2rem 2rem 3rem;
  }
}
@media screen and (min-width: 36rem) and screen and (max-width: 48rem) {
  .testimonials {
    padding: 2rem 1rem 3rem;
  }
}
.testimonials__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.testimonials__title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
  letter-spacing: -0.013rem;
}
.testimonials__subtitle {
  font-size: 1rem;
  margin: 0;
}
.testimonials__card-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
}
@media screen and (min-width: 48rem) {
  .testimonials__card-list {
    grid-template-columns: repeat(3, minmax(220px, 360px));
  }
}
.testimonials__card {
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(102, 102, 100, 0.24);
}
.testimonials__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 2.5rem 0;
}
@media screen and (min-width: 48rem) {
  .testimonials__card-body {
    max-width: 360px;
  }
}
.testimonials__score {
  display: flex;
  justify-content: space-between;
  height: 37px;
}
.testimonials__quote-icon {
  background: url(46f83905c0db6e21263873c0ad60afa3.svg) no-repeat center center;
  width: 44px;
}
.testimonials__star-list {
  display: flex;
  gap: 3px;
  align-self: center;
}
.testimonials__star {
  background: url(f12b3f36ce210c878bd3e577609ab2d6.svg) no-repeat center center;
  width: 15px;
  height: 15px;
}
.testimonials__card-description {
  flex: 1;
  padding-bottom: 1.5rem;
  margin: 0;
  border-bottom: 1px solid #F4F5F2;
}
.testimonials__separator {
  width: 100%;
  height: 1px;
  background-color: #f4f5f2;
}
.testimonials__footer {
  height: 4.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #8E8F8C;
  padding: 40px;
}
.testimonials__user {
  color: #141414;
  font-size: 1rem;
  font-weight: 700;
}
.testimonials__secondary-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #8E8F8C;
}
.ide-section {
  background-color: #fff;
  margin: 1rem;
  padding: 1rem;
}
@media screen and (min-width: 48rem) {
  .ide-section {
    border-radius: 0.125rem;
    padding: 1.5rem;
    margin: 2.2rem;
  }
}
@media screen and (min-width: 75rem) {
  .ide-section {
    margin-bottom: 1.5rem;
    margin-left: calc((100vw - 72rem)/2);
    margin-right: calc((100vw - 72rem)/2);
  }
}
.ide-section .zoneExperts-title {
  margin-bottom: 0.5rem;
}
.zoneExperts-link-container {
  margin-top: 2rem;
  padding: 0;
}
@media screen and (min-width: 36rem) {
  .zoneExperts-link-container {
    column-count: 2;
  }
}
@media screen and (min-width: 48rem) {
  .zoneExperts-link-container {
    column-count: 3;
  }
}
@media screen and (min-width: 75rem) {
  .zoneExperts-link-container {
    column-count: 4;
  }
}
.zoneExperts-link-container li {
  margin-bottom: 0.5rem;
}
.skeleton {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #e5e6e1;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
  margin-bottom: 0.75rem;
}
@keyframes loading {
  to {
    background-position-x: -20%;
  }
}
.agency-perks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem 2rem 3rem;
}
.agency-perks__title {
  text-align: center;
  margin: 0;
  padding: 0;
}
.agency-perks__perks-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
}
@media screen and (min-width: 48rem) {
  .agency-perks__perks-list {
    grid-template-columns: repeat(3, minmax(220px, 400px));
  }
}
.agency-perks__perks-list .perk-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background-color: #f4f5f2;
}
.agency-perks__perks-list .perk-card__title {
  margin: 0;
  padding: 0;
}
.agency-perks__perks-list .perk-card__description {
  margin: 0;
}

