#welcome-gate.modal .modal-header {
  border-bottom: 0;
  padding: 0;
}

#welcome-gate.modal .modal-content {
  border-radius: 20px;
  overflow: hidden;
}

#welcome-gate.modal .headline {
  color: #00205b;
  text-align: center;
  /* Display md/Medium */
  font-size: 32px;
  font-style: normal;
  font-weight: 420;
  line-height: 44px; /* 122.222% */
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}

#welcome-gate.modal p {
  color: #00205b;
  text-align: center;

  /* Display xs/Regular */
  font-size: 24px;
  font-style: normal;
  font-weight: 390;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.6px;
}

#welcome-gate.modal img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

/* Hubspot form */
#welcome-gate.modal .form {
  position: relative;
}

#welcome-gate.modal .form .hs-form-field {
  position: relative;
  margin: 1rem 0;
}

#welcome-gate.modal .form .hs_error_rollup {
  position: absolute;
}

#welcome-gate.modal .form .hs-error-msgs {
  position: absolute;
}

/* #welcome-gate.modal .form .hs-form-field:has(.hs-form-booleancheckbox) .hs-error-msgs {
  top: 20px;
} */


 #welcome-gate.modal .form .hs-form-field.hs-fieldtype-booleancheckbox p {
  font-size: 1rem;
  color: var(--night-sky);
} 

#welcome-gate.modal .form .hs_error_rollup .hs-error-msgs label {
  display: none;
}

#welcome-gate.modal .form .hs-form-field {
  position: relative;
  margin: 1rem 0 2rem 0;
}

#welcome-gate.modal .form .hs-submit {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 8px;
}

#welcome-gate.modal .form .hs-button {
  height: 48px;
  padding: 10px 24px;
  font-weight: 420;
  font-size: 18px;
  line-height: 28px;
  border-radius: 64px;
  margin: 0;
}

#welcome-gate.modal .btn.js-button {
  height: 48px;
  padding: 4px 16px;
  font-weight: 420;
  font-size: 18px;
  line-height: 28px;
  border-radius: 64px;
  padding: 10px 24px;
  text-decoration: none;
  color: var(--azamara-blue);
  margin: 0;
}

#welcome-gate.modal .btn.js-button:hover {
  color: var(--dark-blue);
}

#welcome-gate.modal .form .hs-button.primary {
  background-color: var(--sunset);
  /* border-color: var(--sunset); */
}

#welcome-gate.modal .form .hs-button.primary:hover {
  background-color: var(--dark-sunset);
  font-weight: 500;
}

#welcome-gate.modal:has(.form-step .submitted-message) .form-step {
  display: none;
}

#welcome-gate.modal .success-step {
  display: none;
}
#welcome-gate.modal .success-step .headline {
  color: var(--azamara-blue);
  text-align: center;
  /* Display md/Medium */
  font-size: 36px;
  font-style: normal;
  font-weight: 420;
  line-height: 44px; /* 122.222% */
  letter-spacing: 0.9px;
}

#welcome-gate.modal .success-step .success-message button:hover {
  color: var(--dark-blue);
}

#welcome-gate.modal .success-step .success-message button {
  color: var(--azamara-blue);

  /* Text lg / Medium */
  font-size: 18px;
  font-style: normal;
  font-weight: 420;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.9px;
  padding: 10px 24px;
  align-items: center;
  text-decoration: none;
}

#welcome-gate.modal:has(.form-step .submitted-message) .modal-dialog {
  max-width: 400px;
  height: 300px;
}

#welcome-gate.modal:has(.form-step .submitted-message) .success-step {
  display: block;
  width: 100%;
}

#welcome-gate.modal:has(.form-step .submitted-message)
  .success-step
  .success-message {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

@media (min-width: 768px) {
  #welcome-gate.modal .btn-close {
    margin-right: -24px;
  }
}
@media (min-width: 991px) {
  #welcome-gate.modal .modal-dialog {
    max-width: 1000px;
  }
}
