.lightbox-container {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.lightbox-container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.lightbox-container .signupform {
  top: 0;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
  background: #321744;
  padding-bottom: 100px;
}
.lightbox-container h2 {
    font-size: 30px;
    line-height: 40px;
		font-weight:600;
}

.submitted-message {
    color: white !important;
    font-size: 1rem !important;
}

@media only screen and (min-width: 768px) {
  .lightbox-container .signupform {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
		.lightbox-container h2 {
    font-size: 40px;
    line-height: 60px;
 }
}

.close-btn {
  color: white;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease-in-out;
}

.close-btn:hover {
  color: #8d59a0;
}

.signupform .form-banner {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
















.signupform {
  font-family: "Inter", sans-serif;
  color: white;
  line-height: 145%;
}
.signupform .hs-form-field {
  margin-bottom: 10px;
}
.signupform label {
  font-size: 14px;
  color: white;
  line-height: 1.5;
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  text-align: left;
}
.signupform input,
.signupform input:focus {
  border: 1px solid white;
  color: #4a4a4a;
  font-size: 14px !important;
  font-family: "Inter", sans-serif;
  line-height: 125%;
  margin: 5px 0 0 0;
  padding: 13px 15px !important;
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: left;
}
.signupform input.hs-button,
.signupform input.hs-button:focus,
a.hs-button,
a.hs-button:focus,
button.hs-button,
button.hs-button:focus {
  background-color: transparent !important;
  border: 1px solid white !important;
  border-radius: 0;
  color: white !important;
  font-size: 12px;
  text-align: center !important;
}
a.hs-button.download-btn {
  margin-top: 20px !important;
  background-color: #8d59a0 !important;
  color: white !important;
}
@media only screen and (min-width: 768px) {
  .intro a.hs-button.download-btn {
    font-size: 20px !important;
  }
  a.hs-button.download-btn {
    font-size: 16px !important;
  }
}
.signupform input.hs-button:hover,
a.hs-button:hover,
button.hs-button:hover {
  border: 1px solid #002933 !important;
  background-color: #002933 !important;
}

.signupform input.hs-button {
  color: white !important;
  border: 1px solid #8d59a0 !important;
  background-color: #8d59a0 !important;
}

.signupform input.hs-button:hover {
  color: white !important;
  border: 1px solid white !important;
  background-color: transparent !important;
}
a.hs-button,
button.hs-button {
  padding: 12px 40px 12px 20px !important;
}
.signupform .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border: 0;
}
.signupform .hs-error-msgs li:before {
  display: none;
}
.signupform .hs-error-msgs li label,
.signupform label.error {
  margin: 0 0 18px 0;
  font-size: 12px;
  color: #f2545b !important;
		opacity: 1 !important;
		font-weight:600;
}
.signupform #response p {
  margin-top: 18px;
}
.form-holder .is_stuck {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  bottom: auto;
  left: auto !important;
  right: auto !important;
}
.form-section {
  position: absolute;
  z-index: 1001;
}
.legal-consent-container {
  font-size: 12px;
  line-height: 125%;
  text-align: left;
}
.hs-form-booleancheckbox-display input,
.hs-form-booleancheckbox-display input:focus {
  position: absolute;
  left: -15px;
  width: auto;
  top: 3px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 10px;
  margin-top: 5px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 25px;
}
.legal-consent-container > div {
  margin-bottom: 12px;
}
.row {
  padding-left: 15px;
  padding-right: 15px;
}
.signupform .hs-form ul.inputs-list {
  list-style: none;
}
.signupform [type="checkbox"]:checked,
.signupform [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}
.signupform [type="checkbox"]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid white;
  background-color: white;
}
.signupform [type="checkbox"]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #8d59a0;
  background-color: #8d59a0;
}
.signupform input.hs-button,
a.hs-button,
button.hs-button {
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 20px;
  font-weight: 600;
  cursor: pointer;
}
button.hs-button,
button.hs-button:focus {
  padding: 16px 36px 17px 16px !important;
  background-color: #979797 !important;
  border: 1px solid #979797 !important;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.lightbox-text1 {
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
.signupform .field.hs-form-field.hs-fieldtype-text {

    width: calc(50% - 20px);
    display: inline-grid;
    margin-right: 20px;

}