@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tartuffo;
  src: url('../fonts/Tartuffo_Trial-Bold-BF643371dae156a.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---background: var(--white);
  --_theme---text: var(--dark);
  --_theme---button--background: var(--accent);
  --_theme---button--text: var(--white);
  --accent: #2d3ade;
  --white: white;
  --dark: #2b2937;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}

h1 {
  margin-top: .75rem;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 90%;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.u-button {
  background-color: var(--_theme---button--background);
  color: var(--_theme---button--text);
  border-radius: .625rem;
  flex: none;
  padding: 1rem 1.5rem .933333rem;
  font-weight: 500;
  transition: background-color .2s;
}

.u-button:hover {
  background-color: #f0f0f0;
}

.u-button.accent {
  background-color: var(--accent);
  color: var(--_theme---text);
  cursor: pointer;
  transition: background-color .2s;
}

.u-button.accent:hover {
  background-color: #1b26af;
}

.u-section {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--white);
  --_theme---text: var(--dark);
  --_theme---button--background: var(--accent);
  --_theme---button--text: var(--white);
  padding: 8rem 4rem;
  position: relative;
  overflow: hidden;
}

.u-section.hero {
  --_theme---background: var(--accent);
  --_theme---text: var(--white);
  --_theme---button--background: var(--white);
  --_theme---button--text: var(--accent);
  background-color: #0000;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u-section.accent-section {
  --_theme---background: var(--accent);
  --_theme---text: var(--white);
  --_theme---button--background: var(--white);
  --_theme---button--text: var(--accent);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u-section.kontakt {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.u-section.purchased {
  padding-top: 0;
  padding-bottom: 10rem;
}

.u-container {
  max-width: 80rem;
  height: 100%;
  position: relative;
}

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

.nav-link {
  padding: 1rem;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--accent);
}

.nav-phone_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.nav-phone {
  cursor: pointer;
  transition: color .2s;
}

.nav-phone:hover {
  color: var(--accent);
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  width: 100%;
  padding: 1rem 4rem;
  position: fixed;
}

.hero-bg-img_wrapper {
  z-index: -200;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-img {
  width: 100%;
  height: 100%;
}

.headline_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 29rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headline_wrapper.duzi {
  max-width: 42.3125rem;
}

.headline_wrapper.left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.headline_wrapper._3-step {
  max-width: 26rem;
  margin-bottom: 3.5rem;
}

.hero_wrapper {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_headline {
  color: var(--white);
  letter-spacing: -.02em;
  max-width: 43rem;
  display: none;
}

.bold-text {
  color: var(--accent);
  font-family: Tartuffo, Times New Roman, sans-serif;
}

.eyebrow_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .5px solid var(--white);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff1a;
  border-radius: .625rem;
  padding: .5rem;
  display: flex;
}

.cta_wrapper {
  max-width: 22rem;
}

.hero-headline_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45rem;
  display: flex;
}

.bold-text-2 {
  color: var(--accent);
  font-family: Tartuffo, Times New Roman, sans-serif;
}

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

.center-align.who-are-we-headline {
  text-align: left;
}

.process_wrapper {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.process_container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4.5rem 1rem;
  display: flex;
}

.icon {
  color: var(--accent);
  width: 2.5rem;
  height: 2.5rem;
}

.icon_wrapper {
  border: 1px solid var(--accent);
  border-radius: .9375rem;
  flex: none;
  padding: 1.25rem;
  display: inline-block;
}

.process_text {
  max-width: 20.4375rem;
}

.process_headline {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.divider {
  background-color: #2b293733;
  width: 1px;
}

.divider-horizontal {
  background-color: #2b293733;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.headline-accent {
  color: var(--accent);
  font-family: Tartuffo, Times New Roman, sans-serif;
}

.propery_text {
  max-width: 36ch;
}

.propery_text.center-align.longer-text {
  max-width: 70ch;
}

.plain_text {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
}

.plain_text.purchased {
  margin-top: 6rem;
}

.property_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.property_container {
  border-radius: 1rem;
  flex: none;
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
}

.property-img_wrapper {
  width: 100%;
  height: 100%;
}

.property-location_container {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffb3;
  padding: 1rem 1.25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.property-location {
  font-weight: 500;
}

.purchased_ribbon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  width: 200%;
  height: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: absolute;
  top: 30%;
  left: -35%;
  right: 0%;
  transform: rotate(-17deg);
}

.purchased-text {
  color: var(--accent);
  letter-spacing: .01em;
  text-transform: uppercase;
  font-family: Tartuffo, Times New Roman, sans-serif;
  font-size: 1.25rem;
  line-height: 100%;
}

.sell_wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.sell_paragraph {
  max-width: 36ch;
  margin-bottom: 0;
}

.sell_headline {
  max-width: 12ch;
}

.webuying {
  color: var(--_theme---button--background);
  cursor: pointer;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

.webuying:hover {
  color: #1b26b8;
}

.path-2, .path-3 {
  border: 1px solid var(--white);
  color: var(--_theme---button--background);
}

.path-4, .path-5, .path-6 {
  color: var(--accent);
}

.path-7, .path-8, .path-9, .path-10, .path-11 {
  color: var(--white);
}

.map {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.path-12 {
  color: var(--white);
}

.footer {
  color: var(--_theme---text);
  --_theme---background: var(--accent);
  --_theme---text: var(--white);
  --_theme---button--background: var(--white);
  --_theme---button--text: var(--accent);
  background-color: #050810;
  padding: 5.5rem 4rem 2.5rem;
  position: relative;
}

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

.footer_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer-logo_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-content_container {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
}

.footer-link {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: .875rem;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

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

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

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

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-paragraph {
  color: #ffffff80;
  max-width: 35ch;
  margin-bottom: 0;
}

.footer-info_wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-logo {
  height: 2rem;
}

.hero-bg-gradient--overlay {
  z-index: -100;
  background-image: linear-gradient(#0000, #000 90%);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.swiper-arrow_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 1rem;
  display: flex;
}

.slider-button-left {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #2d3ade33;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 40%;
}

.slider-button-left:active {
  background-color: #657cff;
}

.slider-button-right {
  text-align: center;
  cursor: pointer;
  background-color: #2d3ade33;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 60%;
}

.slider-button-right:active {
  background-color: #657cff;
}

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

.makrets-headline {
  max-width: 15ch;
}

.flex-2-column {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.who-are-we_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  max-width: 31.5625rem;
  display: flex;
}

.semi-bold {
  font-weight: 600;
}

.who-are-we-img_wrapper {
  width: 44.25rem;
  max-width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.who-are-we-img {
  width: 100%;
}

.average-rating_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_theme---text);
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: flex;
}

._5-star-svg {
  color: #f59e0b;
  flex: none;
  width: 7.5rem;
}

.our-approach_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.our-approach-paragraph_wrapper {
  flex: 1;
  display: flex;
  position: relative;
}

.our-approach-claims_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-left: 1px solid #2b293733;
  flex-flow: column;
  flex: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.our-approach-paragraph {
  font-size: 1.5rem;
  line-height: 130%;
}

.our-approach-accent-paragraph {
  color: var(--accent);
  text-align: right;
  max-width: 22ch;
  font-size: 1.25rem;
  font-weight: 600;
  position: absolute;
  inset: 2rem 0% auto auto;
}

.claim_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
}

.our-approach-headline_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 29rem;
  margin-top: auto;
  display: flex;
}

.our-approach-headline_wrapper.duzi {
  max-width: 42.3125rem;
}

.our-approach-headline_wrapper.left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.claim-icon_wrapper {
  border: 1px solid var(--_theme---button--background);
  border-radius: .9375rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.claim-icon-svg {
  color: var(--accent);
  width: 2.5rem;
}

.claim-paragraph_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.paragraph {
  max-width: 36ch;
}

.claim-paragraph {
  max-width: 36ch;
  margin-bottom: 0;
}

.horizontal-divider {
  background-color: #2b293733;
  width: 100%;
  height: 1px;
}

.full-width-line {
  background-color: #2b293733;
  width: 100vw;
  height: 1px;
  margin-left: -4rem;
}

.cities-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  display: grid;
}

.city_wrapper {
  border: 1px solid #2b293733;
  border-radius: 1rem;
  height: 14.375rem;
  position: relative;
  overflow: hidden;
}

.city-img_wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.city-info_wrapper {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffb3;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.city-img {
  width: 100%;
}

.contact_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 28.3rem;
  display: flex;
}

.form-block {
  flex: 1;
}

.form-item {
  background-color: #2d3ade1a;
  border-width: 1px;
  border-radius: 1.875rem;
  padding: 5rem;
}

.text-field {
  background-color: #fff0;
  border: 1px solid #2b29371a;
  border-radius: .625rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
}

.next-btn {
  background-color: var(--_theme---button--background);
  color: var(--_theme---button--text);
  text-align: center;
  border-radius: .625rem;
  flex: none;
  width: 100%;
  padding: 1rem 1.5rem;
  font-weight: 500;
}

.next-btn.accent {
  background-color: var(--accent);
  color: var(--_theme---text);
}

.step-ui {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.btn {
  background-color: var(--accent);
  color: var(--white);
  text-align: center;
  border-radius: .6rem;
  width: 100%;
  padding: 1rem 1.5rem;
}

.btn.back {
  color: var(--_theme---button--background);
  background-color: #0000;
  border: 1px solid #2d3ade;
}

.select-field {
  color: var(--_theme---text);
  background-color: #fff0;
  border: 1px solid #2b29371a;
  border-radius: .625rem;
}

.step-2_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 2.5rem;
  display: flex;
}

.form-final-paragraph {
  text-align: center;
  margin-bottom: 0;
}

.success-message {
  background-color: #2d3ade1a;
  border-radius: 1.875rem;
}

.testimonial_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.testimonial_container {
  border: 1px solid var(--_theme---text);
  border-radius: .9375rem;
  height: 17rem;
  padding: 1.5rem;
}

.testimonial_container.swiper-slide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.user-info_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.testimonial-name {
  font-weight: 600;
}

.user-img-info_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.user-img_wrapper {
  border-radius: 10rem;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}

.testimonial-paragraph {
  margin-top: auto;
}

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

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

.city-info-text_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.contact-paragraph_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 2.5rem;
  display: flex;
}

.about-us-headline {
  color: var(--white);
  letter-spacing: -.02em;
  max-width: 43rem;
  font-size: 4rem;
}

.contact-hero-headline_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45rem;
  display: flex;
}

.arrow_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: 3.5rem auto 1rem;
  display: flex;
  position: static;
}

.arrow_container {
  border-width: 1px;
  border-color: var(--_theme---text);
  background-color: #2d3ade33;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .35s;
  display: flex;
}

.arrow_container:hover {
  background-color: #2d3ade;
}

.arrow_container.left {
  transform: rotate(180deg);
}

.arrow {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.selling-to-ordex_wrapper {
  cursor: pointer;
  margin-top: 2rem;
}

.ordex-sale_wrapper {
  display: flex;
}

.ordex-sale_wrapper.ordex {
  background-color: var(--accent);
  color: var(--white);
  border-color: #2b2937;
}

.selling-cell {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  display: flex;
}

.selling-cell.main-ordex-sell {
  color: var(--white);
  background-color: #2b2937;
  font-weight: 600;
}

.selling-cell.bela {
  text-align: center;
  border-top: 1px solid #2b293733;
  border-right: 1px solid #2b293733;
}

.selling-cell.traditional-sale {
  background-color: #2b293726;
  font-weight: 400;
}

.selling-cell.accent-cell {
  border-right: 1px solid #fff3;
  font-weight: 500;
  transition: background-color .35s;
}

.selling-cell.accent-cell:hover {
  background-color: #414dee;
}

.mask {
  width: 33%;
  overflow: visible;
}

.slide {
  width: 25.6875rem;
  margin-right: 1.5rem;
}

.slider-we-purchased {
  background-color: #0000;
  height: auto;
  margin-top: 2rem;
}

.left-arrow {
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: auto 0% -5rem -3.5rem;
}

.slide-nav {
  display: none;
  inset: auto 0% -3rem;
}

.right-arrow {
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 3rem;
  height: 3rem;
  inset: auto 0% -5rem 3.5rem;
}

.svg {
  color: var(--white);
}

.plain-text-we-purchased {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
}

.bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-testimonial {
  background-color: #0000;
  height: auto;
  margin-top: 8rem;
}

.mask-testimonial {
  width: 40%;
  overflow: visible;
}

.trustco_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.trustco_container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.arrow-icon {
  width: 1.25rem;
}

.arrow-link_wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #ffffff80;
  border: .5px solid #050810;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .1rem;
  font-size: .875rem;
  transition: color .35s, border-color .35s;
  display: flex;
}

.arrow-link_wrapper:hover {
  border-bottom: .5px solid var(--white);
  color: #fff;
}

.trustco-headline {
  font-weight: 600;
}

.footer-logo-paragraph_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.property-img, .testimonial-user-img {
  width: 100%;
}

.google-icon {
  width: 2rem;
  margin-left: auto;
}

.path-13 {
  color: #f44336;
}

.path-14 {
  color: #ffc107;
}

.path-15 {
  color: #43a047;
}

.path-16 {
  color: #448aff;
}

.footer-basic-info_wrapper {
  justify-content: space-between;
  display: flex;
}

.hero-headline-word {
  margin-right: .5rem;
  display: inline-block;
}

.hero-headline-animation-word {
  margin-top: 0;
  display: inline-block;
}

.animation_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 5.5rem;
  margin-top: .75rem;
  display: flex;
  overflow: hidden;
}

