.div-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.background-video {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
}

.youtube {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100vh;
}

.div-block-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  height: 100vh;
}

.html-embed {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  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: 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;
}

.paragraph {
  width: 880px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15.5px;
  font-weight: 300;
  text-align: justify;
  text-transform: none;
}

.image {
  margin-top: 81px;
  margin-bottom: 38px;
}

.contactwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttonoutline {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.text-block {
  padding: 7px 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.form-block {
  margin-top: 15px;
  margin-bottom: 7px;
}

.div-block-4 {
  position: static;
  z-index: 0;
  overflow: hidden;
  margin-top: 16px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-image: linear-gradient(164deg, hsla(0, 0%, 100%, 0.1) 19%, hsla(0, 0%, 100%, 0.4) 50%, hsla(0, 0%, 100%, 0.1) 90%);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5);
}

.text-field {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.text-field-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-field-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-5 {
  width: 250px;
  margin-right: 22px;
}

.div-block-6 {
  width: 300px;
}

.comments {
  display: block;
  height: 86px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.submit-button {
  padding: 6px 40px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 525ms ease;
  transition: background-color 525ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.submit-button:hover {
  background-color: #fff;
  color: #00394d;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.success-message {
  background-color: transparent;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.textarea {
  max-height: 86px;
  max-width: 300px;
  min-height: 86px;
  min-width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .background-video {
    height: 90vh;
  }
  .paragraph {
    width: 650px;
    font-size: 15px;
  }
  .image {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    width: 500px;
    font-size: 14px;
  }
  .image {
    margin-top: 20px;
  }
  .text-field {
    width: 215%;
  }
  .text-field-2 {
    width: 215%;
  }
  .text-field-3 {
    width: 215%;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-5 {
    width: 140px;
  }
  .div-block-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;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    width: 300px;
    font-size: 10px;
    line-height: 15px;
    text-align: justify;
  }
  .image {
    margin-top: 15px;
  }
  .div-block-4 {
    margin-top: 25px;
  }
  .div-block-5 {
    width: 140px;
  }
  .div-block-6 {
    width: 300px;
  }
}