:root {
  --color-5: #96acbb;
  --color-3: #3b4f61;
  --color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>: white;
  --color-5-copy: #4285f4;
  --white: white;
  --color-6-copy: #a59a86;
  --color-4: #667b87;
  --color-2: #333;
  --color-6: black;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-5);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.body {
  min-height: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

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

.brand {
  max-width: 250px;
}

.brand.w--current {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-link {
  border-bottom: 5px solid var(--color-3);
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.nav-link:hover {
  border-bottom-color: var(--color-5-copy);
  color: var(--white);
}

.nav-link.phone {
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  background-image: url('../images/icons8-phone-67_1icons8-phone-67.png');
  background-position: 5px 70%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 45px;
  font-weight: 700;
}

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

.nav-menu {
  align-items: center;
  height: 85px;
  padding-top: 0%;
  display: flex;
}

.hero {
  background-image: linear-gradient(272deg, #0000 1% 29%, #00000087), url('../images/reading.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 70vh;
  min-height: 700px;
  margin-top: 75px;
  padding: 5% 5% 5% 3%;
  display: flex;
  position: relative;
}

.hero-wrapper {
  color: var(--white);
  width: 48%;
  position: relative;
}

.hero-large-text {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-buttons {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.hero-button {
  background-color: var(--color-5-copy);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

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

.hero-button.marg {
  background-color: var(--color-5-copy);
  color: var(--white);
  margin-right: 10px;
}

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

.hero-button.light-blue {
  background-color: var(--color-5-copy);
}

.hero-button.light-blue:hover {
  background-color: var(--color-6-copy);
}

.top-span {
  font-size: 1.2em;
  font-weight: 700;
}

.image {
  width: 25px;
  margin-bottom: 10px;
}

.image.lg {
  filter: none;
  width: 40px;
  margin-bottom: 15px;
}

.image.lg.btm {
  filter: none;
  margin-bottom: 0;
  margin-right: 15px;
}

.button {
  background-color: var(--color-5-copy);
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1em;
}

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

.button.light-blue {
  background-color: var(--color-5);
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
}

.button.light-blue:hover {
  background-color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  color: var(--color-3);
}

.important-rle-section {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.when-rle-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-white-center, .p-white-center {
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  text-align: center;
}

.questions-boxes {
  justify-content: space-between;
  width: 100%;
  max-height: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.question-div {
  flex-direction: column;
  width: 32%;
  display: flex;
}

.question-text-div {
  background-color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.small-center {
  color: var(--color-5);
  text-align: center;
  margin-bottom: 0;
}

.center-larger {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

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

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body-buttons {
  justify-content: space-between;
  align-items: center;
  width: 75%;
  max-width: none;
  display: flex;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.schedule-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.schedule-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.h2-white {
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.field-label {
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
}

.text-block {
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  margin-top: 0;
  margin-left: 0%;
  margin-right: 5%;
}

.mobile-button-holder {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.mobile-button {
  background-color: var(--color-3);
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

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

.mobile-hero-img {
  display: none;
}

.fancy-list-div {
  align-items: center;
  margin-bottom: 5px;
  margin-left: 15px;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.image-9 {
  filter: saturate(200%) brightness(110%) hue-rotate(100deg);
  width: 30px;
  margin-right: 15px;
}

.curious-about-section {
  background-image: linear-gradient(90deg, #00000096, #0000), linear-gradient(#00000080, #00000080), url('../images/man-looking-at-cellphone.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 55vh;
  padding: 5%;
  display: flex;
  position: relative;
}

.curious-wrapper-div {
  width: 45%;
}

.image-13 {
  height: 65px;
}

.hero-sub {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
}

.section-4 {
  background-image: linear-gradient(#cadee933, #cadee933);
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-4._1 {
  background-color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  background-image: linear-gradient(to bottom, var(--color-6-copy), var(--color-6-copy));
  padding-bottom: 7%;
}

.section-4-top-wrapper {
  justify-content: space-between;
  width: 85%;
  max-width: 1600px;
  margin-left: 6%;
  margin-right: 8%;
  display: flex;
}

.affords-text-div {
  align-items: center;
  width: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.affordability-white-text-block {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 110%;
  padding: 50px;
  display: flex;
  position: relative;
}

.affordability-white-text-block.less-pad {
  padding-bottom: 30px;
}

.affordability-image-div {
  object-fit: cover;
  width: 50%;
  position: relative;
  overflow: visible;
}

.pres {
  padding-top: 5%;
  padding-bottom: 5%;
}

.pres.no {
  padding-top: 0%;
}

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

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

.wrap.white-center {
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-section {
  background-image: linear-gradient(#00000069, #00000069), linear-gradient(#3b4f61, #3b4f61), url('../images/bg-pattern.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: space-between;
  padding: 50px;
  display: block;
}

.cta-block {
  border: 1px solid var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  background-color: var(--color-5-copy);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 40px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.cta-block:hover {
  background-color: var(--color-6-copy);
}

.cta-block._100 {
  text-align: left;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding: 15px 25px 15px 15px;
}

.cta-block._100:hover {
  background-color: var(--color-5-copy);
}

.special-line {
  border: 1px solid var(--color-5-copy);
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 10px 20px;
  line-height: 1em;
}

.age-text-div {
  z-index: 1;
  background-color: var(--color-5-copy);
  background-image: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  display: flex;
  position: static;
  inset: 0%;
}

.image-14 {
  filter: hue-rotate(30deg) saturate(133%);
  object-fit: cover;
  background-color: #fff;
  background-image: linear-gradient(#cadee933, #cadee933);
  width: 100%;
  height: 100%;
}

.ages-holder {
  justify-content: space-between;
  min-height: 0;
  margin-top: 30px;
  display: flex;
}

.age-title-txt {
  border: 1px #000;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.age-blue-bg {
  background-color: #cadee9;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.age-div-2 {
  flex-flow: column;
  width: 32%;
  padding: 0;
  display: flex;
  position: relative;
}

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

.how-it-works {
  padding-top: 5%;
  padding-bottom: 5%;
}

.content-wrap {
  text-align: center;
  width: 100%;
  min-height: 0;
  line-height: 1.5em;
}

.h2-center {
  color: var(--color-2);
  text-align: center;
}

.age-content {
  z-index: 5;
  background-color: var(--color-4);
  color: #fff;
  height: 100%;
  position: relative;
}

.section-2-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.age-photo-div {
  object-fit: cover;
  background-color: #cadee9;
  height: 300px;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.call-cta {
  color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.image-15 {
  height: 50px;
}

.image-16 {
  margin-top: 20px;
}

.link-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.values {
  justify-content: space-between;
  width: 60%;
  margin-bottom: -5%;
  margin-left: 5%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.value-block {
  background-color: var(--color\<deleted\|variable-6f7eb410-7cc4-1e25-56fb-59ec605b1432\>);
  color: var(--color-4);
  flex-flow: column;
  align-items: flex-start;
  width: 24%;
  padding: 15px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.value-icon {
  filter: hue-rotate(95deg);
  width: 30px;
  margin-bottom: 10px;
}

.link-block-2 {
  max-width: 250px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-block-2:hover {
  transform: scale(.9);
}

.p-lg {
  color: var(--white);
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
}

.text-span {
  font-style: normal;
}

.image-17 {
  max-width: 150px;
}

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

  h3 {
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .brand {
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: var(--color-3);
    height: auto;
  }

  .hero {
    background-image: url('../images/reading.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 120%;
    align-items: flex-end;
    height: 800px;
    margin-top: 65px;
    padding: 0%;
  }

  .hero-wrapper {
    background-color: #000000a6;
    width: 100%;
    padding: 15px;
  }

  .hero-large-text {
    margin-bottom: 10px;
    font-size: 3em;
  }

  .hero-buttons {
    margin-top: 0;
  }

  .questions-boxes {
    max-height: 300px;
    margin-top: 0;
    margin-bottom: 2%;
  }

  .body-buttons {
    width: 100%;
  }

  .schedule-wrapper {
    flex-flow: column;
    margin-bottom: 50px;
  }

  .schedule-text-div {
    width: 100%;
  }

  .form-block {
    margin-bottom: 20px;
  }

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

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

  .menu-button.w--open {
    background-color: var(--color-5-copy);
  }

  .fancy-list-div {
    font-size: 1.2em;
  }

  .curious-about-section {
    background-image: linear-gradient(90deg, #00000096, #0000), linear-gradient(#00000080, #00000080), url('../images/man-looking-at-cellphone.jpg');
    background-attachment: scroll, scroll, scroll;
    min-height: 0;
    padding-bottom: 12%;
  }

  .image-13 {
    height: 50px;
  }

  .section-4 {
    padding-top: 0%;
  }

  .section-4._1 {
    padding: 0%;
  }

  .section-4-top-wrapper {
    flex-flow: column;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .affords-text-div {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .affordability-white-text-block.less-pad {
    min-width: 0;
    padding: 30px;
  }

  .affordability-image-div {
    width: 100%;
  }

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

  .txt-div._48 {
    width: 100%;
    padding-top: 0;
  }

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

  .img-div._48.hide-mob {
    display: none;
  }

  .cta-section {
    padding: 30px;
  }

  .cta-block {
    padding: 20px;
  }

  .ages-holder {
    flex-flow: column;
  }

  .age-div-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .call-cta {
    width: 100%;
  }

  .values {
    width: 90%;
  }

  .value-block {
    padding: 10px;
    font-size: 1em;
  }

  .link-block-2 {
    max-width: 200px;
    inset: 30px auto auto 20px;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .navbar {
    padding-left: 5px;
  }

  .brand {
    max-width: none;
    padding-left: 0;
  }

  .hero {
    height: 500px;
    min-height: 0;
  }

  .hero-wrapper {
    background-color: #000000a6;
    padding-bottom: 10px;
  }

  .hero-large-text {
    margin-bottom: 5px;
    font-size: 1.8em;
  }

  .hero-buttons {
    display: none;
  }

  .image {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .button {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
    line-height: 1.2em;
  }

  .small-center {
    font-size: .9em;
  }

  .center-larger {
    font-size: 1em;
  }

  .question-photo-div {
    max-height: 150px;
  }

  .body-buttons {
    display: none;
  }

  .schedule {
    padding-bottom: 150px;
  }

  .schedule-wrapper {
    margin-bottom: 20px;
  }

  .menu-button {
    padding: 10px;
  }

  .mobile-button-holder {
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-button {
    background-color: var(--color-5-copy);
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding-left: 25%;
    padding-right: 0%;
  }

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

  .mobile-button.top {
    background-color: var(--color-5-copy);
  }

  .mobile-button.top:hover {
    background-color: var(--color-3);
  }

  .fancy-list-div {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .image-9 {
    width: 30px;
  }

  .curious-about-section {
    padding-bottom: 20%;
  }

  .curious-wrapper-div {
    width: 60%;
  }

  .hero-sub {
    font-size: 1em;
  }

  .affordability-image-div {
    max-height: 350px;
    overflow: hidden;
  }

  .affordability-image-div.no-max {
    max-height: none;
  }

  .wrap.flex {
    width: 100%;
  }

  .wrap.flex.stack {
    width: 90%;
  }

  .wrap.white-center {
    margin-bottom: 0;
  }

  .cta-section {
    padding: 20px;
  }

  .value-block {
    font-size: .9em;
  }
}

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

  .navbar {
    height: auto;
  }

  .brand {
    max-width: none;
  }

  .hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    height: auto;
    margin-top: 50px;
    padding-top: 0;
  }

  .hero-wrapper {
    background-color: var(--color-3);
  }

  .hero-large-text {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .questions-boxes {
    flex-direction: column;
    max-height: none;
  }

  .question-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .center-larger {
    font-size: 1.2em;
  }

  .question-photo-div {
    max-height: 300px;
  }

  .schedule {
    padding-bottom: 125px;
  }

  .menu-button {
    padding: 12px;
  }

  .mobile-button, .mobile-button.top {
    padding-left: 5%;
  }

  .mobile-hero-img {
    display: block;
  }

  .fancy-list-div {
    align-items: center;
    margin-left: 0;
    line-height: 1.1em;
  }

  .curious-about-section {
    background-color: var(--color-4);
    background-image: linear-gradient(#0000, #0000), url('../images/man-looking-at-cellphone.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
    padding-bottom: 5%;
  }

  .curious-wrapper-div {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 225px;
  }

  .image-13 {
    height: 40px;
  }

  .affordability-white-text-block.less-pad {
    padding: 15px;
  }

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

  .wrap.flex.stack {
    width: 90%;
  }

  .cta-block {
    width: 100%;
    margin-bottom: 10px;
  }

  .values {
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 0%;
    margin-left: 0%;
    position: static;
  }

  .value-block {
    width: 49%;
    margin-bottom: 2%;
  }

  .link-block-2 {
    max-width: 150px;
    top: 20px;
    left: 10px;
  }
}


