:root {
  --brand-black: #181818;
  --white: #fff;
  --tertiary-blue: #b5c1f6;
  --light-blue: #fafcff;
  --gray: #7e7e7e;
  --quaternary-blue: #d9dffd;
  --secondary-blue: #8d9ff2;
  --ligh-purple\<deleted\|variable-2ce1f8a9-a7ca-3dcc-bce9-6174dcb2f730\>: #fff;
  --dark-blue: #6079ee;
  --light-red: #ffdddf;
  --red: #da4450;
  --light-green: #b8ecc7;
  --green: #159646;
  --light-purple: #e7dcff;
  --purple: #7840ff;
  --five-blue: #e9edff;
  --light-gray: #f1f1f1;
  --main-blue: #2b52e9;
  --intro-padding-x: 0em;
  --intro-padding-top: 0em;
  --intro-padding-bottom: 0em;
  --hero-radius: 0em;
}

.navbar {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #0000;
  border-top-left-radius: 1em;
  border-top-right-radius: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: grid;
  position: absolute;
  top: 2em;
  left: 7em;
  right: 7em;
}

.body {
  grid-column-gap: 2.9em;
  grid-row-gap: 2.9em;
  margin: 0;
  padding: 0;
  display: flex;
}

.logo {
  color: var(--brand-black);
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.logo.w--current {
  width: 28vw;
  padding-right: 0;
}

.menu-items {
  color: var(--brand-black);
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.menu-item-container {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  justify-content: center;
  display: flex;
}

.small-filled-button {
  background-color: var(--brand-black);
  border-radius: 5em;
  justify-content: center;
  align-items: center;
  padding: 11px 20px 10px;
  text-decoration: none;
  display: flex;
}

.small-outline-button {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--brand-black);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--brand-black);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--brand-black);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--brand-black);
  color: var(--brand-black);
  white-space: nowrap;
  word-break: keep-all;
  background-color: #0000;
  border-radius: 5em;
  padding: 11px 20px 10px;
}

.navbar-button-container {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  flex-flow: row;
  justify-content: flex-end;
  width: 28vw;
  display: flex;
}

.hero {
  background-color: #0000;
  background-image: url('../images/blue-bg6.jpg');
  background-size: cover;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 1em 2em 0;
  display: flex;
  overflow: hidden;
}

.site {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0000;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 70%;
  height: auto;
  min-height: auto;
  padding: 3em 2em 2em;
  display: flex;
  overflow: hidden;
}

