:root {
  --background: #fbeee8;
  --black: #000;
}

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

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

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

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

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

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

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

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

.quiz-section {
  background-color: var(--background);
  border-radius: 10%;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  overflow: scroll;
}

.quiz-wrapper {
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.quiz-forn-block {
  width: 100%;
  height: 100%;
}

.intro-card {
  z-index: 1;
  color: #060315;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.quiz-form {
  height: 100%;
  overflow: visible;
}

.intro-heading {
  text-align: right;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 140px;
  font-weight: 500;
  line-height: .9;
}

.into-paragraph {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.4;
  display: flex;
}

.start-button {
  background-color: var(--black);
  color: #fff;
  border-radius: 100vh;
  padding: 18px 30px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.intro-image {
  z-index: -1;
  width: 50%;
  position: absolute;
  inset: auto auto 0% -10%;
}

.form-step {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #060315;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: block;
  position: relative;
}

.form-step-wrapper {
  width: 100%;
  height: 100%;
  padding-right: 0%;
}

.form-step-wrapper._2 {
  padding-right: 0%;
}

.heading-2 {
  letter-spacing: 0;
  max-width: 30ch;
  margin: 0 0 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.form-step-content {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 10%;
  display: flex;
  position: relative;
}

.radio-button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.radio-button-field {
  margin-bottom: 0;
  padding: 18px 40px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}

.radio-button {
  background-color: var(--black);
  color: var(--background);
  cursor: pointer;
  border-color: #000;
  border-radius: 30vw;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 30px;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  background-color: #000;
  border-width: 1px;
  border-color: #000;
}

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

.radio-button-label {
  z-index: 1;
  color: var(--background);
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  position: relative;
}

.barista-image {
  height: 40vh;
  margin-top: 40px;
}

.quiz-question-tag {
  color: #fff;
  background-color: #000;
  border-radius: 100vw;
  margin-bottom: 25px;
  padding: 11px 30px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.quiz-image {
  width: 60%;
  max-width: 480px;
  margin-top: 32px;
}

.quiz-image._2 {
  max-width: none;
}

.powered-by {
  z-index: 30;
  color: #fff;
  background-color: #050315;
  border-radius: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.nav-menu-link {
  color: #fff;
  border-bottom: .1875rem solid #0000;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding: .3125rem .625rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: border .375s cubic-bezier(.215, .61, .355, 1), color .3s ease-out;
}

.nav-menu-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.nav-menu-link.c {
  opacity: .35;
  cursor: not-allowed;
}

.nav-text {
  letter-spacing: -.0625rem;
  border-radius: 10vw;
}

.nav-menu-wrapper {
  z-index: -1;
  background-color: #111d32;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, -100%);
}

.nav-button {
  color: #050315;
  background-color: #f9d8d6;
  border: 1px #000;
  border-radius: 1000rem;
  align-items: center;
  padding: .7375rem 1.4875rem;
  font-size: .9rem;
  font-style: normal;
  font-weight: 700;
  transition: background-color .375s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav-button:hover {
  color: #111d32;
  background-color: #fff;
  border-color: #fff;
}

.global-css {
  display: none;
}

.nav-social-link-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 18%;
  max-width: 27.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 4%;
}

.logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #050315;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.container {
  z-index: 4;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.navigation {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .7rem 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.outline-text {
  letter-spacing: 0;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-text {
  font-weight: 300;
}

.text-normal-weight {
  font-weight: 400;
}

.twitter-share-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100em;
  align-items: center;
  margin-top: 20px;
  padding: 15px 34px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.html-icon {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
}

.html-icon.bigger {
  width: 16px;
  height: 15px;
}

.text-description {
  margin-top: 16px;
  margin-bottom: 16px;
}

.share-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.back-button {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #050315;
  border: 1px solid #050315;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.fixed-button {
  z-index: 1000;
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.twitter-share-button-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100em;
  align-items: center;
  margin-top: 20px;
  padding: 15px 34px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.custom-css {
  display: none;
}

.intro-step-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 5%;
  display: flex;
}

.logo-img {
  width: 180px;
}

.image {
  width: 180px;
  position: absolute;
  inset: 13% auto auto 5%;
}

.image._2 {
  border-radius: 40% 40% 5% 5%;
  width: 130px;
  height: 180px;
  top: 30%;
  left: 25%;
}

.text-span {
  color: #666;
  font-family: Great Vibes, cursive;
}

.div-block {
  z-index: -20;
  background-color: var(--background);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.radio-bg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f9d8d6;
  border-radius: 10px;
  flex-flow: column;
  padding: 15px 25px;
  display: flex;
  position: relative;
  top: -32px;
}

.radio-bg._2 {
  background-color: #dcc1b1;
}

.radio-bg._3 {
  background-color: #b5ddd6;
}

.radio-bg._4 {
  background-color: #b7bbdf;
}

.radio-txt {
  color: #95694b;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.image-radio {
  border-top-left-radius: 10%;
  border-top-right-radius: 10%;
}

.radio-block {
  flex-flow: column;
  transition: transform .3s;
  display: flex;
}

.radio-block:hover {
  border-radius: 30px;
  transform: scale(1.1);
}

.cta-btn {
  color: var(--black);
  background-color: #b7bbdf;
  border-radius: 100vh;
  padding: 18px 30px;
  font-size: 17px;
  font-weight: 700;
}

.ider-wrapper {
  padding: 4%;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  transition: transform .3s;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6%;
}

.slider-text {
  opacity: 0;
  color: #000;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  transition: opacity .3s;
}

.swiper-button-next {
  z-index: 1;
  background-color: var(--black);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto 1% 50% auto;
}

.swiper-button-next:hover {
  background-color: #636363;
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #affb42;
}

.swiper-button-prev {
  z-index: 1;
  background-color: var(--black);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% 1%;
}

.swiper-button-prev:hover {
  color: #fff;
  background-color: #636363;
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #affb42;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-custom-style {
  display: none;
}

.swrper_component {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.slider-image {
  opacity: .2;
  border-radius: 1.5rem;
  width: 200px;
  max-width: none;
  transition: opacity .5s;
}

.swiper-wrapper {
  display: flex;
}

.item-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 100% 100% 10px 10px;
  flex-flow: column;
  width: 400px;
  padding: 5% 18%;
  display: flex;
}

.svg {
  color: var(--background);
}

.path {
  color: #fff;
}

.page-style {
  display: none;
}

.heading-wrapper-slid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3% 5%;
  display: flex;
}

.form-section {
  background-color: #edfaf8;
  width: 100%;
  padding: 10% 5%;
}

.form-section._2 {
  margin-top: 5rem;
}

.form-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.heading--style {
  text-align: left;
  letter-spacing: 0;
  max-width: 30ch;
  margin: 0 0 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.form-div {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-field-wrap {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  margin-bottom: 1rem;
  display: flex;
}

.text-field {
  border: 1px solid #5a8c8d;
  border-radius: 8px;
  min-height: 50px;
}

.text-field._2 {
  min-height: 150px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-2._2 {
  width: 100%;
}

.field-label {
  color: #95694b;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.image-3 {
  width: 40%;
  height: auto;
}

.checkbox-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.checkbox {
  flex: none;
  width: 25px;
  height: 25px;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-label {
  color: #3f3f3f;
  text-align: left;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.link {
  color: #363636;
}

.cta-btn-form {
  background-color: var(--black);
  color: #fff;
  border-radius: 100vh;
  margin-top: 1rem;
  padding: 18px 30px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.footer {
  background-color: #95694b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.legal-txt {
  color: #d6a446;
  font-family: Manrope, sans-serif;
}

.text-span-2 {
  font-family: Manrope, sans-serif;
  font-size: 1.2rem;
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.success-message {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.div-block-3 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  background-color: var(--background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 5%;
  display: flex;
}

.radio-txt-copy {
  color: #95694b;
  margin-bottom: 1rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  line-height: 4rem;
}

@media screen and (min-width: 1440px) {
  .intro-heading {
    font-size: 170px;
  }

  .into-paragraph {
    font-size: 25px;
  }

  .start-button {
    font-family: Manrope, sans-serif;
    font-size: 20px;
  }

  .intro-image {
    width: 50%;
  }

  .heading-2 {
    margin-bottom: 4rem;
  }

  .radio-button-wrapper {
    flex-flow: wrap-reverse;
  }

  .radio-button-field {
    flex: 0 auto;
    align-self: center;
  }

  .image._2 {
    top: 25%;
  }

  .form-wrapper {
    max-width: 200vh;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-link {
    margin-bottom: 4%;
    margin-right: 0;
    padding: .9375rem 1.25rem;
  }

  .nav-text {
    font-size: 4rem;
  }

  .nav-menu-wrapper {
    flex-direction: column;
  }

  .nav-button {
    padding: .9375rem 1.25rem;
  }

  .nav-social-link-wrapper {
    width: 40%;
  }

  .logo {
    margin-left: 0;
    margin-right: auto;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .image-3 {
    height: 50%;
  }
}

@media screen and (max-width: 767px) {
  .intro-heading {
    font-size: 120px;
  }

  .intro-image {
    width: 60%;
  }

  .nav-text {
    font-size: 9vw;
  }

  .nav-social-link-wrapper {
    width: 60%;
  }

  .nav-button-wrapper {
    display: none;
  }

  .container.nav {
    grid-template-columns: 1fr 1fr;
  }

  .image {
    z-index: -1;
    width: 120px;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }
}

@media screen and (max-width: 479px) {
  .intro-heading {
    font-size: 100px;
  }

  .into-paragraph {
    width: 90%;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 16px;
  }

  .start-button {
    font-size: 15px;
  }

  .intro-image {
    width: 66%;
  }

  .heading-2 {
    padding-left: 1%;
    padding-right: 1%;
    font-size: 50px;
  }

  .form-step-content {
    padding-top: 40%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .radio-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 95%;
    padding: 1%;
    display: grid;
    overflow: visible;
  }

  .radio-button-wrapper._4 {
    display: inline-flex;
  }

  .nav-menu-link {
    margin-bottom: 2%;
  }

  .nav-text {
    font-size: 10vw;
    line-height: 1.1;
  }

  .nav-button {
    display: none;
  }

  .nav-social-link-wrapper {
    width: 70%;
  }

  .container {
    width: 100%;
  }

  .navigation {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .image {
    width: 100px;
  }

  .image._2 {
    opacity: .5;
    width: 60px;
    height: 90px;
    inset: 36% auto 0% 3%;
  }

  .div-block {
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
    height: 70%;
  }

  .radio-bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .radio-bg._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .radio-bg._3, .radio-bg._4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .radio-txt {
    line-height: 2rem;
  }

  .cta-btn {
    font-size: 15px;
  }

  .swiper-slide {
    width: auto;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
    right: 1%;
  }

  .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
    left: 1%;
  }

  .slider-image {
    width: 100px;
    height: auto;
  }

  .swiper-wrapper {
    padding-left: 10%;
  }

  .item-block {
    width: 320px;
    padding: 15%;
    box-shadow: 0 2px 5px #0003;
  }

  .image-2 {
    width: 70%;
  }

  .form-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .form-block {
    width: 100%;
  }

  .heading--style {
    font-size: 50px;
  }

  .image-3 {
    width: 80%;
  }

  .cta-btn-form {
    font-size: 15px;
  }

  .text-span-2 {
    font-size: .9rem;
    line-height: 1%;
  }

  .radio-txt-copy {
    text-align: center;
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

#w-node-b68f3f2e-b7e2-0259-dc96-fd8a300083da-40a01bb2, #w-node-fd027a56-ec50-cc2b-0f70-e3ff2f7c16e5-a94d7193 {
  align-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-_67092f5b-73ea-39d8-eb0b-d41b409321ce-40a01bb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


