.w-checkbox::after,
.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.p.light.small.utility,
.p.small {
  max-width: none;
  font-size: 14px;
}
.h-3,
.p.condensed,
.p.small {
  text-align: left;
}
.faqs-collection-list,
.faqs-collection-list-wrapper {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
}
.button-text,
.button-text-dark,
.submit-button-2,
.text-counter {
  letter-spacing: 0.1em;
}
.bold-text-home,
.italic-text,
.italic-text-2 {
  font-style: normal;
}
.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.iconcheck {
  width: 24px;
  height: 14px;
}
.menu-link-contain-dropdown:hover .iconcolor,
.menu-link-contain:hover .iconcolor,
.w-inline-block:hover .iconcolor {
  fill: #2c374b;
  transition: 0.5s;
}
.w-checkbox::after {
  clear: both;
}
.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}
.w-checkbox-input--inputType-custom {
  border-width: 1px;
  border-color: #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-style: solid;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.checkboxinput {
  width: 20px;
  height: 20px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.menu-bar-long:hover,
.menu-bar-short,
.menu-bar-short:hover {
  box-shadow: 0 -1px 12px 0 hsla(0, 0%, 100%, 0.47);
}
.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.w-pagination-next,
.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  background-color: #fafafa;
  border-width: 1px;
  border-color: #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-style: solid;
  border-radius: 2px;
}
.menu-trigger,
.section.contact,
.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.menu-trigger {
  position: relative;
  top: -35px;
  right: 0;
  z-index: 99;
  display: flex;
  width: 50%;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.menu-bar-long {
  position: absolute;
  z-index: auto;
  width: 35px;
  height: 3px;
  background-color: #d8d8d8;
  opacity: 1;
  background-clip: border-box;
}
.menu-bar-short {
  position: absolute;
  z-index: 100;
  width: 26px;
  height: 3px;
  background-color: #f0f0f0;
}
.section {
  position: static;
  display: block;
  padding: 11.1em 10vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.contact,
.section.faqs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
}
.section.hero {
  position: relative;
  z-index: 4;
  display: inline-block;
  /* width: 100%;
  height: 100vh; */
  min-height: auto;
  padding: 0;
  top: 0;
  width: 100%;
  vertical-align: text-top;
}
.section.about,
.section.faqs {
  min-height: 100vh;
  padding: 6em 7.5vw;
}
.section.contact {
  position: relative;
  display: flex;
  padding: 6em 7.5vw;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232e41;
}
.section.faqs,
.section.upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.section.faqs {
  display: flex;
  overflow: hidden;
  max-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section.privacy,
.section.terms-conditions,
.section.upload {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -webkit-box-direction: normal;
}
.section.about {
  position: relative;
  max-height: 100vh;
}
.section.upload {
  display: flex;
  max-height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.privacy,
.section.terms-conditions {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  min-height: 100vh;
  padding: 4em 7.5vw;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232e41;
}
.hero-left-contain,
.hero-right-contain {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
}
.hero-left-contain {
  display: block;
  width: 85%;
  max-width: 720px;
  /* margin-top: 170px; */
  margin-bottom: auto;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.hero-left-h1-contain {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  padding-bottom: 0;
}
.hero-h1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: poppins, sans-serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}
.p,
.p-about,
.p.small {
  font-family: "Avenir Roman", sans-serif;
  font-weight: 500;
}
.w-file-upload {
  display: block;
  margin-bottom: 60px;
  margin-top: 60px;
}
.subheading.light.dimmed,
.text-span {
  color: #979797;
}
.hero-left-p-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 450px; */
  margin-bottom: 2.5em;
}
.hero-right-contain,
.lottie-hero-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: auto;
  -webkit-box-direction: normal;
}
.p,
.p-about {
  width: 100%;
  margin-bottom: 0;
  color: #232e41;
  font-size: 16px;
  line-height: 1.8em;
}
.p.light {
  color: #f0f0f0;
}
.p.small,
.p.small.right {
  color: #696969;
  line-height: 1.4em;
}
.bold-text-2,
.bold-text-5,
.field-label.small-text,
.p.light.small {
  font-size: 12px;
}
.p.light.small.utility {
  padding-right: 23px;
  color: #c7c7c7;
}
.p.small.right {
  padding-left: 0;
  text-align: right;
}
.p.small.right.buttons {
  margin-left: 15px;
  padding-left: 0;
  font-size: 14px;
}
.p.small.buttons {
  line-height: 1.1em;
}
.p.condensed {
  line-height: 1.5em;
}
.p.form {
  line-height: 1.2em;
}
.hero-right-contain {
  display: flex;
  /* max-width: 720px; */
  min-height: 600px;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.contact-form-contain,
.lottie-hero-contain {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
}
.lottie-hero-contain {
  position: relative;
  display: flex;
  max-width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-contain,
.logo-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.logo-navbar {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 10;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}
.contact-form-contain,
.page-wrapper-contact {
  background-color: #f0f0f0;
  position: relative;
}
.logo-navbar.blue {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#232e41),
    to(#232e41)
  );
  background-image: linear-gradient(180deg, #142745, #142745);
}
.uploadfield .fields-content {
  justify-content: flex-start;
  height: 585px;
}
.step-space-remove,
.uploadfield .checkbox {
  margin-top: 0;
}
.logo-contain {
  display: flex;
  width: 85%;
  max-width: 1440px;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form-contain,
.logo-link-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}
.logo-file {
  width: 350px;
  max-width: 175%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.page-wrapper-contact,
.page-wrapper-hero-split {
  width: 100%;
  max-width: 100%;
}
.logo-link-contain {
  display: flex;
  margin-right: 25px;
  padding-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-link-contain-white.w--current,
.logo-link-contain.w--current {
  width: 50%;
  margin-right: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-form-contain {
  z-index: 1;
  display: flex;
  margin-top: 3.2em;
  padding: 2em 3em;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c7c7c7;
  border-radius: 12px;
  box-shadow: 2px 0 25px 0 hsla(0, 0%, 100%, 0);
  -webkit-transition: box-shadow 350ms;
  transition: box-shadow 350ms;
}
.contact-h5-contain,
.contact-subtext-contain {
  max-width: 420px;
  padding-right: 15px;
  padding-left: 15px;
}
.benefits-btn-right,
.form,
.h-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
}
.contact-form-contain:hover {
  box-shadow: 2px 0 25px 0 hsla(0, 0%, 100%, 0.51);
}
.contact-h5-contain {
  margin-bottom: 0;
  padding-bottom: 1em;
}
.h-3 {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: #f0f0f0;
  font-size: 36px;
  font-weight: 800;
  text-decoration: none;
}
.contact-form-field,
.subheading {
  font-family: "Avenir Roman", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.h-3.about,
.h-3.benefits {
  position: absolute;
  left: -20%;
  top: 0;
  right: auto;
  bottom: 0;
  color: #f0f0f0;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 0.2em;
}
.h-3.about.dimmed,
.h-3.benefits.dimmed {
  left: -20%;
  color: #979797;
}
.h-3.about.closer,
.h-3.about.dimmed.closer {
  left: -4%;
}
.h-3.benefits.closer,
.h-3.benefits.dimmed.closer {
  left: -12%;
}
.contact-form {
  position: relative;
  z-index: 2;
  width: 90%;
}
.subheading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #2c374b;
  line-height: 1.5em;
}
.subheading.light {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #f0f0f0;
  line-height: 24px;
  text-align: center;
}
.subheading.styleguide {
  position: static;
}
.subheading.form {
  position: static;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 17px;
  line-height: 1.1em;
}
.contact-subtext-contain {
  margin-bottom: 2em;
}
.contact-form-field {
  padding: 1.4em 1.6em;
  border: 1px #000;
  border-radius: 12px;
  background-color: #d8d8d8;
}
.form-submit-button,
.h-5 {
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: #2c374b;
  font-size: 24px;
}
.benefits-btn-right,
.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.form-submit-button {
  background-color: transparent;
  font-weight: 800;
}
.h-5 {
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}
.h-5 span {
  font-weight: 700;
  padding-bottom: 7px;
  display: inline-block;
}
.firststeptext {
  font-family: poppins, sans-serif;
  display: block;
  margin-top: 20px;
}
.text-pdf {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
}
.ins-text,
.limit-text li {
  font-size: 12px;
  font-family: poppins, sans-serif;
  display: block;
}
.ins-text {
  font-weight: 600;
}
.limit-text {
  margin: 0;
  padding: 0;
  list-style: none;
}
.limit-text li {
  font-weight: 500;
  margin-top: 11px;
}
.get-started {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #909090;
  margin-top: 50px;
  margin-left: 80px;
}
.next-prev-button button,
.unit-num {
  font-weight: 500;
  font-family: poppins, sans-serif;
}
.next-prev-button {
  position: absolute;
  bottom: 18px;
  display: block;
  width: 379px;
  z-index: 99;
}
.faqs-content-container,
.faqs-item-contain {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.next-prev-button button {
  width: 120px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  background: #232e41;
  border: 1px solid #232e41;
  font-size: 18px;
}
.pre-btn {
  background: 0 0 !important;
  color: #232e41 !important;
}
.pre-btn img {
  margin-right: 7px;
}
.next-btn {
  float: right;
}
.next-btn img {
  margin-left: 7px;
}
.unit-num {
  font-size: 14px;
  color: #6bb112;
  text-align: left;
}
.unit-num img {
  margin-right: 5px;
}
.drop-arrow {
  position: relative;
}
.drop-arrow-img {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 4px;
  top: 40px;
  background: #fff;
  border-radius: 50px;
}
.contact-heading.light,
.h-5.light {
  margin-top: 10px;
  color: #f0f0f0;
  text-align: left;
}
.bold-text-4,
.contact-heading.underline,
.h-5.underline {
  text-decoration: underline;
}
.contact-heading.line-height,
.h-5.line-height {
  line-height: 38px;
  text-align: left;
  text-transform: none;
}
.button-text,
.button-text-dark,
.button-text-dark:hover,
.explore-rr,
.h-6-menu,
.h-6-menu.underline,
.hero-h1-small {
  text-transform: uppercase;
}
.h-5.line-height.centered {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 26px;
  text-align: left;
  font-family: poppins, sans-serif;
}
.page-wrapper-faqs {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #142745;
}
.faqs-content-container {
  display: flex;
  width: 100%;
  height: 50%;
  margin-top: 3.2em;
  padding: 2em 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}
.faqs-collection-list-wrapper {
  display: block;
  width: 90%;
  height: 100%;
}
.faqs-collection-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}
.faqs-item-contain {
  position: static;
  display: flex;
  height: 100%;
  max-height: 250px;
  min-height: 200px;
  margin-top: 0;
  padding: 1.5em 3em;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #fff;
  border-radius: 12px;
  background-color: #e6e6e6;
  box-shadow: 2px 0 15px 0 hsla(0, 0%, 100%, 0.47);
}
.next-left,
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.footer-light,
.pagination {
  -webkit-flex-direction: row;
}
.next-left,
.next-right {
  border-style: none;
  background-color: transparent;
  text-decoration: none;
}
.default-state,
.faqs-h5-contain,
.success-state {
  width: 100%;
}
.h-6 {
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: #2c374b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
}
.copyright,
.footer-link,
.link {
  padding-right: 1.8em;
  padding-left: 1.8em;
  font-family: "Avenir Roman", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.h-6.light {
  color: #fff;
  text-decoration: none;
}
.faqs-h3-contain {
  width: 90%;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.faqs-p-contain {
  overflow: auto;
  max-height: 95px;
  min-height: 100px;
}
.pagination {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-inner-wrapper,
.next-left {
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
}
.next-left {
  position: relative;
  left: 0;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.faq-inner-wrapper,
.next-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
}
.arrow-right {
  position: relative;
  right: -28px;
}
.arrow-right.flip {
  left: -28px;
  right: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-inner-wrapper {
  position: static;
  display: flex;
  overflow: visible;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.next-right {
  position: relative;
  right: -14%;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-light,
.info-h3-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  margin-bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.next-right.first {
  right: 0;
  margin-top: 15px;
  margin-left: auto;
}
.footer-light {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  padding-top: 1em;
  padding-bottom: 1em;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232e41;
}
.footer-link,
.link {
  color: #979797;
  text-decoration: none;
}
.footer-link.w--current,
.footer-link:hover,
.link.w--current,
.menu-grey-number {
  color: #d8d8d8;
}
.dropdown-link:active,
.footer-link:active,
.link-inline {
  color: #c7c7c7;
}
.copyright {
  margin-top: 0;
  margin-bottom: 0;
  color: #979797;
  line-height: 20px;
}
.info-h3-wrapper {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: 10%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-container-wrapper,
.info-nav-buttons-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  padding: 0;
  position: relative;
}
.jumbo-heading {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: #c7c7c7;
  font-size: 52px;
  font-weight: 800;
  text-align: left;
}
.button-text,
.subheading-contact {
  text-align: center;
  font-family: "Avenir Roman", sans-serif;
  font-weight: 500;
}
.info-container-wrapper {
  display: flex;
  min-height: 60vh;
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
  opacity: 1;
}
.info-nav-buttons-wrapper {
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  display: flex;
  height: 100%;
  min-height: 10vh;
  margin-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.h5-contain,
.info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.info-wrapper {
  display: flex;
  max-width: 525px;
  min-height: 350px;
  padding-right: 2.5em;
  padding-left: 2.5em;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #d8d8d8;
  border-radius: 12px;
  background-color: #142745;
  box-shadow: 0 -2px 25px 0 hsla(0, 0%, 100%, 0.47);
}
.h5-contain,
.p-contain {
  padding-right: 1em;
  padding-left: 1em;
}
.h5-contain {
  display: flex;
  margin-bottom: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
._1-about,
.about-buttons-contain {
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.upload {

  animation: slide-right 7s  0s;
}

@keyframes slide-right {
  0% {
    /* transform: translateX(0); */
    opacity: 0;
  }
  15% {
    opacity: 15px;
  }
  50% {
    opacity: 15px;
  }
  100% {
    opacity: 15px;
  }
}
.p-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  /* max-height: 150px; */
  min-height: 120px;
}
.about-buttons-contain {
  display: -ms-grid;
  display: grid;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 34px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
._1-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 60px;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
._1-about-button-contain,
._2-benefits-button-contain,
._3-hiw-button-contain,
._4-difference-button-contain {
  padding-right: 1.5em;
  padding-left: 1.5em;
  text-decoration: none;
}
.image {
  min-width: 185px;
}
.arrow-down-small-screen,
.field-roommates.hide,
.footerdiplaymobile,
.image.hide,
.otherpagecome .hero-right-contain,
.reset-block,
.slide-nav-2,
.slide-nav-3,
.tab {
  display: none;
}
.subheading-contact {
  position: static;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 30px;
  padding-left: 30px;
  color: #2c374b;
  font-size: 16px;
  line-height: 1.2em;
}
.info-slider-contain,
.upload-form-field.small {
  padding-right: 1em;
  padding-left: 1em;
}
.benefits-arrow-sub-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.menu-wrapper {
  position: fixed;
  left: auto;
  top: 0;
  right: 7.5%;
  bottom: 0;
  z-index: 90;
  display: none;
  width: 275px;
  height: 460px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #f0f0f0;
}
.menu-mid,
.menu-top {
  position: static;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.button-text,
.menu-mid,
.menu-top {
  left: 0;
  top: 0;
  bottom: 0;
}
.menu-top {
  right: 0;
  width: 100%;
  height: 20%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-mid {
  right: 0;
  display: -ms-grid;
  display: grid;
  width: 80%;
  height: 80%;
  margin: auto;
  padding-right: 0;
  padding-left: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}
.div-block-14,
.fname-lname-roommate-contan,
.state-zip-container {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.menu-link-contain,
.menu-link-contain-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.link-block,
.upload-h5-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.menu-link-contain.hide {
  display: none;
  text-align: left;
}
.menu-numer {
  padding-right: 1em;
}
.link-block {
  position: relative;
  display: flex;
  max-width: 220px;
  min-height: 50px;
  min-width: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.button-text {
  position: absolute;
  right: 0;
  width: 270px;
  padding-left: 0;
  color: #f0f0f0;
  font-size: 17px;
  line-height: 50px;
  background-color: #142745;
    margin: 0px;
    border-radius: 6px;
    border: 1px solid white;
    /* font-size: 16px; */
}
.button-text:active,
.button-text:hover,
.submit-button-2:hover {
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, 0.74);
}
.lottie-animation {
  display: block;
  width: 150%;
  height: auto;
  max-height: 150%;
  max-width: 842px;
  min-width: auto;
  padding-right: 0;
  padding-left: 0;
}
.p-faqs {
  width: 100%;
  margin-bottom: 0;
  font-family: "Avenir Roman", sans-serif;
  color: #232e41;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
.p-about.light {
  color: #f0f0f0;
  font-size: 14px;
}
.page-wrapper-upload {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-color: #f0f0f0;
}
.upload-form-contain {
  position: relative;
  z-index: 1;
  margin: auto;
  top:0px;
  /* margin-top: 60px !important; */
  margin-right: 40px;
  display: block;
  min-width: 450px;
  max-width: 450px;
  margin-top: 0;
  padding: 0 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: white;
  box-shadow: none;
  height: 620px;
}
.upload-h5-contain {
  display: flex;
  width: 100%;
  padding-bottom: 0.2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.benefits-single-wrapper,
.fields-content,
.slide-num-wrapper,
.typical-link,
.upload-form-contents,
.upload-form-contents-test {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.upload-form {
  position: static;
  z-index: 2;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.upload-form-contents,
.upload-form-contents-test {
  height: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.upload-form-field {
  max-height: 500px;
  max-width: none;
  margin-bottom: 0;
  padding: 1.4em 1.6em;
  border: 1px #000;
  border-radius: 12px !important;
  background-color: #f0f0f0;
  font-family: "Avenir Roman", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.upload-form-field::-webkit-input-placeholder {
  color: #979797;
}
.upload-form-field:-ms-input-placeholder {
  color: #979797;
}
.upload-form-field::-ms-input-placeholder {
  color: #979797;
}
.upload-form-field::placeholder {
  color: #979797;
}
.upload-form-field._8px {
  margin-right: 16px;
}
.upload-form-field.small::-webkit-input-placeholder {
  font-size: 14px;
}
.upload-form-field.small:-ms-input-placeholder {
  font-size: 14px;
}
.upload-form-field.small::-ms-input-placeholder {
  font-size: 14px;
}
.upload-form-field.small::placeholder {
  font-size: 14px;
}
.step-paginator,
.step-paginator-test {
  height: 100%;
  background-color: transparent;
}
.ui-datepicker-month,
.ui-datepicker-year {
  background: url(../images/down-arr.svg) 62px 8px/14px no-repeat;
}
.step,
.step-test {
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.fields-contain {
  width: 100%;
  margin-top: 1em;
}
.left-arrow-2,
.right-arrow-2 {
  top: auto;
  width: 120px;
  bottom: 0;
}
.benefits-single-wrapper,
.fields-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.upload-form-slider-arrow {
  padding: 12px 0 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: #333f56;
  font-size: 24px;
  line-height: 26px;
}
.slide-num-wrapper,
.submit-form-up {
  font-family: poppins, sans-serif;
  font-weight: 500;
}
.right-arrow-2 {
  left: auto;
  right: 0;
}
.left-arrow-2 {
  left: 0;
  right: auto;
  z-index: 100;
}
.closebtnmobole,
.slide-num-wrapper,
.submit-form-up {
  right: 0;
  position: absolute;
}
.state-zip-container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.checkbox-field-2,
.slide-num-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.checkbox-roommates {
  width: 45px;
  height: 45px;
  margin-top: 0;
  border: 1px solid #979797;
  background-color: #f0f0f0;
}
.checkbox-field-2 {
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}
.closebtnmobole {
  background: 0 0;
  top: 0;
  display: none;
}
.closebtnmobole img {
  width: 15px;
}
.checkbox-label {
  padding-left: 20px;
  font-size: 18px;
}
.image-3 {
  padding-top: 0;
  padding-bottom: 0;
  width: 32px;
  margin-left: 5px;
}
.image-4 {
  margin-top: -35px;
  padding-right: 34px;
}
.slide-num-wrapper {
  display: flex;
  padding: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  height: 22px;
  width: 40px;
  border-radius: 50px;
  font-size: 10px;
  top: 22px;
}
.submit-form-up {
  left: auto;
  bottom: 110px;
  margin: 0;
  background-color: #232e41;
  color: #f0f0f0;
  width: 120px;
  height: 40px;
  border-radius: 40px;
  font-size: 18px;
  z-index: 999999;
}
.upload-form-file-upload-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* max-height: 175px; */
  height: 107px;
  overflow-y: auto;
  min-height: 80px;
  padding: 1.4em 1.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border: 1px #000;
  border-radius: 12px;
  background-color: #f0f0f0;
  font-family: "Avenir Roman", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.unuplodedfiles{display: block;}
.uploading-state {
  display: inline-block;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.uploading-state .upload-form-file-upload-field{
height: auto!important;
min-height: 30px!important;
padding: .4em 1.6em!important;
}
.filenamealign{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask-2,
.mask-test {
  overflow: hidden;
  width: 100%;
  max-width: 350px;
}
.overlay {
  position: absolute;
  left: auto;
  top: auto;
  z-index: 50;
  display: none;
  width: 100%;
  max-width: 520px;
  min-height: 345px;
  border-radius: 20px;
  background-color: #232e41;
}
.left-arrow-3,
.typical-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.typical-link {
  display: flex;
  min-width: 200px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}
.typical-link.w--current {
  min-width: auto;
}
.left-arrow-3 {
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  display: flex;
  width: 50%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.benefits-button-names-wrapper,
.right-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 50px;
}
.right-arrow-3 {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form-success,
.info-slider,
.success-message.upload {
  background-color: transparent;
}
.benefits-button-names-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Avenir Roman", sans-serif;
  color: #979797;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.benefits-btn-left,
.big-form-right-contain {
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.benefits-btn-name-txt {
  min-width: 50px;
  color: #c7c7c7;
}
.benefits-btn-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.collection-item-2 {
  height: 100%;
}
.field {
  min-height: 83px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.slide-2 .field {
  min-height: 78px;
}
.field._70px {
  min-height: 70px;
}
.field.hide,
.login-block {
  display: block;
}
.div-block-16,
.field.flex,
.left-div-hero-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.div-block-16,
.field.flex {
  display: flex;
}
.field-label {
  min-height: 20px;
  font-family: poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #292929;
}
.field-label.small-text.hidden {
  opacity: 0;
}
.left-div-hero-page {
  display: flex;
  width: 100%;
  /* height: 90vh; */
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.right-div-hero-page,
.starter-screen-form-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.right-div-hero-page {
  display: flex;
  width: 50%;
  height: calc(100vh - 0px);
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: #232e41; */
}
.small-form-left-contain {
  display: none;
  overflow: hidden;
  width: 85%;
  height: auto;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.big-form-right-contain {
  display: none;
  overflow: hidden;
  width: 450px;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}
.submit-button-2 {
  display: inline-block;
  height: 60px;
  max-width: 350px;
  min-width: 220px;
  margin-top: 1em;
  padding-left: 45px;
  background-color: transparent;
  background-image: url("../images/button-dark.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: "Avenir Roman", sans-serif;
  color: #f0f0f0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}
.slide-0,
.slide-0-test {
  position: static;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.form-2 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.hero-h1-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Avenir Black", sans-serif;
  color: #2c374b;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 900;
  padding-top: 20px;
}
.icon-2 {
  margin-right: 15px;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}
.hero-left-form-contain {
  display: none;
  width: 75%;
  margin-bottom: 0;
}
.text-span-2 {
  color: #969696;
}
.h-6-menu,
.submit-login,
.submit-reset {
  color: #2c374b;
  font-size: 18px;
  font-weight: 800;
  font-family: "Avenir Heavy", Arial, sans-serif;
}
.starter-screen-form-upload {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login-contents,
.upload-h5-contain-slide0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.logo-file-white {
  width: 200px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.slide-2,
.slide-2-copy,
.slide-3,
.slide-3-copy,
.slide-3-copy-copy,
.slide-4,
.slide-4-copy,
.slide-5,
.slide-5-copy,
.slide-ai {
  overflow: visible;
}
.upload-h5-contain-slide0 {
  display: flex;
  width: 100%;
  padding-bottom: 1.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.login-contents,
.login-logo-wrapper {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
}
.h-6-menu {
  line-height: 30px;
}
.h-6-menu.underline {
  text-decoration: underline;
}
.lottie-animation-3 {
  width: 35px;
  height: 35px;
  margin-right: 7.5%;
  -webkit-filter: contrast(65%);
  filter: contrast(65%);
}
.login-full-wh-container {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(37, 37, 39, 0.82);
  background-image: none;
}
.login-form-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 600px;
  height: 600px;
  margin: auto;
  border-radius: 12px;
  background-color: #232e41;
  box-shadow: 0 -1px 26px 0 #d8d8d8;
}
.login-contents {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3em 2.6em;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.login-form-contents-wrapper,
.login-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}
.login-logo-wrapper {
  display: flex;
  height: 20%;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.logo-login-img {
  height: 47%;
}
.login-form-contents-wrapper {
  display: flex;
  height: 60%;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.field-login,
.field-reset,
.rr-forgor-pw-form,
.rr-login-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
}
.rr-forgor-pw-form,
.rr-login-form {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.submit-login,
.submit-reset {
  width: 100%;
  max-width: none;
  min-height: 50px;
  margin: 25px 0 15px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 12px;
  background-color: #d8d8d8;
  line-height: 26px;
}
.navy-dark,
.style-guide-right {
  background-color: #232e41;
}
.field-label-login,
.p-home,
.subheading-reset {
  font-family: "Avenir Roman", sans-serif;
}
.submit-login:hover,
.submit-reset:hover {
  background-color: #f0f0f0;
}
.submit-login:active,
.submit-reset:active,
.text-span-6 {
  color: #979797;
}
.field-label-login {
  color: transparent;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.field-login,
.field-reset {
  display: flex;
  min-height: 80px;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.logo-link-contain-white,
.lottie-other-pages-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}
.subheading-reset {
  color: #c7c7c7;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}
.close-icon-wrapper {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  padding: 2.5%;
}
.close-login-icon {
  width: 45px;
  height: 45px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
}
.close-login-icon:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.logo-link-contain-white {
  display: flex;
  width: 50%;
  margin-right: 25px;
  padding-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lottie-other-pages-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lottie-other-pages {
  width: 92%;
  height: auto;
  max-height: none;
  max-width: none;
}
.field-roommates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.faqs-content-container-mobile {
  z-index: 1;
  display: none;
  width: 100%;
  height: 50%;
  margin-top: 0;
  padding: 0 0 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}
.utility-pages-content-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.utility-pages-content-wrapper.t-c {
  margin-top: 0;
  margin-bottom: 0;
}
.privacy-policy-h5-contain {
  width: 90%;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.pp-p-contain {
  width: 100%;
  margin-bottom: 2em;
}
.email {
  color: #292929;
  font-weight: 500;
}
.footerdiplaymain .footer-link,
.link.no-margins {
  padding-left: 0;
}
.small-rr {
  width: 20%;
}
.hero-left-p-hint-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -o-object-fit: fill;
  object-fit: fill;
}
.hero-left-p-hint-contain.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-home {
  display: none;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 0;
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 500;
  text-align: justify;
}
.p-home-release.right,
.p-home.right {
  margin-right: 0;
}
.p-home-release.mobile,
.p-home.mobile {
  display: block;
  margin-right: 10px;
  line-height: 18px;
}
.home-button-light {
  /* opacity: 0.23;
  display: none; */
  opacity: 1;
  /* transform: rotate(180deg); */
  /* color: white; */
}
.button-text-dark {
  position: absolute;
  left: 10%;
  top: 0;
  right: 0;
  bottom: 0;
  width: 160px;
  padding-left: 35px;
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: rgba(35, 46, 65, 0.97);
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.first-action-contain,
.second-action-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.button-text-dark:hover,
.success-text {
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: #2c374b;
  font-weight: 800;
}
.button-text-dark:hover {
  text-shadow: 1px 1px 6px rgba(35, 46, 65, 0.34);
}
.first-action-contain {
  display: flex;
  margin-bottom: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.second-action-contain {
  position: relative;
  display: flex;
  margin-top: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hero-buttons-wrapper,
.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.hero-buttons-wrapper {
  display: flex;
  width: 50%;
  min-width: 450px;
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: center;
  margin-left: auto;
}
.hero-headings-wrapper {
  margin-bottom: 2em;
  /* padding-right: 30px; */
}
.image-7 {
  min-width: 200px;
}
.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.utility-page-content,
.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.redlineremove {
  border-color: transparent !important;
}
.utility-page-content {
  display: flex;
  width: 260px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.style-guide-left,
.style-guide-right {
  width: 50%;
  height: 100vh;
  padding-right: 0;
  padding-left: 0;
}
.utility-page-form {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-wrapper,
.style-guide-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.p-wrapper {
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dropdown-list.w--open,
.loader-wrapper,
.page-load-json {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.no-thanks-wrapper,
.no-thanks-wrapper-mobile {
  display: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.style-guide-left {
  position: relative;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-toggle,
.style-guide-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.uploadbtnanimation {
  animation-name: upleftanimation;
  animation-duration: 0.7s;
  animation-delay: 0s;
}
@keyframes upleftanimation {
  0% {
    margin-left: -70px;
    opacity: 0;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}
.releasebtnanimation {
  animation-name: uprightanimation;
  animation-duration: 0.9s;
  animation-delay: 0s;
  font-family: "Avenir Roman", sans-serif!important;
  /* font-weight: 400; */
  font-size: 19px;
}

/* .releasebtnanimation:hover {
  font-weight: 400;
} */
@keyframes uprightanimation {
  0% {
    transform: translateX(150%);
    -webkit-transform:translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(-0%);
    -webkit-transform:translateX(-0%);
    opacity: 1;
  }
}
.uploadmenudelay {
  animation-name: rotate;
  animation-duration: 0.7s;
  animation-delay: 8s;
}
@keyframes rotate {
  0% {
    animation-delay: 0s !important;
    opacity: 0 !important;
    transform: translate3d(0, -6px, 0) !important;
  }
  100% {
    animation-delay: 6s !important;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
.style-guide-right {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.div-block-13 {
  width: 85%;
  padding-right: 34px;
  padding-left: 0;
}
.navy-dark,
.navy-mid {
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
}
.div-block-14 {
  display: -ms-grid;
  display: grid;
  padding-right: 34px;
  padding-left: 34px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.navy-mid {
  background-color: #2c374b;
}
.grey-dark,
.grey-extra-light,
.grey-light,
.grey-mid {
  width: 100px;
  height: 100px;
  border: 1px #f0f0f0;
}
.grey-dark {
  position: relative;
  background-color: #969696;
}
.grey-mid {
  background-color: #c7c7c7;
}
.grey-light {
  background-color: #d8d8d8;
}
.grey-extra-light {
  background-color: #f0f0f0;
}
.scroll-page {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.footer-landing {
  position: absolute;
  left: auto;
  z-index: 9;
  width: 50%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-load-json {
  z-index: 999999;
  width: 100vw;
  height: auto;
  min-height: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.loader-wrapper {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b3848;
}
.success-text.release {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
}
.error-text {
  font-family: "Avenir Book";
  font-weight: 400;
}
.inline-link {
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: #969696;
  font-weight: 800;
}
.insurance-up-text {
  color: #232e41;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  font-family: poppins, sans-serif;
  line-height: 28px;
}
.link-inline.blue {
  color: #232e41;
  font-weight: 600;
}
.login-link,
.reset-link {
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: #f0f0f0;
  font-weight: 800;
  cursor: pointer;
}
.subheading-login {
  display: none;
  font-family: "Avenir Roman", sans-serif;
  color: #c7c7c7;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}
.dropdown-toggle {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-link-contain-dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  margin-right: 0;
  margin-left: 0;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.div-block-15 {
  position: relative;
  margin-left: 1em;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.icon-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.dropdown-list.w--open,
.footer-home {
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.dropdown-list.w--open {
  top: 150%;
  right: 0;
  bottom: auto;
  display: flex;
  margin-left: 1.3em;
  padding-left: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0f0f0;
}
.dropdown-link {
  min-width: 138px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: #696969;
  font-weight: 800;
  text-align: left;
}
.bold-text-home,
.explore-rr {
  font-family: "Avenir Roman", sans-serif;
}
.bold-text,
.bold-text-home,
.explore-rr,
.paragraph,
.subtitle {
  font-weight: 500;
}
.dropdown-link:hover {
  color: #232e41;
}
.dropdown-link.w--current {
  color: #132c5b;
}
.bold-text-home {
  font-size: 16px;
  text-align: left;
  line-height: 27px;
  font-family: poppins, sans-serif;
  font-weight: 400;
}
.footer-home {
  top: auto;
  right: auto;
  bottom: 1%;
  display: flex;
  min-height: 36px;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.add-rommate-wrapper,
.upload-form-contain-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.add-rommate-wrapper,
.big-form-right-contain-test,
.upload-form-contain-test {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.ui-datepicker {
  z-index: 9999999999 !important;
}
.big-form-right-contain-test {
  overflow: hidden;
  width: 85%;
  max-width: 720px;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}
.upload-form-contain-test {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 0;
  padding: 2em 3.4em;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #d8d8d8;
  box-shadow: none;
}
.upload-form-test {
  position: static;
  z-index: 2;
  height: 600px;
  padding-right: 0;
  padding-left: 0;
}
.about-underline,
.benefits-underline,
.how-it-works-underline {
  right: auto;
  height: 2px;
  box-shadow: 0 -4px 20px 1px hsla(0, 0%, 100%, 0.68);
  bottom: 0;
  background-color: #f0f0f0;
  position: absolute;
}
.fname-lname-roommate-contan {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.about-underline {
  left: 12%;
  width: 100%;
  max-width: 120px;
}
.benefits-underline {
  left: 6%;
  width: 140px;
}
.how-it-works-underline {
  left: 3%;
  width: 175px;
}
.add-rommate-wrapper {
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-bottom: 20px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
.image-9 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.small-rr-contain {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.explore-rr {
  position: absolute;
  display: none;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-shadow: 1px 1px 6px #232e41;
}
.text-span-3 {
  font-family: "Avenir Heavy", Arial, sans-serif;
  color: #2c374b;
  font-size: 18px;
}
.insurance-ai-explain,
.insurance-pdf-text,
.paragraph,
.subtitle,
.success-message {
  font-family: "Avenir Roman", sans-serif;
}
.paragraph {
  font-size: 12px;
}
.success-message {
  position: absolute;
  left: 0;
  top: 28%;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 45%;
  max-height: none;
  max-width: 450px;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: rgba(161, 216, 202, 0.55);
  font-weight: 500;
}
.success-message.contact {
  position: static;
  width: 100%;
  max-width: 450px;
}
.success-message.release {
  position: static;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #f0f0f0;
}
.success-message.login {
  height: 10%;
  background-color: #d8d8d8;
}
.success-message.login.reset {
  height: 14%;
}
.error-message {
  position: absolute;
  top: auto;
  bottom: 20%;
  width: 83%;
  padding-right: 20px;
  border-radius: 8px;
  background-color: #ffdede;
}
.error-message.contact {
  position: relative;
  bottom: 0;
  width: 100%;
}
.error-message-2 {
  max-width: 420px;
}
.bold-text {
  font-size: 14px;
  text-align: left;
}
.italic-text {
  color: #232e41;
  font-size: 14px;
  line-height: 1.4em;
}
.text-span-4 {
  font-size: 12px;
  line-height: 1.1em;
}
.insurance-pdf-text {
  margin-top: 10px;
  color: #232e41;
  font-size: 13px;
  text-align: center;
}
.insurance-ai-explain {
  margin-top: 0;
  color: #232e41;
  font-size: 12px;
  text-align: left;
  display: block;
  background: url(../images/info.svg) no-repeat;
  padding: 0 0 0 15px;
}
.paragraph-2 {
  font-size: 13px;
}
.paragraph-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.bold-text-3 {
  color: #f0f0f0;
  font-size: 16px;
}
.checkbox {
  display: block;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.footerdiplaymain {
  right: 0;
  width: 50% !important;
  justify-content: flex-start !important;
  display: flex;
  /* margin-left: 77px; */
  margin-left: 0;
}
.subtitle {
  color: #232e41;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
}
.contact-heading,
.p-home-release,
.submit-form-contact {
  font-family: "Avenir Heavy", Arial, sans-serif;
  font-weight: 800;
}
.checkbox-2 {
  border-color: #979797;
}
/* .ui-widget{
  font-size: 13px!important;
} */
.ui-menu-item{
  font-size: 14px!important;
}
.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.div-block-18 {
  margin-top: 20px;
}
.submit-form-contact {
  position: relative;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  margin: 15px 0 15px 15px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 12px;
  background-color: #2c374b;
  color: #f0f0f0;
  font-size: 24px;
  line-height: 26px;
}
.contact-heading {
  color: #2c374b;
  font-size: 32px;
  line-height: 26px;
  text-align: left;
}
.contact-heading.line-height.centered {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 26px;
  text-align: left;
}
.p-home-release {
  display: block;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 0;
  padding-right: 2px;
  color: #232e41;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
}
.learn-more-link-home-release {
  font-family: "Avenir Roman", sans-serif;
  color: #646464;
  font-size: 14px;
  line-height: 0.6em;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
.text-span-5 {
  color: #646464;
  font-size: 15px;
}
.footerdiplaymobile{
  display: none;
}
.rightinnermain{
  display: block;
  text-align: center;
  padding: 0px 20px;
  position: relative;
}
.buttonnext{ 
  width: 300px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50px;
    display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  margin: auto;
  position: absolute;
  bottom: 11%;
  left: 0px;
  right: 0px;
}
.buttonnext:hover{
  opacity: 0.7;
}
@media screen and (min-width: 1920px) {
  .body-2,
  .footer-home {
    -webkit-box-direction: normal;
  }
  .menu-trigger {
    left: 114px;
  }
  .hero-left-contain {
    display: block;
  }
  .hero-h1 {
    font-size: 34px;
  }
  .loader-wrapper,
  .otherpagecome .hero-right-contain,
  .small-form-left-contain {
    display: none;
  }
  .lottie-hero-contain {
    height: auto;
    max-height: none;
    max-width: none;
  }
  .logo-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-contain {
    max-width: 1440px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo-file {
    width: 400px;
  }
  .page-wrapper-hero-split {
    position: absolute;
    top: 0;
  }
  .faqs-content-container {
    height: auto;
    min-height: 60vh;
  }
  .info-h3-wrapper {
    max-width: 1440px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-wrapper {
    right: 5.5%;
    display: none;
  }
  .lottie-animation {
    width: 175%;
    height: auto;
    max-width: 1125px;
  }
  .arrow-down-small-screen {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .hero-h1-small {
    width: 75%;
  }
  .lottie-animation-3 {
    margin-right: 0;
  }
  .lottie-other-pages {
    width: 75%;
    height: auto;
    max-height: none;
    max-width: none;
  }
  .scroll-page {
    position: static;
  }
  .footer-home {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .body-2 {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* .body-big {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(50%, #fff),
      color-stop(0, #232e41)
    );
    background-image: linear-gradient(90deg, #fff 50%, #232e41 0);
  } */
}
.aistate,
.uploadselect {
  height: 52px;
  background: url(../images/arrow-down.svg) 150px 15px no-repeat #f0f0f0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
input:focus,
select:focus {
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 15px;
  transition: 0.5s;
}
@media screen and (max-width: 1600px) {
.releasebtn .p-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}

.p-home-release {
    font-size: 15px;
    line-height: 16px;
}
.hero-h1-small {
    font-size: 26px;
    line-height: 1.1em;
}
  .slide-2 .slide-num-wrapper {
    padding-bottom: 0;
  }
  .slide-2 h3 {
    margin-bottom: 0;
  }
  .fields-contain,
  .firststeptext {
    margin-top: 0;
  }
  .get-started {
    margin-top: 83px;
    margin-left: 80px;
  }
  .upload-form-contain {
    height: 620px;
  }
  .w-file-upload {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .uploadfield .fields-content {
    height: 590px;
  }
}
@media screen and (max-width: 1366px) {
  .upload-h5-contain-slide0 {
    padding-bottom: 0;
  }
  .additional,
  .mobile-display-none,
  .nobr {
    display: none;
  }
  .fields-contain {
    margin-top: 0;
  }
  .get-started {
    margin-top: 105px;
    margin-left: 80px;
  }
  .upload-form-field {
    margin-top: 25px;
  }
  .insurance-ai-explain p {
    padding: 0;
    margin: 0;
  }
  .left-arrow-2,
  .right-arrow-2 {
    bottom: -5px;
  }
  .field {
    min-height: auto;
  }
  .step-5-back-btn .left-arrow-2 {
    bottom: 3px;
  }
  .upload-form-slider-arrow {
    font-size: 20px;
    padding: 12px 0 4px;
  }
}
@media screen and (max-width: 1365px) {
  .buttonnext {
    width: 200px;
    height: 50px;
    font-size: 16px;
    padding: 0px 7px;
    bottom: 5%;
  }
  .logoicn{
    width: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .field-label {
    display: none;
  }
  .step-space-remove .field {
    min-height: 69px;
  }
  .hero-left-h1-contain {
    margin-top: 3.1em;
  }
}
@media screen and (max-width: 1199px) {
  .field-label {
    display: none;
  }
  .uploadfield .fields-content {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .footerdiplaymobile {
    display: none !important;
  }
  .footerdiplaymain {
    right: 0;
    width: 100% !important;
    justify-content: center !important;
    display: none;
    margin-left: 0px;
  }
  .hero-left-contain,
  .hero-right-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .section.hero {
    position: relative;
    height: auto;
    max-height: 200vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-trigger {
    top: 0;
  }
  .lottie-animation-3 {
    filter: contrast(0%) !important;
  }
  .section.about {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .hero-left-contain {
    display: flex;
    /* margin-top: auto; */
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
  .hero-left-h1-contain {
    width: 90%;
  }
  .hero-h1 {
    font-size: 36px;
    line-height: 1.4em;
  }
  .p.light.small.utility {
    padding-right: 8px;
  }
  .hero-right-contain {
    display: flex;
    width: 100%;
    min-height: auto;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .lottie-hero-contain {
    padding: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-navbar {
    background-image: none;
  }
  .faqs-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .faqs-collection-list-wrapper,
  .footer-light {
    width: 100%;
  }
  .faqs-collection-list {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .faqs-item-contain {
    padding-right: 1em;
    padding-left: 1em;
  }
  .faqs-p-contain,
  .p-faqs {
    overflow: auto;
  }
  .info-h3-wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .jumbo-heading {
    font-size: 42px;
  }
  .info-container-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-buttons-contain {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .lottie-animation {
    height: auto;
  }
  .upload-form-contain,
  .upload-form-contain-test {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .left-div-hero-page {
    width: 100%;
    height: auto;
    min-height: 75vh;
  }
  .right-div-hero-page {
    width: 100%;
    height: auto;
    min-height: auto;
    display: block;
  }
  .small-form-left-contain {
    display: none;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .submit-button-2 {
    margin-top: 0.5em;
  }
  .big-form-right-contain-test,
  .faqs-content-container-mobile,
  .login-full-wh-container {
    display: none;
  }
  .lottie-other-pages-container {
    overflow: hidden;
  }
  .lottie-other-pages {
    width: 125%;
  }
  .first-action-contain,
  .second-action-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 50%;
    height: 100%;
    min-height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .hero-left-p-hint-contain {
    max-width: none;
  }
  .first-action-contain {
    display: flex;
    padding-right: 10%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .second-action-contain {
    display: flex;
    margin-top: 0;
    padding-right: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    min-width: 360px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .hero-headings-wrapper {
    display: block;
    margin-bottom: 1.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .style-guide-left {
    width: 100%;
    height: auto;
    min-height: 70vh;
  }
  .style-guide-right {
    width: 100%;
    height: auto;
    min-height: 30vh;
  }
  .page-load-json {
    width: 100vw;
    min-height: auto;
  }
  .footer-home {
    position: relative;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 1em;
    background-color: #142745;
  }
}
@media screen and (max-width: 767px) {
  .additional,
  .faqs-content-container,
  .faqs-h3-contain,
  .info-h3-wrapper,
  .loader-wrapper,
  .login-full-wh-container,
  .no-thanks-wrapper,
  .otherpagecome .hero-right-contain,
  .otherpagecome .left-div-hero-page,
  .p.centered.mobile {
    display: none;
  }
  .subtitletext {
    font-size: 12px!important;
    line-height: 15px!important;
  }
  .w-file-upload{
    margin-bottom: 10px!important;
  }
  .mobiletopsectionhide .big-form-right-contain {
    display: block !important;
  }
  .mobiletopsectionhide .left-div-hero-page {
    display: none !important;
  }
  .slide-num-wrapper {
    right: 20px !important;
  }
  .closebtnmobole {
    display: block;
    right: -11px;
    top: 4px;
  }
  .hero-buttons-wrapper {
    display: block;
    width: 100%;
  }
  .first-action-contain,
  .second-action-contain {
    width: 49% !important;
    display: inline-block;
  }
  .hero-buttons-wrapper a {
    min-width: auto;
    max-width: inherit;
  }
  .hero-buttons-wrapper .button-text {
    width: 100px;
    font-size: 15px;
  }
  .hero-buttons-wrapper .button-text-dark {
    padding-right: 40px;
    text-align: right;
    font-size: 15px;
  }
  .hero-left-p-contain {
    margin-bottom: 0.5rem;
    max-width: none;
  }
  .first-action-contain {
    padding: 0;
  }
  .footer-home,
  .footer-light {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    padding-bottom: 1em;
  }
  .hero-left-contain,
  .hero-right-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .first-action-contain .image-7 {
    width: 130px;
    min-width: auto;
  }
  .image-3 {
    width: 20px;
  }
  .limit-text li {
    margin-top: 7px;
  }
  .section.hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section.contact {
    height: auto;
    max-height: none;
    min-height: 100vh;
  }
  .faqs-p-contain,
  .section.about,
  .section.faqs {
    max-height: none;
  }
  .section.privacy,
  .section.terms-conditions {
    height: 100%;
    max-height: none;
    min-height: 100vh;
  }
  .hero-left-contain {
    display: flex;
    width: 85%;
    /* margin-top: auto; */
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .hero-left-h1-contain {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-h1 {
    font-size: 28px;
    line-height: 1.3em;
  }
  .p.light.small.utility {
    padding-right: 12px;
  }
  .p.centered {
    text-align: center;
  }
  .p.small {
    max-width: 450px;
  }
  .field-label,
  .field-label-login,
  .p.small.right {
    text-align: left;
  }
  .hero-right-contain {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .field,
  .field-login,
  .field-reset,
  .field-roommates,
  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .lottie-hero-contain {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-wrapper-contact {
    position: relative;
    height: auto;
  }
  .contact-form-contain,
  .faqs-collection-list-wrapper {
    margin-top: 2em;
  }
  .h-3,
  .jumbo-heading {
    font-size: 38px;
  }
  .h-3.about,
  .h-3.about.dimmed,
  .h-3.benefits,
  .h-3.benefits.dimmed {
    left: -12%;
  }
  .faqs-collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .faqs-item-contain {
    max-height: 300px;
    min-height: 250px;
  }
  .faq-inner-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-light {
    margin-bottom: 0;
    padding-top: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .arrow-wrapper,
  .field,
  .field-login,
  .field-reset,
  .field-roommates,
  .form-2,
  .hero-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .info-nav-buttons-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-buttons-contain {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
  .first-action-contain,
  .link-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .field,
  .field-login,
  .field-reset,
  .field-roommates {
    display: flex;
    width: 100%;
    max-width: 500px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-div-hero-page {
    width: 100%;
    height: 100%;
    min-height: 75vh;
    margin-top: auto;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .right-div-hero-page {
    width: 100%;
    min-height: auto;
  }
  .small-form-left-contain {
    display: none;
    width: 85%;
    padding-right: 0;
    padding-left: 0;
  }
  .submit-button-2 {
    width: 100%;
    background-position: 0 50%;
  }
  .form-2 {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .arrow-down-small-screen,
  .arrow-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .arrow-down-small-screen {
    display: flex;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .arrow-wrapper {
    display: flex;
    height: 100px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lottie-animation-2 {
    width: 45px;
    height: 45px;
  }
  .hero-h1-small {
    font-size: 28px;
  }
  .hero-left-form-contain {
    width: 75%;
  }
  .login-form-wrapper {
    width: 450px;
  }
  .logo-link-contain-white.w--current {
    padding-left: 0;
  }
  .faqs-content-container-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
  }
  .style-guide-right,
  .utility-pages-content-wrapper {
    width: 100%;
  }
  .hero-left-p-hint-contain {
    max-width: none;
  }
  .home-button-light {
    /* min-height: 58px;
    min-width: 223px; */
    min-width: auto;
    width: 130px;
    /* -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); */
    /* display: none; */
  }
  .button-text-dark {
    left: 0;
    padding-left: 10px;
  }
  .second-action-contain {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-buttons-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-headings-wrapper {
    margin-bottom: 1em;
  }
  .no-thanks-wrapper-mobile {
    display: block;
  }
  .style-guide-left {
    width: 100%;
    height: auto;
    min-height: 80vh;
    margin-top: auto;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .scroll-page {
    height: 100vh;
  }
  .page-load-json {
    width: 100vw;
    height: auto;
    min-height: auto;
  }
  .footer-home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 375px) and (min-width: 375px) {
  .submit-form-up {
    bottom: 4px !important;
  }
  .get-started {
    margin-top: 22px !important;
  }
}
@media screen and (max-width: 479px) {
  .section.contact,
  .section.faqs,
  .section.privacy,
  .section.terms-conditions {
    margin-bottom: auto;
    margin-top: auto;
  }
  .contact-heading.light,
  .h-5.light,
  .hero-h1,
  .subheading.light {
    text-align: left;
  }
  .footer-home,
  .footer-light,
  .hero-left-p-contain,
  .info-slider-contain,
  .right-div-hero-page,
  .section.hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .section.hero {
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.contact {
    height: auto;
    padding: 0 6vw;
  }
  .section.faqs {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section.about {
    position: relative;
    max-height: none;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .section.terms-conditions {
    padding: 4em 6vw 0;
  }
  .section.privacy {
    padding: 4em 6vw;
  }
  .hero-left-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: auto; */
    margin-top: 20px;
  }
  .hero-right-contain,
  .lottie-hero-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .hero-h1 {
    font-size: 23px !important;
  }
  .hero-left-p-contain {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p,
  .subheading-contact,
  .upload-form-field {
    font-size: 14px;
  }
  .p.light.small.utility {
    padding-right: 0;
  }
  .hero-right-contain {
    display: flex;
    overflow: visible;
    width: 100%;
    margin-top: 30px;
  }
  .lottie-hero-contain {
    display: flex;
    overflow: hidden;
    max-width: none;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-file {
    width: 200px;
    max-width: 150%;
  }
  .logo-link-contain.w--current {
    padding-left: 0;
  }
  .page-wrapper-contact {
    min-height: 100vh;
  }
  .contact-form-contain {
    max-width: 320px;
    padding: 1em 2em;
  }
  .footer-light,
  .footer-link.w--current,
  .link.w--current {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .contact-h5-contain,
  .contact-subtext-contain,
  .upload-form-contain {
    padding-right: 0;
    padding-left: 0;
  }
  .benefits-underline,
  .h-3.about,
  .h-3.about.dimmed,
  .h-3.benefits.dimmed.closer,
  .how-it-works-underline {
    left: -4%;
  }
  .h-3.benefits,
  .h-3.benefits.dimmed {
    left: -10%;
  }
  .contact-form {
    width: 100%;
  }
  .subheading.light {
    left: 25%;
    font-weight: 500;
  }
  .subheading.light.dimmed {
    left: 25%;
    width: 200px;
    text-align: left;
  }
  .subheading.form {
    font-size: 15px;
  }
  .faqs-item-contain {
    overflow: auto;
    max-height: 350px;
  }
  .h-6 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .faqs-h3-contain {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .faqs-p-contain {
    max-height: 120px;
  }
  .faq-inner-wrapper {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-light {
    position: static;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-link {
    padding: 0.5em 0.8em;
  }
  .copyright {
    padding-right: 1.2em;
    padding-left: 1.2em;
  }
  .info-h3-wrapper {
    position: static;
    width: 89%;
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
  }
  .jumbo-heading {
    font-size: 28px;
  }
  .info-container-wrapper {
    min-height: 60vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-nav-buttons-wrapper {
    padding-top: 2em;
    padding-bottom: 0;
  }
  .info-wrapper {
    width: 100%;
    padding-right: 1.5em;
    padding-left: 1.5em;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .h5-contain,
  .info-slider-contain,
  .p-contain {
    padding-right: 0;
    padding-left: 0;
  }
  .h5-contain {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-contain {
    max-height: none;
  }
  .about-buttons-contain {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  ._1-about {
    width: 200px;
  }
  .info-slider-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-wrapper {
    right: 5%;
    display: none;
  }
  .button-text {
    font-size: 16px;
  }
  .lottie-animation {
    overflow: hidden;
    width: 200%;
    max-width: none;
  }
  .p-about.light {
    overflow: visible;
  }
  .upload-h5-contain {
    height: 12%;
  }
  .submit-form-contact,
  .upload-form-slider-arrow {
    font-size: 18px;
  }
  .mask-2,
  .mask-test {
    padding-right: 25px;
    padding-left: 25px;
  }
  .benefits-single-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .info-slider {
    height: 100%;
  }
  .benefits-button-names-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .benefits-btn-name-txt {
    font-size: 12px;
  }
  .benefits-btn-name-txt.right {
    text-align: right;
  }
  .p-home,
  .p-home-release,
  .p-home-release.right,
  .p-home.right {
    text-align: justify;
    display: none;
  }
  .benefits-btn-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .benefits-btn-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .field,
  .field-roommates {
    width: 100%;
    max-width: 500px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .field-label,
  .field-label.small-text {
    font-size: 11px;
  }
  .left-div-hero-page {
    height: 100%;
    min-height: 75vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .right-div-hero-page {
    overflow: hidden;
    min-height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .small-form-left-contain {
    display: none;
    margin-bottom: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .submit-button-2 {
    padding-left: 18%;
    clear: none;
  }
  .arrow-down-small-screen {
    height: 45px;
    margin-top: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .lottie-animation-2 {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-h1-small {
    font-size: 28px;
    line-height: 1.2em;
  }
  .text-span-2 {
    font-size: 26px;
  }
  .login-full-wh-container {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .login-form-wrapper {
    top: -15%;
    width: 320px;
    height: 550px;
  }
  .field-login,
  .field-reset {
    width: auto;
    max-width: 500px;
  }
  .close-login-icon {
    width: 35px;
    height: 35px;
  }
  .logo-link-contain-white,
  .logo-link-contain-white.w--current {
    width: 75%;
    padding-left: 0;
  }
  .lottie-other-pages-container {
    overflow: hidden;
  }
  .lottie-other-pages {
    overflow: hidden;
    width: 200%;
    height: auto;
    max-width: none;
  }
  .faqs-content-container-mobile {
    margin-top: auto;
    margin-bottom: auto;
  }
  .utility-pages-content-wrapper {
    width: 97%;
    margin-bottom: 10%;
  }
  .utility-pages-content-wrapper.t-c {
    margin-bottom: 30%;
  }
  .link {
    padding: 1em 0;
    font-size: 14px;
  }
  .p-home,
  .p-home-release {
    margin-right: 0;
    font-size: 20px;
  }
  .p-home-release.mobile,
  .p-home.mobile {
    display: block;
  }
  .button-text-dark {
    padding-left: 10px;
    font-size: 17px;
  }
  .second-action-contain {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-buttons-wrapper {
    width: 100%;
    min-width: 300px;
    margin-top: 1em;
  }
  .hero-headings-wrapper {
    margin-bottom: 0;
    padding-right: 0;
  }
  .style-guide-left {
    height: 100%;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .style-guide-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .scroll-page {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .page-load-json {
    width: 100vw;
    height: auto;
    min-height: auto;
  }
  .loader-wrapper,
  .reset-block {
    display: none;
  }
  .bold-text-home,
  .learn-more-link-home-release {
    font-size: 14px;
    text-align: center;
  }
  .footer-home {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1em;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .big-form-right-contain-test {
    display: none;
    min-width: 320px;
  }
  .upload-form-contain-test {
    min-width: 360px;
    padding-right: 0;
    padding-left: 0;
  }
  .add-rommate-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .success-message.contact {
    max-width: none;
    min-width: auto;
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .success-message.login.reset {
    height: 22%;
  }
  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .file-upload {
    margin-top: 40px;
  }
  .contact-heading {
    font-size: 20px;
    line-height: 34px;
  }
  .contact-heading.line-height.centered {
    font-size: 20px;
  }
}
#w-node-_0b203ecd-d1b0-542a-550e-56f970483c31-acf40d61,
#w-node-_5f66ac09-383d-b8a2-7db7-158552467641-acf40d61 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}
#w-node-_337c2939-5a47-47ab-bead-536922430927-f8f40d63,
#w-node-c9096357-401c-64f5-dc95-842c1f8e04af-f7f40d65,
#w-node-f1a4dff5-6bd3-c225-0de5-3c8e374cb7d1-21f40d67,
#w-node-f3ca962f-57fc-79b5-6cd7-5951a24783e7-fff40d66 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}
@media screen and (max-width: 767px) {
  .next-prev-button button,
  .submit-form-up {
    width: 98px;
    font-size: 15px;
    height: 35px;
  }
  .buttonnext {
    bottom: 0%;
  }
  #w-node-_0b203ecd-d1b0-542a-550e-56f970483c31-acf40d61,
  #w-node-_5f66ac09-383d-b8a2-7db7-158552467641-acf40d61 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .submit-form-up {
    bottom: -2px;
  }
  .big-form-right-contain {
    width: 320px;
  }
  .upload-form-contain {
    min-width: 320px;
    padding: 0;
  }
  .upload-form-field {
    font-size: 14px;
  }
  .upload-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .h-5.line-height.centered {
    line-height: 20px;
    font-size: 18px;
  }
  .aistate,
  .uploadselect {
    height: 38px !important;
    background: url(../images/arrow-down.svg) 111px 11px/16px no-repeat #f0f0f0;
  }
  .insurance-up-text {
    font-size: 14px;
    line-height: 21px;
  }
  .unit-num {
    font-size: 11px;
  }
  .get-started {
    margin-top: 115px;
    margin-left: 22px;
  }
  .click-next{
   margin-left: 0px;
  }
  .upload-form-file-upload-field {
    min-height: 100px;
  }
  .next-prev-button {
    width: 290px;
  }
  .upload-form-contain {
    height: 550px;
  }
  .uploadfield .fields-content {
    height: 430px;
  }
  .mobile-display-none,
  .mobilenone {
    display: none;
  }
}
@font-face {
  font-family: "Avenir Roman";
  src: url("../fonts/Avenir-Roman-12.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Black";
  src: url("../fonts/Avenir-Black-03.ttf") format("truetype"),
    url("../fonts/Avenir-Heavy-05.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Heavy";
  src: url("../fonts/Avenir-Heavy-05.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.cursor-pointer {
  cursor: pointer;
}
.invalid {
  border: 2px solid red;
}
.error {
  color: red;
}
.upload-form-dis {
  display: flex;
  opacity: 1 !important;
}
/* ======================== animation css ==================== */
:root {
  --primary:#335dfd
}
header {
  margin: 3rem 0 5rem;
}
header h1 {
  font-size: 3rem;
}
section {
  margin: 0 1rem;
}
.card {
  background-color: #fff;
  padding: 1rem;
  border-radius: .3rem;
  z-index: -2;
  position: relative;
  box-shadow: 0 4px 94px rgba(0,0,0,.1);
}
.loading-name {
  text-align: center;
  margin-top: 2rem;
  color: #666;
}
.loading-wrapper {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  position: relative;
}
.loading-wrapper2 {
  padding: 3rem;
  height: 8rem;
  margin: 0 auto;
  position: relative;
}
.loading-devover, .loading-devover:after {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
}
.loading-devover + .img {
  position: absolute;
  background-color: var(--primary);
  padding: 1.3rem;
  top: 0;
  width: 75%;
  height: 75%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.loading-devover + .img img {
  width: 100%;
}
.loading-devover  {
  border-radius: 50%;
  border-top: .7rem solid rgba(0,0,0,.05);
  border-right: .7rem solid rgba(0,0,0,.05);
  border-bottom: .7rem solid rgba(0,0,0,.05);
  border-left: .7rem solid var(--primary);
  position: relative;
  animation: first linear 1s infinite;
}

.loading-devover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}

.loading-pouring {
  width: 8rem;
  height: 8rem;
  background-color: #eee;
  border-radius: 50%;
  position:relative;
  overflow: hidden;
}
.loading-pouring:before {
  background-color: #eee;
  border-radius: 2rem;
  position: absolute;
  width: 200px;
  height: 200px;
  content: '';
  z-index: 3;
  bottom: 0;
  left: -40px;
  animation: pouringLagi 6s ease-in-out infinite;
}
.loading-pouring:after {
  content: '';
  background-color: var(--primary);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  animation: pouring 5s linear forwards;
}
.loading-bar,
.loading-bar:before,
.loading-bar:after {
  width: 1rem;
  height: 3rem;
  background-color: var(--primary);
  animation: animateBar 1s ease-in-out infinite;
}
.loading-bar {
  animation-delay: -.16s;
  position: relative;
  display: flex;
  align-items: center;
}
.loading-bar:before {
  position: absolute;
  right: 2rem;
  content: '';
}
.loading-bar:after {
  position: absolute;
  animation-delay: -.32s;
  content: '';
  left: 2rem;
}
.loading-bouncing {
  background-color: var(--primary);
  width: 3rem;
  height: 3rem;
  padding: .7rem;
  position: absolute;
  margin: 0 auto;
  top: 0;
  border-radius: 50%;
  box-shadow: 0 4px 30px rgba(0,0,0,.2);
  animation: bouncing 1s ease-in-out infinite
}
.loading-bouncing img {
  width: 100%;    
}
.loading-pulse {
  background-color: var(--primary);
  padding: .8rem;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
}
.loading-pulse:after {
  content: '';
  position: absolute;
  background-color: var(--primary);
  opacity: 70%;
  width: 5rem;
  height: 5rem;
  z-index: -1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  animation: pulse 1s ease-out infinite;
}
.loading-pulse img {
  width: 100%;
}
.loading-bar1 {
  width: 100%;
  background-color: #232e41;
  height: 20px;
  border-radius: 1rem;
  position: relative;
}
.loading-bar1:after {
  position: absolute;
  content: '';
  left:0;
  width: 10px;
  height: 20px;
  background-color: #727b8b;
  border-radius: 1rem;
  animation: bar1 linear 3s infinite;
}
.loading-bar2 {
  width: 100%;
  background-color: #eee;
  height: 10px;
  border-radius: 1rem;
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}
.loading-bar2:after {
  position: absolute;
  content: '';
  left:-30px;
  width: 30px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 1rem;
  animation: bar2 linear 1s infinite;
}
.loading-bar3 {
  width: 100%;
  background-color: #eee;
  height: 10px;
  border-radius: 1rem;
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}
.loading-bar3:after {
  position: absolute;
  content: '';
  left:0px;
  width: 30px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 1rem;
  animation: bar3 linear 3s infinite;
}
.rightSideDiv
{
  min-width: 100%; 
  align-items: center;
    justify-content: center;
    display: flex;
}

.rightSideDiv img {
width: 80%;
}
@keyframes first {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(360deg);
  }
}
@keyframes pouring {
  0% {
      top: 100%;
  }
  100% {
      top: 0;
  }
}
@keyframes pouringLagi {
  0% {
      bottom: 0;
      border-radius: 10%;
  }
  20% {
      border-radius: 20%;
  }
  30% {
      border-radius: 30%;
  }
  40% {
      border-radius: 50%;
  }
  70% {
      border-radius: 40%;
  }
  100% {
      bottom: 100%;
      border-radius: 20%;
      transform: rotate(360deg);
  }
}
@keyframes animateBar {
  0% {
      height: 3rem;
  }
  50% {
      height: 6rem
  }
  100% {
      height: 3rem
  }
}
@keyframes bouncing {
  0% {
      top: 10%;
      transform: rotate(0deg);
  }
  30% {
      top: 80%;
  }
  60% {
      top: 0%;
  }
  90% {
      top: 10%;
  }
  100% {
      transform: rotate(360deg);
      top: 10%;
  }
}
@keyframes pulse {
  0% {
      opacity: 100%;
      width: 4.5rem;
      height: 4.5rem;
  }
  5% {
      opacity: 90%;
      width: 4.5rem;
      height: 4.5rem;
  }
  100% {
      opacity: 0;
      width: 8rem;
      height: 8rem;
  }
}
@keyframes bar1 {
  0% {
      width: 0;
  }
  30% {
      width: 60%
  }
  50% {
      width: 80%;
  }
  100% {
      width: 100%;
  }
}
@keyframes bar2 {
  0% {
      left: -30px;
  }
  100% {
      left: 100%;
  }
}
@keyframes bar3 {
  0%,100% {
      left: 0px;
      width: 30px;
  }
  25% {
      left: 25%;
      width: 50%;
  }
  50% {
      left: 88%;
      width: 30px;
  }
  75% {
      left: 25%;
      width: 50%;
  }
}




 @media only screen and (min-width: 768px) and (max-width: 991px) {

  .hero-left-p-contain {
     max-width: 800px !important;
  }

  .hero-left-contain {
     max-width: 850px;
  }
} 

.new-benefit {
  display: grid;
  position: relative;
  left: 104px;
}
.new-how-it{
  display: grid;
  position: relative;
  left: 87px;
}



/* new-design */

.text-new-top {
  height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main-slider{position: relative;}
/* .logo-navbar{position: absolute;} */
.removeBlock{
    display: none !important;
    width: 0% !important;
}
.showBlock{
  display: inline-block !important; 
  width: 49% !important;
}
.upload-form-dis{
  position: relative;
  z-index: 9;
  /* top:88px; */
  right: 0;
  width: 49%;
  vertical-align: text-top;
  margin: 0 auto;
  text-align: right;
  /* margin-right: 0; */
  /* margin-top: 100px; */
}


.page-wrapper-hero-split{
  display: none;
}

.owl-theme .owl-nav.disabled + .owl-dots{
  display: none !important;
}

.owl-carousel .owl-item img{
  max-height: 100vh;
  min-height: 100vh;
}

.text-new{position: absolute;
  width: 100%;
  background-color: rgba(20,39,69,65%);
  height: 100%;
  display: block;
  z-index: 9;
}

.tab-view{
  display: none;
}

.full-upload{
  display: contents;
}

.center-logo{
  display: none;
}

.pre-btn {
  float: left;
}

.main-slider .logo-navbar{
 position: absolute;
}

.logo-navbar.blue .logo-file{
  display: inline-block;
 }

@media screen and (max-width: 991px) {

  .hero-left-p-contain{
    display: none;
  }
  .hero-buttons-wrapper{
    display: none;
  }
  .tab-view{
    display: block;
  }
  .tab-view .p-home {
    color: #142745;
  }
  .tab-view .hero-left-p-contain{
    display: flex;
  }
 
  .tab-view .hero-buttons-wrapper{
    display: none;
  }
  .tab-view .section.hero{
    width: 100%;
  }
  .tab-view .first-action-contain {
    min-height: 50px;
  }
  .tab-view .left-div-hero-page{
    min-height: auto;
  }
  .tab-view .hero-h1{
    display: none;
  }
  .tab-view .hero-left-contain{
  margin-bottom: 20px;
  }
  .tab-view .bold-text-home{
    font-size: 19px;
    line-height: 29px;
  }
  .full-upload{
    display: flex;
    position: relative;
    top: 190px !important;
    margin-top: 70px;
    background-color: #142745;;
  }
  .upload-form-dis{
    top: 0px;
    margin-top: 0px;
  }
  .footer-home{
    top: 651px !important;
  }
  .upload-form-contain{
    min-width: auto;
  }

  /* .left-div-hero-page{
    min-height: 75vh;
  } */

  .owl-carousel .owl-item img{
    min-height: 75vh;
  }

  .text-new .hero-left-contain {
    margin-top: 250px !important;
  }

  .center-logo{
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }

  .center-logo img {
    width: 300px;
  }

  .logo-file{
    display: none;
  }
  
}

@media screen and (max-width: 767px) {
  .left-div-hero-page {
    display: block !important;
  }
  .get-started{
    margin-left: 35px;
    margin-top: 90px !important;
  }
  .upload-form-contain{
    margin-right: 0px;
  }

  .owl-carousel .owl-item img{
    min-height: 60vh;
  }

  .text-new .hero-left-contain {
    margin-top: 180px !important;
  }

  .center-logo img {
    width: 250px;
  }

  .full-upload{
    top:112px !important;
  }
  
  .footer-home{
    top: 585px !important;
  }
}



@media screen and (max-width: 991px){
  .text-new .section.hero{
    width: 100%;
  }
  .text-new .hero-left-h1-contain {
    width: 100%;
  }
  .text-new .hero-left-contain{
    margin-top: auto !important;
  margin-left: auto !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  }

  .text-new .hero-h1{
    font-size: 31px;
    text-align: center;
  }

  .next-prev-button{
    width: 360px;
  }

  .get-started{
    margin-left: 35px;
    margin-top: 105px;
  }

  .next-prev-button button{
    width: 98px;
    font-size: 15px;
    height: 35px;
  }

  .upload-form-dis{
    width:65% !important;
  }

  .tab-view .bold-text-home{
    font-size: 14px !important;
    line-height: 22px !important;
  }
}


@media screen and (max-width: 767px){
  .text-new .section.hero{
    width: 100%;
  }
  .text-new .hero-left-h1-contain {
    width: 100%;
  }
  .text-new .hero-left-contain{
    margin-top:auto;
  }

  .text-new .hero-h1{
    font-size: 28px;
    text-align: center;
  }

  .text-new .hero-left-contain{
    /* padding-top: 400px; */
    margin-left: 90px;
  }

  .upload-form-dis{
    width:65% !important;
  }

  .tab-view .bold-text-home{
    font-size: 17px;
    line-height: 27px;
  }

  .footer-home{
    top: 500px;
  }

  .text-new .left-div-hero-page {
    display: flex !important;
  }
}

@media screen and (max-width: 634px) {

  .upload-form-dis{
    width:75% !important;
  }

}


@media screen and (max-width: 597px){
  .text-new .hero-left-contain {
    margin-left: 60px;
  }

  .owl-carousel .owl-item img {
    min-height: 50vh;
  }
  .text-new .hero-h1{
    font-size: 28px;
    text-align: center;
  }
  .center-logo img {
    width: 200px;
  }

  .full-upload{
    top:20px !important;
  }
  
  .footer-home{
    top: 570px !important;
  }
}

@media screen and (max-width: 549px){
  .get-started {
    margin-top: 70px !important;
  }

  .next-prev-button{
    width: 340px;
  }
}


@media screen and (max-width: 500px){
  .text-new .hero-left-contain {
    margin-top: 40px ;
  }

  .text-new .hero-h1{
    font-size: 27px;
    text-align: center;
  }

  .text-new .hero-left-contain {
    margin-left: 40px;
  }

}

@media screen and (max-width: 488px){
  .get-started {
    margin-top: 50px !important;
  }

  .next-prev-button{
    width: 320px;
  }

  .tab-view .bold-text-home{
    font-size: 13px !important;
    line-height: 23px;
  }
}

@media screen and (max-width: 480px){
  .footer-home{
    position: relative;
    top: 570px !important;;
  }
  .text-new .hero-left-contain {
  margin-top: 110px !important;
  }
}
@media screen and (max-width: 479px){
  .full-upload{
    top: 272px !important;
  }
}
@media screen and (max-width: 454px){
  .get-started {
    margin-top: 70px !important;
    margin-left: 15px !important;
  }

  .next-prev-button{
    width: 340px;
  }

  /* .next-prev-button{
    width: 300px;
  } */
  .upload-form-dis{
    width: 90% !important;
  }

  
  .text-new .hero-left-contain {
    margin-left: 30px;
  }
}

@media screen and (max-width: 417px){
  .footer-home{
    top: 545px !important;
  }
  .full-upload {
    top: 250px !important;
  }
}
/* 
@media screen and (max-width: 414px){
  .footer-home{
    top: 520px !important;
  }
  .full-upload {
    top: 360px !important;
  }
} */


@media screen and (max-width: 412px){
  /* .footer-home{
    top: 480px !important;
  } */
  .text-new .hero-left-contain {
    margin-top: 120px !important;
  }

  /* .full-upload {
    top: 380px !important;
  } */
}

@media screen and (max-width: 408px){
  .text-new .hero-h1{
    font-size: 22px !important;
    text-align: center;
  }

  .full-upload{
    top:0px;
  }

  .tab-view .bold-text-home{
    font-size: 15px;
    line-height: 25px;
  }

  .get-started {
    margin-top: 50px !important;
    margin-left: 15px !important;
  }

  .next-prev-button{
    width: 300px;
  }
}

@media screen and (max-width: 395px){
  .footer-home {
    top: 521px !important;
  }
}

@media screen and (max-width: 390px){
  .full-upload {
    top: 260px !important;
  }
}

@media screen and (max-width: 389px){
  .footer-home{
    top: 558px;
  }
}
  
@media screen and (max-width: 384px){
  .full-upload {
    top: 270px !important;
  }
  .text-new .hero-left-contain{
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 380px){
  .full-upload {
    top: 410px !important;
  }
}

@media screen and (max-width: 375px){
  .footer-home {
    top: 564px !important;
  }
  .hero-left-h1-contain{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .full-upload {
    top: 260px !important;
  }
}

@media screen and (max-width: 360px){
  .upload-form-dis{
    width: 95% !important;
  }
  .text-new .hero-left-contain {
    margin-top: 100px !important;
  }

  .full-upload {
    top: 300px !important; 
  }
  .footer-home{
    top: 540px;
  }
}


@media screen and (max-width: 353px){
  .footer-home{
    top: 570px;
  }
}


@media screen and (max-width: 320px) {
  .upload-form-contain {
    height: 610px !important;
  }
  .next-prev-button{
    width: 285px !important;
  }
  .footer-home {
    top: 605px !important;
  }
  .full-upload{
    top: 285px !important;
  }
  .hero-left-h1-contain{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 820px){
  .tab-view .left-div-hero-page {
    min-height:auto;
  }
  /* .tab-view .hero-left-contain {
    position: relative;
    bottom: 180px;
  } */
  /* .hero-left-contain{
    padding-bottom: 404px;
  }
  .footer-home{
    top: 505px;
  } */
}
@media screen and (max-width: 800px){
  .tab-view .left-div-hero-page {
    min-height:auto !important;
  }
  /* .tab-view .hero-left-contain {
    position: relative;
    bottom: 180px;
  } */
}

@media screen and (max-width: 600px){
  .tab-view .left-div-hero-page {
    min-height:auto !important;
  }

  /* .full-upload{
    top: 160px!important;
  } */
}

@media screen and (max-width: 712px){
  /* .tab-view .left-div-hero-page {
    min-height: 60vh;
  }
  .text-new .left-div-hero-page {
    min-height: 60vh;
  } */
  /* .text-new .hero-left-contain {
    margin-top: 300px !important;
  } */
  .full-upload {
    top: 173px;
  }
}


/* ---------------new-desidn-------------- */

@media screen and (max-width: 1560px){

  .text-new .hero-h1{
  font-size: 32px;
  }
}

@media screen and (max-width: 1470px){

  .text-new .hero-h1{
  font-size: 31px;
  }
  .text-new .bold-text-home {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media screen and (max-width: 1194px){

  .text-new .hero-h1{
  font-size: 30px;
  }
  .text-new .bold-text-home {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media only screen and (min-width: 852px) and (max-width: 991px){
  .footer-home {
    top: 653px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 820px){
  .footer-home {
    top: 606px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 700px){
  .footer-home {
    top: 588px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 664px){
  .footer-home {
    top: 566px !important;
  }
}
@media only screen and (min-width: 598px) and (max-width: 630px){
  .footer-home {
    top: 600px !important;
  }
  .full-upload{
    top: 125px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 537px){
  .footer-home {
    top: 547px !important;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1366px){
  .uploadfield .fields-content {
    height: 600px;
  }
}

@media screen and (min-width: 991px){
  .footer-in{
    display: flex;
    width: 85%;
    margin-left: auto;
    max-width: 720px;
  }
}

.footer-in{
  display: flex;
text-align: center;
align-items: center;
}

@media screen and (max-width: 480px) {
  .footer-in{
    display: block;
  }
}