:root {
  --white: white;
  --black: black;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

.main-header {
  z-index: 99;
  background-color: #fff;
  position: relative;
  box-shadow: 0 4px 36px rgba(0, 0, 0, .15);
}

.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-main-box {
  text-align: center;
  padding-top: 29.5px;
  padding-bottom: 29.5px;
}

.banner-outer-box {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}

.banner-content-box {
  z-index: 99;
  text-align: center;
  background-color: rgba(255, 255, 255, .95);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 627px;
  height: 328px;
  padding: 72px 36px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(10px, -50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.banner-button {
  color: #fff;
  letter-spacing: .015em;
  text-transform: uppercase;
  background-color: #ca3a38;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 48px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
}

.banner-text {
  color: #222;
  width: 420px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.banner-title {
  color: #222;
  margin-top: -6px;
  margin-bottom: 6px;
  font-family: Abril Fatface, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
}

.radio-button {
  vertical-align: middle;
  background-image: url('../images/blank-check-box.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}

.radio-button.w--redirected-checked {
  background-image: url('../images/color-check-box.svg');
  border-style: none;
}

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

.radio-button-field {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #666;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 409px;
  height: 61px;
  margin-bottom: 10px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.radio-button-field:focus {
  color: #ca3a38;
  border-color: #ca3836;
}

.radio-button-field.is-active {
  border-color: #ca3a38;
}

.radio-button-label {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25.2px;
}

.form-button {
  color: #fff;
  letter-spacing: .015em;
  text-transform: uppercase;
  background-color: #ca3a38;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 326px;
  height: 48px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.form-button.disabled {
  opacity: .5;
  pointer-events: none;
}

.multi-step-form-box {
  text-align: center;
}

.multi-step-form-image-box {
  width: 55%;
}

.multi-step-form-content-box {
  background-color: #f4f1ee;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: calc(100vh - 83px);
  display: flex;
  position: relative;
}

.multi-step-form-outer-box {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.paragraph {
  color: #222;
  text-align: center;
  width: 410px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 32px;
}

.text-field {
  border: 1px solid #717070;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 48px;
}

.paragraph-2 {
  color: #222;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #222;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 32px;
  display: inline-block;
}

.form-button-two {
  opacity: .5;
  pointer-events: none;
  color: #fff;
  letter-spacing: .015em;
  text-transform: uppercase;
  background-color: #ca3a38;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.link {
  color: #222;
  font-size: 18px;
  text-decoration: none;
}

.paragraph-3 {
  color: #222;
  max-width: 410px;
  margin: 24px auto 0;
  font-family: Lato, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.link-2, .link-3 {
  color: #222;
}

.offer-box {
  height: calc(100vh - 83px);
}

.offer-outer-box {
  max-width: 100%;
  height: 100%;
  position: relative;
}

.offer-content-box {
  z-index: 99;
  text-align: center;
  background-color: #fff;
  border-radius: 8.693px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 512px;
  padding: 72px 20px 84px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0%;
  transform: translate(30%, -50%);
  box-shadow: 0 6.08533px 15.648px rgba(0, 0, 0, .25);
}

.paragraph-4 {
  color: #ca3a38;
  letter-spacing: .12px;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.right-answers {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 27.819px;
  display: none;
}

.image-3 {
  object-fit: cover;
  width: 284px;
  height: 189.33px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.get-free-text {
  color: #222;
  width: 280px;
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.get-free-text.first {
  margin-top: 4px;
  margin-bottom: 0;
}

.get-free-text.second {
  display: none;
}

.offer-button {
  color: #fff;
  letter-spacing: .015em;
  text-transform: uppercase;
  background-color: #ca3a38;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 281px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.paragraph-8 {
  color: #222;
  width: 411px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 32px;
}

.banner-image {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 83px);
}

.banner-image-two {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 83px);
  display: none;
}

.heading-6 {
  color: #222;
  text-align: center;
  letter-spacing: 1.2px;
  max-width: 465px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 40px;
  display: block;
}

.onboarding_step {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.onboarding_step.is-active {
  display: block;
}

.section_onboarding {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: calc(100vh - 83px);
}

.onboarding_form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.onboarding_form-block {
  margin-bottom: 0;
}

.onboarding_form-success {
  color: #f1eee5;
  background-color: #715d4a;
}

.onboarding_step-image_box {
  width: 55%;
}

.onboarding_step-content_box {
  background-color: #f4f1ee;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: calc(100vh - 83px);
  display: flex;
  position: relative;
}

.heading-hide-lg {
  color: #222;
  text-align: center;
  letter-spacing: 1.2px;
  max-width: 465px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 40px;
  display: none;
}

.image-hide-lg {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: none;
}

.image-hide-sm {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 83px);
  display: block;
}

.image-hide-sm-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-hide-lg-two {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: none;
}

.heading-hide-sm {
  color: #222;
  text-align: center;
  letter-spacing: 1.2px;
  max-width: 465px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.form-button-three {
  color: #fff;
  letter-spacing: .015em;
  text-transform: uppercase;
  background-color: #ca3a38;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 326px;
  height: 48px;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.heading-8 {
  color: #222;
  text-align: center;
  letter-spacing: 1.2px;
  max-width: 465px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.progress-bar {
  background-color: #b4b8c4;
  width: 100%;
  height: 6px;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.progress {
  background-color: #ca3a38;
  width: 216px;
  height: 100%;
}

.progress.step2 {
  width: 20%;
}

.progress.step3 {
  width: 40%;
}

.progress.step4 {
  width: 60%;
}

.progress.step5 {
  width: 80%;
}

.footer-text {
  z-index: 0;
  color: #222;
  text-align: center;
  max-width: 327px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  line-height: 15px;
  padding: 20px;
}

.text-link {
  color: #222;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .header-main-box {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .banner-content-box {
    box-shadow: none;
    background-color: #f4f1ee;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 24px 20px 0;
    position: relative;
    top: 0%;
    left: 0;
    transform: translate(0%);
  }

  .banner-text {
    width: 318px;
    line-height: 36px;
  }

  .banner-title {
    margin-top: -4px;
    margin-bottom: 4px;
    font-size: 30px;
  }

  .radio-button {
    right: 20px;
  }

  .radio-button-field {
    width: 327px;
    height: 51px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .radio-button-label {
    font-size: 16px;
    line-height: 19.2px;
  }

  .form-button {
    margin-top: 14px;
  }

  .multi-step-form-box {
    width: 100%;
    max-width: 327px;
  }

  .multi-step-form-image-box {
    width: 100%;
  }

  .multi-step-form-content-box {
    width: 100%;
    height: 100%;
    position: static;
  }

  .multi-step-form-outer-box {
    background-color: #f4f1ee;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: calc(100vh - 77px);
  }

  .paragraph {
    width: 327px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-3 {
    display: none;
  }

  .offer-content-box {
    max-width: 326px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 24px 32px;
    top: 60px;
    left: 0%;
    right: 0%;
    transform: translate(0%);
  }

  .right-answers {
    margin-top: 4px;
  }

  .image-3 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .get-free-text {
    margin-bottom: 16px;
    line-height: 20.864px;
  }

  .paragraph-8 {
    width: 100%;
    max-width: 318px;
    font-size: 16px;
    line-height: 24px;
  }

  .banner-image {
    height: 100%;
    display: none;
  }

  .banner-image-two {
    height: 100%;
    display: block;
  }

  .heading-6 {
    letter-spacing: 0;
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 32px;
    display: block;
  }

  .section_onboarding {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: minmax(80vh, 1fr) auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    max-height: none;
    display: grid;
  }

  .onboarding_form-block {
    margin-bottom: 0;
    padding: 0;
  }

  .onboarding_step-image_box {
    width: 100%;
  }

  .onboarding_step-content_box {
    width: 100%;
    position: static;
  }

  .heading-hide-lg {
    letter-spacing: 0;
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 32px;
    display: block;
  }

  .image-hide-lg {
    max-width: 327px;
    height: 100%;
    margin: 24px auto;
    display: block;
  }

  .image-hide-sm {
    object-fit: cover;
    max-width: 327px;
    height: 100%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .image-hide-sm-two {
    height: 100%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-hide-lg-two {
    max-width: 327px;
    height: 100%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-hide-sm {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 32px;
    display: none;
  }

  .form-button-three {
    margin-top: 24px;
  }

  .heading-8 {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 32px;
    display: block;
  }

  .progress-bar {
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .onboarding_step.is-active {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header-main-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .banner-text {
    line-height: 36px;
  }

  .radio-button {
    right: 20px;
  }

  .radio-button-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .radio-button-label {
    font-size: 16px;
    line-height: 19.2px;
  }

  .multi-step-form-box {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .multi-step-form-outer-box {
    min-height: calc(100vh - 68px);
  }

  .paragraph {
    margin-bottom: 16px;
  }

  .paragraph-2 {
    margin-top: 16px;
  }

  .form-button-two {
    margin-top: 16px;
  }

  .link {
    font-size: 16px;
  }

  .paragraph-3 {
    margin-top: 15px;
    display: block;
  }

  .offer-box {
    height: calc(100vh - 68px);
  }

  .paragraph-8 {
    max-width: 318px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-4 {
    width: 189px;
    height: 16.19px;
  }

  .heading-6 {
    letter-spacing: 0;
    margin-bottom: 24px;
  }

  .section_onboarding {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: minmax(90vh, 1fr) auto;
  }

  .onboarding_step-content_box {
    height: auto;
    padding-bottom: 20px;
  }

  .heading-hide-lg {
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .image-hide-lg {
    max-width: 325px;
    max-height: 325px;
    display: block;
  }

  .image-email-hide-lg {
    max-width: 325px;
    max-height: 155px;
    display: block;
  }

  .image-hide-sm {
    max-height: 218.5px;
    display: none;
  }

  .image-hide-sm-two {
    display: none;
  }

  .image-hide-lg-two {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    display: block;
  }

  .form-button-three {
    margin-top: 24px;
  }

  .heading-8 {
    letter-spacing: 0;
    margin-bottom: 12px;
  }

  .footer-text {
    bottom: 11%;
  }
}


