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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.section {
  height: auto;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/BG2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.top {
  display: block;
  max-width: 1300px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
}

.heading {
  display: block;
  width: 70%;
  margin: 0px auto 30px;
  color: #000;
  font-size: 60px;
  line-height: 75px;
  font-weight: 400;
  text-align: center;
}

.heading._2 {
  width: auto;
  padding-bottom: 25px;
  font-size: 45px;
  text-align: center;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.column {
  color: #000;
}

.button {
  display: block;
  width: 250px;
  height: 55px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  float: right;
  clear: left;
  border: 2px solid #36c;
  border-radius: 2px;
  background-color: #36c;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #36c;
}

.button.read-more {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-color: #36c;
  background-color: #fff;
  color: #36c;
}

.button.read-more:hover {
  background-color: #36c;
  color: #fff;
}

.button.contact {
  margin-top: 20px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  padding-left: 28px;
  color: #36c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  text-decoration: underline;
}

.div-block {
  max-width: 1300px;
}

.benefits {
  display: block;
  max-width: 1300px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.25);
}

.heading-2 {
  margin-bottom: 35px;
  color: #000;
  font-size: 40px;
  font-weight: 300;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
  color: #36c;
  font-size: 20px;
}

.heading-3._2 {
  margin-bottom: 10px;
  padding-top: 0px;
  color: #002061;
  font-size: 20px;
}

.paragraph {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph.white {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.paragraph._3 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  line-height: 22px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 60px;
}

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

.div-block-3 {
  width: auto;
  height: 50%;
  float: none;
  border-style: solid;
  border-width: 3px 2px 2px 3px;
  border-color: #d4d4d4;
  background-image: url('../images/S1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2 {
  height: auto;
  padding-right: 40px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  width: auto;
  height: 50%;
  border-style: solid;
  border-width: 2px 2px 3px 3px;
  border-color: #d4d4d4;
  background-image: url('../images/S2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.columns-4 {
  height: 400px;
}

.column-3 {
  height: 400px;
}

.column-4 {
  height: 400px;
}

.div-block-5 {
  height: 50%;
  border-style: solid;
  border-width: 3px 3px 2px 2px;
  border-color: #d4d4d4;
  background-image: url('../images/S3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-6 {
  height: 50%;
  border-style: solid;
  border-width: 2px 3px 3px 2px;
  border-color: #d4d4d4;
  background-image: url('../images/S4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-4 {
  margin-top: 10px;
  color: #36c;
  font-size: 25px;
  text-transform: uppercase;
}

.section-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 65px;
  background-color: transparent;
  background-image: url('../images/3.png');
  background-position: 50% 0px;
  background-size: cover;
}

.section-2.information {
  max-width: 100%;
  padding: 200px 40px 100px;
  border-bottom: 4px solid #1145ac;
  background-position: 50% 0%;
  background-size: 1920px;
}

.information {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.image-2 {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.heading-5 {
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  text-align: center;
}

.heading-5.black {
  margin-top: 0px;
  color: #000;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  max-width: 1300px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.25);
}

.div-block-7.contact {
  margin-top: 0px;
}

.column-5 {
  width: 500px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.checkbox-label {
  color: #000;
  font-size: 10px;
  line-height: 16px;
}

.text-field {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #36c;
  box-shadow: 0 0 6px 0 rgba(51, 102, 204, 0.39);
}

.text-field::-webkit-input-placeholder {
  color: #36c;
}

.text-field:-ms-input-placeholder {
  color: #36c;
}

.text-field::-ms-input-placeholder {
  color: #36c;
}

.text-field::placeholder {
  color: #36c;
}

.text-field.message {
  height: 150px;
}

.div-block-8 {
  width: 80%;
}

.column-6 {
  padding-right: 48px;
  border-right: 2px none #eee;
}

.column-7 {
  padding-left: 49px;
}

.paragraph-2 {
  color: #838383;
  font-size: 12px;
  line-height: 18px;
}

.heading-6 {
  margin-top: 20px;
  color: #000;
  font-size: 32px;
  font-weight: 600;
}

.heading-7 {
  font-weight: 400;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #36c;
  background-color: #1145ac;
  text-align: center;
}

.nav-link {
  display: none;
  height: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: right;
  border-radius: 30px;
  background-color: #f3c423;
  color: #fff;
  font-weight: 700;
}

.nav-link.w--current {
  color: #fff;
}

.link-2 {
  padding-left: 42px;
  color: #fff;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.div-block-10 {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

._2 {
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 25px;
  padding-bottom: 100px;
}

.bold-text {
  font-size: 20px;
  text-decoration: underline;
}

.bold-text-2 {
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.div-block-11 {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 26px;
}

.section-4 {
  padding-top: 91px;
  padding-bottom: 91px;
}

.success-message {
  background-color: transparent;
  color: #36c;
  font-weight: 700;
}

.image-3 {
  display: block;
  width: 700px;
  margin-top: 47px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 71px;
}

.image-4 {
  display: block;
  width: 220px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  float: none;
  border-radius: 30px;
  background-color: #fff;
}

.div-block-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.brand {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.brand.w--current {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.footerlink {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.ptitle {
  font-size: 18px;
  line-height: 25px;
}

.list-item {
  margin-top: 40px;
}

.termslink {
  color: #1145ac;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 40px;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

.section-6 {
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 25px;
  padding-bottom: 100px;
}

.error-message {
  margin-top: 40px;
  background-color: #b60000;
  color: #fff;
}

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

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

.slider {
  height: 100%;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .section {
    margin-bottom: 30px;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
  }
  .top {
    margin-top: 50px;
  }
  .heading {
    width: auto;
    text-align: center;
  }
  .columns {
    display: inline-block;
  }
  .benefits {
    margin-top: 80px;
    margin-right: 26px;
    margin-left: 26px;
    padding: 25px;
  }
  .paragraph.white {
    text-align: center;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-3 {
    display: inline-block;
  }
  .section-2.information {
    padding-top: 126px;
  }
  .image-2 {
    width: 60%;
  }
  .columns-5 {
    display: inline-block;
    margin-top: 20px;
  }
  .div-block-7 {
    width: auto;
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .section-3 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .div-block-8 {
    width: auto;
  }
  .div-block-10 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-8 {
    text-align: center;
  }
  .image-3 {
    display: block;
    width: 70%;
    margin-top: 69px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-9 {
    margin-top: 38px;
  }
  .column-10 {
    margin-top: 31px;
  }
  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .top {
    margin-top: 30px;
  }
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    margin-bottom: 10px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 35px;
    line-height: 50px;
  }
  .heading._2 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    font-size: 32px;
    line-height: 50px;
  }
  .button {
    width: 90%;
    float: none;
    clear: none;
  }
  .button.read-more {
    margin-right: auto;
    margin-left: auto;
  }
  .benefits {
    margin-top: 60px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading-3 {
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph.white {
    padding-left: 0px;
  }
  .paragraph._3 {
    padding-left: 0px;
  }
  .columns-2 {
    display: inline-block;
  }
  .image {
    padding-bottom: 25px;
  }
  .columns-4 {
    height: 200px;
  }
  .column-3 {
    height: 300px;
  }
  .column-4 {
    height: 300px;
  }
  .section-2.information {
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }
  .heading-5 {
    font-size: 30px;
    line-height: 40px;
  }
  .columns-5 {
    margin-top: 20px;
  }
  .div-block-7 {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-6 {
    padding-right: 0px;
    padding-bottom: 25px;
    border-bottom: 2px solid #cbcbcb;
    border-right-style: none;
  }
  .column-7 {
    margin-top: 44px;
    padding-left: 0px;
  }
  .columns-6 {
    display: inline-block;
  }
  .div-block-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .image-3 {
    width: 70%;
    margin-top: 40px;
    padding-left: 0px;
  }
  .column-10 {
    margin-top: 0px;
  }
  .column-11 {
    text-align: center;
  }
  .column-12 {
    text-align: center;
  }
  .column-13 {
    text-align: center;
  }
  .div-block-12 {
    display: block;
    width: auto;
    margin-top: 40px;
  }
  .p {
    font-size: 16px;
  }
  .list-item {
    margin-top: 25px;
    padding-left: 20px;
  }
  .column-15 {
    clear: both;
  }
  .slider {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 10px;
  }
  .top {
    margin-top: 10px;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 5px;
  }
  .heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
  .heading._2 {
    padding-top: 0px;
    line-height: 45px;
  }
  .button {
    width: 100%;
    margin-top: 20px;
  }
  .button.read-more {
    width: 100%;
    margin-left: 0px;
  }
  .benefits {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph {
    padding-left: 0px;
  }
  .paragraph._3.terms {
    text-align: left;
  }
  .section-2.information {
    padding-top: 100px;
    padding-bottom: 60px;
    background-position: 50% 0%;
    background-size: auto;
  }
  .image-2 {
    width: 100%;
  }
  .columns-5 {
    margin-top: 10px;
  }
  .div-block-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-6 {
    padding-left: 0px;
  }
  .heading-6 {
    font-size: 40px;
  }
  .nav-link {
    padding-right: 9px;
    padding-left: 9px;
  }
  .div-block-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._2 {
    padding-bottom: 60px;
  }
  .section-4 {
    padding-top: 20px;
  }
  .image-3 {
    width: 100%;
    margin-top: 45px;
  }
  .column-14 {
    margin-top: 23px;
    margin-bottom: 40px;
  }
  .menu-button {
    display: none;
  }
  .image-4 {
    width: 165px;
    margin-top: 0px;
  }
  .div-block-12 {
    margin-top: 10px;
  }
  .footerlink.w--current {
    line-height: 40px;
  }
  .section-5 {
    padding-top: 10px;
  }
  .list-item {
    padding-left: 10px;
  }
  .column-15 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-16 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .slider {
    width: 100%;
  }
}