.hero-animation {
  display: inline-block;
}

.flex-2-contact {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-paragraph_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .hero-bg-gradient--overlay {
    background-image: linear-gradient(#0000, #000);
    height: 100%;
  }

  .who-are-we-img_wrapper {
    width: 45%;
  }

  .our-approach-claims_wrapper {
    border-left: 1px solid #2b293733;
  }

  .mask, .mask-testimonial {
    overflow: visible;
  }

  .property-img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .u-section, .u-section.hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr .25fr;
    position: relative;
  }

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

  .navbar {
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .headline_wrapper._3-step {
    margin-bottom: 2rem;
  }

  .hero_wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero_headline {
    max-width: 35rem;
    margin-top: .5rem;
    font-size: 4.5rem;
  }

  .cta_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 80%;
  }

  .center-align.our-approach {
    text-align: left;
  }

  .process_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .process_container {
    border-bottom-width: 1px;
    border-bottom-color: var(--_theme---text);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .process_headline.center-align {
    margin-top: 1rem;
    margin-bottom: .5rem;
  }

  .plain_text {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .sell_wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sell_paragraph {
    margin-bottom: 2rem;
  }

  .sell_headline {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .container {
    max-width: 728px;
  }

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

  .footer-logo_wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content_wrapper {
    grid-column-gap: 60px;
    justify-content: space-between;
  }

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

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

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

  .hero-bg-gradient--overlay {
    height: 100%;
  }

  .slider-button-left:hover, .slider-button-right:hover {
    background-position: 50%;
  }

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

  .who-are-we_wrapper {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    width: 100%;
    max-width: 100%;
  }

  .who-are-we-img_wrapper {
    border-radius: .9375rem;
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
    position: static;
    overflow: hidden;
  }

  .our-approach_wrapper {
    flex-flow: column;
  }

  .our-approach-claims_wrapper {
    border-left-style: none;
  }

  .our-approach-paragraph {
    font-size: 1.25rem;
  }

  .our-approach-accent-paragraph {
    text-align: left;
    max-width: 25ch;
    margin-bottom: 0;
    inset: auto auto 0% 0%;
  }

  .our-approach-headline_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: row;
    max-width: 100%;
    margin-bottom: 4rem;
  }

  .full-width-line {
    margin-left: -2rem;
    display: none;
  }

  .contact_wrapper {
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--accent);
  }

  .contact-headline, .contact-pargraph {
    text-align: center;
  }

  .nav-menu {
    background-color: var(--white);
    width: 100%;
    inset: 120% 0% 0% auto;
  }

  .about-us-headline {
    max-width: 100%;
    margin-top: .5rem;
    font-size: 4rem;
  }

  .contact-hero-headline_wrapper {
    margin-bottom: 2rem;
  }

  .mask {
    width: 52%;
    overflow: visible;
  }

  .slide {
    margin-right: 1.5rem;
  }

  .slider-we-purchased {
    background-color: #0000;
    height: auto;
  }

  .left-arrow {
    display: inline-block;
  }

  .slide-nav {
    color: var(--dark);
    inset: auto 0% -3rem;
  }

  .plain-text-we-purchased {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .slider-testimonial {
    background-color: #0000;
    height: auto;
  }

  .mask-testimonial {
    width: 52%;
    overflow: visible;
  }

  .hero-headline-word, .hero-headline-animation-word {
    font-size: 4.5rem;
  }

  .animation_wrapper {
    height: 4.5rem;
  }

  .flex-2-contact {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-paragraph_wrapper {
    margin-top: .5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-section.kontakt {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .hero_headline {
    font-size: 4rem;
  }

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

  .center-align.we-purchased {
    font-size: 2.5rem;
  }

  .center-align.who-are-we {
    text-align: left;
  }

  .icon_wrapper {
    padding: 1rem;
  }

  .plain_text, .sell_paragraph {
    max-width: 100%;
  }

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

  .footer_wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .footer-logo_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .footer-content_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    place-items: start;
    width: 100%;
    margin-top: 2.5rem;
  }

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

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

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

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

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

  .footer-copyright-center {
    order: -9999;
  }

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

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

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

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

  .footer-info_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .slider-button-left, .slider-button-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .hero-paragraph.mobile-disabled {
    display: none;
  }

  .makrets-headline.center-align {
    font-size: 2.5rem;
  }

  .flex-2-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .our-approach-headline_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

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

  .about-us-headline {
    font-size: 3rem;
  }

  .selling-to-ordex_wrapper {
    flex-flow: row;
    display: flex;
  }

  .ordex-sale_wrapper {
    flex-flow: column;
    flex: 1;
  }

  .selling-cell.bela {
    border-bottom: 1px solid #2b293733;
    border-left: 1px solid #2b293733;
    border-right-style: none;
  }

  .selling-cell.accent-cell {
    border-bottom: 1px solid #fff3;
    border-right-style: none;
  }

  .mask {
    width: 90%;
  }

  .plain-text-we-purchased {
    max-width: 100%;
  }

  .image {
    width: 100%;
  }

  .mask-testimonial {
    width: 90%;
  }

  .trustco_wrapper {
    flex-flow: column;
  }

  .footer-basic-info_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-headline-word, .hero-headline-animation-word {
    font-size: 4rem;
  }

  .animation_wrapper {
    height: 4rem;
  }

  .flex-2-contact {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .u-button.accent {
    text-align: center;
    width: 100%;
  }

  .u-section {
    padding: 5rem 1rem;
  }

  .u-section.hero {
    height: 90vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .u-section.kontakt {
    padding: 8rem 1rem;
  }

  .u-container {
    max-width: 100vw;
  }

  .nav-phone {
    font-size: .9rem;
  }

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

  .hero_headline {
    font-size: 3.7rem;
  }

  .eyebrow_wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #fff0;
    border-style: none;
    flex-flow: column;
    width: 100%;
    margin-bottom: .5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cta_wrapper {
    width: 100%;
    max-width: 100%;
  }

  .center-align._3-step, .center-align.who-are-we {
    font-size: 2rem;
  }

  .center-align.testimonial-headline {
    max-width: 13ch;
  }

  .icon_wrapper {
    padding: .8rem;
  }

  .process_headline {
    max-width: 12ch;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .property_container {
    height: 16rem;
  }

  .property-location_container {
    padding: 1rem .5rem;
  }

  .sell_wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sell_headline {
    font-size: 2rem;
  }

  .container {
    max-width: none;
  }

  .footer_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer-logo_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .footer-content_wrapper {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-copyright-center {
    text-align: left;
  }

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

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

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

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

  .hero-paragraph {
    max-width: 100%;
  }

  .makrets-headline.center-align {
    font-size: 2rem;
  }

  .flex-2-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .our-approach_wrapper {
    flex-flow: column;
  }

  .our-approach-paragraph {
    font-size: 1rem;
  }

  .claim_wrapper {
    margin-left: 0;
  }

  .claim-icon_wrapper {
    flex: none;
    width: 4rem;
    height: 4rem;
  }

  .claim-icon-svg {
    width: 2rem;
  }

  .full-width-line {
    margin-left: -1rem;
  }

  .cities-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .contact_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-block {
    width: 100%;
  }

  .form-item {
    padding: 2rem;
  }

  .next-btn.accent {
    text-align: center;
    width: 100%;
  }

  .step-ui {
    margin-top: .5rem;
  }

  .menu-button {
    margin-left: .5rem;
    padding: .5rem;
  }

  .contact-headline {
    font-size: 2rem;
  }

  .contact-pargraph {
    max-width: 100%;
  }

  .brand {
    height: 1.9rem;
  }

  .nav-menu {
    height: 160px;
  }

  .testimonial_container.swiper-slide {
    padding: 1rem;
  }

  .eyebrow-dot {
    display: none;
  }

  .text-block-2 {
    font-size: .8rem;
  }

  .selling-cell {
    font-size: .9375rem;
  }

  .mask {
    width: 95%;
  }

  .slide {
    width: 100%;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .slider-we-purchased {
    margin-top: 6rem;
  }

  .u-headline-3 {
    font-size: 1.2rem;
  }

  .mask-testimonial {
    width: 95%;
  }

  .hero-headline-word {
    margin-top: -.5rem;
    font-size: 3.7rem;
    line-height: 90%;
  }

  .hero-headline-animation-word {
    font-size: 3.7rem;
  }

  .animation_wrapper {
    height: 3.7rem;
    margin-top: -.1rem;
  }

  .flex-2-contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-paragraph_wrapper {
    margin-top: 1rem;
  }
}

#w-node-f80110ea-3c04-dbcc-10cc-41f1b85c6eb6-6fa35ec0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-d7a90c3a-8457-4252-14d5-57e9dfeedad9-dfeedad6, #w-node-d7a90c3a-8457-4252-14d5-57e9dfeedadd-dfeedad6, #w-node-d7a90c3a-8457-4252-14d5-57e9dfeedade-dfeedad6, #w-node-d7a90c3a-8457-4252-14d5-57e9dfeedae7-dfeedad6, #w-node-d7a90c3a-8457-4252-14d5-57e9dfeedaf6-dfeedad6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc62c5e-12b8-8ab2-2fe0-3adb7f589a66-7f589a63 {
  align-self: center;
}

#w-node-_6bc62c5e-12b8-8ab2-2fe0-3adb7f589a68-7f589a63 {
  justify-self: center;
}

#w-node-_6bc62c5e-12b8-8ab2-2fe0-3adb7f589a6f-7f589a63 {
  place-self: center end;
}

#w-node-c5c3f44d-b5fc-7724-889a-64a843ca41aa-736e91a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_6bc62c5e-12b8-8ab2-2fe0-3adb7f589a7a-7f589a63 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d7a90c3a-8457-4252-14d5-57e9dfeedadd-dfeedad6 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tartuffo';
  src: url('../fonts/Tartuffo_Trial-Bold-BF643371dae156a.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}