.section {
  position: relative;
  height: 100vh;
  margin-top: 0px;
  background-image: url('../images/bg_new.png');
  background-position: 0px 0px;
  background-size: cover;
}

.h1-old {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.h1-old.lead {
  color: #000;
  font-size: 50px;
  line-height: 50px;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.important {
  color: #ee796c;
}

.image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 50px;
  margin-bottom: 100px;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 230px;
  margin-bottom: 140px;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 100px;
  margin-bottom: 260px;
}

.button {
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #6241b4;
  border-radius: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #6241b4;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button.inverse {
  border-color: #f2eeff;
  color: #f2eeff;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  min-height: 60px;
  margin-top: -60px;
  background-color: #e9e9ff;
  opacity: 1;
  background-clip: border-box;
}

.nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #070721;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link.w--current {
  font-family: 'Open Sans', sans-serif;
  color: #070721;
  font-weight: 700;
}

.image-4 {
  margin-top: 17px;
}

._400vh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400vh;
  -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;
}

.sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
}

.overflow-hidden-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

._400vh-width-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vh;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee796c;
}

.reason {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.section-2 {
  background-color: #7947f6;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.section3 {
  background-color: #ee796c;
}

.h1-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #942e27;
  font-size: 110px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: -5px;
  text-transform: uppercase;
}

.image-5 {
  position: absolute;
  left: 315px;
  top: 400px;
  right: auto;
  bottom: auto;
  max-width: 300px;
}

.container-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1350px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.image-6 {
  position: absolute;
  left: auto;
  top: -51px;
  right: 0%;
  bottom: auto;
  max-width: 300px;
  margin-top: 800px;
  margin-right: 100px;
}

.image-7 {
  position: absolute;
  left: 47px;
  top: 927px;
  right: auto;
  bottom: auto;
  max-width: 300px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.section-3 {
  background-color: #fff;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.field-label-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.form {
  width: 600px;
  background-color: transparent;
}

.text-field {
  border-radius: 12px;
}

.text-field-2 {
  border-radius: 12px;
}

.text-field-3 {
  border-radius: 12px;
}

.image-8 {
  position: relative;
  left: 288px;
  top: -50px;
  right: 0px;
  bottom: auto;
  max-width: 600px;
}

.div-block {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}

.div-block-2 {
  padding: 50px;
  background-color: #fff;
}

.div-block-3 {
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6241b4;
}

.welcome {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-6 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.h1 {
  margin-top: 100px;
  margin-bottom: 60px;
  color: #070721;
  font-size: 50px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.text-span {
  color: #6241b4;
}

.div-block-4 {
  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;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.howitworks {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2 {
  margin-bottom: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #070721;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.h2.big {
  margin-top: 300px;
  margin-bottom: 70px;
  color: #070721;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0em;
}

.h2.center {
  color: #f2eeff;
  text-align: center;
}

.paragraph-2 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-2.center {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 16px;
  text-align: center;
}

.image-9 {
  position: absolute;
  left: auto;
  top: 400px;
  right: -29px;
  bottom: 0%;
}

.container-7 {
  position: relative;
  height: auto;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.reason-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #f2eeff;
}

.text-block {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #f2eeff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .image-9 {
    top: 492px;
    right: 12px;
  }

  .div-block-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .welcome {
    padding: 40px 16px;
  }

  .h1 {
    margin-top: 40px;
    font-size: 40px;
    line-height: 42px;
  }

  .howitworks {
    padding: 40px 16px;
  }

  .h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .h2.big {
    font-size: 40px;
    line-height: 42px;
  }

  .image-9 {
    top: 564px;
    right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .image-4 {
    margin-top: 16px;
  }

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

  .h1 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-5 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .h2.big {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .image-9 {
    display: none;
  }

  .div-block-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .text-block {
    margin-bottom: 40px;
  }
}