.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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 20px;
}

a {
  color: #000;
  text-decoration: underline;
}

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

li {
  font-size: 12px;
  line-height: 22px;
}

strong {
  font-weight: 600;
}

.todelete {
  text-align: left;
  background-color: #ffe837;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: none;
}

.todelete strong {
  font-weight: 800;
}

.form_component {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.footer_component {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.returnbtn {
  z-index: 1000;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 2px solid #000;
  display: none;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ededed;
  border: 1px solid #ededed;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s cubic-bezier(.25, .46, .45, .94), border-color .35s cubic-bezier(.25, .46, .45, .94), background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.button.is-negative {
  color: #a39bff;
  background-color: #fff;
  border-color: #fff;
}

.button.is-negative:hover {
  color: #fff;
  background-color: #5b4dff;
  border-color: #5b4dff;
}

.button.is-secondary {
  color: #ededed;
  background-color: rgba(91, 76, 255, 0);
  border-color: #ededed;
}

.button.is-secondary:hover {
  color: #eae3d2;
  border-color: #eae3d2;
}

.button.is-secondary.is-negative {
  color: #fff;
}

.button.is-text {
  color: #ededed;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-color: #ededed;
  border-radius: 0;
  padding: 0;
}

.button.is-text:hover {
  color: #eae3d2;
  border-bottom-color: #eae3d2;
}

.button.is-text.is-negative {
  color: #fff;
  border-bottom-color: #fff;
}

.button.is-text.is-negative:hover {
  color: #a39bff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #a39bff;
}

.button.is-banner {
  align-self: flex-end;
}

.button_component {
  cursor: pointer;
  text-decoration: none;
}

.button_icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1100px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.is-gdpr {
  max-width: 900px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: poppins, sans-serif;
}

.container.is-gdpr.privacy {
  margin-bottom: 40px;
  top: 140px;
}

.scroll_lottie {
  width: 60px;
  height: 60px;
}

.nav_component {
  z-index: 3;
  width: 100%;
  height: 20vh;
  grid-row-gap: 48px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image.background {
  width: 100vw;
  height: 116.719vw;
  position: relative;
}

.image.logo {
  object-fit: contain;
}

.image.logo.is-inverse {
  filter: invert();
}

.image.logo-copy {
  width: 300px;
  object-fit: contain;
}

.loader {
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #4b5545;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.json-contain {
  width: 250px;
  height: 76.4219px;
}

.hero-wrap {
  width: 100%;
  height: 100vh;
  min-height: 650px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrap.thank-you {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/TU1189-US-NY-244-East-and-52nd-Street_VPExterior-Teaser_01_rev14_cut.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-cta {
  z-index: 1;
  color: #ededed;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
}

.cta {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid #ededed;
  align-items: center;
  padding: 10px 30px 10px 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 3vh;
  bottom: auto;
  left: auto;
  right: 2vw;
  overflow: hidden;
}

.cta-bg {
  background-color: #ededed;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-splash {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.img-hero {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 30%), linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-hero {
  z-index: 2;
  width: 300px;
}

.footer-wrap {
  z-index: 2;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 2vw;
  padding-right: 90px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-wrap.register {
  background-color: #4b5545;
  position: relative;
}

.footer-wrap.footer-legalpage {
  background-color: #4b5545;
  position: static;
}

.link-partner {
  width: 130px;
  height: 40px;
}

.link-partner.reuveni {
  width: 150px;
  background-image: url('../images/White-Reuveni-CBW-Horizontal_mod.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partners-contain {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.line-partners-logo {
  width: 1px;
  height: 38px;
  opacity: .5;
  background-color: #ededed;
  margin-left: 20px;
  margin-right: 20px;
}

.partner-logo-contain {
  align-items: center;
  display: flex;
}

.text-contain {
  color: #ededed;
  letter-spacing: .2px;
  font-family: poppins, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.text-contain.last {
  margin-right: 0;
}

.span-semibold {
  font-weight: 600;
}

.info-contain {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: #ededed;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.link-footer:hover {
  color: #fff;
}

.link-footer.legal {
  font-size: 10px;
  line-height: 18px;
}

.disclaimer-contain {
  z-index: 2;
  width: 434.547px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.disclaimer-contain.legal {
  width: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 0;
}

.disclaimer-contain.legal.register {
  margin-right: 90px;
}

.line-disclaimer {
  width: 1px;
  height: 10px;
  opacity: .5;
  background-color: #ededed;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.text-legal {
  color: #ededed;
  text-align: right;
  letter-spacing: .5px;
  margin-bottom: 5px;
  font-family: poppins, sans-serif;
  font-size: 10px;
}

.text-legal.last {
  margin-bottom: 0;
}

.payoff-div {
  z-index: 2;
  display: flex;
  position: absolute;
  top: 3vh;
  left: 2vw;
}

.text-payoff {
  color: #ededed;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
}

.span-moretimes {
  color: #ededed;
  letter-spacing: 0;
  text-transform: none;
  font-family: Moretimes, sans-serif;
  font-size: 35px;
  position: relative;
  top: 8px;
}

.loader-div {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.ico-mail {
  z-index: 1;
  width: 35px;
  height: 35px;
  background-image: url('../images/Paper-Plane-Icon-snvkfdc.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
}

.form-block {
  z-index: 10;
  width: 100%;
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px 20px;
  position: relative;
}

.req {
  color: #ededed;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 300;
}

.req.if {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 14px;
}

.form-wrapper {
  z-index: 20;
  min-height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #4b5545;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form_field {
  height: 40px;
  color: #ededed;
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(237, 237, 237, .5);
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.form_field:focus {
  color: #ededed;
  border-bottom-color: #ededed;
  font-weight: 400;
}

.form_field::-ms-input-placeholder {
  color: #ededed;
  font-weight: 400;
}

.form_field::placeholder {
  color: #ededed;
  font-weight: 400;
}

.form_field.first-caps {
  text-transform: capitalize;
}

.form_field.first-caps:focus-visible {
  background-color: rgba(0, 0, 0, 0);
}

.form_field.first-caps[data-wf-focus-visible] {
  background-color: rgba(0, 0, 0, 0);
}

.form_field.select {
  padding-left: 6px;
  display: none;
}

.form_field.select:focus {
  background-color: #4b5545;
}

.form_field.select.hide {
  display: none;
}

.close-form {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url('../images/x-ico.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: none;
  position: fixed;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.close-form:hover {
  opacity: .5;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  color: #ededed;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: poppins, sans-serif;
  display: grid;
}

.button-submit {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ededed;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  transition: all .3s;
}

.button-submit:hover {
  color: #000;
  background-color: #ededed;
}

.logo-form {
  width: 180px;
  height: 58.2969px;
  margin-bottom: 40px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100vh;
  opacity: .8;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-broker-div {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.grid-info-broker {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
}

.header-policy {
  width: 100%;
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.logo-legal {
  width: 150px;
}

.cookie-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #4b5545;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: rgba(169, 165, 122, .3);
  border-radius: 30px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-prefs_checkbox.w--redirected-checked {
  background-color: #a9a57a;
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
  border-color: #a9a57a;
}

.cookie-prefs_checkbox.w--redirected-focus {
  box-shadow: none;
}

.cookie-prefs_open-txt {
  height: 24px;
  opacity: .5;
  color: #ededed;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 70px;
}

.cookie-prefs_trigger, .cookie-banner_trigger, .manager_trigger, .banner_trigger {
  display: none;
}

.prefs_open-txt {
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 22px;
  right: 70px;
}

.prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #e7ddcd;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #eae3d2;
  border-radius: 30px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.prefs_checkbox.w--redirected-checked {
  background-color: #af5830;
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
  border-color: #af5830;
}

.prefs_checkbox.w--redirected-focus {
  box-shadow: none;
}

.prefs_trigger {
  display: none;
}

.gdpr_richtext {
  color: rgba(0, 0, 0, .9);
}

.cookie-banner_close_txt {
  color: #ededed;
  border-bottom: 1px solid #ededed;
  font-size: 12px;
  transition: opacity .35s;
}

.cookie-banner_close_txt:hover {
  color: #eae3d2;
  border-bottom-color: #eae3d2;
}

.cookie-prefs_name {
  color: #ededed;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
}

.cookie-banner_link {
  color: #a9a57a;
}

.cookie-banner_title_wrap {
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.cookie-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cookie-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.cookie-prefs_checkbox-label {
  display: none;
}

.banner_title {
  color: #ededed;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.cookie-banner_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.cookie-prefs_option {
  border-bottom: 1px solid rgba(169, 165, 122, .5);
  padding-bottom: 16px;
  position: relative;
}

.cookie-banner {
  max-width: 500px;
  background-color: #4b5545;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 40px;
  font-family: poppins, sans-serif;
  position: relative;
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, .1);
}

.cookie-prefs_title {
  color: #ededed;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.cookie-prefs_description {
  color: #ededed;
  font-size: 11px;
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
}

.cookie-prefs_container {
  z-index: 1;
  width: 100%;
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #4b5545;
  flex-direction: column;
  margin: auto;
  padding: 48px 40px;
  font-family: poppins, sans-serif;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.cookie-banner_wrapper {
  z-index: 998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .1);
  flex-direction: column;
  display: none;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
  overflow: auto;
}

.cookie-prefs_label {
  color: #ededed;
  font-weight: 700;
}

.cookie-prefs_nascondi {
  display: none;
}

.cookie-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.cookie-prefs_text {
  color: #ededed;
  font-size: 11px;
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.cookie-prefs_arrow {
  width: 10px;
  height: 10px;
  background-image: url('../images/freccia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-left: 6px;
  display: flex;
  transform: rotate(0);
}

.cookie-prefs_wrapper {
  z-index: 997;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .15);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 60px 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.cookie-banner_close_icon {
  width: 20px;
  color: #ededed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cookie-prefs_buttons-wrapper {
  margin-bottom: 40px;
}

.cookie-prefs_buttons-wrapper.is-pref {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  display: flex;
}

.cookie-banner_text {
  color: #ededed;
  font-size: 11px;
  line-height: 1.6;
}

.cookie-prefs_toggle-wrapper {
  height: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.banner_close {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 10px;
  display: flex;
}

.banner_close.is-x {
  z-index: 3;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.cookie_close_icon {
  width: 32px;
  color: #ededed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.egual-husing {
  width: 70px;
  height: 70px;
  opacity: .9;
  margin-top: 20px;
}

.text-hero {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: swear-display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 25vh;
  left: auto;
  right: auto;
}

.text-hero.coming-soon {
  font-family: Moretimes, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 20px;
  bottom: 17vh;
}

.logo-wrap-absolute {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 20px;
}

.reuveni-logo {
  width: 150px;
  height: auto;
  opacity: .9;
  margin-bottom: 20px;
}

.legal-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-placeholder {
  color: rgba(234, 227, 210, .6);
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 14px;
}

.info-rapresented-by {
  flex-direction: column;
  display: none;
}

.grid-info-rapresented-by {
  width: 100%;
}

.navbar_link-linea_wrap {
  z-index: 2;
  text-decoration: none;
}

.navbar_link-linea_wrap.w--current {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.navbar_link-linea_wrap.splash {
  position: absolute;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.navbar_link_linea {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .3);
}

.navbar_link_linea.home {
  background-color: rgba(237, 237, 237, .3);
}

.text2 {
  color: #ededed;
  text-align: center;
  margin-bottom: 40px;
  font-family: poppins, sans-serif;
  font-size: 16px;
}

.text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text1 {
  color: #ededed;
  text-align: center;
  margin-bottom: 20px;
  font-family: swear-display, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

.nav-link {
  color: #000;
  letter-spacing: .2px;
  font-family: poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link.home, .link-mail {
  color: #ededed;
}

.social-wrap {
  z-index: 1;
  width: 77px;
}

.text-block-3 {
  color: #ededed;
  text-align: center;
  letter-spacing: .5px;
  padding-top: 3px;
  font-family: poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
}

.text-block-3.hide {
  display: none;
}

.social-contain {
  height: 15px;
  background-image: url('../images/istagram-ico.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

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

.fs-select_link-5 {
  color: #ededed;
  letter-spacing: .5px;
  background-color: #4b5545;
  padding: .75rem 1rem;
  font-size: 12px;
  transition: background-color .25s;
}

.fs-select_link-5:hover {
  color: #ededed;
  background-color: #a9a57a;
}

.fs-select_link-5:focus-visible {
  z-index: 1;
}

.fs-select_link-5[data-wf-focus-visible] {
  z-index: 1;
}

.fs-select_link-5.w--current {
  color: #ededed;
  background-color: #a9a57a;
}

.fs-select_toggle-5 {
  width: 100%;
  border-bottom: 1px solid rgba(237, 237, 237, .5);
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 0;
}

.fs-select_toggle-5:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_toggle-5[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_toggle-5.w--open {
  background-color: #4b5545;
}

.fs-select_icon-5 {
  color: #ededed;
  margin-right: 0;
}

.fs-select_list-5 {
  background-color: rgba(0, 0, 0, 0);
}

.fs-select_list-5.w--open {
  background-color: #4b5545;
  border: 1px solid rgba(237, 237, 237, .5);
  margin-top: 1rem;
}

.fs-select-5 {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
}

.fs-select_text-5 {
  color: #ededed;
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 14px;
}

.info-wrap {
  margin-bottom: 5px;
}

.info-wrap.hide {
  display: none;
}

.text-block-4 {
  color: #ededed;
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-family: poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.info-form-wrap {
  min-width: 220px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 30px;
  padding-bottom: 20px;
  display: flex;
}

.info-brokerage-company {
  flex-direction: column;
  display: none;
}

.text-info-form {
  color: #ededed;
  text-align: left;
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-family: poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.text-info-form.first {
  color: rgba(234, 227, 210, .6);
  letter-spacing: .5px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.text-info-form.italic {
  margin-bottom: 10px;
  font-style: italic;
}

.text-info-form.last {
  margin-bottom: 10px;
}

.text-info-form.tel {
  margin-bottom: 40px;
}

.grid-form-wrap {
  width: 100%;
  min-height: 100vh;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.partner-logo {
  width: 130px;
}

.footer-legal {
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.footer-legal.provacy {
  margin-bottom: 20px;
  position: static;
}

.link-info-form {
  color: #ededed;
  text-decoration: none;
}

.div-block {
  padding-bottom: 20px;
  padding-right: 0;
}

.form-contain {
  height: 100vh;
  min-width: 550px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: auto;
}

.legal_wrapper {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container.is-gdpr {
    width: 90%;
    max-width: none;
  }

  .nav_component {
    flex-direction: row;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image.background {
    width: auto;
    height: auto;
    max-width: none;
    min-height: 100vh;
    min-width: 100%;
    object-fit: cover;
  }

  .body {
    height: auto;
    overflow: visible;
  }

  .hero-wrap {
    overflow: visible;
  }

  .cta {
    top: 30px;
    right: 30px;
  }

  .img-hero {
    min-height: auto;
    justify-content: center;
    display: flex;
  }

  .gradient {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .45), rgba(255, 255, 255, 0) 40%), linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  }

  .footer-wrap {
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 60px;
    bottom: 0;
  }

  .footer-wrap.footer-register {
    background-color: #4b5545;
    position: static;
  }

  .footer-wrap.footer-thankyou, .footer-wrap.footer-thankyou-copy {
    background-color: #4b5545;
    padding-top: 20px;
    position: static;
  }

  .link-partner {
    width: 130px;
    margin-bottom: 20px;
  }

  .link-partner.reuveni {
    width: 130px;
    height: 80px;
    background-image: url('../images/White-Reuveni-CBW-Vertical_mod.svg');
    margin-bottom: 0;
  }

  .partners-contain {
    width: auto;
    margin-bottom: 10px;
  }

  .line-partners-logo {
    width: 80%;
    height: 1px;
    margin: 10px 0;
    display: flex;
  }

  .line-partners-logo.hide {
    display: none;
  }

  .partner-logo-contain {
    flex-direction: column;
    align-items: center;
  }

  .text-contain {
    text-align: left;
    margin-right: 0;
    font-size: 12px;
  }

  .text-contain.last {
    margin-bottom: 0;
  }

  .info-contain {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .info-contain.register {
    margin-top: 0;
    position: static;
  }

  .link-footer {
    line-height: 18px;
  }

  .disclaimer-contain.legal {
    flex-direction: column;
    align-items: flex-end;
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
  }

  .disclaimer-contain.legal.legal-register {
    position: static;
  }

  .disclaimer-contain.legal.register {
    align-items: flex-start;
    margin-right: 0;
    position: static;
  }

  .line-disclaimer {
    display: none;
  }

  .text-legal {
    font-size: 11px;
  }

  .payoff-div {
    top: 30px;
    left: 30px;
  }

  .form-block {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .form-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .form_field {
    line-height: 20px;
  }

  .close-form {
    position: absolute;
  }

  .header-policy {
    width: 90%;
    max-width: none;
  }

  .text-hero {
    bottom: 30vh;
  }

  .text-hero.coming-soon {
    bottom: 22vh;
  }

  .social-wrap {
    width: 85px;
    justify-content: flex-start;
    display: flex;
  }

  .text-block-3, .text-block-4 {
    font-size: 12px;
  }

  .info-form-wrap {
    margin-left: 0;
  }

  .grid-form-wrap {
    width: 80%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-legal {
    width: 90%;
    max-width: none;
  }

  .div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .form-contain {
    height: auto;
    max-height: none;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container.is-gdpr {
    width: 85%;
  }

  .image.background {
    width: 100vw;
    height: 116.719vw;
    max-width: 100%;
    min-height: 100%;
    min-width: auto;
  }

  .json-contain {
    width: 200px;
  }

  .text-cta {
    color: #000;
  }

  .cta {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #ededed;
    border: 0 rgba(0, 0, 0, 0);
  }

  .logo-splash {
    width: 200px;
    margin-bottom: 40px;
  }

  .img-hero {
    height: 100vh;
    display: block;
  }

  .gradient {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }

  .footer-wrap {
    background-color: #4b5545;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 20px;
    position: static;
  }

  .footer-wrap.footer-register {
    padding-top: 0;
  }

  .link-partner {
    margin-bottom: 0;
  }

  .link-partner.reuveni {
    width: 160px;
    height: 45px;
    background-image: url('../images/White-Reuveni-CBW-Horizontal_mod.svg');
  }

  .partners-contain {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .line-partners-logo {
    height: 32px;
    margin-top: 10px;
    display: flex;
  }

  .line-partners-logo.hide {
    width: 1px;
    height: 40px;
    margin: 0 20px;
    display: flex;
  }

  .partner-logo-contain {
    flex-direction: row;
    align-items: center;
  }

  .text-contain {
    text-align: left;
  }

  .text-contain.last {
    margin-bottom: 0;
  }

  .info-contain {
    min-width: auto;
    margin-bottom: 30px;
  }

  .info-contain.footer {
    margin-top: 0;
  }

  .info-contain.register {
    margin-top: 0;
    margin-bottom: 0;
  }

  .disclaimer-contain {
    background-color: #4b5545;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
    position: static;
  }

  .disclaimer-contain.legal {
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

  .text-legal {
    font-size: 12px;
  }

  .ico-mail {
    filter: invert();
  }

  .form-block {
    width: 100%;
    min-width: auto;
  }

  .req.if {
    font-size: 13px;
    line-height: 20px;
  }

  .form-wrapper {
    width: 100%;
    padding-bottom: 0;
  }

  .form_field {
    height: 40px;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .form_field.select {
    padding-left: 10px;
  }

  .close-form {
    margin-bottom: 0;
    top: 30px;
    right: 30px;
  }

  .logo-form {
    width: 160px;
    height: 52px;
    top: 30px;
    left: 30px;
  }

  .header-policy {
    width: 85%;
  }

  .cookie-banner_title_wrap {
    align-items: center;
  }

  .banner_title {
    font-size: 20px;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: center;
  }

  .cookie-prefs_title {
    font-size: 20px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .text-hero {
    font-size: 22px;
    line-height: 28px;
  }

  .social-wrap {
    width: auto;
    margin-left: 0;
    position: static;
  }

  .text-block-3 {
    padding-top: 4px;
    font-size: 14px;
    line-height: 24px;
  }

  .social-contain {
    height: 18px;
    background-size: 15px;
    padding-left: 25px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .info-form-wrap {
    margin-left: 0;
  }

  .grid-form-wrap {
    width: 90%;
  }

  .footer-legal {
    width: 85%;
  }

  .div-block {
    padding-left: 0;
  }

  .form-contain {
    min-width: auto;
  }
}

@media screen and (max-width: 479px) {
  .container.is-gdpr {
    margin-bottom: 40px;
    top: 140px;
  }

  .nav_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image.background {
    width: auto;
    height: auto;
    max-width: none;
    min-height: 90vh;
    min-width: 100%;
  }

  .hero-wrap {
    height: 90vh;
    min-height: auto;
  }

  .cta {
    padding-left: 30px;
    padding-right: 30px;
    top: auto;
    bottom: 50px;
    left: auto;
    right: auto;
  }

  .img-hero {
    height: 90vh;
    min-height: auto;
    align-items: center;
    display: flex;
  }

  .logo-hero {
    width: 75%;
    min-width: 250px;
  }

  .footer-wrap {
    padding-bottom: 20px;
  }

  .link-partner {
    margin-bottom: 30px;
  }

  .link-partner.reuveni {
    width: 130px;
    height: 80px;
    background-image: url('../images/White-Reuveni-CBW-Vertical_mod.svg');
  }

  .line-partners-logo, .line-partners-logo.hide {
    display: none;
  }

  .partner-logo-contain {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-contain {
    min-width: auto;
    flex-direction: column;
  }

  .info-contain.register {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-footer {
    line-height: 24px;
  }

  .disclaimer-contain {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .disclaimer-contain.legal.legal-register {
    width: auto;
  }

  .line-disclaimer {
    display: none;
  }

  .text-legal {
    font-size: 12px;
  }

  .payoff-div {
    justify-content: center;
    top: 40px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-payoff {
    font-size: 16px;
    line-height: 22px;
  }

  .span-moretimes {
    font-size: 37px;
    line-height: 24px;
  }

  .ico-mail {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .form-block {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .close-form {
    top: 40px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .form {
    width: 95%;
    max-width: none;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .logo-form {
    top: 120px;
    bottom: auto;
    left: auto;
    right: auto;
  }

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

  .cookie-prefs_open-txt, .prefs_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .gdpr_richtext {
    font-size: .9em;
  }

  .cookie-banner_title_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cookie-banner_buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .cookie-banner {
    padding: 20px;
  }

  .cookie-prefs_container {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cookie-banner_wrapper {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .cookie-prefs_wrapper {
    padding: 24px;
  }

  .cookie-prefs_buttons-wrapper.is-pref {
    flex-wrap: wrap;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .text-hero {
    max-width: 300px;
    margin-top: 35px;
    display: block;
    bottom: 200px;
  }

  .text-hero.coming-soon {
    font-size: 37px;
    line-height: 24px;
    bottom: 145px;
  }

  .nowrap {
    white-space: nowrap;
  }

  .list {
    padding-left: 20px;
  }

  .info-rapresented-by {
    display: none;
  }

  .navbar_link-linea_wrap.legal-page {
    top: 50px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .text-wrap {
    width: 80%;
  }

  .text1 {
    letter-spacing: 1px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.home {
    font-size: 14px;
  }

  .info-form-wrap {
    margin-left: 10px;
    padding-bottom: 0;
  }

  .div-block {
    padding-bottom: 0;
    padding-left: 10px;
  }
}

#w-node-_24d1d001-4d52-666e-dc6a-b49dd474aef9-7e03cd06, #w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d1784-7e03cd06, #w-node-_5320f27b-12c0-f57a-8b3d-fd797b7020ee-7e03cd06, #w-node-_8674ea08-c40d-1bbb-f8d1-4e1218d31a10-7e03cd06, #firstname.w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d1786-7e03cd06, #w-node-_0e70afe0-0fde-d261-3d94-0aa6b14c1028-7e03cd06, #w-node-af264653-efb9-3150-93f3-90572185e661-7e03cd06, #w-node-_6f9c5661-3f79-eb61-b5cd-b25307620395-7e03cd06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a581ad6d-d1b4-e59f-b01c-787db02db036-7e03cd06, #w-node-f8afdab2-a1c9-56ee-7c85-d91654e75c90-7e03cd06, #broker.w-node-_6640a1fe-2fe1-7731-cf52-f332207f185c-7e03cd06, #info-brokerage-company.w-node-_6f6876c2-59eb-641a-683a-5b8dd8e5ba66-7e03cd06, #by-a-broker-contain.w-node-c6b4928a-8d89-5839-62bc-de7c6e58e611-7e03cd06, #w-node-c6b4928a-8d89-5839-62bc-de7c6e58e613-7e03cd06, #w-node-_7d019f63-ce7a-25f9-fe89-8267dfff1c50-7e03cd06, #by-a-broker-select.w-node-_7d019f63-ce7a-25f9-fe89-8267dfff1c56-7e03cd06, #broker-name.w-node-_42aec565-f093-c80b-56c6-0d6d8d673739-7e03cd06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8caedc1-da54-735c-485c-b640f4e0044d-7e03cd06, #w-node-_7fc5daf5-973e-d50b-86e7-fd43ad711559-7e03cd06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77a3db4c-80d8-cd65-c150-0d49af200cd7-7e03cd06, #emailcompany.w-node-a4c69cba-3d49-74ac-3c53-0ff24964f9fb-7e03cd06, #w-node-_1588c064-8742-5ce5-778b-cbba5bdbfdbb-7e03cd06, #w-node-f41deb5b-3e15-7e9b-3499-142b9d9d87e5-7e03cd06, #recidence.w-node-f41deb5b-3e15-7e9b-3499-142b9d9d87eb-7e03cd06, #w-node-_8c033da0-c4cb-57e5-3c82-083e07e1eb67-7e03cd06, #w-node-_2466eab4-d3ed-9255-58a7-cdd8ac0d35b3-7e03cd06, #aboutus.w-node-_2466eab4-d3ed-9255-58a7-cdd8ac0d35b9-7e03cd06, #w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d179c-7e03cd06, #btn-form.w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d179e-7e03cd06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2d66614-f7a7-14fe-0614-fdc893c7af01-7e03cd06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5faf556b-60e8-2ac5-875f-1ec3e357c4ba-7e03cd06 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-a7897f5b-f22c-ddc2-8d8e-4a75f8b59cb9-7e03cd06, #w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d1784-7e03cd06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d1784-7e03cd06 {
    justify-self: start;
  }

  #broker.w-node-_6640a1fe-2fe1-7731-cf52-f332207f185c-7e03cd06 {
    align-self: center;
  }

  #info-brokerage-company.w-node-_6f6876c2-59eb-641a-683a-5b8dd8e5ba66-7e03cd06, #by-a-broker-contain.w-node-c6b4928a-8d89-5839-62bc-de7c6e58e611-7e03cd06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #by-a-broker-select.w-node-_7d019f63-ce7a-25f9-fe89-8267dfff1c56-7e03cd06 {
    align-self: center;
  }

  #broker-name.w-node-_42aec565-f093-c80b-56c6-0d6d8d673739-7e03cd06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #brokername.w-node-_0c9d324a-5903-20ef-a8d3-202da8defcb8-7e03cd06, #brokercompany.w-node-_7092fab3-680f-014a-e479-10aae48232c8-7e03cd06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #emailcompany.w-node-a4c69cba-3d49-74ac-3c53-0ff24964f9fb-7e03cd06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #recidence.w-node-f41deb5b-3e15-7e9b-3499-142b9d9d87eb-7e03cd06 {
    align-self: center;
  }

  #w-node-_8c033da0-c4cb-57e5-3c82-083e07e1eb67-7e03cd06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #aboutus.w-node-_2466eab4-d3ed-9255-58a7-cdd8ac0d35b9-7e03cd06 {
    align-self: center;
  }

  #w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d179c-7e03cd06, #btn-form.w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d179e-7e03cd06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8674ea08-c40d-1bbb-f8d1-4e1218d31a10-7e03cd06 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #field.w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d1788-7e03cd06 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a581ad6d-d1b4-e59f-b01c-787db02db036-7e03cd06 {
    grid-column: span 1 / span 1;
  }

  #w-node-f8afdab2-a1c9-56ee-7c85-d91654e75c90-7e03cd06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #broker.w-node-_6640a1fe-2fe1-7731-cf52-f332207f185c-7e03cd06, #info-brokerage-company.w-node-_6f6876c2-59eb-641a-683a-5b8dd8e5ba66-7e03cd06, #by-a-broker-contain.w-node-c6b4928a-8d89-5839-62bc-de7c6e58e611-7e03cd06 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7d019f63-ce7a-25f9-fe89-8267dfff1c50-7e03cd06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #by-a-broker-select.w-node-_7d019f63-ce7a-25f9-fe89-8267dfff1c56-7e03cd06, #broker-name.w-node-_42aec565-f093-c80b-56c6-0d6d8d673739-7e03cd06, #w-node-e8caedc1-da54-735c-485c-b640f4e0044d-7e03cd06, #w-node-_7fc5daf5-973e-d50b-86e7-fd43ad711559-7e03cd06 {
    grid-column: span 1 / span 1;
  }

  #brokername.w-node-_0c9d324a-5903-20ef-a8d3-202da8defcb8-7e03cd06 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_77a3db4c-80d8-cd65-c150-0d49af200cd7-7e03cd06 {
    grid-column: span 1 / span 1;
  }

  #emailcompany.w-node-a4c69cba-3d49-74ac-3c53-0ff24964f9fb-7e03cd06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1588c064-8742-5ce5-778b-cbba5bdbfdbb-7e03cd06 {
    grid-column: span 1 / span 1;
  }

  #w-node-f41deb5b-3e15-7e9b-3499-142b9d9d87e5-7e03cd06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #recidence.w-node-f41deb5b-3e15-7e9b-3499-142b9d9d87eb-7e03cd06, #w-node-_8c033da0-c4cb-57e5-3c82-083e07e1eb67-7e03cd06 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2466eab4-d3ed-9255-58a7-cdd8ac0d35b3-7e03cd06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #aboutus.w-node-_2466eab4-d3ed-9255-58a7-cdd8ac0d35b9-7e03cd06, #w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d179c-7e03cd06, #btn-form.w-node-fb8316a4-9d7d-f6da-6dd1-9a00837d179e-7e03cd06 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Moretimes';
  src: url('../fonts/Moretimes.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}