:root {
  --color-3: #609ea8;
  --color: white;
  --color-4: #c7e3e6;
  --color-2: #333;
  --color-5: #ccc;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  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 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.hero {
  height: 100vh;
  position: relative;
}

.hero-content-div {
  z-index: 5;
  color: var(--color);
  background-image: linear-gradient(#0000, #0000 31%, #000), url('../images/couple.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-top-line {
  text-align: center;
  max-width: 70%;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
}

.button {
  background-color: var(--color-3);
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

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

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

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

.hero-btns.top-marg {
  margin-top: 50px;
}

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

.section.less {
  padding-top: 2%;
  padding-bottom: 2%;
}

.section.gray {
  background-color: #ccc3;
}

.section.gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #13444d);
}

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

.wrap.flex {
  z-index: 10;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.wrap.flex.lg {
  width: 95%;
}

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

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

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

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

.wrap.center.btm-marg {
  color: var(--color);
  width: 80%;
  margin-bottom: 50px;
}

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

.txt-div._40 {
  width: 35%;
}

.txt-div._50 {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.t-lg {
  font-size: 1.5em;
  line-height: 1.2em;
}

.div-55 {
  object-fit: contain;
  width: 58%;
}

.image {
  width: 100%;
}

.lt-blue-bg {
  background-color: var(--color-4);
  width: 40%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.img-div._50 {
  z-index: 10;
  width: 50%;
  position: relative;
}

.img-div.doc {
  margin-bottom: 20px;
}

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

.img-cover.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.white-text-div {
  background-color: var(--color);
  width: 100%;
  padding: 35px;
}

.white-text-div.lt-gray {
  background-color: #ccc3;
}

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

.parallax {
  background-image: url('../images/download.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 5%;
  padding-bottom: 10%;
  display: flex;
}

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

.block-holder {
  padding-bottom: 5%;
}

.benefit {
  background-color: var(--color-3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 49%;
  margin-top: -8%;
  margin-bottom: 15%;
  padding: 0 20px 20px;
  display: flex;
}

.benefit.less {
  margin-bottom: 0%;
}

.h3-light {
  color: var(--color);
}

.icon-holder {
  background-color: var(--color-3);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.list-fancy {
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 15px;
  line-height: 1.2em;
  display: flex;
}

.list-fancy.btm {
  margin-bottom: 20px;
}

.check {
  filter: grayscale(72%) brightness(200%) hue-rotate(301deg);
  width: 25px;
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 1.5em;
}

.doc-holder {
  background-color: var(--color);
  text-align: center;
  flex-flow: column;
  width: 48%;
  padding: 25px;
  display: flex;
}

.points {
  align-items: flex-start;
  margin-top: 15px;
  padding-left: 0;
  line-height: 1.5em;
  display: flex;
}

.testimonial {
  background-color: var(--color-3);
  color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 15px;
  display: flex;
}

.image-2 {
  max-width: 30%;
}

.location_cell {
  color: var(--color);
  justify-content: flex-start;
}

.contact_cell {
  color: var(--color);
}

.contact_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

.text-field {
  background-color: #ffffff1a;
  border: 0 solid #000;
  border-radius: 0;
}

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

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

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

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

.recaptcha {
  margin-bottom: 20px;
}

.nav-bg-div {
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff;
  height: 80px;
  position: absolute;
  inset: 0%;
}

.nav-link {
  color: var(--color-3);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
}

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

.nav-link.phone {
  background-color: var(--color-3);
  color: var(--color);
  padding: 15px 30px;
}

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

.menu-button {
  z-index: 5;
}

.navbar {
  border-bottom: 1px solid var(--color-3);
  background-color: #ddd0;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  z-index: 5;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-menu {
  z-index: 5;
  align-items: center;
  height: 80px;
  display: flex;
}

.image-19 {
  height: 70px;
}

.nav-line {
  z-index: 5;
  background-color: #ffffff4d;
  border-bottom: 1px #ffffff45;
  justify-content: space-between;
  align-items: center;
  height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 5% 0%;
}

.alt-text-div {
  color: var(--color);
  text-align: center;
  width: 80%;
}

.lg-cta-buttons {
  justify-content: space-between;
  padding: 0%;
  display: flex;
}

.cta-link {
  background-color: var(--color-5);
  color: var(--color-2);
  text-align: center;
  background-image: linear-gradient(#cccccced, #cccccced), url('../images/icons8-calendar.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 85%;
  width: 50%;
  padding: 50px 25px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}

.cta-link:hover {
  background-color: var(--color-2);
  color: var(--color);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.cta-link.rev {
  background-color: var(--color-2);
  color: var(--color);
  background-image: linear-gradient(#333333d6, #333333d6), url('../images/icons8-quiz-1.svg');
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-link.rev:hover {
  background-color: var(--color-5);
  color: var(--color-2);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.loc-holder {
  flex-flow: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.loc {
  width: 31%;
  margin-right: 2%;
  font-size: .9em;
  line-height: 1.5em;
}

@media screen and (max-width: 991px) {
  .hero-top-line {
    max-width: 100%;
  }

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

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

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

  .parallax {
    background-attachment: scroll;
  }

  .benefit {
    margin-bottom: 20%;
  }

  .doc-holder {
    width: 100%;
  }

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

  .contact_grid {
    max-width: 90%;
  }

  .nav-bg-div {
    height: auto;
  }

  .navbar {
    height: auto;
    padding-left: 15px;
    padding-right: 0;
  }

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

  .image-19 {
    height: 60px;
  }

  .loc {
    width: 100%;
  }
}

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

  .hero {
    height: 500px;
  }

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

  .hero-btns {
    flex-flow: wrap;
  }

  .txt-div._40 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .div-55, .lt-blue-bg {
    width: 100%;
  }

  .h2-white {
    font-size: 2em;
  }

  .benefit {
    width: 100%;
  }

  .benefit.less {
    margin-bottom: 20%;
  }

  .benefit.less.btm {
    margin-bottom: 0%;
  }

  .icon-holder {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }

  .contact_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .lg-cta-buttons {
    flex-flow: column;
  }

  .cta-link {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
  }

  .button {
    text-align: center;
    padding: 10px 20px;
    font-size: .9em;
    line-height: 1.2em;
  }

  .section.gradient {
    overflow: hidden;
  }

  .wrap.center.btm-marg {
    margin-bottom: 0;
  }

  .white-text-div {
    padding: 15px;
  }

  .parallax {
    padding-bottom: 20%;
  }

  .h2-white {
    font-size: 1.8em;
  }

  .benefit, .benefit.less {
    margin-bottom: 30%;
  }

  .contact_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-button {
    padding: 10px;
  }

  .navbar {
    padding-left: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .image-19 {
    height: 40px;
  }
}

#w-node-e091d799-61c9-ecb4-d627-7ee1d37e88f2-f3d3e219 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-e091d799-61c9-ecb4-d627-7ee1d37e88f2-f3d3e219 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


