:root {
  --warning: #f22828;
  --black: #282828;
  --white: #fff;
  --primary: #fcafc0;
}

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

body {
  color: #282828;
  font-family: Inter, sans-serif;
}

h1 {
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.552vw;
  font-weight: 600;
  line-height: 130%;
}

h2 {
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.615vw;
  font-weight: 500;
  line-height: 130%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.302vw;
  font-weight: 600;
  line-height: 150%;
}

p {
  margin-bottom: 0;
  font-size: .833vw;
  font-weight: 400;
  line-height: 150%;
}

.paralarge {
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 150%;
}

.paralarge.centeralign.padding {
  padding: 1vh 2vw;
}

.paralarge.gray {
  color: #282828cc;
}

.parasmall {
  font-size: .677vw;
}

.parasmall.textred {
  color: var(--warning);
}

.button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.5vh 3vw;
  font-size: .833vw;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.button.margintop {
  margin-top: 2vh;
}

.button.width100 {
  width: 100%;
}

.welcome-section {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  background-image: url('../images/Welcome-Background-Element.svg'), url('../images/Cover-Page.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 7.5vh 5vw;
  display: flex;
}

.image {
  width: 30vw;
}

.div-block {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 37vw;
  margin-top: -25vh;
  display: flex;
}

.centeralign {
  text-align: center;
}

.thankyousection {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-image: url('../images/PhoneMockThankYou.png'), url('../images/Result-Page-CTA.png');
  background-position: 100% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 7.5vw;
  display: flex;
  overflow: hidden;
}

.thankyoucontainer {
  z-index: 1;
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 37vw;
  display: flex;
  position: relative;
}

.pointer {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.divider.margin {
  margin-bottom: 2.5vh;
}

.pointerwrapper {
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  flex-flow: column;
  padding-right: 6vw;
  display: flex;
}

.introsection {
  grid-column-gap: 7.5vh;
  grid-row-gap: 7.5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 7.5vh 10vw 5vh;
  display: flex;
}

.thankscontainer {
  border: 1px solid var(--white);
  background-image: linear-gradient(#fcafc0, #fcafc000);
  border-radius: 40px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 5vh;
  padding-left: 3vw;
  display: flex;
}

.mock {
  width: 50%;
}

.thankstextwrapper {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  margin-bottom: 5vh;
  display: flex;
}

.downloadwrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5vh;
  display: flex;
}

.body {
  background-color: #f4dacc;
}

.resultssection {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5vh 25vw 10vh;
  display: flex;
}

.fontmedium {
  font-weight: 500;
}

.list-item {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-flow: column;
  width: 100%;
  margin-bottom: 6vh;
  display: flex;
}

.list {
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 0;
  padding-left: 0;
}

.questionwrapper {
  border: 1px solid var(--primary);
  background-color: var(--white);
  border-radius: 100px;
}

.resultwrapper {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resultsfooter {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 10vw;
  display: flex;
}

.width50 {
  width: 50%;
}

.width50.desktopdisplaynone {
  display: none;
}

.downloadfooterwrapper {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32vw;
  margin-bottom: 7.5vh;
  display: flex;
}

.downloadcontainer {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.logocontainer {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkoutsection {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  background-image: url('../images/Checkout.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 7.5vh 10vw 5vh;
  display: flex;
}

.checkoutcontainer {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  border: 1px solid var(--white);
  background-color: var(--primary);
  border-radius: 40px;
  flex-flow: column;
  width: 100%;
  padding: 5vh 5vw;
  display: flex;
}

.backbutton {
  color: var(--black);
  background-color: #ffffff80;
  border: 1px solid #fcafc0b3;
  border-radius: 100px;
  padding: 1.5vh 3vw;
  font-size: .833vw;
  font-weight: 600;
  line-height: 150%;
}

.questionnairesection {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  background-image: url('../images/Questionaire-Background.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 7.5vh 10vw 5vh;
  display: flex;
}

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

.textbold {
  font-weight: 600;
}

.progresscontainer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progresshighlight {
  width: auto;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, -50%);
}

.progressbar {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: relative;
}

.progresswrapper {
  background-color: #ffffff80;
  width: 100%;
  height: 2px;
}

.questionscontainer {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  width: 50vw;
  display: flex;
}

.question {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.questionslist {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.slidecontainer {
  overflow: hidden;
}

.questionnumbercontainer {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  display: flex;
}

.div-block-3 {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  display: flex;
}

.optioncontainer {
  width: 30vw;
  margin-top: 2vh;
}

.radiobtncontainer {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  display: flex;
}

.image-2 {
  width: 20vw;
}

.signupsection {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: var(--primary);
  background-image: url('../images/SignUpElement.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.credswrapper {
  z-index: 1;
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 25vw;
  margin-top: 22.5vh;
  margin-left: 10vw;
  display: flex;
  position: relative;
}

.signupimage {
  height: 100%;
  position: absolute;
  right: 0;
}

.signupinputcontainer {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mb4 {
  margin-bottom: 2vh;
}

.subtextsignupwrapper {
  grid-column-gap: .25vh;
  grid-row-gap: .25vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.width100 {
  width: 100%;
}

.signupotpcontainer {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.desktopdisplaynone {
  display: none;
}

.checkoutinfowrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricingcontainer {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.duewrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.selectionwrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.subtaxcontainer {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: column;
  display: flex;
}

.contactinfowrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.radiobuttonfield {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5vh 0 1.5vh 2.5vw;
  display: flex;
}

.radio-button-label {
  width: 72%;
}

.pricingradiowrapper {
  border: 1px solid var(--white);
  background-color: #ffffff80;
  border-radius: 20px;
  overflow: hidden;
}

.pricingradiowrapper.width45 {
  width: 51%;
}

.bestvaluewrapper {
  background-image: linear-gradient(86deg, #f86767, #ffdd9b);
  justify-content: center;
  align-items: flex-start;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
}

.textwhite {
  color: var(--white);
}

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

.radio-button {
  margin-top: .75vh;
}

.review {
  position: absolute;
  inset: 15% 50% auto auto;
  transform: translate(50%);
}

.utility-page-wrap {
  background-image: url('../images/Checkout.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45vw;
  display: flex;
}

.heading {
  font-size: 12vw;
}

.option {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border: 1px solid var(--primary);
  background-color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vh;
  padding: 2vh 2.5vw 2vh 1.5vw;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .paralarge {
    font-size: 16px;
  }

  .parasmall {
    font-size: 12px;
  }

  .button {
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 14px;
  }

  .button.nextbutton.width100m {
    width: 100%;
  }

  .image {
    width: 70vw;
  }

  .div-block {
    width: 100%;
  }

  .thankyousection {
    background-image: url('../images/Result-Page-CTA.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 7.5vh 0 0;
  }

  .thankyoucontainer {
    max-width: 100%;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .pointer {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .pointerwrapper {
    padding-right: 0;
  }

  .introsection {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .thankscontainer {
    flex-flow: column;
    padding-left: 0;
  }

  .mock {
    width: 100%;
  }

  .thankstextwrapper {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .resultssection, .resultsfooter {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .width50 {
    width: 100%;
  }

  .width50.mobiledisplaynone {
    display: none;
  }

  .width50.desktopdisplaynone {
    display: block;
  }

  .downloadfooterwrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .downloadcontainer {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-flow: wrap-reverse;
  }

  .mobilecenteralign {
    text-align: center;
  }

  .checkoutsection {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .checkoutcontainer {
    padding-top: 10vh;
  }

  .backbutton {
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 14px;
  }

  .questionnairesection {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .questionscontainer {
    width: 100%;
  }

  .questionslist {
    flex-flow: row;
    height: auto;
  }

  .slidecontainer {
    height: auto;
  }

  .optioncontainer {
    width: 100%;
  }

  .radiobtncontainer {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-2 {
    width: 50%;
  }

  .signupsection {
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
  }

  .credswrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 7.5vh;
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .signupimage {
    position: static;
  }

  .signupinputcontainer, .subtextsignupwrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .width100 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .signupotpcontainer {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .code-embed {
    width: 100%;
  }

  .desktopdisplaynone {
    display: block;
  }

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

  .checkoutinfowrapper {
    grid-column-gap: 7.5vh;
    grid-row-gap: 7.5vh;
    flex-flow: column;
  }

  .selectionwrapper, .contactinfowrapper {
    width: 100%;
  }

  .radiobuttonfield {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .utility-page-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .utility-page-content, .div-block-11 {
    width: 100%;
  }

  .logosize {
    width: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .button {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .button.w--current {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .div-block {
    margin-top: -20vh;
  }

  .checkoutsection {
    grid-column-gap: 7.5vh;
    grid-row-gap: 7.5vh;
  }

  .checkoutcontainer {
    grid-column-gap: 2.5vh;
    grid-row-gap: 2.5vh;
    padding-bottom: 10vh;
  }

  .credswrapper {
    width: 100%;
  }

  .radiobuttonfield {
    padding-left: 5vw;
  }

  .radio-button-label {
    width: 82%;
  }

  .review {
    width: 70vw;
    top: 17.5%;
  }

  .option {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    padding-left: 2.5vw;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 100%;
  }

  .div-block {
    margin-top: -15vh;
  }

  .heading {
    font-size: 80px;
  }

  .logosize {
    width: 25vw;
  }
}


