:root {
  --primaryred: #ff7d7d;
  --bluetext: #002080;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

p {
  margin-bottom: 10px;
}

.topsection {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #eff6ff;
  background-image: url('../images/MAinBG.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.topsection.legal {
  background-image: linear-gradient(153deg, #3358e4, #688eff);
}

.flex-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.image {
  height: 500px;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 65px;
  line-height: 82px;
}

.h1.middle {
  text-align: center;
}

.flex-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 500px;
}

.h4 {
  color: #fff;
  height: 150%;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.primarybutton {
  background-color: var(--primaryred);
  text-shadow: 0 1px 4px #00000026;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 52px;
  margin-top: 0;
  padding: 16px 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.primarybutton:hover {
  background-color: #f09090;
}

.primarybutton._2nd {
  border: 1px solid var(--primaryred);
  color: var(--primaryred);
  text-shadow: none;
  background-color: #ffdede;
}

.primarybutton._2nd:hover {
  background-color: var(--primaryred);
  color: #fff;
}

.bold-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 65px;
}

.whereyouleft-section {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.h2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--bluetext);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
}

.h2.white {
  color: #fff;
}

.h2.left {
  color: var(--bluetext);
  text-align: left;
}

.bold-text-2 {
  color: #002080;
  -webkit-text-stroke-color: var(--bluetext);
}

.bold-text-2.left {
  text-align: left;
}

.p {
  color: var(--bluetext);
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

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

.flex-block-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
}

.image-2 {
  height: 450px;
}

.bgblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #f0f6ff;
  border: 1px #c8dbed;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  padding: 30px;
}

._3values-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: linear-gradient(#4268f7, #689bf5);
  flex-flow: column;
  padding: 100px 60px 120px;
  display: flex;
}

.valuebox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f1f6ff;
  border-radius: 50px;
  width: 100%;
  padding: 30px;
}

.values {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.h3 {
  color: var(--bluetext);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
}

.valueimage {
  height: 150px;
}

.simplify-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.formsection {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 900px;
}

.inputtitle {
  color: var(--bluetext);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field {
  color: #97a7c4;
  text-align: center;
  border: 1px solid #cfd5df;
  border-radius: 50px;
  width: 300px;
  height: 52px;
  margin-bottom: 0;
  font-size: 20px;
}

.text-field:hover {
  border-color: #000;
}

.text-field:focus {
  color: #000;
}

.text-field::placeholder {
  color: #a3b1c9;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  padding-top: 40px;
}

.input-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
}

.consenttext {
  color: #5c5e61;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  position: static;
}

.checkbox-field {
  width: 460px;
}

.footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f1f6ff;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.footerlink {
  color: #7484a2;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.flex-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block {
  color: #7484a2;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.navlink {
  color: #fff;
  background-color: #719be4;
  border-radius: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navlink:hover {
  background-color: #8daadf;
}

.navlink.w--current {
  color: #fff;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  display: block;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-3 {
  height: 30px;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand {
  padding-top: 16px;
}

.success-message {
  background-image: linear-gradient(#4268f8, #5b92ee);
  border-radius: 50px;
}

.formlable {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.error-message {
  background-color: #a70000;
  border-radius: 50px;
  margin-top: 20px;
}

.legal-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.legalcontent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 60px 80px;
  display: flex;
}

.p-2 {
  color: #fff;
  text-align: center;
  width: 95%;
  height: 150%;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.p-2.leftblack {
  color: #000;
  text-align: left;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.h2-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.list-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--bluetext);
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

.bold-text-5 {
  font-weight: 400;
}

.list-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--bluetext);
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

@media screen and (max-width: 991px) {
  .flex-block {
    flex-flow: column;
  }

  .image {
    height: 400px;
  }

  .h1 {
    text-align: center;
  }

  .flex-block-2 {
    justify-content: space-between;
    align-items: center;
  }

  .h4 {
    text-align: center;
  }

  .h2 {
    line-height: 150%;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .image-2 {
    height: 400px;
  }

  .bgblock {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .values {
    flex-flow: column;
  }

  .valueimage {
    height: 150px;
  }

  .nav-menu {
    background-color: #c8c8c800;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #806e6e00;
  }

  .menu-button.w--open {
    background-color: #ffffff1a;
    border-radius: 50px;
  }

  .p-2 {
    text-align: center;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .topsection {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block {
    height: auto;
  }

  .h1 {
    height: auto;
    font-size: 55px;
    line-height: 140%;
  }

  .flex-block-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4 {
    font-size: 20px;
    line-height: 140%;
  }

  .primarybutton {
    width: auto;
  }

  .bold-text {
    font-size: 45px;
    line-height: 100%;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .h2.left, .p {
    text-align: center;
  }

  .flex-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    height: 300px;
  }

  ._3values-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .valuebox {
    justify-content: center;
    align-items: center;
  }

  .valueimage {
    height: 100px;
  }

  .formsection {
    padding: 60px 20px;
  }

  .text-field {
    width: auto;
  }

  .form-block {
    padding-top: 20px;
  }

  .checkbox-field {
    width: auto;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .flex-block-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bold-text-3 {
    text-align: center;
  }

  .legalcontent {
    padding: 40px 20px;
  }

  .h2-2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .topsection {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    height: auto;
  }

  .h1 {
    font-size: 45px;
  }

  .flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .whereyouleft-section {
    padding: 60px 20px;
  }

  .h2 {
    line-height: 140%;
  }

  .flex-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    height: auto;
  }

  .bgblock {
    border-radius: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._3values-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .valuebox {
    padding-left: 20px;
    padding-right: 20px;
  }

  .simplify-section {
    padding: 60px 20px;
  }

  .formsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bold-text-4 {
    font-size: 45px;
    line-height: 120%;
  }

  .h2-2 {
    text-align: center;
    line-height: 150%;
  }

  .h2-2.legal {
    text-align: left;
  }
}


