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

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

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

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

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

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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #c1dce7;
  background-image: url('../images/head-cloud.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  border: 1px #000;
  border-top: 4px #8dffea;
}

.header-bar {
  text-align: center;
  display: none;
}

.logo-wrapper {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.headline {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.headline.dark-subheader {
  color: #000;
  text-align: center;
  padding-top: 20px;
  padding-left: 103px;
  padding-right: 103px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.headline.dark-subheader.footer {
  width: auto;
  max-width: 500px;
  text-align: center;
  text-shadow: 0 0 11px #fff;
  padding-left: 0;
  padding-right: 0;
}

.headline.dark-subheader.inverted {
  color: #f8f8f8;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 30px;
}

.headline.dark-subheader.popup {
  margin-top: 0;
}

.headline.steps-header {
  color: #1d1d25;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.header-section {
  text-align: center;
  margin-bottom: 30px;
}

.video {
  max-width: 680px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.order-now-button {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ca39c5;
  background-clip: border-box;
  border-top: 2px solid #d373c9;
  border-radius: 9px;
  padding: 23px 57px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  display: inline-block;
  overflow: visible;
}

.order-now-button:hover {
  background-image: linear-gradient(#ca39c5, #7867d8);
}

.order-now-button:active {
  background-image: linear-gradient(#a11e6d, #ff63c0);
}

.btn-sub-text {
  font-size: 16px;
}

.trust-badges-section {
  background-color: #585754;
  display: none;
}

.secure-badge {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.lock-icon {
  width: 12px;
  margin-right: 8px;
  padding-right: 0;
}

.secure-checkout-text {
  color: #666;
  margin-top: 2px;
}

.secure-checkout-text.inverted {
  color: #565563;
}

.secure-checkout-text.inverted.upsell-decline {
  text-decoration: underline;
}

.secure-checkout-text.inverted.upsell-decline:hover {
  color: #bb0003;
}

.secure-checkout-text.grey {
  color: #757575;
}

.featured-by-text {
  color: #f3f3f3;
  text-align: center;
  padding-top: 18px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.trust-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.trust-logo {
  max-width: 180px;
  padding: 29px 24px;
}

.main-body-section {
  background-color: rgba(193, 220, 231, 0);
}

.container {
  background-color: #fff;
  border-radius: 0;
  padding-bottom: 30px;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, .28);
}

.container.no-padding {
  padding-bottom: 0;
}

.container.money-back-guarantee {
  background-color: #201a20;
  padding-bottom: 0;
}

.container.disclaimer {
  color: #161616;
  padding-bottom: 0;
}

.bullet-headline {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.bullet-description {
  font-size: 18px;
  line-height: 23px;
}

.list-item {
  background-image: url('../images/check.png');
  background-position: 0 40px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 14px 40px;
}

.list {
  padding-top: 40px;
  padding-left: 50px;
  list-style-type: none;
}

.sub-paragraph {
  color: #5e5353;
  text-align: center;
  padding-left: 95px;
  padding-right: 95px;
  font-size: 22px;
  line-height: 30px;
}

.sub-paragraph.footer {
  max-width: 500px;
  color: #363434;
  text-align: center;
  text-shadow: 1px 1px 6px #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 19px;
}

.sub-paragraph.light {
  color: #cacaca;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 19px;
}

.about {
  color: #6e6e6e;
  text-align: right;
  padding-top: 26px;
  padding-right: 38px;
  font-size: 15px;
  line-height: 23px;
}

.about.mobile {
  display: none;
}

.about.desktop {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.bolded-headline {
  color: #11526c;
  font-weight: 700;
}

.bolded-headline.dynamicvar {
  color: #11526c;
}

.testimonial-bubble {
  background-color: #ebebeb;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 25px;
}

.testimonial-paragraph {
  font-size: 18px;
  line-height: 23px;
}

.columns {
  padding-left: 24px;
  padding-right: 24px;
}

.testimonial-headline {
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 23px;
}

.avatar-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6px;
  display: flex;
}

.image {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.testimonial-name {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.testimonial-location {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.name-wrapper {
  padding-left: 14px;
  padding-right: 14px;
}

.star {
  width: 25px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  width: auto;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-wrapper {
  text-align: center;
}

.button-wrapper.sales {
  padding-top: 34px;
  padding-bottom: 34px;
}

.image-mobile {
  display: none;
}

.image-desktop {
  padding-right: 0;
}

.step-title {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 78px;
  padding-right: 78px;
  display: flex;
}

.step-number {
  width: 130px;
  height: 50px;
  background-color: #cacaca;
  background-image: linear-gradient(259deg, #ecf3ff, #157aff);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.step-number-text {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  display: inline-block;
}

.step-headline {
  justify-content: flex-end;
  display: block;
}

.step-paragraph {
  max-width: 720px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  font-size: 18px;
  line-height: 23px;
}

.div-block-2 {
  height: auto;
  background-image: url('../images/Foot-Sonia.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 43px;
  display: flex;
}

.div-block-3 {
  text-align: center;
}

.mobile-profile-image {
  display: none;
}

.image-2 {
  width: 300px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 20px;
  display: block;
}

.popup-background {
  z-index: 1;
  background-color: rgba(0, 0, 0, .62);
  margin: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.popup-container {
  z-index: 1;
  max-height: 720px;
  max-width: 720px;
  background-color: #f0f0f0;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.popup-logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
}

.thin {
  font-weight: 300;
}

.form-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form-text {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.text-field, .text-field-2 {
  border-radius: 5px;
}

.btn-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form {
  padding: 14px 0 0;
}

.header-flex-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.intro-image {
  max-width: 400px;
  margin-left: auto;
  margin-right: 48px;
}

.intro-image.desktop {
  max-width: 350px;
  min-height: 350px;
  flex: 1;
  padding-top: 0;
}

.intro-image.mobile {
  display: none;
}

.div-block-4 {
  flex: 0 auto;
}

.intro-bullets {
  max-width: 400px;
  flex: 0 auto;
  display: flex;
}

.image-wrapper {
  text-align: center;
  flex: 1;
}

.reserved {
  color: #5e5353;
  text-align: center;
  background-color: #dff5cd;
  border: 1px solid #53974e;
  border-radius: 7px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 95px;
  font-size: 22px;
  line-height: 30px;
}

.reserved.footer {
  max-width: 500px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.reserved.light {
  color: #cacaca;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 19px;
}

.h1-sub-header {
  color: #727272;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.upsell-body-text {
  padding-left: 60px;
  padding-right: 60px;
}

.upsell-paragraph {
  padding-top: 30px;
  font-size: 20px;
  line-height: 30px;
}

.inner-heading {
  max-width: none;
  color: #df5837;
  text-align: left;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 7%, #a52cb8 8%, #a52cb8 14%, rgba(165, 44, 184, 0) 15%);
  font-size: 24px;
  font-weight: 700;
}

.upsell-image-wrapper {
  text-align: center;
}

.close-button {
  width: 25px;
  height: 25px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-button:hover {
  transform: rotate(90deg);
}

.close-toggle-icon {
  border-bottom: 2px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.close-toggle-icon.close-icon-1 {
  position: relative;
  top: 2px;
  transform: rotate(-45deg);
}

.close-toggle-icon.close-icon-2 {
  position: relative;
  top: -10px;
  transform: rotate(45deg);
}

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

.div-block-5 {
  background-color: #f3f3f3;
  margin-top: 40px;
  padding: 10px;
}

.text-block {
  font-size: 16px;
  line-height: 22px;
}

.disclaimer-text {
  max-width: 720px;
  color: #363636;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  line-height: 23px;
}

.disclaimer-text.midcenter {
  text-align: center;
}

.link {
  color: #5f5f5f;
  text-decoration: none;
}

.preheader-text {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.smaller-money-back {
  color: #f16d35;
  font-size: 20px;
  line-height: 20px;
}

.bold-text {
  text-align: center;
}

.homepage-header-image.desktop {
  background-color: #fff;
  background-image: none;
  margin-top: -101px;
  padding: 0 0 24px;
  display: block;
}

.homepage-header-image.mobile {
  display: none;
}

.underlined {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #e41faf 2%, #f88000 9%, rgba(255, 255, 255, 0) 10%);
}

.error-message {
  width: 100%;
  color: red;
  display: block;
}

.secure-badge-2 {
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 10px;
  display: block;
}

.name-field {
  height: 51px;
  max-width: 500px;
  color: #c7c7c7;
  background-color: #313131;
  border: 1px solid #6e6e6e;
  border-radius: 6px;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
}

.small-button {
  text-align: center;
  background-color: #ca39c5;
  border-top: 3px solid #7c0002;
  border-radius: 9px;
  margin: 6px 7px;
  padding: 23px 57px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  display: inline-block;
}

.small-button:hover {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(to top, #a11e6d, #7867d8);
  background-clip: border-box;
}

.small-button:active {
  background-image: none;
}

.small-button.data-form-quick-link {
  background-color: #ca39c5;
  background-image: none;
  border-top-color: #d373c9;
}

.small-button.data-form-quick-link:hover {
  background-image: linear-gradient(to top, #ca39c5, #7867d8);
}

.headline-2 {
  color: #11526c;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
  display: inline-block;
}

.quiz-subtext {
  color: #11526c;
  padding: 0 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.buttons-wrapper {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.buttons-wrapper.gender {
  flex-direction: column;
  margin-top: 22px;
}

.buttons-wrapper.gender.data-form {
  display: block;
}

.choice-text {
  color: #11526c;
  text-align: left;
  border: 1px #dd88be;
  border-radius: 20px;
  margin: 10px;
  padding: 14px 21px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  display: inline-block;
}

.choice-text._2 {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 27px;
  line-height: 30px;
}

.list-2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}

.list-item-2 {
  max-width: 500px;
  text-align: left;
  background-image: url('../images/star-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 0;
}

.loading-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.loading-bar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.the-bar-itself {
  height: 20px;
  min-height: 20px;
  float: none;
  clear: both;
  background-color: #ccd8e0;
  border: 1px solid #26609b;
  border-radius: 20px;
  display: block;
  position: static;
  box-shadow: 0 0 14px #2387c0;
}

.the-tasty-filling {
  width: 20%;
  height: 20px;
  background-color: #f83bff;
  background-image: url('../images/lines_20.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 66px;
  border-radius: 20px;
}

.the-tasty-filling._20pc {
  width: 5%;
  float: none;
  clear: both;
  background-color: #0090ff;
  background-image: none;
  box-shadow: 0 0 13px #47bbff;
}

.email-wrapper {
  flex-direction: column;
  justify-content: center;
  margin-top: 19px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.checkbox-field-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-label-2 {
  color: #11526c;
}

.email-input {
  height: 51px;
  max-width: 500px;
  color: #c7c7c7;
  background-color: #313131;
  border: 1px solid #6e6e6e;
  border-radius: 6px;
  margin: 15px auto;
}

.email-input.required {
  background-color: #fff;
}

.email-input.required:focus {
  color: #11526c;
}

.email-error {
  color: red;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.email-error.hide-error {
  display: none;
}

.email-error-2 {
  color: red;
  font-weight: 700;
}

.email-error-2.hide-error {
  display: block;
}

.text-span {
  text-decoration: underline;
}

.text-span-2 {
  color: #ff0e0e;
}

.text-span-3 {
  color: #12ca24;
}

.text-span-4 {
  text-decoration: underline;
}

.bold-text-2 {
  color: #12ca24;
}

.text-span-5 {
  color: #ff0e0e;
}

.checkbox-11 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #bb0003;
  transition: all .3s;
  display: inline;
}

.checkbox-11.w--redirected-checked {
  background-color: #bb0003;
  background-size: 18px;
  border-color: #bb0003;
}

.checkbox-label-10 {
  color: #333;
  text-align: left;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.order-now-button-2 {
  text-align: center;
  background-color: #bb0003;
  background-image: linear-gradient(to top, #bb0003, #f6005e);
  border-top: 3px solid #7c0002;
  border-radius: 9px;
  padding: 23px 57px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 27px;
  display: inline-block;
}

.order-now-button-2:hover {
  background-image: none;
}

.order-now-button-2:active {
  background-image: linear-gradient(#940002, #ff63c0);
}

.form-block-6 {
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

.form-2 {
  background-color: rgba(255, 249, 237, 0);
  border: 3px dashed #1d1d1d;
  padding: 33px 31px 10px;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .text-span-6, .bold-text-9, .text-span-7, .bold-text-10, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .text-span-12, .text-span-13, .bold-text-19, .bold-text-20, .bold-text-21 {
  color: #df5837;
}

.heading {
  font-size: 20px;
}

.text-span-14 {
  font-weight: 400;
}

.text-span-15 {
  color: #12ca24;
}

.bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .text-span-16, .bold-text-31, .bold-text-32, .bold-text-33, .text-span-17 {
  color: #df5837;
}

.bold-text-34 {
  color: #12ca24;
}

.bold-text-35 {
  color: #df5837;
}

.text-span-18 {
  color: #6a6a6f;
}

.helpdesk-header {
  text-align: center;
  background-color: #571a51;
  padding-top: 9px;
  padding-bottom: 9px;
}

.helpdesk-logo {
  max-width: 200px;
}

.main-body-container {
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 91px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 0 0 20px -15px #000;
}

.article-headline {
  font-family: Droid Sans, sans-serif;
}

.article-page-paragraph {
  float: none;
  clear: none;
  color: #222;
  text-align: left;
  padding: 20px 12px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.intro-highlight-article {
  color: #7e106e;
  font-size: 22px;
  font-weight: 700;
}

.article-sub-header {
  font-size: 30px;
  font-weight: 700;
}

.body-helpdesk {
  background-color: #383838;
}

.container-2 {
  text-align: center;
}

.lottie-loader {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  outline-offset: 0px;
  outline: 3px #333;
  margin-top: 20px;
}

.div-block-6 {
  background-image: url('../images/Untitled-design-9-copy.png');
  background-position: 50%;
  background-size: auto;
}

.image-4 {
  margin-top: -27px;
  padding-top: 0;
}

.text-field-3 {
  background-color: rgba(255, 255, 255, .5);
  margin-left: 75px;
  margin-right: -75px;
}

.form-3 {
  padding-left: 82px;
}

.textarea {
  background-color: rgba(255, 255, 255, .7);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr .75fr;
  grid-template-areas: "Area";
  grid-auto-flow: row;
  justify-items: center;
}

.div-block-7 {
  min-height: 500px;
  background-image: url('../images/Screen-Shot-2022-07-31-at-4.00.53-PM-copy.png');
  background-size: auto;
}

.desktop {
  min-height: 500px;
  background-image: url('../images/Quiz-Flow-ver3.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
}

.image-5 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-8 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding-top: 0;
}

.image-6, .image-7, .image-8 {
  margin-right: 20px;
}

.div-block-9 {
  margin-top: -20px;
}

.grid-2 {
  max-width: 450px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: inline-block;
}

.form-4 {
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Quiz-flow-Final.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-10 {
  min-height: 500px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.textarea-2 {
  min-width: 200px;
}

.field-label {
  color: #11526c;
  padding-top: 30px;
}

.grid-3 {
  grid-template: ". Area Area-2"
  / .75fr 1.75fr .75fr;
}

.zodiac-link:hover {
  background-color: #f2fcff;
  border-radius: 20px;
  box-shadow: 1px 1px 3px #91c8ff;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5 {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-label-11 {
  color: #919191;
}

.checkbox-12 {
  border: 1px solid #fff;
}

.columns-2 {
  background-color: #333;
  border: 1px #301e1e;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  background-color: #fff;
  margin-top: -64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.image-11 {
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.textarea-3 {
  border-radius: 10px;
}

.textarea-4 {
  padding-left: 150px;
}

.div-block-12 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
  padding-right: 150px;
}

.textarea-5 {
  height: auto;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.text-field-4 {
  border-radius: 10px;
}

.checkbox-label-12 {
  text-align: left;
}

.checkbox-field-4 {
  color: #7a7a7a;
  text-align: left;
}

.select-field, .select-field-2, .select-field-3 {
  max-width: 70px;
}

.columns-3 {
  font-size: 14px;
}

.bd-selection {
  max-width: 70px;
  border-radius: 10px;
  font-size: 12px;
  font-style: normal;
}

.bd-selection.mont {
  margin-left: 5px;
  margin-right: 5px;
}

.select-field-4, .select-field-5 {
  border-radius: 10px;
}

.field-label-2 {
  margin-top: 0;
  padding-top: 30px;
}

.field-label-3 {
  padding-top: 30px;
}

.plaintext {
  color: rgba(0, 0, 0, 0);
  padding-top: 30px;
}

.field-label-4, .field-label-5, .field-label-6, .field-label-7 {
  color: #11526c;
}

.button {
  margin-left: 19px;
  margin-right: 19px;
}

.quizflow-button {
  background-color: #2159ad;
  background-image: linear-gradient(#1e9dff, #2159ad);
  border-radius: 10px;
  justify-content: center;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 90px;
  font-size: 30px;
  display: inline-block;
  box-shadow: inset 0 3px #75d6ff;
}

.quizflow-button:hover {
  background-image: linear-gradient(#75d6ff, #2159ad);
  display: inline-block;
}

.button-2 {
  background-color: #817eff;
}

.div-block-13 {
  margin-top: 25px;
}

.text-block-2 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.text-block-3 {
  color: #303030;
  margin-top: 10px;
}

.image-12 {
  border-radius: 200px;
  margin-right: 0;
}

.columns-4 {
  padding-right: 20px;
}

.image-13 {
  padding-top: 0;
  padding-left: 29px;
}

.image-14 {
  padding: 0;
}

.text-block-4 {
  color: #949494;
  text-align: right;
}

.italic-text {
  margin-top: 15px;
  display: inline-block;
}

.image-15 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-15 {
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 240px;
  padding-bottom: 267px;
}

.heading-2 {
  text-align: center;
  margin-top: -7px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-16 {
  background-color: rgba(0, 0, 0, 0);
}

.checkbox-13 {
  border: 1px solid #11526c;
}

.div-block-18 {
  width: 70%;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}

.div-block-19 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}

.form-div {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nb-detail {
  justify-content: center;
  align-items: center;
  display: flex;
}

.name {
  width: 50%;
  padding-right: 10px;
}

.bday {
  width: 50%;
  padding-left: 10px;
}

.div-block-20, .dmy-birt {
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message-2 {
  color: red;
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.error-message-2.test-none {
  display: none;
}

.d-flex {
  justify-content: center;
  display: flex;
}

.radio-button-8 {
  display: none;
}

.zip-code {
  color: #161021;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  line-height: 22px;
}

.slide-13 {
  text-align: center;
}

.div-block-21 {
  width: 300px;
  height: 300px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 20px auto;
  display: block;
}

.submit-button-2 {
  margin-top: 40px;
  display: none;
}

.countr-fild {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.countr-fild.hide-sec {
  display: none;
}

.slider-6 {
  height: 720px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Quiz-flow-Final.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-6.new-hg {
  height: 520px;
  background-image: url('../images/Quiz-flow-Final.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.checkbox-field-5 {
  float: none;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  display: none;
}

.checkbox-field-5.finished-field {
  align-items: flex-start;
  display: block;
}

.paragraph-8 {
  color: #161021;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-8.now-only {
  font-size: 20px;
  font-weight: 700;
}

.paragraph-8.text-underline {
  margin-bottom: 0;
  text-decoration: underline;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}

.text-block-5.country-title {
  color: #161021;
  margin-top: 40px;
  margin-bottom: 10px;
}

.email-error-3 {
  color: red;
  text-align: center;
  font-size: 19px;
  line-height: 33px;
  display: block;
}

.timedivider {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-right: 10px;
  font-size: 30px;
}

.select_field {
  height: auto;
  max-width: 30%;
  float: left;
  direction: ltr;
  color: #fff;
  white-space: normal;
  object-fit: fill;
  background-color: #2159ad;
  background-image: linear-gradient(#1e9dff, #2159ad);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 10px;
  font-size: 29px;
  line-height: 36px;
  display: flex;
}

.select_field:active, .select_field:focus {
  color: #161021;
}

.select_field.day-width {
  max-width: 15%;
}

.select_field.day-width.birthtime {
  max-width: 10%;
}

.select_field.birthtime {
  max-width: 8%;
  margin-right: 20px;
}

.select_field.country {
  width: auto;
  max-width: 70%;
}

.heading-12 {
  color: gray;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: none;
}

.next-btn.w--current {
  text-align: center;
}

.next-btn.button-1.slider-custom-next {
  color: #fff;
  background-color: #2159ad;
  background-image: linear-gradient(#1e9dff, #2159ad);
  box-shadow: inset 0 3px #8dcaff;
}

.next-btn.button-1.slider-custom-next:hover {
  background-image: linear-gradient(#75d6ff, #2159ad);
}

.radio-button-label-4 {
  color: #161021;
}

.radio-button-label-4.bold {
  color: #fff;
  font-weight: 700;
}

.radio-button-label-4.bold:hover {
  text-decoration: underline;
}

.direct-call-input.button-1 {
  margin-bottom: 10px;
}

.direct-call-input.button-1.mt-0 {
  background-color: #2159ad;
  background-image: linear-gradient(#1e9dff, #2159ad);
  margin-top: 0;
  box-shadow: inset 0 3px #8dcaff;
}

.direct-call-input.button-1.mt-0:hover {
  background-image: linear-gradient(#75d6ff, #2159ad);
  text-decoration: underline;
}

.checkbox-label-13 {
  float: none;
  clear: none;
  color: #161021;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.checkbox-label-13.dripsubscribe-text {
  text-align: center;
  padding-top: 0;
  font-size: 14px;
  line-height: 22px;
}

.text-field-5 {
  height: auto;
  max-width: 400px;
  color: #161021;
  background-color: rgba(245, 176, 207, .5);
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

.text-field-5:hover {
  border-color: #e64946;
}

.text-field-5::-ms-input-placeholder {
  color: #161021;
}

.text-field-5::placeholder {
  color: #161021;
}

.text-field-5.your-email {
  margin-bottom: 20px;
}

.text-field-5.your-email.required {
  color: #fff;
}

.text-field-5.your-email.required::-ms-input-placeholder {
  color: #fff;
}

.text-field-5.your-email.required::placeholder {
  color: #fff;
}

.text-field-5.required {
  color: #fff;
  background-color: #2159ad;
  background-image: linear-gradient(#1e9dff, #2159ad);
}

.text-field-5.required::-ms-input-placeholder {
  color: #fff;
}

.text-field-5.required::placeholder {
  color: #fff;
}

.text-field-5.country-zip {
  max-width: 300px;
}

.right-arrow-2 {
  display: none;
}

.heading-14 {
  color: red;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 38px;
  display: block;
}

.button2.button-1.slider-custom-next {
  color: #fff;
  background-color: #575d66;
  background-image: linear-gradient(#1e9dff, #2159ad);
  box-shadow: inset 0 3px #75d6ff;
}

.button2.button-1.slider-custom-next:hover {
  background-image: linear-gradient(#75d6ff, #2159ad);
  border-color: #161021;
}

.left-arrow-2 {
  display: none;
}

.button3.button-1.slider-custom-next {
  color: #161021;
}

.select-field-6 {
  max-width: 30%;
  float: none;
}

.select-field-6.select_field {
  max-width: 14%;
  margin-right: 0;
}

.select-field-6.select_field.birthtime {
  max-width: 10%;
}

.select-field-6.select_field {
  max-width: 22%;
  margin-right: 0;
}

.racial-preference.direct-call-input.button-1.mt-0 {
  background-color: #2159ad;
  background-image: linear-gradient(#1e9dff, #2159ad);
  box-shadow: inset 0 3px #8dcaff;
}

.racial-preference.direct-call-input.button-1.mt-0:hover {
  background-image: linear-gradient(#75d6ff, #2159ad);
}

.heading-13 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 55px;
}

.heading-13.heading-15.quiz-heading {
  color: #11526c;
}

.slide-nav-3 {
  background-color: #000;
  display: none;
}

.button-1 {
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 105, 180, .5);
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 50px;
  padding: 24px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.button-1:hover {
  text-decoration: underline;
}

.button-1.w--current {
  border-radius: 20px;
}

.button-1.w--current:hover {
  text-decoration: underline;
}

.button-1.slider-custom-next-last {
  color: #fff;
  background-color: #ca39c5;
  background-image: linear-gradient(#1e9dff, #2159ad);
  padding-left: 10px;
  padding-right: 10px;
}

.button-1.slider-custom-next-last:hover {
  background-image: linear-gradient(#75d6ff, #2159ad);
}

.heading-15 {
  color: #161021;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.heading-15.quiz-heading {
  color: #11526c;
}

.slide-17 {
  overflow: visible;
}

.bold-2 {
  color: #fff;
  font-weight: 700;
}

.bold-2:hover {
  text-decoration: underline;
}

.checkbox {
  width: 31px;
  height: 22px;
  float: left;
  clear: none;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
}

.checkbox.birthday-checkbox {
  width: 22px;
  background-color: #fff;
  border-color: #161021;
}

.checkbox.birthday-checkbox.w--redirected-checked {
  background-color: #161021;
}

.mask {
  width: 480px;
  height: 520px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.form-block-7 {
  display: none;
}

.birthday-selection-warp {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.birthday-selection {
  background-color: #e1f4ff;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
}

.img-wrapper {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.plsr-images {
  max-width: 430px;
}

@media screen and (max-width: 991px) {
  .body {
    background-image: url('../images/head-cloud.jpg');
    background-size: cover;
  }

  .bolded-headline.dynamicvar {
    min-width: 1000px;
  }

  .avatar-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .name-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    flex-direction: column;
  }

  .step-paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-2 {
    background-position: 0%;
  }

  .header-flex-block {
    text-align: left;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }

  .intro-image.desktop {
    text-align: center;
    background-image: none;
    margin-right: auto;
    padding-right: 0;
  }

  .homepage-header-image.desktop {
    max-width: 725px;
    margin-top: -70px;
  }

  .checkbox-label-10 {
    font-size: 16px;
  }

  .upsell-confirmation.order-now-button {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
  }

  .desktop {
    max-width: 800px;
    min-height: 450px;
    background-image: url('../images/Quiz-flow-Ver-11.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .grid-2 {
    padding-top: 10px;
  }

  .form-4 {
    max-height: 450px;
    min-height: 450px;
  }

  .field-label {
    color: #11526c;
  }

  .bd-selection {
    font-size: 10px;
  }

  .quizflow-button {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-14 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-6.new-hg {
    height: 450px;
  }

  .select_field.birthtime {
    max-width: 8%;
  }

  .select-field-6.select_field.birthtime {
    max-width: 12%;
  }

  .racial-preference.direct-call-input.button-1.mt-0 {
    margin-top: -5px;
  }

  .button-1.slider-custom-next-last {
    margin-top: 20px;
  }

  .slide-17 {
    margin-top: -18px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: url('../images/head-cloud.jpg');
    background-size: cover;
  }

  .headline.dark-subheader.popup {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .order-now-button {
    padding: 20px 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .button-wrapper.sales.upsell {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .popup-background {
    display: none;
  }

  .popup-container {
    z-index: 3;
    max-width: 460px;
    padding-left: 20px;
    padding-right: 20px;
    top: 360px;
  }

  .form-text {
    font-size: 22px;
  }

  .intro-image.desktop {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .disclaimer-text {
    width: 90%;
  }

  .homepage-header-image.desktop {
    max-width: 560px;
    min-height: auto;
  }

  .small-button {
    line-height: 30px;
  }

  .checkbox-label-10 {
    font-size: 16px;
    line-height: 22px;
  }

  .order-now-button-2 {
    line-height: 30px;
  }

  .form-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-2.upsell-confirmation-blk {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop {
    min-height: 350px;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-5 {
    max-width: 50%;
  }

  .grid-2 {
    max-width: 450px;
    margin-top: -24px;
    padding-top: 0;
  }

  .form-4 {
    max-height: 600px;
    min-height: 625px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .field-label {
    color: #333;
  }

  .bd-selection {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column, .column-2, .column-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quizflow-button {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .div-block-19 {
    width: 100%;
    padding-left: 20px;
  }

  .d-flex.d-sm-mobile {
    display: block;
  }

  .slider-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .select_field {
    max-width: 30%;
  }

  .select_field.day-width {
    max-width: 12%;
  }

  .select_field.day-width.birthtime {
    max-width: 14%;
  }

  .select_field.birthtime {
    max-width: 15%;
  }

  .select-field-6.select_field {
    max-width: 20%;
  }

  .select-field-6.select_field.birthtime {
    max-width: 18%;
  }

  .select-field-6.select_field {
    max-width: 20%;
  }

  .checkbox.w--redirected-checked {
    width: 40px;
    height: 20px;
  }

  .checkbox.birthday-checkbox {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: url('../images/head-cloud.jpg');
    background-size: cover;
  }

  .body-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headline {
    margin-top: -10px;
    font-size: 35px;
    line-height: 38px;
  }

  .headline.dark-subheader {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 32px;
    line-height: 30px;
  }

  .headline.dark-subheader.footer {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .headline.dark-subheader.inverted {
    margin-top: 0;
  }

  .headline.dark-subheader.popup {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .headline.steps-header {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 37px;
  }

  .video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .order-now-button {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .btn-sub-text {
    font-size: 14px;
  }

  .secure-checkout-text.inverted.upsell-decline {
    text-align: center;
  }

  .trust-logo-wrapper {
    flex-flow: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .trust-logo {
    max-width: 140px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .bullet-headline {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 20px;
    line-height: 20px;
  }

  .bullet-description {
    font-size: 18px;
  }

  .list-item {
    margin-left: 13px;
    padding-right: 11px;
  }

  .list {
    padding-left: 0;
    padding-right: 15px;
  }

  .sub-paragraph {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sub-paragraph.footer {
    font-size: 18px;
    line-height: 26px;
  }

  .about.mobile {
    text-align: center;
    padding-bottom: 18px;
    padding-right: 0;
    display: block;
  }

  .about.desktop {
    display: none;
  }

  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .name-wrapper, .stars-wrapper {
    padding-left: 10px;
  }

  .star {
    width: 20px;
  }

  .div-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-wrapper.sales.upsell {
    margin-left: 0;
    padding: 20px 0;
  }

  .image-mobile {
    display: block;
  }

  .image-desktop {
    display: none;
  }

  .step-title {
    text-align: center;
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }

  .step-paragraph {
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-2 {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 0;
  }

  .mobile-profile-image {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    display: block;
  }

  .popup-background {
    display: none;
  }

  .popup-container {
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    top: 50%;
  }

  .popup-logo {
    width: 110px;
  }

  .thin {
    font-size: 18px;
    line-height: 24px;
  }

  .form-text {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-wrapper {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .form {
    padding-top: 10px;
  }

  .intro-image {
    max-width: 100%;
  }

  .intro-image.desktop {
    display: none;
  }

  .intro-image.mobile {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-wrapper {
    max-width: 100%;
  }

  .reserved {
    margin-left: 11px;
    margin-right: 11px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    line-height: 24px;
  }

  .h1-sub-header {
    line-height: 20px;
  }

  .upsell-body-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .upsell-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .checkbox-field, .form-block {
    margin-bottom: 0;
  }

  .text-block {
    font-size: 13px;
  }

  .disclaimer-text {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .preheader-text {
    margin-top: 25px;
    padding: 2px 14px;
    font-size: 14px;
    line-height: 22px;
  }

  .homepage-header-image {
    display: none;
    overflow: visible;
  }

  .homepage-header-image.desktop {
    display: none;
  }

  .homepage-header-image.mobile {
    margin-top: -25px;
    display: block;
  }

  .secure-badge-2 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .small-button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .headline-2 {
    font-size: 35px;
    line-height: 38px;
  }

  .form-block-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .buttons-wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .choice-text {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 28px;
  }

  .list-2 {
    padding-left: 30px;
  }

  .loading-bar {
    padding: 27px 20px;
  }

  .email-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .checkbox-label-10 {
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .order-now-button-2 {
    padding: 15px 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .form-block-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-2 {
    padding-top: 23px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .form-2.upsell-confirmation-blk {
    padding-left: 5px;
    padding-right: 5px;
  }

  .checkbox-field-3 {
    padding-left: 30px;
    padding-right: 10px;
  }

  .upsell-confirmation.order-now-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .main-body-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-headline {
    font-size: 39px;
  }

  .article-page-paragraph {
    font-size: 21px;
    line-height: 30px;
  }

  .image-4 {
    margin-top: -33px;
  }

  .desktop {
    min-height: 450px;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }

  .image-5 {
    max-width: 35%;
  }

  .grid-2 {
    margin-bottom: 24px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
  }

  .form-4 {
    max-height: 700px;
    min-height: 625px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
  }

  .field-label {
    color: #11526c;
    padding-top: 15px;
  }

  .checkbox-label-11 {
    max-height: 200px;
    max-width: 150px;
  }

  .image-11 {
    max-width: 40%;
    margin-top: 0;
    padding-top: 20px;
  }

  .textarea-5 {
    min-height: 110px;
    font-size: 16px;
  }

  .quizflow-button {
    margin-top: 15px;
  }

  .bold-text-36 {
    font-size: 25px;
    font-weight: 900;
    line-height: 0;
  }

  .text-block-2 {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .italic-text {
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .div-block-17 {
    overflow: visible;
  }

  .image-16 {
    display: none;
  }

  .div-block-18 {
    width: 80%;
    padding-right: 0;
  }

  .form-block-4 {
    background-color: #fff;
    border-radius: 10px;
  }

  .countr-fild.mobil-countr {
    display: block;
  }

  .select_field {
    max-width: 100%;
    padding-bottom: 11px;
    line-height: 36px;
  }

  .select_field.day-width {
    max-width: 100%;
  }

  .select_field.day-width.birthtime {
    max-width: 26%;
  }

  .select_field.birthtime {
    max-width: 22%;
  }

  .select_field.country {
    max-width: 100%;
    margin-right: 0;
  }

  .text-field-5.country-zip {
    max-width: 100%;
  }

  .select-field-6.select_field {
    max-width: 100%;
    padding-bottom: 10px;
  }

  .select-field-6.select_field.birthtime {
    max-width: 30%;
  }

  .select-field-6.select_field {
    max-width: 100%;
    padding-bottom: 10px;
  }

  .button-1.slider-custom-next-last {
    font-size: 20px;
    line-height: 26px;
  }

  .slide-17 {
    background-color: #fff;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .checkbox.w--redirected-checked {
    width: 60px;
    height: 20px;
  }

  .checkbox.last-2-checked {
    width: 80px;
    height: 25px;
    margin-left: -10px;
  }

  .checkbox.last-2-checked.w--redirected-checked {
    width: 80px;
    background-color: #161021;
    border-color: #161021;
  }

  .checkbox.birthday-checkbox {
    width: 40px;
    height: 30px;
    margin-left: -10px;
  }

  .checkbox.birthday-checkbox.w--redirected-checked {
    margin-left: -10px;
  }

  .mask {
    border-radius: 0;
  }

  .birthday-selection-warp {
    flex-direction: column;
  }

  .img-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .plsr-images {
    max-width: 95%;
  }
}

#w-node-_155667df-f3cb-e4a2-3e46-b3fcbd07720a-2b08a942 {
  grid-area: Area;
}

#w-node-_28fcbc3a-b38b-c78d-612c-a3e0d478629c-2b08a942 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