.h1 {
  color: var(--brand-black);
  text-align: center;
  text-transform: uppercase;
  width: 85%;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  line-height: 100%;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.h4 {
  color: var(--brand-black);
  text-align: center;
  white-space: normal;
  word-break: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 100%;
}

.input-field {
  background-color: var(--white);
  box-shadow: 0 0 3px 0 var(--tertiary-blue);
  border-radius: 200em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: .5em 1em;
  display: flex;
}

.adress-input-field-icon-text-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-6 {
  color: var(--light-blue);
  white-space: nowrap;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.icon {
  width: 35px;
  height: 100%;
}

.services {
  z-index: 0;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding: 7em 7em 2em;
  display: flex;
  position: relative;
}

.service-card-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph {
  color: var(--gray);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.service-card {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #fff;
  border-radius: 1.5em;
  flex-flow: column;
  height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 8px #0003;
}

.service-card-img-container {
  background-color: var(--white);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 22vh;
  margin-top: 0;
  padding: 1em;
  display: flex;
}

.h2 {
  color: var(--brand-black);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 83px;
  font-weight: 700;
  line-height: 100%;
}

.services-title-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.big-outline-button {
  border: 2px solid var(--quaternary-blue);
  background-color: #0000;
  border-radius: 200em;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 1em;
  padding: 2.5em 2em;
  display: flex;
}

.big-outline-button-text {
  color: var(--brand-black);
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 100%;
}

.intro {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  min-height: 100vh;
  padding: 7em 7em 2em;
  display: flex;
}

.latest-news {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 2em 7em;
  display: flex;
  overflow: visible;
}

.section-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.news-container {
  border-radius: 1.5em;
  flex-flow: row;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px #869dff7a;
}

.news-img {
  background-color: var(--tertiary-blue);
  background-image: url('../images/property-news.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.news-information {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--light-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
}

.image-2 {
  width: 80px;
}

.news-date {
  color: var(--secondary-blue);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-card-container {
  box-sizing: content-box;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  width: 80%;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.h5 {
  color: #181818;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.service-card-h5-container {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.service-card-paragraph-container {
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

.target-audience {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding: 2em 12em;
  display: flex;
}

.audience-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  width: 80%;
  display: flex;
}

.audience-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border: 0 #d8d8d8;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 0 2em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px #869dff;
}

.div-block {
  background-color: #cfd9ff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 7vw;
  min-width: 7vw;
  height: 7vw;
  min-height: 7vh;
  display: flex;
}

.audience-card-description-title {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.audience-service-buble {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--brand-black);
  background-color: #0000;
  border-radius: 400em;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding: 0;
  font-family: Montserrat, sans-serif;
  line-height: 100px;
  display: flex;
}

.audience-service-buble-description {
  margin-bottom: 0;
  line-height: 100%;
}

.audience-card-description {
  color: var(--secondary-blue);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.image-3 {
  max-width: none;
  height: 100%;
  max-height: 100%;
}

.audience-card-title {
  word-break: normal;
  justify-content: center;
  align-items: center;
  display: flex;
}

.audience-card-description-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.audience-service-buble-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.audience-content-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #f0f3ff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
}

.faq {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding: 2em 7em;
  display: flex;
}

.question-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--quaternary-blue);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--quaternary-blue);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--quaternary-blue);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--quaternary-blue);
  cursor: pointer;
  background-color: #0000;
  border-radius: 1.5em;
  flex-flow: column;
  align-items: center;
  width: 80%;
  padding: 2em;
  display: flex;
}

.question-card-title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-4 {
  max-width: none;
  height: 3vh;
  transform: rotate(90deg);
}

.question-card-paragraph {
  color: var(--gray);
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 130%;
  display: none;
}

.question-card-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 4em 7em 5em;
  display: flex;
}

.bigger-outline-button {
  border: 2px solid var(--quaternary-blue);
  border-radius: 200em;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 2em;
  padding: 6em 2em;
  display: flex;
}

.bigger-outline-button-text {
  color: var(--brand-black);
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.footer {
  height: 30vh;
}

.line {
  background-color: var(--secondary-blue);
  width: 100%;
  height: .2vh;
}

.all-rights-reserved {
  font-family: Montserrat, sans-serif;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--quaternary-blue);
  background-image: url('../images/blue-bg6.jpg');
  background-position: 50%;
  background-size: auto;
  border-top-left-radius: 1em;
  border-top-right-radius: 1.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 4em 2em 2em;
  display: flex;
}

.navbar-in-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-up-button {
  background-color: var(--brand-black);
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  display: flex;
}

.logo-in-footer {
  color: var(--brand-black);
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.hamburger-icon {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 3vh;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: none;
}

.text-field {
  color: var(--brand-black);
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding: .5em;
  font-family: Montserrat, sans-serif;
  line-height: 100%;
}

.valuation-form {
  width: 100%;
  margin-bottom: 0;
}

.text-span {
  color: var(--gray);
  width: 100%;
}

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

.all-rights-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.latest-news-paragraph {
  justify-content: center;
  width: 70%;
  display: flex;
}

.text-span-5 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 80%;
}

.hero-card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: static;
  inset: 0 0% 0%;
}

.hero-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 30vh;
  display: flex;
  overflow: hidden;
}

.location-card, .orientation-card {
  padding-top: 4em;
}

.trends-card {
  padding-top: 2em;
}

.market-share-card {
  padding-top: 0;
}

.type-card {
  padding-top: 2em;
}

