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

body {
  color: #333;
  font-family: Merriweather, serif;
  font-size: 1.11111vw;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.p-18px {
  font-size: 1.125em;
  line-height: 1.3;
}

.text-img-box {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.title-label-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-btn {
  background-color: #05b14e;
  font-size: 1.11111em;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955);
}

.form-btn:hover {
  background-color: #025f29;
}

.hero-form {
  color: #fff;
}

.hero-formm-box {
  z-index: 3;
  box-shadow: none;
  background-color: #040c30;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 0 2rem 4rem;
  display: flex;
}

.wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

.success-message {
  margin-top: auto;
  margin-bottom: auto;
}

.cover {
  width: 100%;
  height: 100%;
}

.section {
  margin-left: auto;
  margin-right: auto;
}

.form-btn-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-form-title-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.hero-form-title-box.align-center {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.hero-form-icon {
  width: 12.5rem;
}

.decor-dark-blue {
  background-color: #080d2e;
  flex: none;
  width: 30.4em;
  margin-right: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.p-25px {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 1.5625em;
  line-height: 1.3;
}

.form-description {
  margin-top: 1.875rem;
}

.field-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.hero-form-field {
  min-height: 50px;
  margin-bottom: 0;
}

.hero-form-field::placeholder {
  font-size: 1.3em;
}

.hero-form-field._33 {
  justify-content: center;
  align-items: center;
  width: 5.625rem;
  padding-left: 1.3rem;
  padding-right: 1rem;
  display: flex;
}

.p-45px {
  font-size: 2.2em;
}

.p-45px.bold {
  font-family: Droid Sans, sans-serif;
  position: static;
}

.p-16px {
  font-size: 1.11111em;
  line-height: 1.3;
}

.p-24px {
  font-size: 1.5em;
  line-height: 1.3;
}

.text-form-box {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-two-column-item-img {
  width: 13rem;
  margin-left: auto;
  margin-right: auto;
}

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

.text-two-column-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-two-column-decore-line {
  background-color: #dadada;
  width: 50%;
  height: .0625rem;
  margin-left: auto;
  margin-right: auto;
}

.text-two-column-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.max-width-784px {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-flow: column;
  width: 49rem;
}

.max-width-784px.align-center {
  flex-flow: column;
  width: 55em;
  display: flex;
}

.padding-top50px {
  width: 100%;
  padding-top: 3.125rem;
}

.main-img-wrapper {
  width: 61%;
  padding-bottom: 0;
}

.header {
  background-color: #12007b;
  width: 100%;
}

.header.absolute {
  position: absolute;
}

.header-wrapper {
  height: 7.05176em;
  position: relative;
  overflow: hidden;
}

.form-wrapper {
  flex-flow: column;
  flex: none;
  width: 30.4em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  box-shadow: 6px 0 2px #0003, -6px 0 5px #0003;
}

.input-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.relative {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heder-img {
  width: 100%;
  height: 100%;
}

.p-29 {
  font-size: 2.2em;
  line-height: 1.2;
}

.disclaimer-img {
  width: 100%;
  height: 100%;
}

.disclaimer-wrapper {
  width: 61%;
}

.disclaimer-wrapper.width-100 {
  width: 100%;
  margin-top: 2rem;
}

.hide {
  display: none;
}

.p-14px {
  font-size: .875em;
}

@media screen and (max-width: 991px) {
  .p-18px {
    font-size: 1em;
  }

  .form-chekbox {
    margin-top: 0;
    margin-left: -10px;
  }

  .form-btn:hover {
    background-color: #05b14e;
  }

  .hero-formm-box {
    flex: none;
    height: 100%;
    padding: 3rem 2rem;
  }

  .hero-form-icon {
    width: 10rem;
  }

  .decor-dark-blue {
    width: 100%;
    margin-right: -1.55rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
  }

  .form-chekbox-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .p-25px {
    font-size: 1.7em;
  }

  .hero-form-field {
    min-height: 40px;
  }

  .hero-form-field::placeholder {
    font-size: 1.1rem;
  }

  .hero-form-field._33 {
    width: 5.4rem;
  }

  .p-45px {
    font-size: 2.2em;
  }

  .p-16px {
    font-size: 1.2em;
  }

  .p-24px {
    font-size: 1.3em;
  }

  .text-form-box {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .text-two-column-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-top50px {
    padding-top: 2rem;
  }

  .main-img-wrapper {
    width: auto;
    padding-bottom: 0;
  }

  .header-wrapper {
    height: 6.8em;
  }

  .form-wrapper {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    overflow: visible;
  }

  .heder-img {
    object-fit: fill;
  }

  .disclaimer-wrapper {
    order: 9999;
    width: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .p-14px {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .p-18px {
    font-size: 2em;
  }

  .text-img-box {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .form-btn {
    font-size: 2.4em;
  }

  .hero-formm-box {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: static;
  }

  .decor-dark-blue {
    display: none;
  }

  .form-chekbox-box {
    justify-content: flex-start;
    align-items: center;
  }

  .p-25px {
    font-size: 2.2em;
  }

  .field-wrapper {
    margin-bottom: 2rem;
  }

  .hero-form-field._33 {
    width: 4.5rem;
    padding-left: .9rem;
  }

  .p-45px {
    font-size: 3.2em;
  }

  .p-16px {
    font-size: 1.7em;
  }

  .p-24px {
    font-size: 2.3em;
  }

  .text-form-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    overflow: visible;
  }

  .container {
    padding-bottom: 0;
  }

  .text-two-column-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .text-two-column-decore-line {
    width: auto;
    height: .1875rem;
  }

  .text-two-column-item {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-784px.align-center {
    width: auto;
  }

  .padding-top50px {
    padding-top: 1rem;
  }

  .main-img-wrapper {
    width: 100%;
  }

  .header-wrapper {
    height: 6.7em;
  }

  .form-wrapper {
    width: 100%;
    position: static;
  }

  .relative {
    align-items: stretch;
    display: flex;
  }

  .p-29 {
    font-size: 6.3em;
  }

  .p-14px {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 479px) {
  .p-18px {
    font-size: 3.3em;
  }

  .form-btn {
    text-transform: uppercase;
    white-space: pre-wrap;
    font-size: 2.9em;
  }

  .hero-formm-box {
    padding: 2rem 1.25rem;
  }

  .wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .error {
    background-color: #f5adad;
  }

  .p-25px {
    font-size: 1rem;
  }

  .hero-form-field {
    flex: 50%;
  }

  .hero-form-field._33 {
    flex: 0 auto;
    padding-left: 1.2rem;
  }

  .p-45px {
    font-size: 4.7em;
  }

  .p-16px {
    font-size: 3em;
  }

  .p-24px {
    font-size: 1.2rem;
  }

  .header-wrapper {
    height: 7.6em;
  }

  .input-wrapper {
    flex-flow: row;
  }

  .p-29 {
    font-size: 6.5em;
  }

  .disclaimer-wrapper.width-100 {
    margin-top: 1rem;
  }

  .p-14px {
    font-size: 3em;
  }
}


