:root {
  --neutral--white-200: #f4f4f6;
  --font--global-font: Poppins, sans-serif;
  --neutral--black-700: #333;
  --neutral--black-900: #0e0f11;
  --neutral--white: white;
  --bg: #000;
  --brand--primary: #f1a81f;
  --neutral--white-300: #dfe0e2;
  --neutral--gray-600: #575c6b;
  --neutral--gray-500: #8e8e8e;
  --neutral--black-800: #222;
  --brand--secondary: #76b142;
}

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

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--neutral--white-200);
  font-family: var(--font--global-font);
  color: var(--neutral--black-700);
  letter-spacing: -.32px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 4.75rem;
}

h2 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.125rem;
}

h3 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 2.625rem;
}

h4 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
}

h5 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}

h6 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
}

p {
  margin-bottom: 10px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.utility-page-content {
  background-color: var(--neutral--white);
  text-align: center;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49.375rem;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 2.5rem;
  background-color: var(--bg);
  border-radius: .75rem;
  flex-direction: column;
  padding: 1.875rem 2.5rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.style-guide-field-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.heading-style-h4.blue {
  color: var(--brand--primary);
}

.heading-style-h1 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.text-size-regular {
  color: var(--neutral--black-700);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-size-regular.text-color-white, .text-size-regular.text-color-white-200 {
  color: var(--neutral--white-200);
}

.text-size-regular.text-color-white-300 {
  color: var(--neutral--white-300);
}

.text-size-small {
  color: var(--neutral--black-900);
  margin-bottom: 0;
  margin-left: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.text-size-small.white {
  color: var(--neutral--white);
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--brand--primary);
  color: var(--neutral--white);
  text-align: center;
  border-radius: .25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 46px;
  margin-bottom: 0;
  margin-left: 0;
  padding: .0625rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;
  transition: color .3s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.button.is-seceondary {
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  color: var(--neutral--black-900);
  height: 2.625rem;
  margin-left: 0;
  padding: .8125rem 1.25rem;
}

.button.is-cta {
  background-color: var(--brand--primary);
  height: auto;
  margin-left: 0;
  padding: .875rem 1.5rem;
  position: static;
  inset: auto 0% 0% auto;
}

.divider {
  background-color: #0000;
  border: 1px solid #dbdcdd;
  width: 100%;
}

.padding-global {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.style-guide-content-layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 21.6875rem repeat(auto-fit, 46.25rem);
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-top-content {
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h6.white {
  color: var(--neutral--white);
}

.padding-bottom {
  padding: 0;
}

.padding-bottom.padding-large {
  padding-bottom: 3.125rem;
}

.padding-bottom.padding-small {
  width: 100%;
  padding-bottom: 1.875rem;
}

.padding-bottom.padding-medium {
  width: 100%;
  padding-bottom: 2.5rem;
}

.padding-bottom.padding-xxlarge {
  padding-bottom: 6.25rem;
}

.utility-page-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._404-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--neutral--white);
  border-radius: .75rem;
  flex-direction: column;
  align-items: center;
  max-width: 49.4375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.field-label {
  display: none;
}

.password-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.password-input {
  background-color: var(--neutral--white-200);
  color: var(--neutral--gray-600);
  border: 1px solid #0000;
  border-radius: .25rem;
  width: 16.0625rem;
  height: 2.625rem;
  margin-bottom: 0;
  padding: .9375rem 1.5rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.password-input::placeholder {
  color: var(--neutral--gray-600);
}

.button-arrow-wrapper {
  background-color: var(--neutral--white);
  border-radius: .25rem;
  margin: 3px;
  padding: .875rem 1rem;
  position: absolute;
  inset: 0%;
}

.text-size-medium {
  color: var(--neutral--black-900);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1rem;
}

.text-size-medium.text-color-black-500 {
  color: var(--neutral--gray-500);
}

.error-message {
  color: var(--neutral--white);
  background-color: #ff3f4e;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.navbar {
  background-color: var(--bg);
  padding: 1.125rem 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #acacac33;
}

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

.brand-logo {
  max-width: 90%;
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--neutral--white);
  border-radius: .25rem;
  padding: .625rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;
}

.nav-link.w--current {
  background-color: var(--neutral--white-200);
  color: var(--brand--primary);
}

.nav-contact-number {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--neutral--white);
  background-image: url('../images/Contact-Number-Image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding: .5625rem 1rem .5625rem 2.875rem;
  text-decoration: none;
  display: flex;
}

.nav-contact-number.show-tablet {
  display: none;
}

.nav-contact-number.hide-tablet {
  background-color: var(--brand--primary);
  background-image: none;
  border-radius: 6px;
}

.nav-contact-number.hide-tablet.left {
  border-radius: 6px;
  padding-left: 1rem;
}

.nav-contact-number.hide-tablet.green {
  background-color: var(--brand--primary);
  padding-left: 1rem;
}

.section-header {
  background-color: var(--neutral--white-200);
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/aparment-warsaw_1aparment-warsaw.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 13rem;
  padding-bottom: 6.25rem;
}

.header-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-component.mid {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.header-left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 35.4375rem;
  display: flex;
  overflow: hidden;
}

.header-top-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.caption-title-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  color: var(--brand--primary);
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.caption-title-wrapper.is-process, .caption-title-wrapper.is-why-us {
  background-color: var(--neutral--white-200);
}

.header-title-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.header-right-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 37.5rem;
  display: flex;
  position: relative;
}

.header-right-image-wrapper.mid {
  justify-content: center;
  align-items: center;
}

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

.service-left-content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36.25rem;
  display: flex;
}

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

.service-card {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  border-radius: .75rem;
  flex-flow: column;
  height: 100%;
  padding: 1.275rem;
  text-decoration: none;
  display: flex;
}

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

.service-icon {
  background-color: var(--neutral--white-200);
  border-radius: .25rem;
  padding: .5rem;
}

.service-card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.section-process {
  background-color: var(--neutral--white);
}

.process-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.section-why-us {
  background-color: var(--neutral--white);
}

.why-us-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.why-us-top-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  display: flex;
}

.why-us-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 26.625rem;
  display: flex;
}

.why-us-card-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
  overflow: hidden;
}