.text-span-7 {
  color: var(--brand-black);
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 7em;
  padding-right: 7em;
}

.multi-step-form-radio-trigger---brix {
  color: #170f49;
  border: 2px solid #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 6px 2px #13124212;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.body-2 {
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  display: block;
}

.form-item {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--ligh-purple\<deleted\|variable-2ce1f8a9-a7ca-3dcc-bce9-6174dcb2f730\>);
  border-radius: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2em 4em;
  display: grid;
}

.step-ui {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 2em 4em;
  display: flex;
}

.form {
  border-radius: 1.5em;
  width: 100%;
  box-shadow: 0 0 5px #0003;
}

.form-block {
  width: 70%;
}

.form-btn-style {
  color: var(--dark-blue);
  padding: 11px 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

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

.form-content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-indicator {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.page-indicator-number-container {
  background-color: var(--white);
  border: 2px solid #e0e0e0;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: auto;
  height: 30px;
  min-height: auto;
  display: flex;
}

.page-indicator-number {
  color: #e0e0e0;
  font-weight: 700;
}

.page-indicator-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.page-indicator-line {
  background-color: #e0e0e0;
  border-radius: 100em;
  width: 30%;
  height: .5em;
}

.h6 {
  color: var(--brand-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.property-details {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-fields-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-fields {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-fields-input {
  color: var(--brand-black);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 100%;
}

.property-details-title {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  align-items: center;
  padding-left: 1em;
  display: flex;
}

.property-details-icon {
  width: 29px;
  height: 100%;
}

.location-text {
  color: var(--brand-black);
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
}

.form-dropdown {
  color: var(--brand-black);
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.form-input-field-dropdown-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-details-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-bg {
  z-index: -1;
  background-image: url('../images/blue-bg6.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.5em;
  width: 100%;
  height: 70vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: 0%;
}

.form-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: -45em;
  padding: 8em 2em;
  display: flex;
  overflow: visible;
}

.text-span-9 {
  color: var(--light-blue);
  font-size: 40px;
}

.small-outline-back-btn, .small-outline-next-btn {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--dark-blue);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--dark-blue);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--dark-blue);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--dark-blue);
  color: var(--dark-blue);
  white-space: nowrap;
  word-break: keep-all;
  background-color: #0000;
  border-radius: 5em;
  width: auto;
  padding: 0 1em;
  text-decoration: none;
  display: flex;
}

.form-button-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  border-radius: 0;
  padding-top: 7em;
  padding-left: 7em;
  padding-right: 7em;
}

.div-block-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.5em 1.5em;
  display: flex;
}

.service-card-image {
  background-color: var(--white);
  background-image: url('../images/price-prediction.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.service-card-image2 {
  background-color: var(--white);
  background-image: url('../images/trend-analysis.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.service-card-image3 {
  background-color: var(--white);
  background-image: url('../images/price-impact-analysis.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.service-card-image4 {
  background-color: var(--white);
  background-image: url('../images/location-avaluation.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.service-card-image5 {
  background-color: var(--white);
  background-image: url('../images/optimal-apartment-mix.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.service-card-image6 {
  background-color: var(--white);
  background-image: url('../images/automated-repricing.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.image-5 {
  max-width: 85%;
}

.audience-title-description-container {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.audience-card-description-container2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.text-span-10 {
  color: #5f79ea;
  font-size: 13px;
  font-weight: 500;
}

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

.hero-adress-input-field {
  background-color: var(--light-blue);
  border-radius: 200em;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-top: 0;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.hero-adress-input-field-icon-text-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  width: 90%;
  display: flex;
}

.hero-icon {
  width: 35px;
  height: 100%;
}

.hero-valuation-form {
  width: 100%;
  margin-bottom: 0;
}

.hero-text-field {
  color: var(--brand-black);
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding: .5em;
  font-family: Montserrat, sans-serif;
  line-height: 100%;
}

.news-img-2 {
  background-color: var(--tertiary-blue);
  background-image: url('../images/property-mews-2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.paragraph-news {
  color: var(--gray);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.adress-input-field {
  background-color: var(--white);
  border-radius: 200em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 1em;
  display: flex;
  box-shadow: 0 0 3px #0003;
}

.image-6, .image-7 {
  width: 10px;
  max-width: none;
}

.big-outline-button-submit {
  background-color: var(--dark-blue);
  color: var(--white);
  border: 0 #000;
  border-radius: 20em;
  width: 25vw;
  height: auto;
  margin-top: 1em;
  padding: 1em;
  font-size: 31px;
  font-weight: 700;
}

.text-span-11 {
  color: var(--brand-black);
  font-size: 40px;
}

.prediction-report-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #0000;
  border-radius: 1.5em;
  flex-flow: column;
  width: 100%;
  min-height: 100vh;
  max-height: none;
  padding: 0;
  display: flex;
  position: relative;
}

.prediction-report-title-price {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  height: 20vh;
  display: flex;
}

.prediction-report-img {
  background-color: var(--white);
  background-image: url('../images/maps_picture.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 #fff;
  border-radius: 1.5em;
  width: 30%;
  height: 20vh;
  box-shadow: 0 0 5px #0003;
}

.prediction-report-title {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.prediction-report-price {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  color: var(--brand-black);
  text-align: left;
  white-space: nowrap;
  flex-flow: row;
  justify-content: center;
  font-size: 35px;
  font-weight: 900;
  display: flex;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.prediction-report-title-buble {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  background-color: var(--white);
  border-radius: 100em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 1em 1.5em .8em;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.prediction-report-title-and-img-container {
  align-items: center;
  width: 70%;
  height: 20vh;
  padding: 0;
  display: flex;
}

.prediction-report-buble-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.prediction-paragraph {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.heading-8 {
  color: var(--brand-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.prediction-report-first-row {
  width: 100%;
  padding: 2em 2em 1em;
  display: flex;
  position: relative;
}

.preice-predicction-data-bubble {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--white);
  border-radius: 100em;
  align-items: center;
  width: auto;
  padding: .5em 1em;
  display: flex;
  box-shadow: 0 0 3px #0000001a;
}

.prediction-price-property-details-icon {
  width: 29px;
  height: 100%;
}

.price-prediction-data-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #ffffff57;
  border-radius: 1.5em;
  flex-flow: column;
  margin: 0 2em;
  padding: 2em;
  display: flex;
  position: relative;
}

.price-prediction-three-price {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0000;
  border-radius: 1.5em;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 2em;
  display: grid;
  position: relative;
}

.price-prediction-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border-radius: 1.5em;
  flex-flow: column;
  align-items: center;
  padding: 2em 1em 2em 2em;
  display: flex;
  overflow: visible;
  box-shadow: 0 0 5px #0003;
}

.predict-price-card-icon {
  background-color: var(--light-red);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 5vw;
  min-width: 5vw;
  height: 5vw;
  min-height: 5vw;
  display: flex;
}

.price-prediction-paragraph {
  color: var(--gray);
  text-transform: none;
  font-size: 16px;
}

.preice-predicction-card-bubble {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--light-red);
  border-radius: 100em;
  align-items: center;
  width: auto;
  padding: .5em 1em;
  display: flex;
  box-shadow: 0 0 3px #0000001a;
}

.price-prediction-card-percent {
  color: var(--red);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.preice-predicction-card-bubble-optimal {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--light-green);
  border-radius: 100em;
  align-items: center;
  width: auto;
  padding: .5em 1em;
  display: flex;
  box-shadow: 0 0 3px #0000001a;
}

.price-prediction-card-percent-optimal {
  color: var(--green);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.predict-price-card-icon-optimal {
  background-color: var(--light-green);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 5vw;
  min-width: 5vw;
  height: 5vw;
  min-height: 5vw;
  display: flex;
}

.predict-price-card-icon-max {
  background-color: var(--light-purple);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 5vw;
  min-width: 5vw;
  height: 5vw;
  min-height: 5vw;
  display: flex;
}

.preice-predicction-card-bubble-max {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--light-purple);
  border-radius: 100em;
  align-items: center;
  width: auto;
  padding: .5em 1em;
  display: flex;
  box-shadow: 0 0 3px #0000001a;
}

.price-prediction-card-percent-max {
  color: var(--purple);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.price-prediction-map-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  padding: 0 2em;
  display: flex;
  position: relative;
}

.price-prediction-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.preice-predicction-map-information {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  border-radius: 100em;
  align-items: center;
  width: auto;
  padding: .2em 1em;
  display: flex;
  box-shadow: 0 0 3px #0000001a;
}

.text-span-15 {
  color: var(--gray);
  font-weight: 500;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.price-prediction-map {
  background-image: url('../images/Maps.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.5em;
  width: 100%;
  height: 50vh;
  box-shadow: 0 0 5px #0003;
}

.prediction-report-bg {
  z-index: 0;
  background-image: url('../images/light-blue.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.5em;
  width: 100%;
  height: 80vh;
  min-height: auto;
  max-height: none;
  position: absolute;
  left: auto;
  right: auto;
}

.bubble-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  display: flex;
}

.price-prediction-graph-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding-left: 2em;
  padding-right: 2em;
  display: grid;
}

.price-prediction-graph-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 1.5em;
  flex-flow: column;
  margin-top: 1em;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border-radius: 1.5em;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 1em;
  display: flex;
}

.graph-line {
  background-color: #e7e7e7;
  width: 100%;
  height: .2vh;
}

.div-block-5 {
  width: auto;
  height: auto;
}

.graph-card-paragraph {
  color: var(--gray);
}

.text-span-16 {
  font-weight: 700;
}

.extended-report-pdf {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 40vh;
  padding-left: 7em;
  padding-right: 7em;
  display: grid;
}

.extended-report-input-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.extended-report-img {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 0;
  display: flex;
}

.extended-report-form-input {
  background-color: var(--white);
  border-radius: 100em;
  align-items: center;
  width: 100%;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-field-3 {
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
}

.extened-report-input-field-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.form-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.extended-prediction-heading {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
}

.extended-report-form-button {
  background-color: var(--brand-black);
  color: #fff;
  border-radius: 100em;
  padding: 11px 20px 10px;
  font-size: 16px;
  font-weight: 700;
}

.price-label-conainer, .prediction-analysis-price-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.price-analysis-card-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-item-link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-flow: column;
  height: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.menu-item-link-block-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: column;
  height: 20px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.menu-items-hover {
  color: var(--brand-black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.audience-icon {
  max-width: 40%;
}

.preice-prediction-card-time-container {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  display: flex;
}

.form-icon {
  width: 40px;
  height: 100%;
}

.create-account-button {
  background-color: var(--brand-black);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 200em;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 11px 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.log-in-out-button {
  color: var(--brand-black);
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 200em;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 11px 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.page-indicator-number-container-active {
  border: 2px solid var(--dark-blue);
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: auto;
  height: 30px;
  min-height: auto;
  display: flex;
}

.page-indicator-number-active {
  color: var(--dark-blue);
  font-weight: 700;
}

.page-indicator-number-container-completed {
  background-color: var(--dark-blue);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: auto;
  height: 30px;
  min-height: auto;
  display: flex;
}

.page-indicator-number-completed {
  color: var(--white);
  font-weight: 700;
}

.page-indicator-line-completed {
  background-color: var(--dark-blue);
  border-radius: 100em;
  width: 30%;
  height: .5em;
}

.menu-item-wrapper {
  background-color: #0000;
  flex-flow: row;
  height: auto;
  min-height: 25px;
  display: flex;
}

.menu-items-bold {
  color: var(--brand-black);
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.create-account-form-container {
  width: 100%;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

.form-create-account {
  background-color: var(--white);
  border-radius: 1.5em;
  width: 100%;
  padding: 2em 4em;
  box-shadow: 0 0 5px #0003;
}

.section {
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.create-account {
  background-color: var(--five-blue);
  width: 100%;
  min-height: 100vh;
  padding: 2em;
  display: flex;
}

.create-account-img {
  width: 50%;
  padding: 0 2em 0 0;
  display: flex;
}

.create-accoung-form-container {
  background-color: var(--white);
  border-radius: 1.5em;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6 {
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2em;
  padding-right: 1em;
  display: flex;
}

.create-account-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.form-block-2 {
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.heading13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
}

.form-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.create-account-form-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.create-account-form-item-title {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  align-items: center;
  padding-left: 1em;
  display: flex;
}

.create-account-form-input-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.create-accout-input-field {
  background-color: var(--white);
  box-shadow: 0 0 3px 0 var(--gray);
  border-radius: 200em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: .5em 1em;
  display: flex;
  position: relative;
}

.list {
  z-index: 3;
  background-color: var(--light-gray);
  box-shadow: 0 0 3px 0 var(--gray);
  color: var(--gray);
  border-radius: 1.5em;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 1em 1em 1em 2em;
  font-size: 12px;
  display: none;
  position: absolute;
  inset: 8em 0% auto auto;
}

.image-8 {
  height: 70%;
}

.create-account-cancel-button-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  padding-top: 2em;
  padding-right: 2em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.create-account-cancel-btn {
  border: 2px none var(--gray);
  background-color: var(--white);
  color: var(--gray);
  text-align: center;
  white-space: nowrap;
  border-radius: 200em;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 11px 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.create-account-cancel-btn:hover {
  background-color: var(--light-gray);
  color: var(--gray);
}

.text-span-17 {
  font-weight: 400;
}

.create-account-submit-btn {
  border: 2px none var(--quaternary-blue);
  background-color: var(--tertiary-blue);
  text-align: center;
  border-radius: 200em;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 1em;
  padding: 1em 2em;
  font-size: 31px;
  font-weight: 700;
  display: block;
  overflow: visible;
}

.create-account-submit-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  display: flex;
}

.submit-button {
  background-color: var(--secondary-blue);
  border-radius: 200em;
  padding: 1em 2em;
  font-size: 31px;
  font-weight: 700;
}

.forgotten-password {
  color: var(--secondary-blue);
  text-align: right;
  text-transform: none;
  flex-flow: column;
  align-items: flex-end;
  margin-top: -1em;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.link {
  color: var(--secondary-blue);
  text-align: left;
  font-size: 16px;
  text-decoration: none;
}

.text-span-18 {
  font-weight: 400;
}

.create-account-within-login {
  color: var(--gray);
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
}

.text-span-19 {
  color: var(--gray);
  font-weight: 400;
}

.line-x-container-horizontal {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  position: absolute;
}

.line-x-icon {
  background-color: var(--secondary-blue);
  width: 100%;
  height: .2vh;
}

.line-x-container-vertical {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  position: absolute;
  transform: rotate(90deg);
}

.image-9 {
  width: 60%;
  height: 60%;
  transform: rotate(45deg);
}

.link-block-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .body {
    font-family: Montserrat, sans-serif;
  }

  .logo {
    color: var(--brand-black);
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
  }

  .menu-item-container, .navbar-button-container {
    display: flex;
  }

  .logo-in-footer {
    color: var(--brand-black);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
  }

  .hamburger-icon {
    display: flex;
  }

  .multi-step-form-radio-trigger---brix {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .create-account-img {
    display: none;
  }

  .create-accoung-form-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .multi-step-form-block---brix {
    min-height: auto;
  }

  .create-account {
    padding: 0;
  }

  .create-accoung-form-container {
    border-radius: 0;
  }

  .create-account-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .list {
    box-shadow: 0 0 3px 0 var(--gray);
  }

  .create-account-cancel-button-container {
    width: 50px;
    height: 50px;
    padding-top: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .create-account-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .heading13 {
    margin-bottom: .5em;
  }

  .create-account-submit-container {
    padding-top: 1em;
  }
}
