.div-block {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-top: 0px;
  padding-right: 15vw;
  padding-left: 15vw;
  -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;
  background-color: #fff;
  background-image: url('../images/Asset-2.svg');
  background-position: 50% 77%;
  background-size: 120%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 8px 8px 18px -18px rgba(0, 0, 0, 0.42);
}

.body {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
  font-family: Acrom, sans-serif;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 38px;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 40px;
  text-align: center;
}

.text-block-2 {
  position: absolute;
  bottom: 29px;
  margin-top: 0px;
  font-family: Acrom, sans-serif;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.link {
  color: #000;
}

.link:hover {
  color: #fcee21;
}

.link.footer {
  color: #b9b9b9;
}

.link.thai {
  font-family: 'Noto Sans Thai', sans-serif;
}

.image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-top: -70px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2 {
  position: relative;
  top: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -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;
  background-color: transparent;
  font-family: Acrom, sans-serif;
}

.image-2 {
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-3 {
  font-family: 'Varela Round', sans-serif;
  color: #c9c8d3;
  font-size: 12px;
  text-align: center;
}

.form-block {
  display: none;
  width: 100vw;
  -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;
  font-family: 'Varela Round', sans-serif;
  color: #999;
  text-align: left;
}

.submit-button {
  padding-right: 39px;
  padding-left: 39px;
  border-radius: 6px;
  background-color: #1700ff;
  font-family: Acrom, sans-serif;
  color: #fff;
  font-size: 12px;
}

.field-label {
  display: none;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.field-label-2 {
  display: none;
}

.text-field {
  width: 50%;
  margin-right: 10px;
  border-radius: 6px;
  font-size: 12px;
}

.text-field-2 {
  width: 60%;
  margin-right: 16px;
  border-radius: 6px;
  font-size: 12px;
}

.text-block-4 {
  margin-bottom: 6px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-block-5 {
  font-family: Acrom, sans-serif;
  text-align: center;
}

.text-block-6 {
  font-family: Acrom, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.link-2 {
  color: #000;
  font-style: normal;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .div-block {
    background-position: 42% 6%;
    background-size: 146%;
  }

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

  .text-block-2 {
    font-size: 13px;
  }

  .image-2 {
    max-width: 100%;
  }

  .text-block-3 {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-right: 9vw;
    padding-left: 9vw;
    background-image: url('../images/Asset-2.svg'), url('../images/Asset-2.svg');
    background-position: 72% -76%, 14% 113%;
    background-size: auto 80%, auto 80%;
    background-repeat: no-repeat, repeat-x;
    background-attachment: scroll, scroll;
  }

  .text-block {
    font-size: 25px;
    line-height: 25px;
  }

  .image-2 {
    max-width: 100%;
  }
}

@font-face {
  font-family: 'Acrom';
  src: url('../fonts/Acrom.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}