.why-us-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--neutral--white-200);
  border-radius: .75rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 24.75rem;
  padding: 1.5rem;
  display: flex;
}

.why-us-icon-wrapper {
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  border-radius: .25rem;
  padding: .625rem;
}

.why-us-card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.testimonial-component {
  max-width: 65.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-top-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.testimonial-image.desk {
  display: block;
}

.testimonial-image.phone {
  display: none;
}

.testimonial-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: auto;
  padding: 4rem 1.5rem 6rem;
  display: flex;
  position: absolute;
  bottom: 3.75rem;
  right: 3.75rem;
}

.testimonial-icon {
  filter: grayscale();
}

.testimonial-top-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5% 10%;
  display: flex;
}

.list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.section-faq {
  background-color: var(--neutral--white-200);
}

.faq-top-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding.padding-small {
  padding: 0 1.875rem 1.25rem;
}

.faq-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.faq-accordion {
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  cursor: pointer;
  border-radius: .75rem;
}

.faq-list {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

.faq-question-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.875rem 1.2rem;
  display: flex;
}

.faq-icon-wrapper {
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.faq-icon {
  background-color: #030139;
  width: 14px;
  height: 2px;
}

.faq-icon.vertical {
  background-color: var(--brand--primary);
  height: 3px;
  position: absolute;
  transform: rotate(90deg);
}

.faq-icon.horizontal {
  background-color: var(--brand--primary);
  height: 3px;
}

.section-cta {
  background-color: var(--neutral--black-800);
}

.cta-component {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 62.7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  max-width: 28.5rem;
  display: flex;
}

.cta-right-content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 24.0625rem;
  display: flex;
  position: relative;
}

.cta-input {
  background-color: var(--neutral--white);
  color: var(--neutral--gray-600);
  border-radius: .25rem;
  height: 2.625rem;
  margin-bottom: 0;
  padding: .625rem 1.5rem;
  line-height: 1rem;
}

.cta-input:focus-visible, .cta-input[data-wf-focus-visible] {
  color: var(--neutral--black-800);
}

.success-message {
  background-color: #78e98b;
  padding: 1.25rem;
}

.cta-benefit-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.blog-details-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--neutral--black-800);
  flex-flow: row;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.section-footer {
  background-color: var(--neutral--black-800);
}

.footer-grid {
  grid-column-gap: 7.6875rem;
  grid-row-gap: 7.6875rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1.25fr 1.25fr;
}

.footer-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.footer-top-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer-social-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.social-link {
  background-color: var(--neutral--black-700);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .6875rem;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--neutral--white-300);
  font-size: .875rem;
  line-height: 1.375rem;
  text-decoration: none;
}

.footer-link.w--current {
  color: var(--neutral--white);
}

