:root {
  --color-3: #204490;
  --color-4: #4284f4;
  --color: white;
  --color-5: #7caaf7;
  --color-2: #333;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
}

li {
  margin-bottom: 10px;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 11px #0003;
}

.image {
  height: 55px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.nav-link {
  color: var(--color-3);
  border-radius: 5px;
  align-items: center;
  margin-right: 0;
  padding: 10px 15px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  background-color: #b6c5d380;
}

.nav-link.phone {
  background-color: var(--color-3);
  color: var(--color);
  margin-right: 10px;
}

.nav-link.phone:hover {
  background-color: var(--color-4);
}

.nav-icon {
  filter: brightness(250%);
  width: 25px;
  margin-right: 10px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.hero {
  background-image: url('../images/woman-at-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 93vh;
  min-height: 700px;
  margin-top: 7vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.hero-div {
  background-color: var(--color-3);
  width: 50%;
  color: var(--color);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 25px 40px;
}

.hero-top-line {
  color: var(--color);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 2.7em;
  font-weight: 300;
  line-height: 1.2em;
}

.btns {
  align-items: center;
  display: flex;
}

.btns.top-marg {
  margin-top: 20px;
  margin-left: 10px;
}

.button {
  background-color: var(--color-3);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button:hover {
  background-color: var(--color-4);
}

.button.white {
  background-color: var(--color);
  color: var(--color-3);
}

.button.white:hover {
  background-color: var(--color-4);
  color: var(--color);
}

.button.white.hover-dark:hover {
  background-color: var(--color-3);
}

.section {
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.section.blue {
  background-color: #b6c5d340;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.cta {
  background-image: linear-gradient(to bottom, #1c2854ad, #1c2854ad), radial-gradient(circle farthest-corner at 50% 50%, var(--color-4), #305184 44%, var(--color-3));
  padding-top: 5%;
  padding-bottom: 5%;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  height: 600px;
  display: flex;
  position: relative;
}

.wrap.flex._1 {
  align-items: center;
}

.wrap.center-white {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrap.flex {
  justify-content: space-between;
  height: auto;
  display: flex;
}

.wrap.flex.top-marg {
  margin-top: 50px;
  margin-bottom: 0;
}

.wrap.center {
  text-align: center;
  margin-top: 5%;
}

.wrap.flex {
  justify-content: space-between;
  max-width: 1600px;
  display: flex;
}

.wrap.flex.top-marg {
  margin-top: 4%;
}

.wrap.flex.top-marg._100 {
  width: 100%;
  position: relative;
}

.wrap.flex.top-marg._100.steps {
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
}

.wrap.center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrap.center._100 {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 8%;
}

.wrap.stack {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.self-test-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.self-test-text.pricing {
  width: 40%;
}

.img-div-contain {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.img-div-contain.pricing {
  background-color: var(--color);
  border-radius: 20px;
  align-items: flex-start;
  width: 55%;
  padding: 30px;
}

.blue-right {
  background-color: var(--color-3);
  width: 30%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.img-div {
  object-fit: cover;
  width: auto;
  overflow: hidden;
}

.img-div._48 {
  width: 48%;
  position: relative;
  overflow: visible;
}

.img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.txt-div._48 {
  width: 48%;
}

.txt-div._48.less {
  padding-bottom: 10px;
}

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

.h2-white.lg {
  margin-top: 20px;
  font-size: 3.5em;
}

.cost {
  background-image: linear-gradient(142deg, #0000 38%, #00000012), url('../images/pricing-photo.jpg');
  background-position: 0 0, 0 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 75vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.cost-div {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 50%;
  color: var(--color);
  background-color: #4284f4b8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px 10px 60px;
  display: flex;
}

.text-field-2 {
  background-color: #fff0;
  border: 1px solid #fff;
  width: 49%;
  margin-bottom: 15px;
}

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

.text-field-2._100 {
  width: 100%;
  margin-bottom: 10px;
}

.address-and-logo {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.schedule-div {
  color: #fff;
  width: 60%;
}

.radio-holder {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.footer-wrap-new {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.recaptcha-2 {
  margin-bottom: 20px;
}

.footer-new {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.field-holder {
  justify-content: space-between;
  display: flex;
}

.eyebrow {
  border: 1px solid var(--color-5);
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 12px 20px 10px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
}

.list-item-jm {
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.5em;
  display: flex;
}

.image-2 {
  width: 30px;
  margin-right: 10px;
}

.cta-and-btn-holder {
  background-color: var(--color-4);
  max-width: 90%;
  color: var(--color);
  border-radius: 15px;
  padding: 20px 20px 10px;
  position: absolute;
  inset: auto auto -50px -25px;
}

.h4-white-new {
  color: var(--color);
  font-weight: 500;
}

.question-div-whole {
  background-color: #67ae3d;
  border-radius: 10px;
  width: 31%;
}

.question-div-whole._24 {
  z-index: 5;
  width: 23%;
  position: relative;
}

.question-txt-div {
  text-align: left;
  background-color: #fff;
  border: 1px solid #2186c71c;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  margin: -20px 20px 20px -20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 7px #00000012;
}

.question-txt-div.no-marg {
  text-align: center;
  align-items: center;
  margin: 0;
  line-height: 1.5em;
}

.div-block-3 {
  padding-top: 5%;
  overflow: hidden;
}

.new-team {
  background-image: linear-gradient(133deg, var(--color-4), var(--color-3));
  padding-top: 8%;
  padding-bottom: 8%;
}

.title-and-p {
  width: 40%;
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider {
  background-color: #ddd0;
  width: 55%;
  min-height: 400px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  background-color: var(--color-5);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  inset: auto auto -60px 0%;
}

.right-arrow {
  background-color: var(--color-5);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  inset: auto auto -60px 60px;
}

.slide {
  border-radius: 20px;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
}

.doc-pic {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.doc-text {
  z-index: 1;
  color: var(--color);
  background-image: linear-gradient(#0000 38%, #000000ba);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon {
  transform: scale(.8);
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_faq2 {
  width: 100%;
  margin-top: 0;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.faq2_component {
  border-bottom: 1px solid #0000;
  margin-bottom: 0;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_question {
  background-color: var(--color);
  color: var(--color-2);
  cursor: pointer;
  border-top: 1px #0000;
  border-bottom: 2px #004674;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.faq2_icon {
  color: #00222e;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2_answer {
  overflow: hidden;
}

.image-3 {
  filter: brightness(800%) saturate(0%);
  margin-bottom: 30px;
}

.questions {
  padding-top: 0%;
  padding-bottom: 0%;
  overflow: hidden;
}

.timeline-2 {
  background-color: var(--color-5);
  width: 120%;
  height: 2px;
  position: absolute;
  inset: 50px auto auto -10%;
}

.blue-icon-2 {
  width: 50px;
  height: 50px;
  color: var(--color-4);
  background-color: #7caaf733;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.8em;
  }

  .image {
    height: 45px;
  }

  .nav-link {
    padding: 10px;
  }

  .nav-icon {
    margin-right: 0;
  }

  .hero {
    background-image: linear-gradient(216deg, #0000, #0000 29%, #000000db), url('../images/woman-at-home.jpg');
    background-position: 0 0, 100%;
    background-size: auto, auto 140%;
    justify-content: flex-end;
    height: auto;
    min-height: 740px;
    margin-top: 60px;
    padding-bottom: 5%;
    padding-left: 0%;
  }

  .hero-div {
    width: 90%;
  }

  .hero-top-line {
    color: var(--color);
    font-size: 2.5em;
  }

  .section {
    padding-bottom: 5%;
  }

  .wrap.flex._1 {
    flex-flow: column;
    align-items: center;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .wrap.flex.top-marg._100.steps {
    flex-flow: wrap;
  }

  .self-test-text {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .self-test-text.pricing {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .img-div-contain {
    width: 50%;
    margin-top: 15px;
  }

  .img-div-contain.pricing {
    width: 100%;
  }

  .blue-right {
    display: none;
  }

  .img-div._48, .txt-div._48 {
    width: 100%;
  }

  .txt-div._48.less {
    padding-top: 100px;
  }

  .txt-div._48.less.no {
    padding-top: 0;
  }

  .h2-white.lg {
    font-size: 2.5em;
  }

  .cost {
    background-position: 0 0, 50% 100%;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
    justify-content: flex-start;
    padding: 0% 0% 450px;
  }

  .cost-div {
    background-color: #1c2854;
    width: 100%;
  }

  .nav-txt {
    display: none;
  }

  .address-and-logo {
    justify-content: flex-start;
  }

  .question-div-whole {
    width: 100%;
  }

  .question-div-whole._24 {
    width: 48%;
    margin-bottom: 4%;
  }

  .new-team {
    padding-bottom: 12%;
  }

  .title-and-p, .slider {
    width: 100%;
  }

  .slide {
    width: 32%;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .questions {
    padding-bottom: 8%;
  }

  .timeline-2 {
    display: none;
  }

  .list {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.6em;
  }

  .image {
    height: 50px;
  }

  .brand {
    padding-left: 0;
  }

  .hero {
    background-position: 0 0, 70% 20%;
    min-height: 450px;
    margin-top: 50px;
    padding-bottom: 5%;
  }

  .hero-div {
    width: 60%;
    padding: 15px;
  }

  .hero-top-line {
    font-size: 1.6em;
  }

  .btns {
    flex-flow: wrap;
  }

  .btns.top-marg {
    margin-top: 0;
  }

  .wrap.flex._1 {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .self-test-text {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .img-div-contain {
    width: 65%;
  }

  .img-div-contain.pricing {
    width: 100%;
  }

  .blue-right {
    display: none;
  }

  .txt-div._48.less {
    padding-top: 80px;
  }

  .cost {
    padding-bottom: 375px;
  }

  .address-and-logo {
    width: 100%;
    margin-bottom: 20px;
  }

  .schedule-div {
    width: 100%;
  }

  .footer-wrap-new {
    flex-flow: column;
  }

  .question-txt-div {
    text-align: center;
    align-items: center;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq2_question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq2_icon {
    width: 1.75rem;
  }

  .questions {
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6em;
  }

  .image {
    height: 40px;
  }

  .brand {
    margin-left: 10px;
    padding-left: 0;
  }

  .nav-link.phone {
    margin-right: 0;
  }

  .hero {
    background-image: linear-gradient(216deg, #0000, #0000 29%, #000000db), url('../images/woman-at-home.jpg');
    background-position: 0 0, 90% 30%;
    background-size: auto, auto 165%;
    min-height: 550px;
    margin-top: 50px;
    padding-bottom: 0;
  }

  .hero-div {
    border-bottom-right-radius: 0;
    width: 100%;
  }

  .btns.top-marg {
    flex-flow: column;
    align-items: stretch;
  }

  .button {
    margin-bottom: 5px;
    padding: 12px 20px;
    font-size: .9em;
  }

  .section.blue {
    overflow: hidden;
  }

  .section.cta {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .wrap.flex.top-marg, .img-div-contain, .img-div._48 {
    width: 100%;
  }

  .txt-div._48.less {
    padding-top: 20px;
  }

  .h2-white.lg {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2em;
  }

  .cost {
    padding-bottom: 200px;
  }

  .cost-div {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .address-and-logo, .schedule-div {
    width: 100%;
  }

  .footer-wrap-new {
    flex-flow: column;
  }

  .cta-and-btn-holder {
    max-width: none;
    margin-top: 20px;
    position: static;
  }

  .question-div-whole._24 {
    width: 100%;
  }

  .question-txt-div {
    margin: -10px 10px 10px -10px;
  }

  .new-team {
    padding-bottom: 20%;
  }

  .title-and-p {
    margin-bottom: 20px;
  }

  .slider {
    min-height: 600px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    left: 50px;
  }

  .slide {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .icon {
    transform: scale(.7);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-large, .faq2_question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    margin-bottom: 15px;
  }

  .questions {
    padding-bottom: 12%;
  }

  .hero-p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4em;
  }
}


