:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  background-color: #4522a3;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.main-section {
  padding-top: 70px;
}

.content-block {
  justify-content: center;
  align-items: flex-start;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.div-form {
  max-width: 700px;
}

.div-logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-logo.footer {
  max-width: 222px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.link-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-width: none;
  height: 150px;
}

.paragraph-4 {
  font-size: 12px;
  line-height: 120%;
}

.form-block {
  max-width: 700px;
  padding: 40px 140px 60px;
}

.text-block {
  margin-bottom: 30px;
  font-size: 23px;
  line-height: 120%;
}

.text-field {
  color: #333;
  border-radius: 12px;
  width: 420px;
  min-height: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 100%;
}

.dropdown {
  color: #333;
  display: none;
}

.checkbox-label {
  color: #fff;
}

.link {
  color: #ff6900;
}

.submit-button {
  background-color: #000;
  border-radius: 10px;
  min-width: 240px;
  max-width: 260px;
  min-height: 50px;
  max-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  line-height: 110%;
  display: block;
}

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

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

.container-footer {
  max-width: 1320px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.image-2 {
  max-width: 160px;
  margin-bottom: 10px;
}

.columns {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-col {
  flex-flow: column;
  justify-content: space-between;
  max-width: 250px;
  display: flex;
}

.paragraph-6 {
  max-width: 222px;
  font-size: 16px;
  font-weight: 600;
}

.link-footer {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-7 {
  font-size: 12px;
}

.list-menu-link {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.list-item {
  margin-bottom: 1em;
}

.link-qr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 2em;
  text-decoration: none;
  display: flex;
}

.div-qr {
  width: 100px;
  max-width: 100px;
}

.text-block-2 {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  font-weight: 800;
}

.div-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: .25em;
  display: flex;
}

.navigation-menu {
  background-color: rgba(255, 255, 255, 0);
  display: none;
}

.content-div {
  justify-content: center;
  align-items: flex-start;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.nav-menu, .container {
  display: block;
}

.terms-of-use {
  display: none;
}

@media screen and (max-width: 991px) {
  .div-qr {
    display: none;
  }

  .content-div {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .div-form {
    max-width: 500px;
  }

  .form-block {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6, .link-footer {
    font-size: 12px;
    line-height: 16px;
  }

  .list-menu-link {
    font-size: 12px;
  }

  .list-item {
    font-size: 12px;
    line-height: 16px;
  }

  .div-qr {
    display: none;
  }

  .text-block-2, .text-block-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .content-div {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .div-form {
    max-width: 300px;
  }

  .div-logo {
    margin-bottom: 20px;
  }

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

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

  .text-field {
    width: 260px;
  }

  .container-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns {
    flex-flow: column;
  }

  .content-div {
    max-width: 300px;
  }
}


