:root {
  --black: #171f2d;
  --blue: #4a8cff;
  --white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--black);
  color: #fff;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

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

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

.padding-section-large.no-pt {
  padding-top: 0;
}

.section.p-relative {
  position: relative;
}

.section.min-100-vh {
  min-height: 100vh;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.navbar {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
  position: static;
  top: 0;
}

.logo-img {
  width: 164px;
  height: auto;
}

.body {
  background-image: url('../images/AI-The-Branx---abg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-style: normal;
}

.display-none {
  display: block;
}

.hero-img {
  width: 1276px;
  height: auto;
  mix-blend-mode: lighten;
}

.padding-section-hero {
  text-align: center;
  padding-top: 0;
  padding-bottom: 7.5rem;
}

.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Rose, sans-serif;
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.heading-1.mb-36 {
  margin-bottom: 36px;
}

.hero-h1-wrapper {
  margin-bottom: 2.25rem;
  line-height: 200%;
}

.paragraph {
  opacity: .8;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.paragraph.max-width-58rem {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.tags-wrapper {
  grid-column-gap: 4%;
  justify-content: center;
  margin-top: .7rem;
  margin-bottom: 3.2rem;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  color: #8ab5ff;
  border: 1px rgba(74, 140, 255, .5);
  border-radius: 100px;
  align-items: center;
  padding: .5rem .938rem;
  font-style: normal;
  line-height: 150%;
  display: flex;
}

.form-step-number {
  width: 4.25rem;
  height: 4.25rem;
  color: #fff;
  background-image: linear-gradient(#424854, #171f2d 87%);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1.125rem;
  margin-right: 1.125rem;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.form-step-number.completed {
  background-image: linear-gradient(#4a8cff, rgba(74, 140, 255, 0));
}

.multi-step-form-radio-trigger---brix {
  color: #170f49;
  border: 2px solid rgba(0, 0, 0, 0);
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 6px 2px rgba(19, 18, 66, .07);
}

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

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slide {
  margin-right: 80px;
}

.submit-button---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  padding: 20px 40px 21px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .18);
}

.submit-button---brix:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .3);
}

.step-title---brix {
  margin-bottom: 8px;
  font-weight: 700;
}

.multi-step-form-error-message---brix {
  border-radius: 16px;
  margin-top: 140px;
  padding: 24px;
}

.mask {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.submit-content-wrapper---brix {
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.steps-bar {
  align-items: center;
  display: flex;
}

.form-content {
  grid-row-gap: 2.813rem;
  border: 1px #000;
  flex-direction: column;
  padding-top: 4.25rem;
  padding-bottom: 5rem;
  display: flex;
  overflow: visible;
}

.multi-step-foirm---success-message---brix {
  min-height: 44vh;
  background-color: #fff;
  border-radius: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 38px 38px 34px rgba(74, 58, 255, .01), 0 1px 26px rgba(20, 20, 43, .02), 0 16px 26px rgba(19, 18, 66, .02);
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.form-step-progress-bar-mobile {
  width: 100%;
  min-height: 6px;
  background-color: #eff0f6;
  border-radius: 50px;
  display: none;
}

.multistep-form-button {
  width: auto;
  color: #4a3aff;
  background-color: #fff;
  border-radius: 500px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  top: 682px;
  bottom: auto;
  left: auto;
  right: auto;
}

.multistep-form-button:hover {
  transform: translate(0, -2px);
}

.multistep-form-button.left {
  border: 1px solid #4a3aff;
  left: -40px;
}

.multistep-form-button.left.preview-page {
  display: none;
}

.multistep-form-button.right {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
  right: -40px;
}

.multistep-form-button.right.preview-page {
  background-color: #4a8cff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  transition: background-color .2s, color .2s;
  display: none;
  top: 43rem;
  right: 0;
}

.multistep-form-button.right.preview-page:hover {
  background-color: var(--white);
  color: var(--black);
  transform: none;
}

.form-step-progress-bar {
  width: 100%;
  min-height: 4px;
  background-color: rgba(239, 240, 246, .12);
  border-radius: 50px;
}

.form-step-progress-bar.completed {
  background-color: #4a8cff;
}

.form-step-progress-bar.current-step {
  width: 50%;
  background-color: #4a8cff;
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.multi-step-form-block {
  width: 100%;
  margin-bottom: 0;
  padding-top: 7rem;
}

.form-label {
  margin-bottom: 24px;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.form-label.secondary {
  color: #b4b3b3;
  margin-top: -16px;
  font-size: 1.375rem;
}

.form-text-field {
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 100px;
  padding: 2.25rem 2rem;
  font-size: 1.375rem;
  font-style: normal;
  transition: border-color .2s;
}

.form-text-field:active, .form-text-field:focus {
  border-color: #fff;
}

.multistep-form-dots {
  display: none;
}

.form-text-area-field {
  min-height: 14.375rem;
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 30px;
  padding: 2rem;
  font-size: 1.375rem;
  font-style: normal;
  transition: border-color .2s;
  overflow: hidden;
}

.form-text-area-field:active, .form-text-area-field:focus {
  border-color: #fff;
}

.slide-buttons-wrapper {
  grid-column-gap: 2.25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.next-button {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 100px;
  padding: .8rem 2.5rem;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
}

.next-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.next-button.mt-32 {
  margin-top: 2rem;
}

.back-button {
  grid-column-gap: 5px;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  align-items: center;
  padding: .8rem 2.5rem;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.back-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.back-arrow {
  height: 25px;
}

.attributes-checkbox-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 5.8125rem 5.8125rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 5.8125rem;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: grid;
}

.attribute-checkbox {
  width: 100%;
  height: 100%;
  color: var(--white);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.attribute-checkbox._1 {
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 9px;
}

.custom-checkbox {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .5);
  border-radius: 9px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-checkbox.w--redirected-checked {
  width: 100%;
  height: 100%;
  color: var(--black);
  background-color: #fff;
  background-image: none;
  border-color: rgba(255, 255, 255, .5);
  margin-top: 0;
  margin-left: 0;
}

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

.checkbox-label {
  z-index: 50;
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.375rem;
  font-style: normal;
  position: relative;
  left: -9px;
}

.submit-button-wrapper {
  grid-column-gap: .62rem;
  background-color: var(--blue);
  cursor: pointer;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.357rem;
  font-style: normal;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.submit-button-wrapper:hover {
  background-color: var(--white);
  color: var(--black);
}

.submit-button {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-disclaimer {
  color: #8d95a1;
  text-align: center;
  margin-top: -20px;
  font-style: normal;
  line-height: 150%;
}

.in-text-link {
  color: #8d95a1;
  transition: color .2s;
}

.in-text-link:hover {
  color: var(--white);
}

.footer {
  background-color: #242a38;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.footer-text {
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-links-wrapper {
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-text-link {
  color: #a1a1a1;
  text-decoration: none;
  transition: color .2s;
}

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

.checkbox {
  cursor: pointer;
  font-style: normal;
}

.checkbox-inner {
  opacity: 0;
}

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

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

.padding-section-small.no-pt {
  padding-top: 0;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Rose, sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
}

.heading-2.mb-24 {
  margin-bottom: 24px;
}

.outcome-box {
  background-color: var(--black);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 32px;
  padding: 2rem;
}

.outcome-text {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.outcome-text.max-width-58rem {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.outcome-title-flex-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.copy-text-button {
  grid-column-gap: .625rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 100px;
  align-items: center;
  padding: .5rem 1.25rem;
  font-style: normal;
  transition: background-color .2s;
  display: flex;
}

.copy-text-button:hover {
  background-color: rgba(255, 255, 255, .26);
}

.copy-text-icon {
  width: 2rem;
  height: auto;
  position: absolute;
}

.copy-text-icon-2 {
  width: 2rem;
  height: auto;
  opacity: 0;
}

.copy-text-icons-wrapper {
  position: relative;
}

.outcome-box-flex-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;
  display: grid;
}

.outcome-text-large {
  margin-bottom: 1rem;
  font-size: 1.625rem;
  font-style: normal;
  line-height: 130%;
}

.hidden-outcome {
  display: none;
}

.outcome-cta-text {
  margin-bottom: 2rem;
  font-size: 1.625rem;
  font-style: normal;
  line-height: 130%;
}

.cta-wrapper {
  max-width: 53rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cta-buttons-wrapper {
  grid-column-gap: 2rem;
  justify-content: center;
  display: flex;
}

.share-button {
  grid-column-gap: 1rem;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 100px;
  align-items: center;
  padding: .8rem 2.5rem;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.share-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.linkedin-icon {
  width: 20px;
  height: 21px;
  margin-top: -.6rem;
}

.x-icon {
  width: 20px;
  height: 21px;
  margin-top: -.3rem;
}

.brand-house-wrapper {
  justify-content: center;
  display: block;
}

.brand-house-top {
  width: 100%;
  height: auto;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6%;
  display: flex;
}

.brand-house-top-img {
  width: 80%;
  height: auto;
}

.brand-house-text {
  z-index: 2;
  text-align: left;
  font-size: 1.375rem;
  font-style: normal;
  line-height: 140%;
}

.brand-house-text.top {
  width: 40vw;
  max-width: 27rem;
  margin-top: -9.3rem;
  margin-left: auto;
  margin-right: auto;
}

.brand-house-second-floor {
  width: 90%;
  grid-column-gap: 40px;
  border: 3px solid var(--blue);
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw;
  display: flex;
}

.triangle-top {
  width: 80%;
  height: 100%;
}

.brand-house-cols-wrapper {
  width: 75%;
  grid-column-gap: 4%;
  justify-content: space-between;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-house-col {
  max-width: 16rem;
  outline-color: var(--blue);
  outline-offset: -3px;
  background-image: linear-gradient(rgba(74, 140, 255, .36), rgba(74, 140, 255, 0));
  outline-width: 3px;
  outline-style: solid;
  flex: 1;
  padding: 4.5rem 1.2rem 7rem;
  position: relative;
}

.col-title {
  margin-bottom: 1.1rem;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 140%;
}

.col-text {
  z-index: 3;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 140%;
  position: relative;
}

.brand-house-third-floor {
  width: 90%;
  grid-column-gap: 40px;
  outline-color: var(--blue);
  outline-offset: -3px;
  text-align: center;
  background-image: linear-gradient(rgba(74, 140, 255, .36), rgba(74, 140, 255, 0));
  outline-width: 3px;
  outline-style: solid;
  align-items: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5vw 2vw;
  display: flex;
  position: relative;
}

.col-gradient-dark {
  z-index: -1;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(23, 31, 45, 0), var(--black));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.col-gradient-dark.last {
  background-image: linear-gradient(to bottom, rgba(23, 31, 45, 0), var(--black) 53%);
}

.brand-house-last-floor {
  width: 100%;
  outline-color: var(--blue);
  outline-offset: -3px;
  text-align: center;
  outline-width: 3px;
  outline-style: solid;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw;
  position: relative;
}

.loader-wrapper {
  z-index: 50;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: rgba(23, 31, 45, .82);
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-lottie {
  width: 10rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.hide {
  display: none;
}

.copied-text {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copy-texts-wrapper {
  position: relative;
}

.error-message {
  color: #e47878;
  font-style: normal;
  display: none;
}

.hero-content-wrapper {
  margin-top: -7rem;
}

.hero-button {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 100px;
  padding: .8rem 2.5rem;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
}

.hero-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.hero-button.mt-32 {
  margin-top: 2rem;
}

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

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

.error-wrapper-inner {
  width: 100%;
  height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loader-text {
  font-family: Red Rose, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer-text-link-blue {
  color: var(--blue);
  text-decoration: none;
  transition: color .2s;
}

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

.house-subtitle {
  z-index: 2;
  color: #a1a1a1;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  position: relative;
}

.house-subtitle.top {
  width: 40vw;
  max-width: 27rem;
  margin-top: -9.3rem;
  margin-left: auto;
  margin-right: auto;
}

.goal-subtitle {
  z-index: 2;
  color: #a1a1a1;
  text-transform: uppercase;
  margin-top: 180px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  position: absolute;
}

.goal-subtitle.top {
  width: 40vw;
  max-width: 27rem;
  margin-top: -9.3rem;
  margin-left: auto;
  margin-right: auto;
}

.goal-house-text {
  z-index: 2;
  text-align: left;
  font-size: 1.375rem;
  font-style: normal;
  line-height: 140%;
}

.goal-house-text.top {
  width: 40vw;
  max-width: 27rem;
  text-align: center;
  margin-top: -9.3rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar {
    padding: 20px;
  }

  .logo-img {
    width: 150px;
  }

  .padding-section-hero {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .heading-1 {
    font-size: 3.2rem;
  }

  .hero-h1-wrapper {
    margin-top: -3.6rem;
  }

  .paragraph {
    font-size: 1.3rem;
  }

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

  .multistep-form-button.right.preview-page {
    top: 44rem;
  }

  .form-label {
    font-size: 1.5rem;
  }

  .form-text-area-field {
    min-height: 17rem;
  }

  .footer {
    padding: 20px;
  }

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

  .outcome-text {
    font-size: 1.3rem;
  }

  .outcome-box-flex-wrapper {
    grid-template-columns: 1fr;
  }

  .brand-house-second-floor {
    display: block;
  }

  .brand-house-cols-wrapper {
    justify-content: space-around;
  }

  .brand-house-col {
    flex: 1;
  }

  .brand-house-third-floor {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    display: block;
  }

  .loader-wrapper {
    padding-bottom: 2rem;
  }
}

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

  .logo-img {
    width: 130px;
  }

  .hero-img {
    margin-top: 2rem;
  }

  .padding-section-hero {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .heading-1 {
    font-size: 2.5rem;
  }

  .hero-h1-wrapper {
    margin-bottom: 2rem;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .tags-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .tag {
    width: 60%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-step-number {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide {
    padding-bottom: 8px;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .steps-bar {
    opacity: 0;
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .form-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .form-step-progress-bar-mobile {
    width: auto;
    max-width: 100%;
    background-color: rgba(255, 255, 255, .12);
    border-radius: 500px;
    display: flex;
  }

  .form-step-progress-bar-mobile.step-3---brix {
    width: 80%;
    max-width: 100%;
    background-color: var(--blue);
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile.step-2---brix {
    width: 50%;
    max-width: 100%;
    background-color: var(--blue);
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile.step-1---brix {
    width: 22%;
    max-width: 100%;
    background-color: #4a8cff;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile.full-bar {
    width: 100%;
    max-width: 100%;
    background-color: var(--blue);
    margin-left: 0;
    margin-right: 0;
  }

  .multistep-form-button {
    top: 990px;
  }

  .multistep-form-button.left {
    left: -32px;
  }

  .multistep-form-button.left.preview-page {
    top: 960px;
  }

  .multistep-form-button.right {
    right: -32px;
  }

  .multistep-form-button.right.preview-page {
    font-size: 1.1rem;
    top: 48rem;
  }

  .form-step-progress-bar {
    display: none;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .steps-bar-wrapper {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .multi-step-form {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .multi-step-form-block {
    min-height: auto;
    padding-top: .125rem;
  }

  .form-label {
    font-size: 1.3rem;
  }

  .form-text-field {
    font-size: 1.2rem;
  }

  .form-text-area-field {
    min-height: 19.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.2rem;
  }

  .slide-buttons-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .slide-buttons-wrapper.last-step {
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .next-button, .back-button {
    font-size: 1.1rem;
  }

  .back-button.last-step {
    justify-content: center;
  }

  .attributes-checkbox-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
  }

  .checkbox-label {
    font-size: 1.1rem;
  }

  .footer {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links-wrapper {
    grid-row-gap: .6rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .outcome-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .outcome-text {
    font-size: 1.2rem;
  }

  .outcome-text-large {
    font-size: 1.5rem;
  }

  .outcome-cta-text {
    font-size: 1.4rem;
  }

  .cta-wrapper {
    padding-top: 2rem;
  }

  .cta-buttons-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .share-button {
    min-width: 17rem;
    justify-content: center;
    font-size: 1.1rem;
  }

  .brand-house-top {
    padding-bottom: 10%;
  }

  .brand-house-text {
    font-size: 1rem;
  }

  .brand-house-text.top {
    margin-top: -6.3rem;
    font-size: 1rem;
  }

  .triangle-top {
    width: 100%;
  }

  .brand-house-cols-wrapper {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  .brand-house-col {
    width: 90%;
    max-width: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .col-title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

  .col-text {
    font-size: 1rem;
  }

  .brand-house-third-floor {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .loader-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .loader-lottie {
    width: 30%;
  }

  .hero-button {
    font-size: 1.1rem;
  }

  .footer-text-link-blue {
    text-align: center;
  }

  .house-subtitle {
    font-size: 1rem;
  }

  .house-subtitle.top {
    margin-top: -6.3rem;
    font-size: 1rem;
  }

  .goal-subtitle {
    font-size: 1rem;
  }

  .goal-subtitle.top {
    margin-top: -6.3rem;
    font-size: 1rem;
  }

  .goal-house-text {
    font-size: 1rem;
  }

  .goal-house-text.top {
    margin-top: -6.3rem;
    font-size: 1rem;
  }

  .bullet-point {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-1 {
    font-size: 1.8rem;
  }

  .hero-h1-wrapper {
    margin-top: -1.9rem;
    margin-bottom: 1.5rem;
  }

  .nav-text {
    display: none;
  }

  .paragraph {
    font-size: 1rem;
  }

  .paragraph.max-width-58rem {
    font-size: 14px;
  }

  .tags-wrapper {
    flex-direction: row;
    margin-bottom: 2rem;
  }

  .tag {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
  }

  .form-step-number {
    width: 3rem;
    height: 3rem;
  }

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

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .steps-bar {
    width: 100%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .form-step-progress-bar-mobile {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile.step-3---brix {
    width: 78%;
  }

  .form-step-progress-bar-mobile.step-1---brix {
    width: 25%;
  }

  .form-step-progress-bar-mobile.full-bar {
    width: 100%;
    background-color: var(--blue);
  }

  .multistep-form-button {
    font-size: 16px;
  }

  .multistep-form-button.left {
    margin-bottom: 12px;
    display: block;
    position: static;
    left: auto;
  }

  .multistep-form-button.right {
    display: block;
    position: static;
    right: auto;
  }

  .multistep-form-button.right.preview-page {
    margin-top: 24px;
    position: absolute;
    top: 50rem;
  }

  .form-step-progress-bar {
    display: none;
  }

  .multi-step-form {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-text-field {
    padding: 1.6rem;
    font-size: 1rem;
  }

  .form-text-area-field {
    min-height: 24.6rem;
    padding: 1.6rem;
    font-size: 1rem;
  }

  .slide-buttons-wrapper {
    grid-column-gap: 2%;
    justify-content: center;
    align-items: center;
  }

  .next-button {
    white-space: nowrap;
    font-size: 1rem;
  }

  .back-button {
    white-space: nowrap;
    padding-left: 2.5rem;
    font-size: 1rem;
  }

  .back-arrow {
    display: none;
  }

  .attributes-checkbox-wrapper {
    grid-template-columns: 1fr;
  }

  .submit-button-wrapper {
    font-size: 1.1rem;
  }

  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .outcome-box {
    padding: 1.2rem .5rem;
  }

  .outcome-text {
    font-size: 1rem;
  }

  .outcome-cta-text {
    font-size: 1.2rem;
  }

  .cta-wrapper {
    padding-top: 0;
  }

  .share-button {
    min-width: 100%;
    white-space: nowrap;
    font-size: 1rem;
  }

  .brand-house-text.top {
    margin-top: -7.1rem;
  }

  .brand-house-third-floor {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .brand-house-last-floor {
    height: 50px;
  }

  .loader-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .loader-lottie {
    width: 40%;
  }

  .hero-content-wrapper {
    margin-top: 0;
  }

  .hero-button {
    white-space: nowrap;
    font-size: 1rem;
  }

  .loader-text {
    font-size: 1.4rem;
  }

  .house-subtitle {
    font-size: .7rem;
  }

  .house-subtitle.top {
    margin-top: -7.1rem;
  }

  .goal-subtitle {
    font-size: .7rem;
  }

  .goal-subtitle.top, .goal-house-text.top {
    margin-top: -7.1rem;
  }

  .bullet-point {
    font-size: 14px;
  }
}

#w-node-_4ae0997d-8f46-e54f-b24f-09700f250fa6-652db68f, #w-node-de46cca7-31eb-0418-2efb-449e6e998336-652db68f, #w-node-daf4fa50-d379-8048-98f8-73f98ad027e7-652db68f, #w-node-a391efe9-9941-fdcd-05e2-ea26a22f8101-652db68f, #w-node-c7293208-c490-efe2-13f6-f52a42379d8e-652db68f, #w-node-f1a37ee7-04d3-2238-d361-fbb5e7cf13bb-652db68f, #w-node-_9d460649-f731-a5f2-4619-35a8f6101a0c-652db68f, #w-node-_63dce62c-70b6-6c7b-3c1b-da0f97a05041-652db68f, #w-node-db140ebe-345c-a600-0617-bf5bff1b37c6-652db68f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