.footer-bottom-content {
  border-top: 1px solid var(--neutral--black-700);
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.number-component {
  background-color: var(--neutral--white);
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/warsaw-city_1warsaw-city.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 2px 5px #0003;
}

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

.section-number {
  background-color: var(--neutral--white-200);
}

.number-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.number-top-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.contact-field-label {
  color: #0e0f11;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
}

.contact-field-label.white {
  color: var(--neutral--white-200);
}

.input {
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  color: var(--neutral--gray-600);
  border-radius: .25rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.5rem .625rem 1.25rem;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  color: var(--neutral--black-800);
}

.hero-form-wrapper {
  background-color: var(--neutral--white-200);
  border-radius: 3%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 34.25rem;
  height: auto;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button-arrow {
  width: 13px;
  height: 12px;
}

.checklist-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.checklist-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-main {
  width: 100%;
  height: 100%;
}

.form-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: var(--neutral--white-200);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 23px;
  display: flex;
}

.ms-radio-row {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-button {
  padding-left: 0;
}

.ms-hide {
  display: none;
}

.ms-radio-button-tab {
  color: #121331;
  cursor: pointer;
  border: 1px solid #12133140;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 500;
}

.ms-radio-button-tab:hover {
  background-color: var(--brand--primary);
  color: var(--neutral--white);
}

.field-wrapper {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.field-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  width: 45%;
  display: flex;
}

.field-block.full {
  width: 100%;
}

.lable-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.red-highlight {
  color: red;
  padding-right: 2px;
}

.text-area {
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  color: var(--neutral--gray-600);
  border-radius: .25rem;
  height: 10rem;
  min-height: 0;
  margin-bottom: 0;
  padding: .625rem 1.5rem .625rem 1.25rem;
}

.text-area:focus-visible, .text-area[data-wf-focus-visible] {
  color: var(--neutral--black-800);
}

.submit-button {
  background-color: var(--brand--primary);
  border-radius: 6px;
  width: 100%;
}

.higlight-light {
  color: #a5a5a5;
  font-style: italic;
  font-weight: 400;
}

.yellow-highlight {
  color: var(--brand--primary);
}

.section-about {
  background-color: var(--neutral--white);
}

.wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.block-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-vertical {
  z-index: 2;
  border-radius: 10px;
  max-width: 90%;
  position: relative;
}

.image-wrapper {
  position: relative;
}

.image-background {
  z-index: 1;
  background-color: var(--brand--primary);
  border-radius: 8px;
  width: 90%;
  height: 95%;
  position: absolute;
  inset: auto 6% -2% auto;
}

.image-background._2 {
  bottom: -5%;
  right: 3%;
}

.buttons-nav-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.btn-txt {
  font-weight: 500;
}

.stars-2 {
  margin-top: 0;
}

._43-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 51px;
  margin: 19px 35px 18px;
  display: flex;
}

._43-right-bottom {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._43-text-block-2 {
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 115%;
}

._43-right {
  color: #625077;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 20px;
  font-weight: 600;
  line-height: 140%;
}

.client {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.client.bg-sky-blue {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.client-main-block {
  display: flex;
}

.client-image-category {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  place-items: center;
  margin-right: 38px;
}

.name-bar {
  z-index: 3;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--neutral--white);
  border-radius: 8px;
  flex-flow: column;
  width: 60%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 5% 5%;
  overflow: visible;
}

.quote-grey {
  filter: grayscale();
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider-testimonial {
  background-color: #ddd0;
  width: 100%;
}

.arrow-icon {
  background-color: var(--brand--secondary);
  border-radius: 5px;
  font-size: 2rem;
}

.arrow-icon.right {
  background-color: var(--brand--primary);
  inset: 0% 0% 0% auto;
}

.arrow-icon.left {
  background-color: var(--brand--primary);
  inset: 0% auto 0% 0%;
}

.right-arrow {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.stars-wrapper {
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-nav {
  bottom: -15%;
}

.section {
  padding-left: 3%;
  padding-right: 3%;
  overflow: visible;
}

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

.section.pp {
  padding: 15% 5% 5%;
}

.rigt-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--neutral--white);
  border-radius: 20px;
  flex-flow: column;
  padding: 29px 20px;
  display: flex;
}

.image-right {
  border-radius: 10px;
}

.features-card-title {
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}

.features-card-img {
  border-radius: 10px;
  margin-bottom: 30px;
}

.paragraph-28 {
  margin-top: 10px;
  font-size: 16px;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card.third {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 15px;
  top: 180px;
}

.features-card.first {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 45px;
  box-shadow: 0 2px 9px 5px #c0c0c033;
}

.features-card.fourth {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  top: 195px;
}

.features-card.second {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 30px;
  top: 165px;
}

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

.text-block-5 {
  color: var(--brand--primary);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 35px;
}

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-27 {
  text-align: left;
  font-size: 15px;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 60%;
  display: flex;
  position: relative;
}

.features-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  max-width: 450px;
  display: flex;
  position: sticky;
  top: 150px;
}

.div-block-59 {
  position: absolute;
  inset: 3% 5% auto auto;
}

.div-block-58 {
  flex-flow: column;
  display: flex;
}

.success-message-2 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.success-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lega-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1rem;
}

.lega-text.white {
  color: var(--neutral--white-200);
}

.lega-link {
  color: var(--neutral--black-700);
  font-weight: 500;
  text-decoration: none;
}

.checkbox {
  width: 16px;
  height: 16px;
}

.btn-phone-fix {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call-2 {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.btn-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.btn-cta {
  background-color: var(--neutral--black-900);
  color: var(--neutral--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.btn-cta:hover {
  background-color: var(--brand--primary);
}

.text-block-6 {
  text-align: right;
  padding-left: 4rem;
}

.text-span-71 {
  color: #ffcb03;
}

.section-cta-2 {
  position: relative;
}

.section-cta-2.middle {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

.cta-content {
  z-index: 1;
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  color: #282828;
  flex-direction: column;
  align-items: center;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #ffcb03;
  border: 2px solid #ffcb03;
  border-radius: .8rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: color .3s, background-color .3s;
}

.button-2:hover {
  color: #000;
  background-color: #0000;
}

.button-2.white:hover {
  color: #fff;
}

.cta-component-2 {
  background-color: #fafafa;
  background-image: url('../images/CTA-2.svg'), url('../images/cta-1.svg');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border: 2px solid #e5e7eb;
  border-radius: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.cta-component-2.middle {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/METROHOUSE-LOGO_1METROHOUSE-LOGO.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.container-large-2.is-relative {
  position: relative;
}

.heading-68 {
  color: #fff;
}

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

.f-form-steps-item.is---2 {
  z-index: 0;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.txt-hero {
  color: var(--neutral--gray-500);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.info-valuation-p {
  color: #424242;
  text-align: left;
  margin-top: 0;
  font-weight: 400;
}

.info-valuation-p.no-margin {
  margin-bottom: 0;
}

.icon-report {
  background-color: #101828;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  padding: 1px;
}

.wrapper-report {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-26 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-26.qiz {
  background-color: #f3f7fa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-26.fuul {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.wrapper-2 {
  display: flex;
}

.ms-radio-border-2 {
  z-index: 4;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.ms-radio-border-2.w--redirected-checked {
  z-index: 1;
  border: 3px #e50071;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.f-steps-form-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 10rem 2rem 7.5rem 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000014;
}

.f-steps-form-wrapper-2.success {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

.f-steps-form-wrapper-2._100 {
  width: 100%;
}

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

.success-title {
  color: #6b6b6b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

.f-form-steps-item-wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.f-form-steps-item-wrap-3.step {
  background-image: linear-gradient(#111e3bb3, #111e3bb3), url('../images/nieruchomosci-budynek.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 80vh;
}

.text-block-30 {
  color: #344054;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.f-error-message {
  color: #fff;
  background-color: #ff5858ed;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.blur-reults {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(360deg, #101828, #2a323dcc 13%, #46464691 28%, #a7a7a73b 50%, #fff0);
  background-clip: content-box;
  width: 100%;
  height: 85%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.f-form {
  background-color: #ededed00;
}

.f-form.is--form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.minus-btn {
  cursor: pointer;
  border: 1px solid #c4c4c4;
  border-left-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.code-embed {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.f-steps-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  max-width: 90ch;
  display: flex;
}

.text-block-39 {
  color: #667085;
  font-size: 11px;
}

.title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-31 {
  color: #475467;
  text-align: center;
}

.plus-btn {
  cursor: pointer;
  border: 1px solid #c4c4c4;
  border-left-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.f-steps-subtext-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6941c6;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  display: flex;
}

.f-form-steps-wrap.is---2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.text-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.lega-text-2 {
  text-align: center;
  margin-top: 20px;
  font-size: 9px;
  line-height: 12px;
}

.lega-text-2.small {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 8px;
}

.f-form-parent {
  margin-bottom: 0;
}

.f-form-parent.is--form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section-txt {
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.f-steps-wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem 2rem;
  display: flex;
}

.f-steps-wrap-2.right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0d1033;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.f-steps-wrap-2.right._40 {
  background-color: #0e0e0e;
  width: 80%;
  padding-top: 3rem;
}

.f-steps-wrap-2.right.small {
  background-color: #0e0e0e;
  padding-top: 1rem;
}

.f-steps-wrap-2.card {
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.main-container-2 {
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.f-progress-bar-contain-2 {
  z-index: 99;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.verifi-section.hidden {
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.tip-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.legal-link-2 {
  color: #0f1841;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
}

.f-form-btn-2 {
  color: #fff;
  letter-spacing: .03125rem;
  cursor: pointer;
  background-color: #ffcb03;
  border: 1px #e7e7e7;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 19px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
}

.f-form-btn-2:hover {
  color: #0d1033;
  background-color: #f7f7f7;
  font-weight: 700;
  transform: scale(1.05);
}

.f-progress-bar-2 {
  background-color: #d0d5dd;
  flex: 1;
  height: 100%;
}

.f-progress-bar-2.current {
  background-image: linear-gradient(#0e0e0e, #282828);
}

.back-btn {
  color: #667085;
  background-color: #3898ec00;
  background-image: url('../images/arrow-grey-icon_1arrow-grey-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 500;
  position: static;
  inset: 5% auto auto 5%;
}

.text-span-112 {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
}

.nav-header {
  background-color: #ffcb03;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.nav-header.success {
  flex-flow: column;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-block-38 {
  color: #141414;
  font-weight: 600;
}

.div-block-75 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-span-110 {
  color: #0d1033;
  font-weight: 500;
}

.ulica-btn {
  background-color: #ffcb03;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  font-weight: 600;
  display: flex;
}

.ulica-btn.hidden-ulica-btn {
  color: #fff;
  background-color: #ffcb03;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 202px;
  height: 47px;
  font-weight: 600;
  display: flex;
}

.block-report {
  flex: 1;
}

.heading-header-3 {
  color: #4b4b4b;
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 48px;
}

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

.report-title {
  color: #344054;
  text-align: left;
  font-weight: 500;
  line-height: 30px;
}

.tool-tip-txt {
  color: #475467;
  font-size: 12px;
  line-height: 25px;
}

.f-paragraph-3 {
  opacity: .9;
  color: #3d3d3d;
  text-align: center;
  max-width: 60ch;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.info-valuation-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.step-text {
  color: #475467;
  text-align: right;
  font-size: 11px;
  line-height: 18px;
}

.step-text.completed {
  color: #0d1033;
  font-weight: 500;
}

.ms-radio-card-3 {
  color: #121331;
  background-color: #0e0e0e;
  border: 1px solid #0d117c14;
  border-radius: 6px;
  max-width: 220px;
  margin-bottom: 0;
  padding: .75rem 1rem .5rem;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-radio-card-3.long {
  max-width: none;
}

.f-tagtxt-3 {
  color: #ffcb03;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  background-color: #ffcb6c4d;
  border: 1px #e7e7e7;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 200%;
}

.price-field-2 {
  cursor: pointer;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field-2:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field-2::placeholder {
  color: #61728375;
}

.progress-bubble {
  z-index: 2;
  color: #f7f7f7;
  text-align: center;
  background-color: #3a3636;
  border-radius: .8rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 600;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.progress-bubble.completed {
  z-index: 2;
  color: #f7f7f7;
  text-align: center;
  background-color: #0d1033;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
  position: relative;
}

.image-45 {
  border-radius: 25%;
  padding: 0% 5%;
}

.f-checkbox-button-field {
  text-align: center;
  background-color: #0d1033;
  border: 0 #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.1875rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps {
  width: 100%;
}

.sub-title-name {
  color: #667085;
  text-align: center;
  font-weight: 500;
}

.text-span-111 {
  font-weight: 600;
}

.text-span-108 {
  color: #ffcb03;
}

.f-form-radio-card-contain-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.f-form-radio-card-contain-2.vertical {
  flex-flow: column;
  width: 80%;
}

.line {
  background-color: #0d1033;
  width: 45%;
  height: 2px;
  position: absolute;
}

.line.verti {
  width: 2px;
  height: 45%;
  position: absolute;
}

.raport-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;
  padding: 11px 11px 11px 0;
  display: flex;
}

.raport-title-wrapper.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.raport-title-wrapper.grid.full {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 2.25fr;
  width: 100%;
  padding-right: 0;
}

.f-checkbox-button {
  cursor: pointer;
  border-color: #0f1162;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-checkbox-button:hover {
  background-color: #0205180d;
}

.f-checkbox-button.w--redirected-checked {
  background-color: #027a48;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .0625rem solid #0000;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.f-checkbox-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  border-radius: .0234375rem;
}

.f-checkbox-button.w--redirected-focus-visible {
  border-color: #0f1162;
  border-radius: .375rem;
}

.tabs-menu {
  margin-bottom: .5rem;
  display: flex;
  position: relative;
  left: .5rem;
  transform: translate(0);
}

.tabs-menu.sub {
  margin-bottom: 0;
}

.heading-66 {
  color: #0d1033;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
}

.link-3 {
  color: #0d1033;
}

.left-block {
  background-color: #fff;
  border-radius: 10px;
  width: 70%;
  padding: 3%;
}

.left-block.card {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.left-block.no-top {
  width: 60%;
  padding-top: 0%;
  padding-right: 0%;
}

.f-form-button-2 {
  color: #e50071;
  letter-spacing: .03125rem;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px #3620f7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 18px;
  font-size: .875rem;
  font-weight: 700;
}

.f-form-button-2.next {
  color: #f7f7f7;
  text-align: center;
  background-color: #ffcb03;
  border-color: #3620f714;
  width: 200px;
  font-size: 1rem;
  font-weight: 600;
}

.f-form-button-2.next.wycena {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.left-corner-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5% 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.gpa-form {
  width: 60%;
}

.brand-navbar-3 {
  width: 200px;
}

.brand-navbar-3.small {
  width: 100px;
}

.succes-wrapper {
  background-image: linear-gradient(#111e3bb3, #111e3bb3), url('../images/nieruchomosci-budynek.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.f-form-input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-form-input-wrapper.is---3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.reults-report-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 90%;
  margin-bottom: 10px;
  display: flex;
}

.gpa-input {
  width: 100%;
  height: 45px;
  margin-bottom: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.f-input-button-label {
  z-index: 2;
  max-width: 20ch;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.f-input-button-label.margin-left-8px {
  color: #fff;
  margin-left: .5rem;
  font-weight: 600;
}

.blur-span {
  filter: blur(2px);
  font-size: 17px;
}

.blur-span.big {
  filter: blur(4px);
  color: #0d1033;
  font-size: 30px;
}

.consultation-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.tool-icon {
  width: 22px;
  height: 22px;
}

.text-span-107 {
  color: #0d1033;
  font-size: 18px;
}

.f-success-message-2 {
  z-index: 1;
  color: #fff;
  background-color: #f3f7fa;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.report-value {
  color: #101828;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}

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

.report-name-field {
  color: #344054;
  text-align: left;
  width: 100%;
  font-size: 11px;
}

.heading-67 {
  color: #344054;
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
}

.tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  padding: 0;
  font-weight: 400;
  transition: color .4s;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
  align-items: flex-start;
}

.success-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 10rem 2rem 7.5rem 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000014;
}

.success-wrapper-2.success {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 15px 0;
  padding-top: .5rem;
  padding-bottom: 0;
}

.ms-radio-contents-3 {
  z-index: 2;
  color: #f7f7f7;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.ms-radio-contents-3.small {
  font-weight: 500;
}

.progress {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.right-block {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: 50%;
  height: 100%;
}

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

.left-footer-bottom-2 {
  grid-column-gap: 32px;
  display: flex;
}

.report-results {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  background-color: #3a3636;
  width: 150px;
  height: .5rem;
  transition: background-color .4s;
  position: absolute;
}

.progress-bar.hide {
  display: none;
}

.progress-bar.completed {
  background-color: #0d1033;
  position: absolute;
}

.f-form-section-2 {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-section {
  color: #4b4b4b;
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.header-section.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.field-report {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30px;
  padding: 5px 10px;
  display: grid;
}

.field {
  width: 150px;
  height: 45px;
}

.field._100 {
  width: 100%;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 90%;
  padding: 15px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-chat-text {
  color: #fff;
  font-size: .7rem;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.live-icon-chat {
  border-radius: 10px;
  width: 32px;
  height: 32px;
  margin-right: 0;
}

.whatsapp-block {
  z-index: 999999;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 15px auto;
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.nav-contact-number-copy {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--brand--primary);
  color: var(--neutral--white);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 0 1rem;
  text-decoration: none;
  display: flex;
}

.nav-contact-number-copy.show-tablet {
  display: none;
}

.nav-contact-number-copy.hide-tablet {
  background-color: var(--brand--primary);
  background-image: none;
  border-radius: 6px;
}

.nav-contact-number-copy.hide-tablet.left {
  border-radius: 6px;
  padding-left: 1rem;
}

.nav-contact-number-copy.hide-tablet.green {
  background-color: var(--brand--primary);
  padding-left: 1rem;
}

.paragraph-29 {
  margin-bottom: 0;
}

.arent-image {
  border: 10px solid #fff;
  border-radius: 40px;
  margin-bottom: 15px;
  box-shadow: 0 15px 30px #162d3a1a;
}

.code-embed-2 {
  position: absolute;
  inset: 5% 5% auto auto;
}

.text-block-40 {
  color: var(--brand--primary);
}

@media screen and (min-width: 1440px) {
  .style-guide-content-layout {
    grid-template-columns: 21.6875rem repeat(auto-fit, 52.5rem);
  }

  .client-main-block {
    display: flex;
  }

  .steps {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.75rem;
    line-height: 4.25rem;
  }

  h2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }

  h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h5 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .utility-page-content {
    width: 40rem;
  }

  .style-guide-menu {
    padding: 2rem 3rem;
    position: static;
  }

  .heading-style-h2 {
    padding-bottom: 0;
  }

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

  .text-size-regular {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }

  .text-size-regular.text-color-white-200.left {
    text-align: left;
  }

  .text-size-small {
    white-space: normal;
  }

  .button {
    font-size: .875rem;
  }

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

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

  .style-guide-content-layout {
    grid-template-columns: 1fr;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 5rem;
  }

  .utility-page-wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  ._404-component {
    max-width: none;
  }

  .nav-menu {
    background-color: var(--neutral--black-900);
    padding: 1.5rem;
  }

  .nav-link {
    margin-bottom: .5rem;
  }

  .nav-contact-number.show-tablet {
    background-color: var(--brand--primary);
    background-image: none;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .nav-contact-number.hide-tablet {
    display: none;
  }

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

  .header-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .header-left-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: none;
  }

  .header-right-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-top-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .service-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .why-us-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .why-us-top-content {
    flex-flow: column;
  }

  .why-us-left-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .why-us-card-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-card {
    padding-bottom: 3rem;
    bottom: -3.05rem;
    right: .85rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }

  .faq-top-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .cta-component {
    grid-column-gap: 3.3rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    max-width: none;
  }

  .cta-left-content {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .cta-right-content-wrapper {
    width: 100%;
  }

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

  .cta-benefit-list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 4.3rem;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }

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

  .contact-field-label {
    color: var(--neutral--black-800);
    font-weight: 500;
  }

  .nav-menu-line-wrapper {
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-button {
    color: var(--neutral--white);
    padding: 0;
  }

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

  .nav-menu-line {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-line.last {
    background-color: var(--neutral--white);
  }

  .nav-menu-line.top {
    background-color: var(--neutral--white-200);
    color: var(--neutral--white);
  }

  .nav-menu-line.middle {
    background-color: var(--neutral--white);
  }

  .wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .client {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .client-all-image-box {
    width: 100%;
    max-width: 250px;
  }

  .slide-nav {
    inset: auto 0% -9%;
  }

  .section-cta-2 {
    position: relative;
  }

  .cta-component-2 {
    background-position: 120%, -20%;
    padding: 3rem 1rem;
  }

  .f-form-steps-item.is---2 {
    width: 100%;
  }

  .f-steps-form-wrapper-2 {
    width: 80%;
  }

  .f-steps-form-wrapper-2.success {
    flex-flow: column;
    padding-top: 0;
  }

  .success-title {
    padding-top: 0;
  }

  .f-error-message {
    width: 100%;
  }

  .f-steps-content {
    max-width: 90ch;
  }

  .f-steps-wrap-2.right._40 {
    width: 100%;
  }

  .f-steps-wrap-2.card {
    padding-left: 0;
    padding-right: 0;
  }

  .report-title {
    line-height: 30px;
  }

  .left-block, .left-block.no-top {
    width: 100%;
  }

  .f-success-message-2 {
    height: auto;
  }

  .success-wrapper-2 {
    width: 80%;
  }

  .success-wrapper-2.success {
    flex-flow: column;
    padding-top: 3rem;
  }

  .right-block {
    width: 100%;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .nav-contact-number-copy.show-tablet {
    background-color: var(--brand--primary);
    background-image: none;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .nav-contact-number-copy.hide-tablet {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.25rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  h4 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  h5 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  h6 {
    font-size: 1.125rem;
    line-height: 1.4rem;
  }

  .utility-page-content {
    width: 33.1rem;
  }

  .style-guide-menu {
    padding: 1.5rem 2.5rem;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .button {
    margin-left: 0;
  }

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

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

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

  .utility-page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-contact-number.show-tablet {
    max-width: 260px;
  }

  .section-header {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .header-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .header-left-content {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
  }

  .service-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .why-us-card-content-wrapper {
    grid-template-columns: 1fr;
  }

  .why-us-card {
    max-width: none;
  }

  .testimonial-content-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .testimonial-image.desk {
    display: none;
    overflow: visible;
  }

  .testimonial-image.phone {
    display: block;
  }

  .testimonial-card {
    max-width: none;
    position: relative;
    bottom: 0;
    right: -.15rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .faq-question-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .wrapper {
    flex-flow: column;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .block-wrapper {
    width: 100%;
  }

  .features-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-right {
    width: 100%;
  }

  .features-left {
    width: 100%;
    padding-bottom: 50px;
  }

  .btn-phone-fix {
    z-index: 9000;
    display: block;
    bottom: 102px;
  }

  .button_call-2 {
    background-color: #393b6a;
  }

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

  .cta-component-2 {
    overflow: hidden;
  }

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

  .f-steps-form-wrapper-2 {
    width: 100%;
  }

  .f-steps-form-wrapper-2.success {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .f-form-steps-item-wrap-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-steps-wrap-2 {
    width: 100%;
  }

  .f-steps-wrap-2.card {
    flex-flow: column;
    padding: 0;
  }

  .heading-67 {
    font-size: 28px;
  }

  .success-wrapper-2 {
    width: 100%;
  }

  .success-wrapper-2.success {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .left-footer-bottom-2 {
    margin-bottom: 24px;
  }

  .progress-bar, .progress-bar.completed {
    width: 120px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .nav-contact-number-copy.show-tablet {
    max-width: 260px;
  }
}

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

  h2 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  h4 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .utility-page-content {
    width: 18rem;
  }

  .style-guide-menu {
    border-radius: .65rem;
    position: relative;
    top: 0;
  }

  .heading-style-h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .heading-style-h1 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }

  .text-size-regular {
    font-size: .85rem;
  }

  .text-size-small {
    font-size: .9rem;
  }

  .button {
    text-align: center;
    margin-left: 0;
    font-size: .875rem;
  }

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

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

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

  .padding-bottom.padding-large, .padding-bottom.padding-medium {
    padding-bottom: 2rem;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 4rem;
  }

  .utility-page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._404-component {
    padding: 5rem 1rem;
  }

  ._404-image {
    max-width: 35%;
  }

  .password-field {
    flex-flow: column;
  }

  .text-size-medium.text-color-black-500 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu {
    padding: 1rem;
  }

  .nav-link {
    margin-bottom: .4rem;
  }

  .section-header {
    padding-top: 9rem;
    padding-bottom: 2.5rem;
  }

  .header-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .header-left-content {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
  }

  .header-right-image-wrapper {
    height: auto;
  }

  .service-top-content {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .service-left-content-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .service-collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .service-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .process-component {
    grid-row-gap: 2rem;
  }

  .why-us-top-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .why-us-card-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .why-us-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-testimonial {
    height: auto;
  }

  .testimonial-image {
    display: block;
  }

  .testimonial-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 600px;
    padding: 6rem 1rem;
    bottom: 0;
  }

  .testimonial-top-content-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }

  .padding.padding-small {
    padding: 1rem;
  }

  .faq-list {
    grid-row-gap: 1rem;
  }

  .faq-question-wrapper {
    padding: 1rem;
  }

  .faq-icon-wrapper {
    display: flex;
  }

  .cta-component {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .cta-right-content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-grid {
    grid-column-gap: 2.2rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-bottom-content {
    flex-flow: column;
    display: flex;
  }

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

  .hero-form-wrapper {
    width: auto;
    height: auto;
  }

  .form-2 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .ms-radio-button-tab {
    padding-left: 8px;
    padding-right: 8px;
    font-size: .8rem;
  }

  .field-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
  }

  .field-block {
    width: 100%;
  }

  .wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .block-wrapper {
    order: -1;
  }

  .btn-txt {
    text-align: center;
    font-size: .8rem;
  }

  ._43-text-block-2 {
    font-size: 10px;
  }

  .client-all-image-box {
    max-width: 120px;
  }

  .stars-wrapper {
    top: 10%;
  }

  .slide-nav {
    bottom: -50%;
  }

  .section.pp {
    padding-top: 10rem;
  }

  .features-card-title {
    font-size: 1.2rem;
  }

  .features-card.third, .features-card.first, .features-card.fourth, .features-card.second {
    flex-flow: column;
    padding: 15px;
  }

  .paragraph-27 {
    font-size: 14px;
  }

  .features-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button_call-2 {
    background-color: var(--brand--secondary);
    width: 40px;
    height: 40px;
  }

  .btn-cta.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-2 {
    font-size: .9rem;
  }

  .cta-component-2 {
    background-image: url('../images/cta-1.svg');
    background-position: -20%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .icon-report {
    width: 30px;
    height: 30px;
  }

  .wrapper-report {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .f-steps-form-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-steps-form-wrapper-2.success {
    flex-flow: column;
    margin-top: 0;
    padding: 0 0 2rem;
  }

  .f-form-steps-item-wrap-3 {
    min-height: 0;
  }

  .f-form-steps-item-wrap-3.step {
    min-height: 80vh;
  }

  .blur-reults {
    display: block;
  }

  .f-form {
    padding-left: 0;
    padding-right: 0;
  }

  .f-steps-content {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .f-steps-content.starter {
    max-width: 100ch;
    padding-left: 2%;
    padding-right: 2%;
  }

  .text-block-39 {
    font-size: 10px;
    line-height: 16px;
  }

  .lega-text-2.small {
    width: 70%;
  }

  .section-txt {
    font-size: 18px;
  }

  .f-steps-wrap-2 {
    padding: 0 .5rem 1rem;
  }

  .f-steps-wrap-2.start {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .f-steps-wrap-2.right {
    justify-content: flex-end;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .f-steps-wrap-2.right._40 {
    height: auto;
    padding-top: 2rem;
  }

  .f-steps-wrap-2.card {
    grid-row-gap: 0rem;
    width: 100%;
    padding: 0;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .legal-link-2 {
    font-size: 11px;
  }

  .f-form-btn-2 {
    margin-bottom: 10px;
  }

  .text-span-112 {
    font-size: 15px;
  }

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

  .heading-header-3 {
    font-size: 1.65rem;
    line-height: 36px;
  }

  .report-title {
    font-size: 12px;
  }

  .tool-tip-txt {
    font-size: 10.5px;
    line-height: 15px;
  }

  .f-paragraph-3 {
    font-size: 14px;
    line-height: 1.5;
  }

  .step-text {
    font-size: 10px;
  }

  .step-text.completed {
    padding-right: 2px;
    font-size: 10px;
  }

  .ms-radio-card-3 {
    max-width: 270px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sub-title-name {
    font-size: 12px;
  }

  .f-form-radio-card-contain-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .f-form-radio-card-contain-2.vertical.long {
    width: 100%;
  }

  .raport-title-wrapper {
    width: 95%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .raport-title-wrapper.grid.full {
    margin-bottom: 0;
    padding-right: 0;
  }

  .tabs-menu, .tabs-menu.sub {
    left: 0;
  }

  .heading-66 {
    font-size: 1.6rem;
  }

  .left-block {
    padding-left: 1%;
    padding-right: 1%;
  }

  .left-block.card {
    padding-bottom: 0%;
    overflow: hidden;
  }

  .brand-navbar-3 {
    width: 100px;
  }

  .f-form-input-wrapper {
    flex-wrap: wrap;
  }

  .f-form-input-wrapper.is---3 {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .reults-report-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
  }

  .f-input-button-label.margin-left-8px {
    font-size: 12px;
  }

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

  .f-success-message-2 {
    padding: 10px 0;
  }

  .report-value {
    font-size: 11px;
  }

  .report-name-field {
    font-size: 10px;
  }

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

  .success-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .success-wrapper-2.success {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 97%;
    padding: 2rem .5rem;
  }

  .ms-radio-contents-3 {
    font-size: 16px;
  }

  .ms-radio-contents-3.small {
    font-size: 12px;
  }

  .left-footer-bottom-2 {
    grid-row-gap: 12px;
    flex-flow: row;
    align-items: center;
  }

  .report-results {
    height: auto;
    padding-bottom: 30px;
  }

  .progress-bar, .progress-bar.completed {
    width: 100px;
  }

  .header-section {
    font-size: 1.65rem;
    line-height: 36px;
  }

  .header-section.small {
    font-size: 16px;
  }

  .field-report {
    border-style: solid;
    border-width: 1.5px;
  }

  .live-chat-bottom-text.block {
    line-height: 1.2em;
  }

  .whatsapp-container {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 0;
  }

  .chat-block {
    width: 85%;
  }

  .whatsapp-chat {
    width: 90%;
    height: 40vh;
    position: relative;
  }

  .live-icon {
    top: 0;
    left: 0;
  }

  .whatsapp-block {
    z-index: 99999;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }
}

#w-node-d43c1a95-e782-72d5-204a-3434be14b0d6-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0d7-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0d8-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0d9-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0da-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0db-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0dc-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0dd-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0de-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0df-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0e0-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0e1-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0e3-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0e4-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0e5-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0e6-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0e7-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0e8-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0e9-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0ea-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0eb-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0ec-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0ed-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0ee-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0f0-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0f1-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0f2-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0f3-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0f4-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0f5-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0f6-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0f7-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0f8-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0f9-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0fa-be140a1d, #w-node-d43c1a95-e782-72d5-204a-3434be14b0fb-be140a1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c843add8-9fc6-cf72-0d5d-220fa1616f3f-be140a1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a9db3958-94ef-d3c1-0b9a-d9a51ed5d276-1ed5d267, #w-node-a9db3958-94ef-d3c1-0b9a-d9a51ed5d298-1ed5d267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4e8c82ba-13d2-9b85-5280-3f962ed8a5df-2ed8a5d9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c843add8-9fc6-cf72-0d5d-220fa1616f3f-be140a1d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_4e8c82ba-13d2-9b85-5280-3f962ed8a5df-2ed8a5d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


