.cta-form {
  background: #1b1851;
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .cta-form {
	padding: 20px;
  }
}

.cta-form .title {
  color: white;
  font-family: PlutoRegular;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.cta-form p.description {
  color: white;
  font-size: 17px !important;
}

.cta-form form {
	display: flex;
	flex-wrap: wrap;
}

.cta-form form .hs_email {
	width: 70%;
	flex: 0 0 70%;
	padding-right: 8px;
	order: 1;
}

.cta-form form .hs_email label {
	display: none;
}

.cta-form form ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.cta-form form .hs_email li {
	margin: 0;
}

.cta-form form .hs_email li label {
	display: block;
	color: #f2545b;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.1px;
	margin-top: 4px;
}

.cta-form form .hs_email input {
	width: 100%;
	border-radius: 8px;
	background: #F5F5F5;
	padding: 20px 14px;
	border: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.72px;
}

.cta-form form .hs_email input::placeholder {
	color: #868686;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.72px;
}

.cta-form form .legal-consent-container {
	width: 100%;
	flex: 0 0 100%;
	order: 3;
}

.cta-form form .hs-error-msgs li {
	margin-bottom: 4px;
	color: #f2545b;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.1px;
}

.cta-form form .hs_error_rollup {
	min-width: 100%;
}

.cta-form form .legal-consent-container .hs-form-booleancheckbox-display {
	display: flex;
	margin-bottom: 0;
}

.cta-form form .legal-consent-container p {
	color: #D1CAFF;
	font-family: Roboto;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.1px;
	margin-top: 10px;
}

.cta-form form .legal-consent-container p br {
  display: none;
}

.cta-form form .legal-consent-container span {
	display: flex;
	align-items: center;
}

.cta-form form .legal-consent-container .hs-form-required {
	color: #ffffff;
	font-size: 12px;
}

.cta-form form .legal-consent-container li {
	margin-bottom: 0;
}

.cta-form form .legal-consent-container .hs-error-msg {
	display: block;
	color: #f2545b;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.1px;
}

.cta-form form .legal-consent-container span p {
	margin-top: 0;
}

.cta-form form .legal-consent-container span p a {
	color: #D1CAFF;
	text-decoration: underline;
}

.cta-form form .hs_submit {
	width: 30%;
	flex: 0 0 30%;
	order: 2;
	padding-left: 8px;
	display: flex;
}

.cta-form form .hs_submit .actions {
	width: 100%;
}

.cta-form form .hs_submit .actions input {
	width: 100%;
	border-radius: 8px;
	border: 2px solid white;
	background: transparent;
	color: white;
	text-align: center;
	font-family: PlutoBold;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.68px;
	padding: 20px 8px;
}

.cta-form form .hs_submit .actions input:hover {
  background: white;
  color: #1b1851;
}

.cta-form form .submitted-message {
  color: white;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 540px) {
  .cta-form form .hs_email {
	width: 100%;
	flex: 0 0 100%;
	padding: 0;
  }
  .cta-form form .hs_submit {
	width: 100%;
	flex: 0 0 100%;
	padding-left: 0px;
	margin-top: 8px;
  }
}