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

@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 {
  background-color: #f5f5f5;
}

.form {
  text-align: left;
  background-color: #33117f;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px;
}

.section {
  text-align: center;
  background-image: url('../images/title.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}

.image {
  text-align: center;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  text-align: center;
}

.text-block {
  text-align: left;
  font-family: Lato, sans-serif;
}

.submit-button {
  text-align: left;
  letter-spacing: 2px;
  background-color: #ff0090;
  border-radius: 10px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #000;
}

.field-label {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.field-label-2 {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
}

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

.error-message {
  z-index: 2;
  background-color: #330072;
  border-radius: 10px;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 140px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.text-field {
  color: #000;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
}

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

.bold-text {
  font-weight: 800;
}

.section-2 {
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.heading-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.section-3 {
  text-align: center;
  background-color: #fff;
  padding: 60px 10px 40px;
}

.heading-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.section-4 {
  text-align: left;
  background-color: #330072;
  padding: 60px 10px 40px;
}

.column {
  text-align: left;
  padding-left: 0;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 28px;
}

.image-2 {
  width: 24px;
  margin-right: 5px;
}

.div-block {
  margin-bottom: 10px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.link-block {
  padding-left: 5px;
}

.section-5 {
  text-align: center;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

  .div-block {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .form {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .column {
    text-align: center;
  }
}


