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

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -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;
  grid-column-gap: 500px;
  background-color: #f4f4f4;
}

.div-block-8 {
  color: #25632d;
}

.heading-22 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #cb6ce6;
  font-size: 28px;
}

.button-4 {
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #c51815;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.button-4:hover {
  border-color: transparent;
  background-color: #c51815;
  color: #fff;
}

.button-4.w--current {
  border-width: 1.5px;
  background-color: #c51815;
}

.button-4.w--current:hover {
  border-color: transparent;
  background-color: #c51815;
  color: #fff;
}

.image {
  margin-top: -10px;
  cursor: pointer;
}

.header-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-23 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #035194;
  font-size: 32px;
  text-align: center;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #00a79f;
  font-size: 24px;
  text-align: center;
}

.jumbotron-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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;
  grid-column-gap: 45px;
  background-image: url('../images/amt-web-banner-img.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.slider-wrapper {
  width: 570px;
}

.div-block-2 {
  width: 450px;
  padding: 22px 22px 20px;
  border-radius: 8px;
  background-color: rgba(42, 107, 163, 0.92);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-column-gap: 15px;
}

.text-field {
  border-radius: 4px;
  font-family: Exo, sans-serif;
}

.checkbox-label-2 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
}

.checkbox-label-3 {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

.submit-button {
  width: 100%;
  border-radius: 2px;
  background-color: #fad02c;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.image-3 {
  border-radius: 15px;
}

.mask {
  border-radius: 0px;
}

.slider {
  border-radius: 20px;
}

.slide-nav {
  background-color: #001d3d;
}

.slide {
  padding-bottom: 0px;
}

.image-1 {
  border-radius: 15px;
}

.link {
  color: #fff;
  font-weight: 700;
}

.link-2 {
  color: #fff;
  font-weight: 700;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-column-gap: 15px;
}

.select-field {
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.section-4 {
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 0px;
  text-align: center;
}

.section-4.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section-4.footer.copyright {
  margin-top: 55px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #001d3d;
  color: #939596;
  font-size: 14px;
}

.text-block-11 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.benefit-section {
  display: block;
  -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;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 45px;
}

.left-benefit-wrapper {
  width: 400px;
}

.left-benefit {
  margin-top: 45px;
  margin-bottom: 20px;
  padding: 26px;
  border-radius: 10px;
  background-color: #fafafa;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  color: #00a79f;
  font-size: 17px;
}

.text-block-12 {
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.heading-24 {
  margin-bottom: 5px;
}

.right-benefit-wrapper {
  width: 500px;
  margin-top: 45px;
}

.heading-25 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-13 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 991px) {
  .navbar {
    grid-column-gap: 300px;
  }

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

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 250px;
    text-align: center;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .button-4 {
    width: 80%;
  }

  .image {
    margin-bottom: 15px;
  }

  .text-block {
    font-size: 15px;
  }

  .jumbotron-section {
    display: block;
    height: auto;
    padding: 16px;
  }

  .slider-wrapper {
    width: auto;
  }

  .div-block-2 {
    width: auto;
    margin-top: 20px;
  }

  .submit-button {
    font-size: 12px;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .container {
    display: block;
  }

  .left-benefit-wrapper {
    width: auto;
  }

  .left-benefit {
    width: auto;
    margin: 11px;
  }

  .right-benefit-wrapper {
    width: auto;
  }

  .heading-25 {
    text-align: center;
  }

  .text-block-13 {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }

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

  .image-5 {
    padding: 12px;
  }
}