:root {
  --color-3: #204a8d;
  --color: white;
  --color-4: #c8e3ff;
  --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: Roboto, 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: Merriweather, serif;
  font-size: 2em;
  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;
}

.background-video {
  z-index: 1;
  height: 100%;
}

.hero-content-div {
  z-index: 5;
  color: var(--color);
  background-image: linear-gradient(#0000, #0009);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-top-line {
  text-align: center;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-line-2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
  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-3);
}

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

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

.hero-btns.vert {
  flex-flow: wrap;
  justify-content: flex-start;
}

.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), #091e41);
}

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

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

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

.txt-div._48.more-top {
  color: var(--color);
  padding-top: 50px;
}

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

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

.image {
  width: 100%;
}

.lt-blue-bg {
  background-color: var(--color-4);
  width: 35%;
  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._50.new-cont-height.hide {
    height: fit-content;
}
.img-div.doc {
  margin-bottom: 20px;
}

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

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

.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: linear-gradient(#00000045, #00000045), url('../images/young-woman-student.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 5%;
  padding-bottom: 8%;
  display: flex;
}

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

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

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

.icon-holder {
  background-color: var(--color-4);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  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 {
  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: 32%;
  padding: 25px;
  display: flex;
}

.check-2 {
  width: 25px;
  margin-right: 10px;
}

.why-choose {
  background-image: url('../images/machine2.png'), linear-gradient(#000000c4, #000000c4), url('../images/black-background-pattern.jpg');
  background-position: 100% 100%, 0 0, 100% 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 70%, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  min-height: 50vh;
  padding: 8% 5%;
  display: flex;
}

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

.points.btm {
  margin-bottom: 30px;
}

.wavelight {
  color: #fff;
  width: 48%;
}

.lt-blue {
  color: var(--color-4);
}

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

.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 {
  background-color: var(--color);
  opacity: .88;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  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-3);
}

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

.nav-link.phone:hover {
  color: #0f316b;
  background-color: #98bcf8;
}

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

.div-50 {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.why-choose-copy {
  background-image: url('../images/wavelight-img.png'), linear-gradient(#000000c4, #000000c4), url('../images/black-background-pattern.jpg');
  background-position: 100% 100%, 0 0, 100% 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 70%, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  min-height: 50vh;
  padding: 8% 5%;
  display: flex;
}

.image-20 {
  max-width: 300px;
  margin-bottom: 5px;
  margin-left: -20px;
}

.double_line_div{width:100%;height:1px;background-color:#45555f;}
.double_line_div.pink{background-color:#acdfff;}
.single_line_div{width:50%;height:1px;background-color:#45555f;}
.single_line_div.ways{width:50%;background-color:#acdfff;}
.doble_line_wrapper{width:5%;height:30px;flex-direction:column;justify-content:space-around;display:flex;}
.doble_line_wrapper.section{width:10%;height:20px;}
.ways-to-pay-jm{background-color:#fff;padding-top:50px;padding-bottom:80px;}
.ways-to-pay-wrapper-div{width:90%;margin-left:auto;margin-right:auto;}
.section_label_wrapper{width:70%;justify-content:space-between;align-items:center;margin-bottom:30px;display:flex;}
.section_label{color:#21498B;letter-spacing:10px;text-transform:uppercase;margin-left:10px;margin-right:10px;padding-top:7px;padding-left:10px;padding-right:0;font-family:Roboto, sans-serif;}
.way-to-pay-div{justify-content:flex-end;margin-bottom:20px;display:flex;}
.way-to-pay-div.top{margin-top:50px;}
.way-to-pay-1-div{width:100%;min-height:125px;border:2px solid #4C5461;align-items:flex-start;padding:15px;display:flex;}
.big-text-and-number{min-width:330px;color:#4C5461;margin-right:15px;font-size:2em;line-height:1.2em;}
.big-text-and-number._2{min-width:330px;color:#21498B;}
.big-text-and-number._3{min-width:330px;color:#21498B;}
.big-text-and-number._4{min-width:330px;color:#21498B;}
.way-to-pay-2-div{width:100%;min-height:125px;border:2px solid #21498B;align-items:flex-start;padding:15px;display:flex;}
.way-to-pay-3-div{width:100%;min-height:125px;border:2px solid #21498B;align-items:flex-start;padding:15px;display:flex;}
.way-to-pay-4-div{width:100%;min-height:125px;border:2px solid #21498B;align-items:flex-start;padding:15px;display:flex;}

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

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

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

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

  .wrap.flex.center {
    justify-content: center;
  }

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

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

  .div-55 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
  }

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

  .img-div._50 {
    order: 1;
  }

  .parallax {
    background-image: linear-gradient(#00000054, #00000054), url('../images/young-woman-student.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    min-height: 30vh;
    padding-top: 8%;
  }

  .benefit {
    width: 100%;
  }

  .benefit._2 {
    margin-top: 5%;
  }

  .doc-holder {
    width: 48%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 20px;
  }

  .why-choose {
    background-image: url('../images/machine2.png'), linear-gradient(#00000080, #00000080), linear-gradient(67deg, #0000, #000), linear-gradient(#0000, #0000), url('../images/black-background-pattern.jpg');
    background-position: 100% 100%, 0 0, 0 0, 0 0, 100% 0;
    background-repeat: no-repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto 400px, auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
  }

  .wavelight {
    width: 100%;
    padding-bottom: 300px;
  }

  .contact_grid {
    max-width: 90%;
  }

  .nav-bg-div {
    background-color: var(--color);
  }

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

  .navbar {
    background-color: #ddd;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-50 {
    width: 100%;
  }

  .why-choose-copy {
    background-image: url('../images/machine2.png'), linear-gradient(#00000080, #00000080), linear-gradient(67deg, #0000, #000), linear-gradient(#0000, #0000), url('../images/black-background-pattern.jpg');
    background-position: 100% 100%, 0 0, 0 0, 0 0, 100% 0;
    background-repeat: no-repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto 400px, auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
  }
}

@media screen and (max-width: 767px) {
     .doble_line_wrapper,.doble_line_wrapper.section{width:10%;}
.ways-to-pay-jm{padding-top:50px;padding-bottom:30px;}
.section_label{letter-spacing:5px;font-size:.9em;}
.way-to-pay-div.top{margin-top:0;}
.way-to-pay-1-div,.way-to-pay-2-div,.way-to-pay-3-div,.way-to-pay-4-div{flex-direction:column;}
  .hero {
    height: 500px;
  }

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

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

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

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

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

  .txt-div._40 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .txt-div._48.more-top {
    margin-top: 30px;
  }

  .div-55 {
    width: 100%;
  }

  .lt-blue-bg {
    width: 100%;
    height: 30%;
    inset: auto 0% 0%;
  }

  .img-div.doc {
    width: 40%;
    margin-bottom: 0;
  }

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

  .parallax {
    justify-content: flex-end;
    padding-bottom: 18%;
  }

  .benefit._2 {
    margin-top: 8%;
  }

  .doc-holder {
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    line-height: 1.5em;
  }

  .why-choose {
    background-image: url('../images/machine2.png'), linear-gradient(to bottom, null, null), linear-gradient(67deg, #0000, #000), linear-gradient(to bottom, null, null), url('../images/black-background-pattern.jpg');
    background-size: auto 300px, auto, auto, auto, cover;
  }

  .wavelight {
    padding-bottom: 275px;
  }

  .wavelight._2 {
    padding-bottom: 250px;
  }

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

  .why-choose-copy {
    background-image: url('../images/machine2.png'), linear-gradient(to bottom, null, null), linear-gradient(67deg, #0000, #000), linear-gradient(to bottom, null, null), url('../images/black-background-pattern.jpg');
    background-size: auto 300px, auto, auto, auto, cover;
  }

  .doc-text {
    width: 55%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}

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

  .hero {
    height: 550px;
    margin-top: 50px;
  }

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

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

  .hero-btns {
    flex-flow: column;
    align-items: stretch;
    padding-left: 10px;
  }

  .section.less {
    padding-top: 5%;
  }

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

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

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

  .bdy-buttons {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 10px;
  }

  .list-fancy {
    padding-left: 0;
  }

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

  .why-choose {
    background-image: url('../images/machine2.png'), linear-gradient(to bottom, null, null), linear-gradient(67deg, #0000, #000), linear-gradient(to bottom, null, null), url('../images/black-background-pattern.jpg');
    background-size: auto 275px, auto, auto, auto, cover;
  }

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

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

  .menu-button {
    padding: 10px;
  }

  .navbar {
    height: auto;
  }

  .image-19 {
    height: 50px;
  }

  .why-choose-copy {
    background-image: url('../images/machine2.png'), linear-gradient(to bottom, null, null), linear-gradient(67deg, #0000, #000), linear-gradient(to bottom, null, null), url('../images/black-background-pattern.jpg');
    background-size: auto 275px, auto, auto, auto, cover;
  }

  .image-20 {
    max-width: 200px;
  }

  .doc-text {
    text-align: center;
    width: 100%;
    padding: 15px;
  }
}

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

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


