.container {
  height: 100vh;
  max-height: none;
  max-width: 100vw;
}

.body {
  background-color: #ff877c;
}

.image {
  margin-top: 140px;
}

.container-2 {
  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: 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;
}

.container-3 {
  height: auto;
  max-height: 500px;
  max-width: 800px;
  margin-top: 60px;
}

.image-3 {
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-bottom: 220px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
  cursor: auto;
}

.text-block:hover {
  opacity: 1;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  mix-blend-mode: soft-light;
}

.body-2 {
  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;
  background-color: #000;
}

.form-title-cf8 {
  font-family: 'Dawning of a New Day', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.form-cf8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message-cf8 {
  padding-left: 0px;
  border: 1px solid #4cc71f;
  background-color: transparent;
  font-weight: 500;
}

.field-label-cf8 {
  margin-bottom: 0px;
  color: #ffda6c;
  font-size: 13px;
}

.text-field-cf8 {
  margin-top: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #4cc71f;
  font-size: 16px;
  text-align: left;
}

.text-field-cf8.big {
  height: 100px;
  margin-top: 10px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.error-message-cf8 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form-subwrapper-cf8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.field-wrapper-cf8 {
  width: 100%;
  margin-top: 20px;
}

.field-wrapper-cf8.right {
  width: 50%;
  margin-left: 30px;
}

.field-wrapper-cf8.left {
  width: 50%;
}

.form-subtitle-cf8 {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffd269;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.submit-button-cf8 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffda47;
  border-radius: 20px;
  background-color: #ffe100;
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.submit-button-cf8:hover {
  background-color: #ffdb4b;
  color: #fff;
}

.section {
  margin-top: 0px;
  background-color: #000;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
}

.image-6 {
  opacity: 1;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 1000px;
  max-height: none;
  max-width: 1200px;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/nights.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.image-7 {
  margin-left: 0px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.alma_header_small {
  margin-top: 20px;
  background-color: transparent;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-alma {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 0px;
  direction: ltr;
  color: #ca9120;
  font-size: 38px;
  font-weight: 200;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
}

.recaptcha {
  margin-bottom: 40px;
}

.small-text {
  font-family: Roboto, sans-serif;
  color: #dac58c;
  font-size: 16px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #dfdfd9;
}

.div-block-52 {
  margin-bottom: 20px;
}

.submit-button {
  background-color: #ca9120;
}

.paragraph-ideoita {
  position: static;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 100.080039%;
  max-height: 143%;
  max-width: 116%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.contacto {
  width: 600px;
  margin-top: 220px;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(48, 82, 111, 0.25);
}

.heading-vn {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 0px;
  direction: ltr;
  font-family: Roboto, sans-serif;
  color: #dac58c;
  font-size: 38px;
  font-weight: 300;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
}

.paragraph-contact {
  position: static;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 100.080039%;
  max-height: 143%;
  max-width: 116%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.contact-smalll-header {
  margin-top: 20px;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #dac58c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.recaptcha-vn {
  margin-bottom: 40px;
}

.submit-button-copy {
  background-color: #ca9120;
}

.submit-button-copy.vn {
  border-style: solid;
  border-width: 1px;
  border-color: #f8ebaa;
  border-radius: 20px;
  background-color: #ffdb78;
  box-shadow: 0 0 9px 0 #ffe35a;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-weight: 700;
}

.submit-button-copy.vn:hover {
  box-shadow: 0 0 20px 0 #ffe35a;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-image: url('../images/nights.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.container-5 {
  padding: 10px;
  background-color: transparent;
  opacity: 1;
  color: transparent;
  mix-blend-mode: normal;
}

.div-block-54 {
  width: 80vw;
}

.link {
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.link:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-backdrop-filter: hue-rotate(204deg);
  backdrop-filter: hue-rotate(204deg);
  -webkit-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
  transform: skew(14deg, 0deg);
}

.link:active {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: left;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.error-message {
  border-style: solid;
  border-width: 2px;
  border-color: #ff6565;
  border-radius: 20px;
  background-color: #ff7f5b;
  box-shadow: 0 0 20px 0 #db3535;
}

.text-field {
  box-shadow: 1px 1px 7px 0 #fff;
}

.text-field-2 {
  box-shadow: 1px 1px 9px 0 #fff;
}

.text-field-3 {
  box-shadow: 1px 1px 17px -3px #fff;
}

.text-field-4 {
  box-shadow: 1px 1px 13px -3px #fff;
}

.textarea {
  box-shadow: 1px 1px 17px 0 #fff;
}

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

.link-2 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: lowercase;
}

.link-2:hover {
  font-family: Roboto, sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: lowercase;
}

.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #ff877c;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -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;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #9c284d;
}

.footer-copyright-center {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 220px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-8 {
  width: 150px;
  margin-right: 20px;
  opacity: 0.23;
}

@media screen and (max-width: 991px) {
  .image {
    margin-top: 60px;
  }

  .container-3 {
    height: 400px;
    background-position: 50% 50%;
  }

  .success-message-cf8 {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
  }

  .image-7 {
    width: 50vw;
    margin-left: 40px;
  }

  .section-3 {
    width: 100vw;
    height: auto;
  }

  .contact-form-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-ideoita {
    margin-bottom: 20px;
  }

  .contacto {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-contact {
    margin-bottom: 20px;
  }

  .div-block-53 {
    margin-top: 0px;
    background-size: cover;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    width: 400px;
  }

  .container-3 {
    height: 350px;
    max-width: none;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .small-text {
    font-size: 14px;
    line-height: 14px;
  }

  .contact-form-grid {
    -o-object-fit: none;
    object-fit: none;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .paragraph-ideoita {
    width: auto;
    margin-top: 0px;
  }

  .contacto {
    width: auto;
    padding: 40px 20px;
  }

  .paragraph-contact {
    width: auto;
    margin-top: 0px;
  }

  .contact-smalll-header {
    font-size: 13px;
    line-height: 13px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .div-block-55 {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper {
    -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;
  }

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-top: 20px;
  }

  .container-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image-2 {
    width: auto;
    max-width: 80%;
    margin-right: 60px;
    margin-left: 60px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image-4 {
    margin-top: 20px;
  }

  .contact-form {
    width: 100%;
  }

  .form-subwrapper-cf8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .field-wrapper-cf8 {
    width: 100%;
    margin-left: 0px;
  }

  .field-wrapper-cf8.right {
    width: 100%;
    margin-left: 0px;
  }

  .field-wrapper-cf8.left {
    width: 100%;
  }

  .image-7 {
    width: 65vw;
    margin-left: 20px;
  }

  .small-text {
    font-size: 15px;
    line-height: 15px;
  }

  .paragraph-ideoita {
    margin-top: 0px;
    padding-top: 10px;
  }

  .contacto {
    margin-top: 140px;
  }

  .paragraph-contact {
    margin-top: 0px;
    padding-top: 10px;
  }

  .contact-smalll-header {
    font-size: 14px;
    line-height: 14px;
  }

  .recaptcha-vn {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .link {
    margin-top: 10px;
    font-size: 6vw;
    line-height: 6vw;
  }

  .link-2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
  }

  .container-6 {
    max-width: none;
  }
}

#w-node-_7f6dcc43-a47a-8500-972a-556b341f0854-17f1c809 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_7f6dcc43-a47a-8500-972a-556b341f0844-17f1c809 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f6dcc43-a47a-8500-972a-556b341f0848-17f1c809 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f6dcc43-a47a-8500-972a-556b341f084c-17f1c809 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f6dcc43-a47a-8500-972a-556b341f0850-17f1c809 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

