/**
 * market form customization
 */
 .q-form {
	color: inherit;
	font-family: 'Montserrat', sans-serif;
}
.q-form__fieldset {
	padding: 0;
	margin: 30px 0 0;
	font-weight: 400;
	border: 0;
}
.q-form__inline {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.q-form__inline > * {
	margin-right: 5px;
	margin-left: 5px;
}
.q-form__inline > *:first-child {
	margin-left: 0;
}
.q-form__inline > *:last-child {
	margin-right: 0;
}
.q-form__legend {
	display: block;
	padding: 0;
	margin-bottom: 24px;
	min-width: 0;
	font-weight: 400;
}
.q-form__field,
input[type=text].mktoField,
input[type=email].mktoFieldWrap {
	display: block;
	position: relative;
}
@media (min-width: 720px) {
	.q-form__column {
		column-count: 2;
		column-gap: 30px;
	}
}
img.partner-logo {
	height: 35px;
}
@media (min-width: 720px) {
	img.partner-logo {
		position: absolute;
		right: 70px;
	}
}
.q-form__label,
.mktoForm label {
	font-size: 11px;
	display: block;
	position: relative;
	color: inherit;
}
.mktoForm label[for="qualysAccount"] {
	margin: 0;
	width: 100%;
	display: inline-block;
}
.mktoRadioList.qualysAccount {
	white-space: nowrap;
	width: 144px;
	display: inline-block;
	margin-left: 0;
	margin-top: 1em;
}
.mktoForm label[for="qualysAccount"] {
	width: 210px;
}
.qualysAccount .mktoRadioList {
	float: none;
	margin-top: 0.5em;
}
@media (min-width: 580px) {
	.mktoForm label[for="qualysAccount"] {
		width: 210px;
	}
	.qualysAccount .mktoRadioList {
		float: none;
		margin-top: 0;
	}
}
@media (min-width: 720px) {
	.qualysAccount .mktoRadioList {
		float: none;
		margin-top: 0.5em;
	}
}
@media (min-width: 1416px) {
	.qualysAccount .mktoRadioList {
		float: right;
		margin-top: 0;
	}
}
@media (min-width: 375px) {
	.q-form__label,
	.mktoForm label {
		font-size: 11px;
		font-size: calc(0.00109 * 100vw + (10.59016px));
	}
}
@media (min-width: 1290px) {
	.q-form__label,
	.mktoForm label {
		font-size: 12px;
	}
}
.q-form__label.hidden,
.mktoForm label,
.mktoInstruction {
	display: none;
}
.mktoForm option {
	background-color: #222E41;
	color: #FFF;
}
.mktoForm .qmktoRadioListLabel,
.mktoForm .qmktoCheckboxListLabel {
	display: block;
	font-size: inherit;
	margin: 1em 0 1.5em;
	font-weight: 400;
}
.mktoForm .mktoRadioList label,
.mktoForm .mktoCheckboxList label {
	display: block;
	font-size: inherit;
}
.qualysAccount .mktoRadioList label {
	display: inline-block;
	margin-left: 1.3em;
}
.mktoRadioList.qualysAccount label:first-child {
	margin-left: 0;
}
.mktoForm .mktoCheckboxList.formServiceAgreementAccepted label {
	font-size: 0.8em;
}
.mktoRadioList b {
	font-weight: 400;
}
.mktoFormCol {
	margin-bottom: 16px;
}
.mktoError {
	text-align: left;
	font-weight: 400;
}
.mktoError .mktoErrorMsg {
	padding: 0 0 0 10px;
	font-size: 14px;
	letter-spacing: 0.26px;
	font-weight: 600;
}
.q-marketo-privacy {
	padding-top: 20px;
}
.q-marketo-privacy a,
.q-marketo-privacy ~ p a {
	color: #1A5DD6;
}
.q-form__input,
input[type=text].mktoField,
input[type=url].mktoField,
input[type=number],
input[type=email].mktoField,
input[type=tel].mktoField,
textarea.mktoField {
	appearance: none;
	background-color: transparent;
	border-radius: 2px;
	border: 1px solid #627281;
	color: #0E1215;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	height: 52px;
	line-height: inherit;
	margin: 0;
	padding: 0 30px;
	position: relative;
	letter-spacing: 0.16px;
	width: 100%;
	z-index: 2;
}
input:-internal-autofill-selected {
	background-color: transparent
}
.q-form__input:focus,
input[type=text].mktoField:focus,
input[type=url].mktoField:focus,
input[type=email].mktoField:focus,
input[type=tel].mktoField:focus,
textarea.mktoField:focus {
	outline: none;
}
.q-form__input::placeholder,
input[type=text].mktoField::placeholder,
input[type=url].mktoField::placeholder,
input[type=email].mktoField::placeholder,
input[type=tel].mktoField::placeholder,
textarea.mktoField::placeholder {
	color: inherit;
}
.form__sent .q-form__input:invalid,
input[type=text].mktoField:invalid,
input[type=url].mktoField:invalid,
input[type=email].mktoField:invalid,
input[type=tel].mktoField:invalid,
textarea.mktoField:invalid {
	box-shadow: 0 0 0 1px #F00;
}
.q-form__input:active,
input[type=text].mktoField:active,
input[type=url].mktoField:active,
input[type=email].mktoField:active,
input[type=tel].mktoField:active,
textarea.mktoField:active,
.q-form__input:focus,
input[type=text].mktoField:focus,
input[type=email].mktoField:focus,
input[type=tel].mktoField:focus,
textarea.mktoField:focus {
	outline: none;
}
.q-form__input:active::placeholder,
input[type=text].mktoField:active::placeholder,
input[type=url].mktoField:active::placeholder,
input[type=email].mktoField:active::placeholder,
input[type=tel].mktoField:active::placeholder,
textarea.mktoField:active::placeholder,
.q-form__input:focus::placeholder,
input[type=text].mktoField:focus::placeholder,
input[type=email].mktoField:focus::placeholder,
input[type=tel].mktoField:focus::placeholder,
textarea.mktoField:focus::placeholder {
	color: #627281;
}
.q-form__input:required,
input[type=text].mktoField:required,
input[type=url].mktoField:required,
input[type=email].mktoField:required,
input[type=tel].mktoField:required,
textarea.mktoField:required {
	box-shadow: none;
}
.q-form__input:invalid,
input[type=text].mktoField:invalid,
input[type=url].mktoField:invalid,
input[type=email].mktoField:invalid,
input[type=tel].mktoField:invalid,
textarea.mktoField:invalid {
	box-shadow: none;
}
.q-form__select,
select.mktoField {
	appearance: none;
	background-color: transparent;
	background-image: url(https://ik.imagekit.io/qualys/image/form/select-arrows.png);
	background-position: calc(100% - 16px) 50%;
	background-repeat: no-repeat;
	background-size: 8px 20px;
	border: 1px solid #627281;
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	height: 52px;
	line-height: inherit;
	margin: 0;
	padding: 0 45px 0 30px;
	position: relative;
	vertical-align: baseline;
	width: 100%;
	z-index: 2;
	background-color: transparent;
	border-radius: 2px;
}
.mktoFormRow.qualysAccount .mktoFieldWrap.mktoRequiredField {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.q-form__select:focus,
select.mktoField:focus {
	outline: none;
}
.q-form__select::placeholder,
select.mktoField::placeholder {
	color: inherit;
}
.form__sent .q-form__select:invalid,
select.mktoField:invalid {
	box-shadow: 0 0 0 1px #F00;
}
.q-form__select:active,
select.mktoField:active,
.q-form__select:focus,
select.mktoField:focus {
	outline: none;
}
.q-form__select:active::placeholder,
select.mktoField:active::placeholder,
.q-form__select:focus::placeholder,
select.mktoField:focus::placeholder {
	color: #627281;
}
.q-form__select:required,
select.mktoField:required {
	box-shadow: none;
}
.q-form__select:invalid,
select.mktoField:invalid {
	box-shadow: none;
}
.q-form__button-group,
.mktoButtonRow .mktoButtonWrap {
	display: flex;
	margin: 40px 0 0;
	width: auto;
	max-width: 100%;
}
#mktoForm_2470 .mktoButtonRow .mktoButtonWrap {
	margin-top: 30px;
}
.q-form__button,
.mktoButtonWrap .mktoButton {
	appearance: none;
	background: #ED2E26;
	border: 0;
	color: #FFF;
	cursor: pointer;
	font-family: inherit;
	font-style: normal;
	min-height: 88px;
	line-height: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	width: 100%;
	min-width: 120px;
	position: relative;
	max-width: unset;

	padding: 0 25px;
	border-radius: 2px;
	font-weight: 500;
	font-size: 18px;
}
.mktoButton.mktoButtonBack {
	background-color: #FFECE7;
	margin-right: 12px;
	color: #D8160D;
}
.q-form__button:focus,
.mktoButton:focus {
	outline: none;
}
.q-form__button + .q-form__button,
.mktoButton + .mktoButton {
	margin-left: 2px;
}
.q-form__button:last-child,
.mktoButton:last-child {
	margin-right: 0;
	background: #D8160D;
}
.mktoButton.disabled:last-child,
.mktoButton.disabled:hover {
	background-color: #6A778B !important;
}
.q-form__error {
	display: none;
	color: #ED2E26;
}
.mktoRadioList.qualysAccount {
	white-space: nowrap;
	width: 144px;
	display: inline-block;
	margin-top: 0;
}
.mktoForm label[for="qualysAccount"] {
	width: 210px;
}
.qualysAccount .mktoRadioList {
	float: none;
	margin-top: 0;
	margin-left: 0;
}
@media (min-width: 580px) {
	.mktoForm label[for="qualysAccount"] {
		width: 210px;
	}
}

@media (min-width: 1416px) {
	.qualysAccount .mktoRadioList {
		float: right;
	}
}
@media (min-width: 375px) {
	.q-form__label,
	.mktoForm label {
		font-size: 11px;
		font-size: calc(0.00109 * 100vw + (10.59016px));
	}

	.mktoRadioList.qualysAccount {
		margin-left: 0.6em;
	}
}
@media (min-width: 1290px) {
	.q-form__label,
	.mktoForm label {
		font-size: 12px;
	}
}
.q-form__label.hidden,
.mktoForm label,
.mktoInstruction {
	display: none;
}
.mktoForm option {
	background-color: #222E41;
	color: #FFF;
}
.mktoForm .qmktoRadioListLabel,
.mktoForm .qmktoCheckboxListLabel {
	display: block;
	font-size: inherit;
	margin: 1em 0 1.5em;
	font-weight: 400;
}
.mktoForm .mktoRadioList label,
.mktoForm .mktoCheckboxList label {
	display: block;
	font-size: inherit;
}
.qualysAccount .mktoRadioList label {
	display: inline-block;
	margin-left: 1.3em;
}
.mktoRadioList.qualysAccount label:first-child {
	margin-left: 0;
}
.mktoForm input[type="checkbox"],
.mktoForm input[type="radio"] {
	position: absolute;
	left: -9999px;
}
.requestedaTrial label::before {
	content: none;
	display: none;
}
.mktoForm input[type="checkbox"]::before,
.mktoForm input[type="radio"]::before,
.mktoRadioList label::before,
.mktoCheckboxList label::before {
	background: transparent;
	border: 1px solid #627281;
	content: "\00a0";
	display: inline-block;
	font: 18px/1 sans-serif;
	height: 18px;
	margin: 0 0.5em 0 0;
	padding: 2px;
	width: 18px;
	border-radius: 10px;
	background-origin: content-box; /* Set background origin */
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.mktoForm input[type="checkbox"]::before,
.mktoCheckboxList label::before {
	border-radius: 2px;
	margin-top: 2px;
}
.mktoForm input[type="checkbox"]:checked,
.mktoForm input[type="radio"]:checked,
.mktoRadioList label.checked::before,
.mktoCheckboxList label.checked::before {
	color: #FFF;
	background-image: url("https://ik.imagekit.io/qualys/image/icon/circle.svg");
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	text-indent: 0;
}
.mktoForm input[type="checkbox"]:checked,
.mktoCheckboxList label.checked::before {
	background-image: url("https://ik.imagekit.io/qualys/image/icon/rounded-square.svg");
}
.qualysAccount .mktoFieldWrap {
	margin-top: 1em;
}
.formTrialPackageType .mktoRadioList label {
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
	font-family: Caecilia, serif;
	text-transform: none;
}
.mktoRadioList {
	margin-bottom: 0;
}
.mktoFormRow.qualysAccount .mktoClear,
.mktoFormRow.qualysAccount .mktoGutter {
	display: none;
}
[for="formTrialPackageType"] {
	margin-bottom: 0.5em;
}
.mktoForm input[name="requestedaTrial"] {
	display: inline-block;
}
.mktoForm input[name="requestedaTrial"]::before {
	content: none;
	display: none;
}
.mktoForm input[name="requestedaTrial"]:checked {
	content: none;
}
.formTrialPackageType .mktoRadioList label::before {
	margin: 0.9em 0;
	display: block;
	float: left;
	margin-right: 0.5em;
	margin-left: 0;
}
.formTrialPackageType b {
	font-family: Gotham, sans-serif;
}
.mktoErrorMsg button {
	background: none;
	border: none;
	vertical-align: middle;
	outline: none;
}
.mktoErrorMsg .close-button {
	display: inline;
	width: 20px;
	height: 20px;
}
.mktoErrorMsg {
	margin-top: 5px;
	margin-left: 16px;
	color: #ED2E26;
}
.solutionInterested label {
	display: block;
}
.private-info a {
	color: #FFF;
	font-weight: 500;
}
.communicationConsent .mktoLogicalField.communicationConsent {
	text-align: left;
}
.q-trial-form__inline .private-info {
	text-align: left;
	color: #21252C;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}
.q-trial-form__inline .private-info a {
	color: #1A5DD6;
}
.slide5-anim {
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mktoForm button[type="submit"][disabled]:after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #333;
	animation: spinner .6s linear infinite;
}
@keyframes spinner {
	to {transform: rotate(360deg);}
}
.mktoForm button[type="submit"].success:after {
	visibility: hidden;
}