@charset "UTF-8";
@font-face {
	font-family: Gotham;
	font-style: normal;
	font-weight: 300;
	src: url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-light.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-light.woff) format("woff");
}

@font-face {
	font-family: Gotham;
	font-style: normal;
	font-weight: 400;
	src: url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-book.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-book.woff) format("woff");
}

@font-face {
	font-family: Gotham;
	font-style: normal;
	font-weight: 500;
	src: url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-medium.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-medium.woff) format("woff");
}

@font-face {
	font-family: Gotham;
	font-style: normal;
	font-weight: 700;
	src: url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-bold.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-bold.woff) format("woff");
}

@font-face {
	font-family: Gotham;
	font-style: normal;
	font-weight: 800;
	src: url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-black.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/gotham-black.woff) format("woff");
}

@font-face {
	font-family: Caecilia;
	font-style: normal;
	font-weight: 400;
	src: local("Caecilia LT Pro 55 Roman"), local("CaeciliaLTPro-55Roman"), local("PMN Caecilia Com 55 Roman"), local("CaeciliaCom-55Roman"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-55-roman.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-55-roman.woff) format("woff");
}

@font-face {
	font-family: Caecilia;
	font-style: normal;
	font-weight: 700;
	src: local("Caecilia LT Pro 75 Bold"), local("CaeciliaLTPro-75Bold"), local("PMN Caecilia Com 75 Bold"), local("CaeciliaCom-75Bold"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-75-bold.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-75-bold.woff) format("woff");
}

@font-face {
	font-family: Caecilia;
	font-style: italic;
	font-weight: 400;
	src: local("Caecilia LT Pro 56 Italic"), local("CaeciliaLTPro-56Italic"), local("PMN Caecilia Com 56 Italic"), local("CaeciliaCom-56Italic"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-56-italic.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-56-italic.woff) format("woff");
}

@font-face {
	font-family: Caecilia;
	font-style: italic;
	font-weight: 700;
	src: local("Caecilia LT Pro 76 Bold Italic"), local("CaeciliaLTPro-76BoldItalic"), local("PMN Caecilia Com 76 Bold Italic"), local("CaeciliaCom-76BoldItalic"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-76-bold-italic.woff2) format("woff2"), url(https://d1uyme8f6ss6qi.cloudfront.net/font/caecilia-lt-pro-76-bold-italic.woff) format("woff");
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100vh;
	background: #FFF;
}

html {
	overflow-y: auto;
}

body {
	font-size: 14px;
	position: relative;
	margin: 0;
	font-family: Caecilia, serif;
	line-height: 1.625;
	color: #6A778B;
}

/* only adjust font smoothing on low-res displays */
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx), (max-resolution: 96dpi) {
	body {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	}
}
@media (min-width: 375px) {
	body {
		font-size: 14px;
	}
}
@media (min-width: 1290px) {
	body {
		font-size: 16px;
	}
}

body.q-page-noHeader {
	padding-top: 80px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* not all images should be display block */
img.lp_image {
	display: inline;
}

a {
	color: inherit;
}
a img {
	border: 0;
}

input,
textarea,
select {
	font-family: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
	opacity: 1;
	color: #627281;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
	opacity: 1;
	color: #627281;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
	opacity: 1;
	color: #627281;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
	opacity: 1;
	color: #627281;
}

select::-ms-expand {
	display: none;
}

.q-alert {
	margin-bottom: 15px;
	min-height: 90px;
	color: #1D2737;
}
.space-separator{
	padding-top: 8px;
}
@media (min-width: 1080px) {
	.q-alert {
		min-height: 0;
		height: 90px;
	}
}
@media (max-width: 719px) {
	.q-alert.q-alert--hidden {
		margin-top: 0;
	}
}
.q-alert--hidden {
	opacity: 0;
	visibility: hidden;
	height: 0;
	min-height: 0;
	transition: opacity 200ms, visibility 200ms, height 200ms 200ms;
}
.q-alert__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 375px) {
	.q-alert__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-alert__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1080px) {
	.q-alert__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
.q-alert__inner {
	display: flex;
	align-items: center;
	position: relative;
	background: #F7FAFC;
	transition: box-shadow 0.4s cubic-bezier(0, 1, 0.75, 1), transform 0.4s cubic-bezier(0, 1, 0.75, 1);
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-alert__inner:hover {
		transform: translate3d(0, -5px, 0);
		box-shadow: 0 11px 22px 0 rgba(170, 177, 188, 0.2);
	}
}
.q-alert__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 30px;
}
@media (min-width: 1080px) and (min-width: 1080px) {
	.q-alert__content {
		width: 82.94574%;
	}
}
.q-alert__heading,
.q-alert__subheading {
	border: 0;
	color: #1D2737;
	font-family: Gotham, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-alert__heading,
	.q-alert__subheading {
		font-size: 16px;
		font-size: calc(0.00328 * 100vw + (14.77049px));
	}
}
@media (min-width: 1290px) {
	.q-alert__heading,
	.q-alert__subheading {
		font-size: 19px;
	}
}
.q-alert__heading {
	margin-right: 0.5em;
	font-weight: 500;
	line-height: 1.4;
}
.q-alert__subheading {
	padding-right: 30px;
}
.q-alert__cta {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	margin-bottom: -8px;
}
@media (min-width: 375px) {
	.q-alert__cta {
		font-size: 14px;
		font-size: calc(0.00109 * 100vw + (13.59016px));
	}
}
@media (min-width: 1290px) {
	.q-alert__cta {
		font-size: 15px;
	}
}
@media (min-width: 1080px) {
	.q-alert__cta {
		margin-left: auto;
		margin-right: 0;
	}
}
@media (min-width: 810px) {
	.q-alert__content {
		margin-left: auto;
		margin-right: auto;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
	}
	.q-alert__cta {
		margin-bottom: 0;
	}
	.q-alert__content {
		padding: 30px 0;
	}
}
.q-alert__link {
	border: 0;
	color: #2E8BE0;
	font-family: Gotham, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
.q-alert__link:focus {
	outline: none;
}
@media (min-width: 375px) {
	.q-alert__link {
		font-size: 14px;
		font-size: calc(0.00109 * 100vw + (13.59016px));
	}
}
@media (min-width: 1290px) {
	.q-alert__link {
		font-size: 15px;
	}
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-alert__link:hover {
		color: #1A77CC;
	}
}
.q-alert__close {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	border: 0;
	bottom: 0;
	color: #707D90;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	height: 12px;
	line-height: 12px;
	margin: auto 0;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 0;
	vertical-align: baseline;
	width: 12px;
}
.q-alert__close:focus {
	outline: none;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-alert__close:hover {
		color: #1D2737;
	}
}

.q-app-link {
	color: inherit;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	margin: 0;
}
.q-app-link:focus {
	outline: none;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-app-link:hover {
		color: #262626;
	}
	.q-app-link:hover::after {
		transform: translate3d(5px, 0, 0);
	}
}
.q-app-link::after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	width: 8px;
	height: 34px;
	background: url(https://ik.imagekit.io/qualys/image/icon/arrow-right.svg) 100% 13px no-repeat;
	transition: transform 200ms;
}
@media (min-width: 480px) {
	.q-app-link::after {
		margin-left: 8px;
	}
}
.q-app-link__icon {
	flex: none;
	width: 35px;
	height: 25.5px;
	display: flex;
	align-items: center;
}
.q-app-link__icon > img {
	width: 34px;
	max-height: 100%;
}
@media (min-width: 480px) {
	.q-app-link__icon {
		width: 55px;
		height: 34px;
	}
}
.q-app-link__text {
	display: inline-block;
	font-family: Gotham, sans-serif;
	font-size: 14px;
	line-height: 34px;
	font-weight: 500;
	letter-spacing: -0.025em;
	white-space: nowrap;
}
@media (min-width: 480px) {
	.q-app-link__text {
		font-size: 15px;
	}
}
.q-app-link__svg {
	height: 36px;
	width: 36px;
}
.q-app-link--highlight .q-app-link__text {
	line-height: 1.4;
	position: relative;
	margin-top: -18px;
}
.q-app-link.q-app-link--highlight::after {
	margin-top: -19px;
}

.q-blockquote {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	height: 0;
	color: #F7F8FA;
	overflow: hidden;
	transition: visibility 200ms, opacity 200ms;
}
.q-square__content .q-blockquote {
	overflow: visible;
}
.q-blockquote--active {
	visibility: visible;
	opacity: 1;
	height: auto;
}
.q-blockquote--dark {
	color: #707D90;
}
.q-blockquote::after {
	display: none;
}
.q-blockquote__brand {
	flex: none;
	margin-bottom: 30px;
	width: 100%;
	height: 40px;
}
@media (min-width: 720px) {
	.q-blockquote__brand {
		max-height: 50px;
	}
}
.q-blockquote__brand img {
	max-height: 100%;
	width: auto;
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2); /* color overlay image white */
}
.q-blockquote--dark .q-blockquote__brand img {
	-webkit-filter: contrast(1);
	        filter: contrast(1);
}
.q-blockquote__heading {
	border: 0;
	color: #FFF;
	font-family: Gotham, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.5;
	margin: 0 0 0.78571em;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-blockquote__heading {
		font-size: 22px;
		font-size: calc(0.00656 * 100vw + (19.54098px));
	}
}
@media (min-width: 1290px) {
	.q-blockquote__heading {
		font-size: 28px;
	}
}
.q-blockquote__content {
	border: 0;
	font-family: Caecilia, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: 700;
	line-height: inherit;
	margin: 0 0 1.57895em;
	max-width: 21.05263em;
	padding: 0;
	position: relative;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-blockquote__content {
		font-size: 17px;
		font-size: calc(0.00437 * 100vw + (15.36066px));
	}
}
@media (min-width: 1290px) {
	.q-blockquote__content {
		font-size: 19px;
	}
}
.q-blockquote__content::before {
	content: open-quote;
	margin-left: -0.75em;
	margin-right: 0.25em;
}
.q-blockquote__content::after {
	content: close-quote;
}
@media (min-width: 720px) {
	.q-blockquote__content--no-quotes::before,
	.q-blockquote__content--no-quotes::after {
		display: none;
	}
}
.q-blockquote__cite {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	color: #FFF;
	display: flex;
	font-family: inherit;
	font-size: 13px;
	font-style: normal;
	font-weight: inherit;
	line-height: 1;
	margin: auto 0 0;
	padding: 2.16667em 0 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-blockquote__cite {
		font-size: 13px;
		font-size: calc(0.00219 * 100vw + (12.18033px));
	}
}
@media (min-width: 1290px) {
	.q-blockquote__cite {
		font-size: 15px;
	}
}
.q-blockquote__cite--dark {
	color: #1D2737;
}
@media (min-width: 480px) {
	.q-blockquote__cite {
		display: flex;
		align-items: center;
	}
}
.q-blockquote__headshot {
	flex: none;
	margin-right: 30px;
	margin-bottom: 15px;
	width: 64px;
	height: 64px;
	border-radius: 64px;
}
@media (min-width: 480px) {
	.q-blockquote__headshot {
		margin-bottom: 0;
	}
}
.q-blockquote__name,
.q-blockquote__role {
	display: block;
	font-family: Gotham, sans-serif;
	font-weight: 400;
}
.q-blockquote__name {
	font-size: 20px;
	margin-bottom: 0.45em;
	font-weight: 400;
}
@media (min-width: 375px) {
	.q-blockquote__name {
		font-size: 20px;
		font-size: calc(0.00328 * 100vw + (18.77049px));
	}
}
@media (min-width: 1290px) {
	.q-blockquote__name {
		font-size: 20px;
	}
}
.q-blockquote__cta {
	margin-top: auto;
	margin-bottom: 30px;
	color: #2E8BE0;
}
.q-blockquote__role {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}
@media (min-width: 375px) {
	.q-blockquote__role {
		font-size: 15px;
		font-size: calc(0.00109 * 100vw + (14.59016px));
	}
}
@media (min-width: 1290px) {
	.q-blockquote__role {
		font-size: 15px;
	}
}

.q-bullet-list {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	list-style: none;
}
.q-bullet-list__item {
	font-size: 15px;
	padding: 0 0 20px 40px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	color: #30405B;
	letter-spacing: -0.013em;
	line-height: 1.41176;
	background: url(https://ik.imagekit.io/qualys/image/icon/checkmark.svg) 0 0 no-repeat;
	background-size: 25px;
    background-position: 0 5px;
}
@media (min-width: 375px) {
	.q-bullet-list__item {
		font-size: 15px;
		font-size: calc(0.00219 * 100vw + (14.18033px));
	}
}
@media (min-width: 1290px) {
	.q-bullet-list__item {
		font-size: 17px;
	}
}
.q-bullet-list__item--small {
	font-size: 14px;
}
@media (min-width: 375px) {
	.q-bullet-list__item--small {
		font-size: 14px;
		font-size: calc(0.00219 * 100vw + (13.18033px));
	}
}
@media (min-width: 1290px) {
	.q-bullet-list__item--small {
		font-size: 16px;
	}
}
.q-bullet-list--arrows .q-bullet-list__item {
	background: url(https://ik.imagekit.io/qualys/image/icon/arrow-right-bullet.svg) 0 0 no-repeat;
}
.q-bullet-list__heading {
	border: 0;
	color: #30405B;
	font-family: Gotham, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 0.70588em;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-bullet-list__heading {
		font-size: 15px;
		font-size: calc(0.00219 * 100vw + (14.18033px));
	}
}
@media (min-width: 1290px) {
	.q-bullet-list__heading {
		font-size: 17px;
	}
}
.q-bullet-list__copy {
	border: 0;
	color: #6A778B;
	font-family: Caecilia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: inherit;
	letter-spacing: 0.015em;
	line-height: 1.625;
	margin: 0 0 1.5625em;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-bullet-list__copy {
		font-size: 14px;
		font-size: calc(0.00219 * 100vw + (13.18033px));
	}
}
@media (min-width: 1290px) {
	.q-bullet-list__copy {
		font-size: 16px;
	}
}
.q-bullet-list__item:last-child .q-bullet-list__copy {
	margin-bottom: 0;
}
.q-bullet-list__link {
	color: #2E8BE0;
	text-decoration: none;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-bullet-list__link:hover {
		text-decoration: underline;
	}
}

.q-button {
	align-items: center;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #ED2E26;
	border: 0;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	display: inline-flex;
	flex-flow: nowrap row;
	font-family: Gotham, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: -0.015em;
	line-height: 44px;
	margin: 0;
	min-width: 9.33333em;
	padding: 0 18px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background 200ms, color 200ms;
	vertical-align: middle;
	white-space: nowrap;
}
.q-button:focus {
	background: #E3241C;
	outline: none;
}
@media (min-width: 720px) {
	.q-button {
		font-size: 15px;
	}
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-button:hover {
		background: #E3241C;
		outline: none;
	}
}
.q-button:active {
	background: #D91A12;
}
.q-button:disabled {
	cursor: default;
	background: #BBB;
}
.q-button--block {
	width: 100%;
}
.q-button--dark {
	background-color: #1D2737;
}
.q-button--blue {
	background-color: #2C75BE;
}
.q-button--blue-curious {
	background-color: #2E8BE0;
}
.q-button--blue-picton {
	background-color: #2FACE1;
}
.q-button--blue-catalina {
	background-color: #043471;
}
.q-button--blue-mariner {
	background-color: #2C75BE;
}
.q-button--green {
	background-color: #68CC61;
}
.q-button--red {
	background-color: #ED2E26;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-button--secondary:hover {
		background: #6CA3CF;
		outline: none;
	}
	.q-button--blue:hover {
		background: #2162A3;
		outline: none;
	}
	.q-button--blue-curious:hover {
		background: #1F619E;
		outline: none;
	}
	.q-button--blue-picton:hover {
		background: #20799C;
		outline: none;
	}
	.q-button--blue-catalina:hover {
		background: #042550;
		outline: none;
	}
	.q-button--blue-mariner:hover {
		background: #205185;
		outline: none;
	}
	.q-button--green:hover {
		background: #4A9043;
		outline: none;
	}
	.q-button--red:hover {
		background: #A51F1A;
		outline: none;
	}
}
.q-button--secondary {
	background-color: #9BC0E0;
}
.q-button--outline {
	line-height: 42px;
	color: #6CA3CF;
	background: #FFF;
	border: 1px solid #6CA3CF;
}
.q-nav-actions__item--free-services .q-button--outline {
	border: 1px solid #627281;
	color: #627281;
}
.free-services .q-button--outline {
	border: 1px solid #4A4A4A;
	color: #4A4A4A;
}
.q-button--outline:focus,
.q-button--outline:active {
	color: #588FBB;
	background: #FFF;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-button--outline:hover,
	.q-button--outline:active {
		color: #588FBB;
		background: #FFF;
	}
	.q-nav-actions__item--free-services .q-button--outline:hover,
	.q-nav-actions__item--free-services .q-button--outline:active {
		border: 1px solid #262626;
		color: #262626;
	}
}

.q-nav-actions__item--free-services .q-button--inverse {
	border: none;
	color: #627281;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	min-width: unset;
	text-decoration: none;
}
.q-nav-actions__item--free-services .q-button--inverse:hover {
	color: #262626;
}

.q-carousel-button {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: inline-flex;
	align-items: center;
	position: relative;
	left: auto;
	right: auto;
	height: 44px;
	width: 44px;
	cursor: pointer;
	background: #F7FAFC;
	border: 1px solid #6CA3CF;
}
.q-carousel-button:focus {
	outline: none;
}
.q-carousel-button:hover {
	background: #FFF;
}
.q-carousel-button--prev {
	border-radius: 3px 0 0 3px;
	border-right: 0;
}
.q-carousel-button--next {
	border-radius: 0 3px 3px 0;
}
.q-carousel-button--disabled {
	opacity: 0.6;
	cursor: auto;
	pointer-events: none;
}
.q-carousel-button__icon {
	display: block;
	margin: 0 auto;
	width: 8px;
	height: 12px;
	stroke-width: 2;
	fill: none;
	stroke: #6CA3CF;
}

.q-container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 375px) {
	.q-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1080px) {
	.q-container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
.q-container-inner {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1080px) {
	.q-container-inner {
		width: 82.94574%;
	}
}

.q-content-hero--red {
	color: #ED2E26;
}
.q-content-hero--red .q-square {
	background-color: #ED2E26;
}

.q-content-hero--blue {
	color: #2E8BE0;
}
.q-content-hero--blue .q-square {
	background-color: #2E8BE0;
}

.q-content-hero__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 45px;
}
@media (min-width: 375px) {
	.q-content-hero__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-content-hero__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1080px) {
	.q-content-hero__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
@media (min-width: 720px) {
	.q-content-hero__container {
		padding-top: 6.99301%;
	}
}
@media (min-width: 1430px) {
	.q-content-hero__container {
		padding-top: 100px;
	}
}

.q-content-hero__inner {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1080px) {
	.q-content-hero__inner {
		width: 82.94574%;
	}
}

.q-content-hero__hgroup {
	margin-bottom: 45px;
}
@media (min-width: 960px) {
	.q-content-hero__hgroup {
		margin-bottom: 10.85271%;
	}
}

.q-content-hero__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 0.34091em;
	max-width: 19.09091em;
	opacity: 0;
	padding: 0;
	vertical-align: baseline;
	will-change: opacity, transform;
}
@media (min-width: 375px) {
	.q-content-hero__heading {
		font-size: 34px;
	}
}
@media (min-width: 1290px) {
	.q-content-hero__heading {
		font-size: 44px;
	}
}

.q-content-hero__subheading {
	border: 0;
	color: #6A778B;
	font-family: Gotham, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -0.015em;
	line-height: 30px;
	margin: 0;
	max-width: 19.44444em;
	min-height: 2.33333em;
	opacity: 0;
	padding: 0;
	vertical-align: baseline;
	will-change: opacity, transform;
}
.q-content-hero__subheading p {
	margin: 0;
}

.q-content-hero__box-wrap {
	will-change: opacity, transform;
	opacity: 0;
	flex: none;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
	max-width: 100%;
}
@media (min-width: 720px) {
	.q-content-hero__box-wrap {
		width: 40.31008%;
		min-width: 420px;
	}
}
@media (min-width: 960px) {
	.q-content-hero__box-wrap {
		margin-right: 8.52713%;
	}
}
@media (min-width: 960px) {
	.q-content-hero__box-wrap-inner {
		margin-top: -21.15385%;
	}
}

.q-content-hero__link {
	will-change: opacity, transform;
	opacity: 0;
	font-size: 14px;
	margin-top: 2em;
}
@media (min-width: 375px) {
	.q-content-hero__link {
		font-size: 14px;
		font-size: calc(0.00109 * 100vw + (13.59016px));
	}
}
@media (min-width: 1290px) {
	.q-content-hero__link {
		font-size: 15px;
	}
}
@media (min-width: 960px) {
	.q-content-hero__link {
		margin-bottom: -2em;
	}
}

.q-content-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 10.07752%;
}
@media (min-width: 960px) {
	.q-content-hero__content {
		flex-direction: row;
		align-items: flex-start;
		background: #F7FAFC;
	}
}
.q-content-hero__content--no-padding {
	padding-bottom: 0;
	margin-bottom: 10.07752%;
	background: transparent;
}
@media (min-width: 1080px) {
	.q-content-hero__content--no-padding {
		background: #F7FAFC;
	}
}
.q-content-hero__content-inner {
	will-change: opacity, transform;
	opacity: 0;
	flex: 1 1 auto;
}

.q-content-hero__list {
	will-change: opacity, transform;
	opacity: 0;
}

.q-copy {
	border: 0;
	font-family: Caecilia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: inherit;
	letter-spacing: 0.015em;
	line-height: 1.625;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-copy {
		font-size: 14px;
	}
}
@media (min-width: 1290px) {
	.q-copy {
		font-size: 16px;
	}
}

.q-default-hero {
	position: relative;
	z-index: 1;
}

.q-default-hero--grey {
	color: #6a778b;
}

.q-default-hero--grey .q-square {
	background-color: #6a778b;
}
.q-default-hero--red {
	color: #ED2E26;
}
.q-default-hero--red .q-square {
	background-color: #ED2E26;
}
.q-default-hero--curious-blue,
.q-content-hero--curious-blue {
	color: #2E8BE0;
}
.q-default-hero--curious-blue .q-square,
.q-content-hero--curious-blue .q-square {
	background-color: #2E8BE0;
}
.q-default-hero--picton-blue {
	color: #2FACE1;
}
.q-default-hero--picton-blue .q-square,
.q-default-hero--picton-blue .q-square {
	background-color: #2FACE1;
}
.q-default-hero--mariner-blue {
	color: #2C75BE;
}
.q-default-hero--mariner-blue .q-square,
.q-default-hero--mariner-blue .q-square {
	background-color: #2C75BE;
}
.q-default-hero--green {
	color: #68CC61;
}
.q-default-hero--green .q-square,
.q-default-hero--green .q-square {
	background-color: #68CC61;
}
.q-default-hero--catalina-blue {
	color: #043471;
}
.q-default-hero--catalina-blue .q-square,
.q-default-hero--catalina-blue .q-square {
	background-color: #043471;
}
.q-default-hero__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 45px;
}
@media (min-width: 375px) {
	.q-default-hero__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-default-hero__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1080px) {
	.q-default-hero__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
@media (min-width: 720px) {
	.q-default-hero__container {
		padding-top: 6.99301%;
	}
}
@media (min-width: 1430px) {
	.q-default-hero__container {
		padding-top: 100px;
	}
}
.q-default-hero__content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
@media (min-width: 1080px) {
	.q-default-hero__content {
		width: 82.94574%;
	}
}
.q-default-hero__splash {
	position: relative;
	padding-bottom: 8.52713%;
}
@media (min-width: 480px) {
	.q-default-hero__splash {
		min-height: 480px;
	}
}
.q-default-hero--square-baseline .q-default-hero__splash {
	padding-bottom: 0;
	margin-top: 7.75194%;
	padding-top: 8.52713%;
}
.q-default-hero__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 0.34091em;
	max-width: 19.09091em;
	opacity: 0;
	padding: 0;
	vertical-align: baseline;
	will-change: opacity, transform;
}
@media (min-width: 375px) {
	.q-default-hero__heading {
		font-size: 34px;
	}
}
@media (min-width: 1290px) {
	.q-default-hero__heading {
		font-size: 44px;
	}
}
.q-default-hero__subheading {
	border: 0;
	color: #6A778B;
	font-family: Gotham, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -0.015em;
	line-height: 1.16667;
	margin: 0 0 0.83333em;
	max-width: 21.11111em;
	min-height: 2.33333em;
	opacity: 0;
	padding: 0;
	vertical-align: baseline;
	will-change: opacity, transform;
}
@media (min-width: 375px) {
	.q-default-hero__subheading {
		font-size: 22px;
	}
}
@media (min-width: 1290px) {
	.q-default-hero__subheading {
		font-size: 36px;
	}
}
.q-default-hero__link {
	will-change: opacity, transform;
	opacity: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
@media (min-width: 1080px) {
	.q-default-hero__link {
		margin-bottom: -1em;
	}
}
.q-default-hero__image {
	will-change: opacity, transform;
	opacity: 0;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	min-height: 390px;
	max-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}
.q-default-hero__image::before {
	content: "";
	display: block;
	padding-bottom: 39.53488%;
}
@media (min-width: 480px) {
	.q-default-hero__image {
		display: block;
	}
}
.q-default-hero--square-baseline .q-default-hero__image {
	top: 0;
	bottom: auto;
}
.q-default-hero__box-wrap {
	will-change: opacity, transform;
	opacity: 0;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: 8.52713%;
	width: 360px;
	max-width: 100%;
}
@media (min-width: 720px) {
	.q-default-hero__box-wrap {
		width: 40.31008%;
		min-width: 420px;
	}
}
.q-default-hero--no-animation .q-default-hero__heading,
.q-default-hero--no-animation .q-default-hero__subheading,
.q-default-hero--no-animation .q-default-hero__image,
.q-default-hero--no-animation .q-default-hero__box-wrap {
	opacity: 1;
}

.q-footer {
	background: #fff;
	border-bottom: 6px solid #ED2E26;
	border-top: 1px solid #E4E4E4;
}
.q-footer__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 375px) {
	.q-footer__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-footer__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1080px) {
	.q-footer__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
@media (min-width: 720px) {
	.q-footer__container {
		display: flex;
		align-items: center;
	}
}
.q-footer__row {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (min-width: 720px) {
	.q-footer__row {
		padding-top: 4.1958%;
		padding-bottom: 4.1958%;
	}
}
@media (min-width: 1430px) {
	.q-footer__row {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media (min-width: 720px) {
	.q-footer__row {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		max-width: 100%;
	}
}
.q-footer__list {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	list-style: none;
}
.q-footer__list-item {
	padding: 0 0 12px;
}
.q-footer__column {
	margin-top: 45px;
}
@media (min-width: 720px) {
	.q-footer__column {
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		align-self: flex-start;
		-moz-column-count: 2;
		     column-count: 2;
		-moz-column-width: 25%;
		     column-width: 25%;
		-moz-column-gap: 30px;
		     column-gap: 30px;
	}
}
@media (min-width: 1080px) {
	.q-footer__column {
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
}
@media (min-width: 1280px) {
	.q-footer__column {
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
		-moz-column-count: 3;
		     column-count: 3;
		-moz-column-width: 16.66667%;
		     column-width: 16.66667%;
	}
}
.q-footer__column--desktop {
	display: none;
}
@media (min-width: 720px) {
	.q-footer__column--desktop {
		display: block;
	}
}
.q-footer__column--mobile {
	display: block;
}
@media (min-width: 720px) {
	.q-footer__column--mobile {
		display: none;
	}
}
@media (min-width: 720px) {
	.q-footer__column--wide {
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
}
@media (min-width: 1080px) {
	.q-footer__column--wide {
		flex: none;
		padding-left: 15px;
		width: 33.33333%;
		padding-right: 26px;
		margin-left: 8.33333%;
	}
}
.q-footer__column--nav {
	display: none;
}
@media (min-width: 720px) {
	.q-footer__column--nav {
		display: block;
	}
}
.q-footer__heading {
	font-size: 20px;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.01em;
}
@media (min-width: 375px) {
	.q-footer__heading {
		font-size: 20px;
		font-size: calc(0.01093 * 100vw + (15.90164px));
	}
}
@media (min-width: 1290px) {
	.q-footer__heading {
		font-size: 30px;
	}
}
.q-footer__subheading {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 15px;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 17px;
	letter-spacing: -0.012em;
	font-weight: 500;
}
.q-footer__subheading:focus {
	outline: none;
}
.q-footer__copy {
	font-size: 15px;
	max-width: 28.88889em;
	color: #6A778B;
	font-family: Caecilia, serif;
}
@media (min-width: 375px) {
	.q-footer__copy {
		font-size: 15px;
		font-size: calc(0.00328 * 100vw + (13.77049px));
	}
}
@media (min-width: 1290px) {
	.q-footer__copy {
		font-size: 18px;
	}
}
.q-footer__search {
	margin: 30px 0;
}
.q-footer__group {
	padding: 0 0 40px;
	line-height: 1.4;
	-moz-column-break-inside: avoid;
	     break-inside: avoid-column;
}
.q-footer__link {
	text-decoration: none;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #6A778B;
}
.q-footer__link:focus {
	outline: none;
}
.q-footer__copyright a {
	text-decoration: none;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-footer__copyright a:hover {
		color: #262626;
	}
}
.q-footer__service {
	margin: 45px 0 30px;
}
.q-footer__service-list {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	list-style: none;
}
.q-footer__service-item {
	display: inline-flex;
	padding: 5px 0;
	line-height: 1.4;
}
.q-footer__service-item::after {
	content: "—";
	display: inline-block;
	padding: 0 4px 0 6px;
}
.q-footer__service-item:last-of-type::after {
	display: none;
}
.q-footer__social {
	margin-top: 22px;
}
.q-footer__copyright {
	border: 0;
	display: block;
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-footer__copyright {
		font-size: 12px;
		font-size: calc(0.00219 * 100vw + (11.18033px));
	}
}
@media (min-width: 1290px) {
	.q-footer__copyright {
		font-size: 14px;
	}
}
@media (min-width: 720px) {
	.q-footer__copyright {
		padding-top: 60px;
		padding-left: 15px;
		text-align: left;
	}
}
@media (min-width: 1080px) {
	.q-footer__copyright {
		margin-left: 8.33333%;
	}
}
.q-footer-mobile {
	flex: none;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
}
@media (min-width: 720px) {
	.q-footer-mobile {
		display: none;
	}
}
.q-footer-mobile__list {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	list-style: none;
	margin-bottom: 30px;
}
.q-footer-mobile__item {
	margin-bottom: 5px;
}

.q-header__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	position: relative;
}
@media (min-width: 375px) {
	.q-header__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-header__container {
		padding-left: 50px;
		padding-right: 50px;
		min-height: 80px;
	}
}
@media (min-width: 1080px) {
	.q-header__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
.q-header__hamburger {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 -20px;
	opacity: 1;
	padding: 12px 20px;
	position: absolute;
	vertical-align: baseline;
	visibility: visible;
	display: flex;
}
.q-header__hamburger:focus {
	outline: none;
}
@media (min-width: 720px) {
	.q-header__hamburger {
		display: none;
	}
}
.q-header__logo {
	display: block;
	flex: none;
	height: 35px;
	margin: 0 auto 0;
	opacity: 1;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-indent: 100%;
	transition: opacity 200ms;
	width: 111px;
}
.q-header__logo:focus {
	outline: none;
}
@media screen and (min-width: 720px) {
	.q-header__logo {
		margin: -5px 0 0;
	}
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-header__logo:hover {
		opacity: 0.7;
	}
}
.q-header__navigation {
	display: none;
	margin-left: 43px;
}
@media (min-width: 720px) {
	.q-header__navigation {
		display: block;
		margin-right: 13px;
	}
}
.q-header__actions {
	display: none;
	flex: none;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 2;
}
@media (min-width: 720px) {
	.q-header__actions {
		display: block;
	}
}

.q-heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-heading {
		font-size: 26px;
	}
}
@media (min-width: 1290px) {
	.q-heading {
		font-size: 40px;
	}
}

.q-heading-plus-cta {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1.5625em;
}
@media (min-width: 375px) {
	.q-heading-plus-cta {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-heading-plus-cta {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1080px) {
	.q-heading-plus-cta {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
.q-heading-plus-cta__inner {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1080px) {
	.q-heading-plus-cta__inner {
		width: 82.94574%;
	}
}
@media (min-width: 720px) {
	.q-heading-plus-cta__inner {
		display: flex;
		align-items: center;
	}
}
.q-heading-plus-cta__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 15px;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-heading-plus-cta__heading {
		font-size: 27px;
	}
}
@media (min-width: 1290px) {
	.q-heading-plus-cta__heading {
		font-size: 40px;
	}
}
@media (min-width: 720px) {
	.q-heading-plus-cta__heading {
		margin-bottom: 0;
		padding-right: 15px;
	}
}
.q-heading-plus-cta__cta {
	flex: none;
	margin-right: 0;
}
@media (min-width: 720px) {
	.q-heading-plus-cta__cta {
		margin-left: auto;
		margin-right: 0;
	}
}

.q-icon-plus-content {
	width: 100%;
}
.q-icon-plus-content--icon-left {
	display: flex;
}
.q-icon-plus-content__icon {
	display: flex;
	flex: none;
	align-items: flex-end;
	margin-bottom: 1.25em;
	margin-right: 1.875em;
	height: 60px;
}
.q-icon-plus-content--icon-left .q-icon-plus-content__icon {
	align-items: flex-start;
	justify-content: center;
	min-width: 60px;
}
.q-icon-plus-content__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 0.57692em;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-icon-plus-content__heading {
		font-size: 20px;
		font-size: calc(0.00656 * 100vw + (17.54098px));
	}
}
@media (min-width: 1290px) {
	.q-icon-plus-content__heading {
		font-size: 26px;
	}
}
.q-icon-plus-content__heading--small {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 0.88235em;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-icon-plus-content__heading--small {
		font-size: 15px;
		font-size: calc(0.00219 * 100vw + (14.18033px));
	}
}
@media (min-width: 1290px) {
	.q-icon-plus-content__heading--small {
		font-size: 17px;
	}
}
.q-icon-plus-content__image {
	flex: none;
	max-width: 65px;
}
.q-icon-plus-content__content {
	flex: 0 1 auto;
}
.q-icon-plus-content__copy {
	border: 0;
	font-family: Caecilia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: inherit;
	letter-spacing: 0.015em;
	line-height: 1.625;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
.q-icon-plus-content__copy p {
	margin: 0;
}
@media (min-width: 375px) {
	.q-icon-plus-content__copy {
		font-size: 14px;
		font-size: calc(0.00219 * 100vw + (13.18033px));
	}
}
@media (min-width: 1290px) {
	.q-icon-plus-content__copy {
		font-size: 16px;
	}
}

.q-laptop {
	position: relative;
	width: 1072px;
	max-width: 100%;
	background: url(../png/laptop-1x.png) 0 0 no-repeat;
	background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
	.q-laptop {
		background-image: url(../png/laptop-2x.png);
	}
}
.q-laptop--will-animate {
	will-change: opacity, transform;
	opacity: 0;
}
.q-laptop--centered {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1080px) {
	.q-laptop--fixed-width {
		max-width: none;
	}
}
@media (min-width: 1430px) {
	.q-laptop {
		max-width: none;
	}
}
.q-laptop::before {
	content: "";
	display: block;
	padding-top: 78.73134%;
}
.q-laptop__screen {
	position: absolute;
	top: 4.73934%;
	left: 12.12687%;
	bottom: 34.36019%;
	right: 11.84701%;
	background: #F7FAFC;
	overflow: hidden;
}
.q-laptop__image {
	min-width: 100%;
}

.q-ipad {
	position: relative;
	width: 600px;
	max-width: 70%;
	background: url(../ipad-1x.html) 0 0 no-repeat;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
	.q-ipad {
		background-image: url(../ipad-2x.html);
	}
}
.q-ipad--will-animate {
	will-change: opacity, transform;
	opacity: 0;
}
.q-ipad--centered {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1080px) {
	.q-ipad--fixed-width {
		max-width: none;
	}
	.q-ipad {
		margin-left: unset;
		margin-right: unset;
		max-width: 100%;
	}
}
@media (min-width: 1430px) {
	.q-ipad {
		max-width: none;
	}
}
.q-ipad::before {
	content: "";
	display: block;
	padding-top: 169%;
}
.q-ipad__screen {
	position: absolute;
	top: 5.94%;
	left: 7%;
	bottom: 0;
	right: 7.67%;
	overflow: hidden;
}
.q-ipad__image {
	min-width: 100%;
	border-radius: 4px;
}

.q-link {
	align-items: center;
	color: #2E8BE0;
	font-family: Gotham, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	text-decoration: none;
}
.q-link:focus {
	outline: none;
}
@media (min-width: 375px) {
	.q-link {
		font-size: 15px;
	}
}
@media (min-width: 1290px) {
	.q-link {
		font-size: 15px;
	}
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-link:hover {
		color: #1A77CC;
	}
	.q-link:hover .link-arrow {
		transform: translate3d(5px, 0, 0);
	}
}
.q-link .link-arrow {
	display: inline-block;
	margin-left: 6px;
}
.q-link:hover .link-arrow {
	display: inline-block;
	transition: transform 200ms, color 200ms;
}
.q-link-sans-arrow .link-arrow,
.q-link-sans-arrow:hover .link-arrow {
	display: none;
}
.q-link-inline {
	font-family: Caecilia, serif;
	font-weight: 600;
}
.inline-link {
	color: #2E8BE0;
	text-decoration: none;
}
.inline-link:hover {
	color: #1A77CC;
}
.q-link--white {
	color: #FFF;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-link--white:hover {
		color: #FFF;
	}
}
.q-link--gray {
	color: #6A778B;
	text-decoration: none;
	transition: color 0.4s;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-link--gray:hover {
		color: #566377;
	}
}
.q-link--dark-gray {
	color: #3f3f3f;
	text-decoration: none;
	transition: color 0.4s;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-link--dark-gray:hover {
		color: #6A778B;
	}
}
.q-link--undecorated {
	text-decoration: none;
}
.q-nav {
	display: flex;
	max-height: calc(100vh - 60px);
	padding-top: 50px;
}
.q-sub-nav--apps .q-nav {
	padding-top: 54px;
}
.q-nav__group {
	flex: none;
	position: relative;
	padding: 0 15px;
}
.q-nav__group--apps {
	width: 100%;
}
.q-nav__group--more {
	width: 40%;
}
.q-sub-nav--more .q-nav__group {
	width: 33%;
}
.q-nav__group--bordered::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #EDEEF0;
}
.nav-border{
	padding-left: 1.5em;
    border-left: 1px solid #EDEEF0;
}
.q-apps-nav__column:nth-child(2) {
    padding-left: 2rem;
}
@media (min-width: 960px) {
	.q-nav__group {
		padding: 0 30px;
	}
}
.q-nav-apps__container {
	display: flex;
	/* align-items: flex-start; */
}
.q-apps-nav__column {
	width: 20%;
	padding-right: 1em;
}
.q-sub-nav__group--resources {	
	width: 50%;	
}
.q-apps-nav__column:last-of-type {
	padding-right: 0;
}
.q-nav--description {
	line-height: 1.923;
	margin-bottom: 2.3em;
	margin-top: 0;
	font-size: 14px;
}
.q-nav--description-link {
	text-decoration: none;
	font-weight: 400;
}
.q-nav--description .q-nav__link {
	font-weight: 400;
}
.q-nav__link--highlight {
	color: #ED2E26;
	position: absolute;
	left: 0;
}
.q-navigation .q-nav__link--highlight,
.q-navigation-mobile .q-nav__link--highlight,
.q-nav-actions .q-nav__link--highlight {
	position: static;
}
.q-nav--description b {
	font-weight: 500 !important;
	vertical-align: baseline !important;
}
.q-sub-nav--trial .q-nav__heading {
	white-space: nowrap;
}
.q-nav__heading,
.q-search-link--heading {
	border: 0;
	color: #6CA3CF;
	font-family: Gotham, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.2;
	margin: 0 0 25px;
	min-height: 2.4em;
	padding: 0;
	text-transform: uppercase;
	vertical-align: baseline;
}
.q-nav__heading--separator {
	margin-top: 10px;
}
.q-nav__heading--icon {
	display: block;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}
.q-nav__subheading.q-nav__heading--icon {
	line-height: 1.6;
}
.q-nav__heading--icon .q-nav--icon {
	margin-right: 3px;
	text-align: left;
	min-width: 36px;
}
.q-nav__heading--icon .q-nav--icon.support {	
	min-height: 36px;	
}
.q-sub-nav--contact-us .q-nav__heading--icon .q-nav--icon {
	margin-right: 16px;
}
.q-nav__heading {
	margin: 0 0 0.5em;
}
.q-apps-nav__column .q-nav--icon,
.q-nav__heading--icon .q-nav--icon {
	display: none;
}
@media (min-width: 1160px) {
	.q-apps-nav__column .q-nav--icon,
	.q-nav__heading--icon .q-nav--icon {
		display: flex;
		justify-content: center;
	}
	.q-nav__heading--icon {
		display: flex;
	}
	.q-nav__heading {
		display: flex;
		margin: 0 0 25px;
	}
}
.q-nav--txt-line-break {
	margin-top: 6px;
	align-self: center;
}
.q-sub-nav-list--icon {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.q-sub-nav-list--icon > span {
	min-width: 28px;
	margin-right: 14px;
}
.q-navigation-mobile__item .q-sub-nav-list--icon > span {
	margin-right: 12px;
}
.q-sub-nav-list--spacer {
	display: flex;
	padding-left: 42px;
}
.q-navigation-mobile__item .q-sub-nav-list--spacer {
	padding-left: 40px;
}
.q-navigation-mobile__item .contact-intro {
	font-weight: 400;
	line-height: 18px;
	font-size: 14px;
	color: #6A778B;
}
@media (min-width: 1080px) {
	.q-nav__heading {
		letter-spacing: 0.125em;
	}
}
ul.q-nav__list + .q-nav__heading {
	margin-top: -2em;
}
.q-nav__subheading {
	margin: 0 0 1.27692em;
	color: #6CA3CF;
	font-weight: 500;
	font-size: 12px;
	vertical-align: top;
	font-family: Gotham, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.17px;
	line-height: 1.25;
	min-height: 64px;
}
@media (min-width: 812px) {
	.q-nav__subheading {
		min-height: 44px;
	}
}
.q-nav__list {
	border: 0;
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-weight: inherit;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	padding: 0 0 18px;
	vertical-align: baseline;
}
.q-apps-nav__column .q-nav__list {
	padding-bottom: 0;
}
@media (min-width: 960px) {
	.q-nav__list,
	.q-search-links a,
	#lp-chat-link-resources div {
		font-size: 13px !important;
	}
}
.q-nav__list-item {
	padding-bottom: 2.27692em;
}
.q-nav-apps__overview {
	padding-bottom: 0;
}
.q-nav__link,
.q-search-links a,
#lp-chat-link-resources div {
	text-decoration: none !important;
	vertical-align: top !important;
	color: #30405B;
	line-height: 1.53846 !important;
	top: 0 !important;
	left: 0 !important;
	font-weight: 500;
}
.q-nav__link:focus {
	outline: none;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-search-links a:hover,
	#lp-chat-link-resources div:hover {
		cursor: pointer;
	}
}
@media (min-width: 960px) {
	.q-nav__link {
		margin-bottom: 0;
	}
}
.q-nav__link--beta::after,
.q-navigation-mobile__link--beta::after {
	color: #6A778B;
	content: "(Beta)";
	font-size: smaller;
	margin-left: 1ex;
	text-transform: uppercase;
}
.q-nav__link .q-link--sup,
.q-navigation-mobile__link .q-link--sup {
	font-size: 2em;
	line-height: 1px;
	transform: translateY(6px);
	display: inline-block;
}

#lp-chat-link-nav div {
	font-family: Gotham, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
}
.q-nav-actions {
	align-items: center;
	border: 0;
	display: flex;
	font-family: inherit;
	font-size: 13px;
	font-style: normal;
	font-weight: inherit;
	justify-content: center;
	line-height: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: baseline;
	font-weight: 500;
}
.q-nav-actions__item {
	position: relative;
	margin-right: 20px;
}
.q-nav-actions__item:hover .q-nav-actions__link {
	color: #000
}
.q-nav-actions__item--search {
	margin-right: 0;
}
.q-nav-actions__item:last-child {
	margin-right: 0;
}
.q-nav-actions__item--contact-us .q-nav-actions__link,
.q-nav-actions__item--contact-us:hover .q-nav-actions__link {
	color: #ED2E26;
}
.q-nav-actions__item--contact-us .q-nav-actions__link:hover {
	color: #E3241C;
}
.q-nav-actions__link {
	color: #627281;
	text-decoration: none;
	display: flex;
}
.q-nav-actions__link:focus {
	outline: none;
}
.q-nav-actions__item:hover .q-sub-nav {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(-50%, 0, 0);
}
.q-navigation {
	border: 0;
	color: #627281;
	display: flex;
	font-family: inherit;
	font-size: 15px;
	font-style: normal;
	font-weight: inherit;
	justify-content: center;
	line-height: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-navigation {
		min-height: 80px;
	}
}
.q-navigation__item,
.q-navigation__link--wrapper {
	position: relative;
}
.q-navigation__item--parent {
	position: static;
}
.q-navigation__item--parent.q-navigation__item--solutions {
	position: relative;
}
.q-navigation__link {
	color: inherit;
	text-decoration: none;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 0 15px;
	cursor: pointer;
}
.q-navigation__link:focus {
	outline: none;
}
.q-navigation__link.active {
	color: #262626;
}
@media (min-width: 1080px) {
	.q-navigation__link {
		padding: 0 14px;
	}
}
.q-navigation__item--tick {
	position: absolute;
	left: calc(50% - 11px);
	bottom: -1px;
	z-index: 220;
	display: none;
}
.q-navigation__item:hover .q-navigation__item--tick {
	display: block;
}
.q-navigation__item:hover .q-sub-nav {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(-50%, 0, 0);
}
.q-navigation__item .q-sub-nav {
	visibility: hidden;
}
.q-navigation__item:hover .q-sub-nav {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
	transition-delay: 50ms;
}
.q-navigation__item:hover .q-sub-nav.q-sub-nav--more,
.q-navigation__item:hover .q-sub-nav.q-sub-nav--solutions {
	transform: translate3d(-50%, 0, 0);
}
.q-navigation-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	background: #FFF;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.q-navigation-mobile__header {
	display: flex;
	align-items: center;
	flex: 0 0 80px;
	height: 80px;
	line-height: 80px;
}
.q-navigation-mobile__button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: center url(https://ik.imagekit.io/qualys/image/icon/close.svg) no-repeat;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	height: 30px;
	line-height: inherit;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	vertical-align: baseline;
	white-space: nowrap;
	width: 70px;
}
.q-navigation-mobile__button:focus {
	outline: none;
}
.q-navigation-mobile__button--back {
	background-image: url(https://ik.imagekit.io/qualys/image/icon/back.svg);
}
.q-navigation-mobile__title {
	font-family: Gotham, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4A4A4A;
}
.q-navigation-mobile__panel {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	overflow: scroll;
	max-height: 100%;
}
.q-navigation-mobile__panel--first {
	display: flex;
}
.q-navigation-mobile__list {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	line-height: inherit;
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 15px 30px 30px 70px;
	position: relative;
	top: 0;
	transition: all 0.3s;
	vertical-align: baseline;
}
.q-navigation-mobile__panel--solutions .q-navigation-mobile__list {
	padding-left: 30px;
}
.q-navigation-mobile__item {
	display: block;
	margin: 0 0 20px;
	font-family: Gotham, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4A4A4A;
	cursor: pointer;
	line-height: 1.3;
}
.q-navigation-mobile__appheading {
	margin: 0;
	font-size: inherit;
	font-weight: 500;
	font-family: inherit;
	color: #6CA3CF;
	display: flex;
	align-items: center;
	margin-left: -40px;
}
.q-navigation-mobile__appheading .q-app-nav--icon {
	margin-right: 10px;
}
.q-navigation-mobile__item--seperator {
	border-bottom: 1px solid rgba(155, 155, 155, 0.35);
	padding-bottom: 20px;
}
.q-navigation-mobile__panel--apps .q-navigation-mobile__item--seperator {
	border: 0;
	position: relative;
}
.q-navigation-mobile__panel--apps .q-navigation-mobile__item--seperator::after {
	content: "";
	width: calc(100% + 40px);
	height: 1px;
	background: rgba(155, 155, 155, 0.35);
	position: absolute;
	bottom: 0;
	left: -40px;
}
.q-navigation-mobile__link {
	text-decoration: none;
}
.q-navigation-mobile__link:focus {
	outline: none;
}
.q-navigation-mobile__link--has-children::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 8px;
	height: 12px;
	background: left center url(https://ik.imagekit.io/qualys/image/icon/chevron-nav.svg) no-repeat;
}

.q-numbers {
	flex-direction: column;
}
.q-numbers--linear {
	flex-direction: row;
}
@media (min-width: 720px) {
	.q-numbers--linear {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.q-numbers__item {
	margin-bottom: 1.875em;
}
.q-numbers--will-animate .q-numbers__item {
	will-change: opacity, transform;
	opacity: 0;
}
.q-numbers--linear .q-numbers__item {
	flex-direction: row;
}
@media (min-width: 720px) {
	.q-numbers--linear .q-numbers__item {
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 25%;
		margin-bottom: 1.8em;
	}
}
.q-numbers__heading {
	border: 0;
	color: #30405B;
	display: block;
	font-family: Gotham, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-numbers__heading {
		font-size: 15px;
		font-size: calc(0.00219 * 100vw + (14.18033px));
	}
}
@media (min-width: 1290px) {
	.q-numbers__heading {
		font-size: 17px;
	}
}
.q-numbers__value {
	font-size: 30px;
	display: block;
	color: #9BC0E1;
	font-family: Gotham, sans-serif;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -0.03em;
}
@media (min-width: 375px) {
	.q-numbers__value {
		font-size: 30px;
		font-size: calc(0.01311 * 100vw + (25.08197px));
	}
}
@media (min-width: 1290px) {
	.q-numbers__value {
		font-size: 42px;
	}
}

.q-play-button {
	align-items: center;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	border: 0;
	color: currentColor;
	cursor: pointer;
	display: flex;
	font-family: Gotham, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	vertical-align: baseline;
}
.q-play-button:focus {
	outline: none;
}
.q-play-button__text {
	color: #627281;
	transition: color 200ms;
}
.q-play-button__image {
	margin-right: 0.5em;
}
.q-play-button:hover .q-play-button__image .cloud {
	opacity: 0.3;
}
.q-play-button:hover .q-play-button__image .arrow {
	fill: #2E8BE0;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-play-button__text:hover {
		color: #4C5864;
	}
}
.q-play-button__text--light {
	color: #FFF;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-play-button__text--light:hover {
		color: #E6E6E6;
	}
}

.q-quote-box--has-image {
	padding-bottom: 60px;
	padding-top: 0;
}
@media (min-width: 720px) {
	.q-quote-box--has-image {
		padding-top: 8.39161%;
		padding-bottom: 8.39161%;
	}
}
@media (min-width: 1430px) {
	.q-quote-box--has-image {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
.q-default-hero__link,
.q-content-hero__link {
	display: inline-block;
	margin-right: 2em;
}
.q-play-button2 {
	border: 2px solid #9BC0E0;
	display: flex;
	align-items: center;
	font-family: Gotham, sans-serif;
	border-radius: 24px;
	padding: 6px 26px;
	font-size: 15px;
	text-decoration: none;
	font-weight: 500;
}
.q-play-button2 .q-link2,
.q-play-button2:hover .q-link2 {
	color: #9BC0E0;
}
.q-play-button__arrow {
	margin-left: 7px;
}
.q-play-button2:hover  .q-play-button__arrow .triangle {
	fill: #ffffff;
}
.q-play-button2:hover  .q-play-button__arrow .circle {
	fill: #9BC0E0;
}
.q-quote-box__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 0.75em;
	max-width: 19em;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-quote-box__heading {
		font-size: 26px;
		font-size: calc(0.0153 * 100vw + (20.2623px));
	}
}
@media (min-width: 1290px) {
	.q-quote-box__heading {
		font-size: 40px;
	}
}

.q-quote-box__row {
	position: relative;
}

@media (min-width: 720px) {
	.q-quote-box--has-image .q-quote-box__row {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 720px) {
	.q-quote-box--has-image .q-quote-box__content,
	.q-quote-box__image {
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
}

.q-quote-box__content {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	max-width: 550px;
}
@media (min-width: 720px) {
	.q-quote-box__content {
		align-self: center;
		margin-bottom: 0;
	}
}
.q-quote-box__content::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 55px;
	left: -60px;
	width: 103px;
	height: 80px;
	background: url(https://ik.imagekit.io/qualys/image/icon/bloc.svg) 0 0 no-repeat;
	background-size: cover;
}
@media (min-width: 720px) {
	.q-quote-box__content::before {
		width: 206px;
		height: 161px;
	}
}

@media (min-width: 720px) {
	.q-quote-box--has-image .q-quote-box__content {
		padding-left: 90px;
	}
}

.q-quote-box__image {
	position: relative;
	z-index: 0;
}

.q-quote-box__img {
	margin: 0 auto 60px;
}
@media (min-width: 720px) {
	.q-quote-box__img {
		margin: 0;
	}
}

.q-quote-box__counter {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #FFF;
	border: 1px solid #F6FAFD;
	border-radius: 2px;
	box-shadow: 0 11px 22px 0 rgba(170, 177, 188, 0.2);
	color: #44536B;
	cursor: pointer;
	display: block;
	font-family: Gotham, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.0332em;
	line-height: 1;
	margin: 0;
	min-width: 70px;
	padding: 1.2em 0 calc(1.2em + 30px);
	position: relative;
	text-align: center;
	vertical-align: baseline;
	width: 9.09091%;
	z-index: 1;
}
.q-quote-box__counter:focus {
	outline: none;
}
@media (min-width: 375px) {
	.q-quote-box__counter {
		font-size: 18px;
		font-size: calc(0.00765 * 100vw + (15.13115px));
	}
}
@media (min-width: 1290px) {
	.q-quote-box__counter {
		font-size: 25px;
	}
}
@media (min-width: 720px) {
	.q-quote-box__counter {
		position: absolute;
		bottom: -30px;
		left: 43.92523%;
	}
}
.q-quote-box__counter::before {
	content: "/";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 30px;
	margin: auto;
	height: 2ex;
}
.q-quote-box__counter::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	height: 30px;
	text-align: center;
	color: #FFF;
	background-color: #ED2E26;
	background-image: url(https://ik.imagekit.io/qualys/image/icon/chevron-down-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px 8px;
}
.q-quote-box__counter span {
	display: inline-block;
	width: 1em;
}

.q-related-content {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width: 720px) {
	.q-related-content {
		padding-top: 8.39161%;
		padding-bottom: 8.39161%;
	}
}
@media (min-width: 1430px) {
	.q-related-content {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
.q-related-content--narrow {
	padding-top: 0;
}
@media (min-width: 720px), (min-width: 1080px) {
	.q-related-content--narrow {
		padding-top: 0;
	}
}
.q-related-content__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 375px) {
	.q-related-content__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-related-content__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1080px) {
	.q-related-content__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
.q-related-content__container-inner {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1080px) {
	.q-related-content__container-inner {
		width: 82.94574%;
	}
}
.q-related-content__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	font-weight: inherit;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 0.75em;
	max-width: 19em;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-related-content__heading {
		font-size: 26px;
		font-size: calc(0.0153 * 100vw + (20.2623px));
	}
}
@media (min-width: 1290px) {
	.q-related-content__heading {
		font-size: 40px;
	}
}
.q-related-content__text {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 34px;
	line-height: 1.83333;
}
@media (min-width: 375px) {
	.q-related-content__text {
		font-size: 16px;
		font-size: calc(0.00219 * 100vw + (15.18033px));
	}
}
@media (min-width: 1290px) {
	.q-related-content__text {
		font-size: 18px;
	}
}
@media (min-width: 720px) {
	.q-related-content__row {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 720px) {
	.q-related-content__row--reverse {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		flex-direction: row-reverse;
	}
	.q-related-content__row--reverse .q-related-content__textblock {
		margin-left: 16.66667%;
	}
}
@media (min-width: 720px) {
	.q-related-content__content,
	.q-related-content__image {
		flex: none;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
}
.q-related-content__content {
	margin-bottom: 30px;
}
@media (min-width: 720px) {
	.q-related-content__content {
		align-self: center;
		margin-bottom: 0;
	}
}
.q-related-content__textblock {
	max-width: 27.5em;
}
.q-related-content__img {
	margin: 0 auto 60px;
}
@media (min-width: 720px) {
	.q-related-content__img {
		margin: 0;
	}
}

.q-resource-label {
	text-decoration: none;
	font-size: 15px;
	display: flex;
	align-items: flex-start;
	line-height: 1.2;
	color: #9BC0E1;
	transition: color 200ms;
}
.q-resource-label:focus {
	outline: none;
}
@media (min-width: 375px) {
	.q-resource-label {
		font-size: 15px;
		font-size: calc(0.00219 * 100vw + (14.18033px));
	}
}
@media (min-width: 1290px) {
	.q-resource-label {
		font-size: 17px;
	}
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-resource-label:hover {
		color: #2E8BE0;
	}
}
.q-resource-label--category {
	align-items: center;
}
.q-resource-label__text {
	font-family: Gotham, sans-serif;
	font-weight: 500;
	color: #30405B;
	padding-right: 1em;
}
.q-resource-label--category .q-resource-label__text {
	color: inherit;
	text-transform: uppercase;
	font-size: 12px;
}
.q-resource-label__detail {
	font-size: 14px;
	display: block;
	margin-top: 0.3125em;
	font-family: Caecilia, serif;
	color: #6A778B;
	line-height: 1.5;
}
@media (min-width: 375px) {
	.q-resource-label__detail {
		font-size: 14px;
		font-size: calc(0.00219 * 100vw + (13.18033px));
	}
}
@media (min-width: 1290px) {
	.q-resource-label__detail {
		font-size: 16px;
	}
}
.q-resource-label__icon {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.17647em;
	margin-top: 3px;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background-color: currentColor;
}

.q-search-form {
	display: flex;
	flex-direction: row;
	flex: 1 1 100%;
	max-width: 330px;
	height: 43px;
	line-height: 43px;
}
.q-search-form__input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	border-color: #1D2737;
	border-radius: 2px 0 0 2px;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	color: #262626;
	flex: 1 1 100%;
	font-family: Gotham, san-serif;
	font-size: 0.75rem;
	margin: 0;
	padding: 0 12px;
	vertical-align: baseline;
}
.q-search-form__input::-moz-placeholder {
	color: #262626;
	opacity: 1; /* Firefox */
}
.q-search-form__input:-ms-input-placeholder {
	color: #262626;
	opacity: 1; /* Firefox */
}
.q-search-form__input::-ms-input-placeholder {
	color: #262626;
	opacity: 1; /* Firefox */
}
.q-search-form__input::placeholder {
	color: #262626;
	opacity: 1; /* Firefox */
}
.q-search-form__input:focus {
	outline: none;
}
.q-search-form__button {
	width: 80px;
	min-width: 0;
	color: #FFF;
	background: #ED2E26;
	border: 1px solid #ED2E26;
	border-radius: 0 2px 2px 0;
}

.q-segment {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width: 720px) {
	.q-segment {
		padding-top: 8.39161%;
		padding-bottom: 8.39161%;
	}
}
@media (min-width: 1430px) {
	.q-segment {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
.q-segment__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 375px) {
	.q-segment__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-segment__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1080px) {
	.q-segment__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
.q-segment__content {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1080px) {
	.q-segment__content {
		width: 82.94574%;
	}
}

a.js-downloadPdfLink.q-lp__link--download:disabled {
	opacity: 0.7;
}

.q-select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	background-image: url(../png/select-arrows.png);
	background-position: calc(100% - 16px) 50%;
	background-repeat: no-repeat;
	background-size: 8px 20px;
	border-radius: 2px;
	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;
}
.q-select:focus {
	outline: none;
}
.q-select::-moz-placeholder {
	color: inherit;
}
.q-select:-ms-input-placeholder {
	color: inherit;
}
.q-select::-ms-input-placeholder {
	color: inherit;
}
.q-select::placeholder {
	color: inherit;
}
.form__sent .q-select:invalid {
	box-shadow: 0 0 0 1px #F00;
}
.q-select:active,
.q-select:focus {
	border: 1px solid #627281;
	outline: none;
}
.q-select:active::-moz-placeholder, .q-select:focus::-moz-placeholder {
	color: #627281;
}
.q-select:active:-ms-input-placeholder, .q-select:focus:-ms-input-placeholder {
	color: #627281;
}
.q-select:active::-ms-input-placeholder, .q-select:focus::-ms-input-placeholder {
	color: #627281;
}
.q-select:active::placeholder,
.q-select:focus::placeholder {
	color: #627281;
}
.q-select:required {
	box-shadow: none;
}
.q-select:invalid {
	box-shadow: none;
}
.q-select--light {
	color: #1D2737;
	border-color: #9BC0E1;
	background-image: url(https://ik.imagekit.io/qualys/image/icon/chevron-selectbox.svg);
	background-size: 12px 8px;
}
.q-select--light:focus {
	border-color: #87ACCD;
}

.q-square {
	border: 0;
	font-family: Gotham, sans-serif;
	font-size: inherit;
	font-style: normal;
	font-weight: 500;
	line-height: 1.78947;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: baseline;
}
.q-square__inner {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	background-color: currentColor;
}
@media (min-width: 1080px) {
	.q-square::before {
		content: "";
		display: block;
		padding-bottom: inherit;
	}
	.q-square__inner {
		position: static;
	}
}
.q-square--justified .q-square__inner {
	bottom: 0;
	margin: auto;
}
.q-square__content {
	padding: 9.61538% 7.69231%;
	background-color: currentColor;
}
@media (min-width: 1080px) {
	.q-square__content {
		padding: 11.53846%;
	}
}
@media (min-width: 1430px) {
	.q-square__content {
		padding: 13.53846% 15.38462%;
		min-height: 400px;
	}
}
.q-square__content--v-center {
	display: flex;
	align-items: center;
}
.q-square__content--fit {
	padding-bottom: 30px;
}
@media (min-width: 1080px) {
	.q-square__content--wide {
		padding: 11.53846%;
	}
}
@media (min-width: 1430px) {
	.q-square__content--wide {
		padding: 11.53846% 11.53846% 11.53846% 15.38462%;
	}
}
.q-square--justified .q-square__content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.q-square__heading {
	border: 0;
	color: #FFF;
	font-family: Gotham, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.013em;
	line-height: 1.28571;
	margin: 0 0 0.73529em;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-square__heading {
		font-size: 26px;
		font-size: calc(0.00874 * 100vw + (22.72131px));
	}
}
@media (min-width: 1290px) {
	.q-square__heading {
		font-size: 34px;
	}
}
.q-square__heading--small {
	border: 0;
	color: #FFF;
	font-family: Gotham, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.013em;
	line-height: 1.5;
	margin: 0 0 0.89286em;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-square__heading--small {
		font-size: 20px;
		font-size: calc(0.00874 * 100vw + (16.72131px));
	}
}
@media (min-width: 1290px) {
	.q-square__heading--small {
		font-size: 28px;
	}
}
.q-square__list {
	border: 0;
	color: #FFF;
	font-family: inherit;
	font-size: 14px;
	font-style: normal;
	font-weight: inherit;
	line-height: calc(21 / 16);
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-square__list {
		font-size: 14px;
		font-size: calc(0.00219 * 100vw + (13.18033px));
	}
}
@media (min-width: 1290px) {
	.q-square__list {
		font-size: 16px;
	}
}
.q-square__list li {
	margin-bottom: 0.6em;
}
.q-square__list-item {
	margin-bottom: 0.4375em;
}
.q-square__list-item:last-child {
	margin-bottom: 0;
}
.q-square__copy {
	border: 0;
	color: #FFF;
	font-family: Gotham, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.015em;
	line-height: 1.88889;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-square__copy {
		font-size: 15px;
		font-size: calc(0.00328 * 100vw + (13.77049px));
	}
}
@media (min-width: 1290px) {
	.q-square__copy {
		font-size: 18px;
	}
}
.q-square__cta {
	text-decoration: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	margin-top: auto;
	margin-bottom: 0;
	padding: 8.65385% 15px 8.65385% 8.65385%;
	line-height: 1.5;
	color: #FFF;
	background-color: rgba(74, 74, 74, 0.1);
	transition: background-color 200ms;
}
.q-square__cta:focus {
	outline: none;
}
@media (min-width: 375px) {
	.q-square__cta {
		font-size: 14px;
		font-size: calc(0.00109 * 100vw + (13.59016px));
	}
}
@media (min-width: 1290px) {
	.q-square__cta {
		font-size: 15px;
	}
}
@media (min-width: 1080px) {
	.q-square__cta {
		padding-left: 11.53846%;
		text-align: center;
	}
}
@media (min-width: 1430px) {
	.q-square__cta {
		padding-left: 15.38462%;
	}
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-square__cta:hover {
		background-color: rgba(74, 74, 74, 0.2);
	}
}
.q-square__cta-link {
	color: inherit;
	text-decoration: none;
	flex: 0 1 auto;
	margin-right: 1em;
}
.q-square__cta-link:focus {
	outline: none;
}
.q-square__cta-arrow {
	flex: none;
	transform: translateY(1px);
}

.q-social-list {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	list-style: none;
	display: flex;
}
.q-social-list--centered {
	justify-content: center;
}
.q-social-list__item {
	color: inherit;
	text-decoration: none;
	display: inline-flex;
	margin: 10px 7px 0 0;
}
.q-social-list__item:focus {
	outline: none;
}
.q-social-list__icon path {
	fill: #1D2737;
}
.q-social-list__item a:hover .q-social-list__icon path {
	fill: #6A778B;
}
.q-social-list__icon ellipse {
	stroke: #6CA3CF;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-social-list__icon:hover ellipse {
		stroke: #FFF;
	}
}
.q-social-list--dark .q-social-list__icon path {
	fill: #627281;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-social-list--dark .q-social-list__icon:hover ellipse {
		stroke: #627281;
	}
}

.q-sub-nav {
	left: 50%;
	margin: 0 auto;
	max-height: calc(100vh - 60px);
	opacity: 0;
	overflow-y: hidden;
	padding-top: 17px;
	pointer-events: none;
	position: absolute;
	text-align: left;
	top: 79%;
	transform: translate3d(-50%, -8px, 0);
	transition: transform 0.3s cubic-bezier(0, 1, 0.75, 1), opacity 0.3s cubic-bezier(0, 1, 0.75, 1), visibility 0.3s;
	transition-delay: 150ms;
	width: 480px;
	will-change: opacity, transform;
	z-index: 110;
}
.q-sub-nav:hover {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition-delay: 50ms;
	transform: translate3d(-50%, 0, 0);
}
.q-sub-nav--community,
.q-sub-nav--contact-us,
.q-sub-nav--login,
.q-sub-nav--trial {
	width: auto;
}
.q-sub-nav--solutions {
	width: 320px;
	left: 40%;
}
.q-sub-nav .q-sub-nav__inner {
	padding-bottom: 0;
	padding-top: 54px;
}
.q-sub-nav--login .q-sub-nav__inner {
	padding-bottom: 2.27692em;
	padding-top: 41px;
}
.q-sub-nav--apps {
	left: -1%;
	right: 0;
	width: 1290px;
	max-width: 100vw;
	max-width: calc(100vw - 50px);
	transform: translate3d(0, -8px, 0);
}
.q-sub-nav--resources{	
	left: -25%;	
    width: 425px;	
}	
.q-sub-nav--solution{	
	left: -25%;	
    width: 500px;	
}
.q-sub-nav--more {
	left: 50%;
	right: 0;
	width: 680px;
	max-width: calc(100vw - 50px);
	transform: translate3d(-50%, -8px, 0);
}
.q-sub-nav--apps:hover {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition-delay: 50ms;
	transform: translate3d(0, 0, 0);
}
.q-sub-nav--more:hover {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition-delay: 50ms;
	transform: translate3d(-50%, 0, 0);
}
@media (min-width: 1080px) {

	.q-sub-nav--more,
	.q-sub-nav--apps {
		max-width: calc(100vw - 140px);
	}
	/* .q-sub-nav--apps {
		max-width: 920px;
	} */
}
@media (min-width: 1300px) {
	.q-sub-nav--apps {
		max-width: 1200px;
	}
	.q-sub-nav--more {
		max-width: 920px;
	}
}
/*.q-sub-nav--more,
.q-sub-nav--apps
.q-sub-nav--community,
.q-sub-nav--contact-us {
	opacity: 1;
	visibility: visible;
}*/
.q-sub-nav--more {
	z-index: 3000000000;
}
.q-sub-nav--community {
	z-index: 100;
}
.q-sub-nav--trial {
	z-index: 200;
}
.q-sub-nav--trial {
	left: -74px;
}
@media (min-width: 760px) {
	.q-sub-nav--trial {
		left: -45px;
	}
}
.q-sub-nav__inner {
	position: relative;
	padding: 35px 82px 35px 46px;
	background: #FFF;
	border: 1px solid #F6F6F6;
	box-shadow: 0 5px 24px 0 rgba(181, 181, 181, 0.32);
}
.q-sub-nav--login .q-sub-nav__inner {
	padding: 35px;
}
.q-sub-nav--more .q-sub-nav__inner,
.q-sub-nav--apps .q-sub-nav__inner {
	padding: 0 0 30px 0;
}
.q-sub-nav__action {
	margin-top: 20px;
}
.q-sub-nav--login .q-sub-nav__action {
	margin-top: 18px;
}
.q-sub-nav-list {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	list-style: none;
	line-height: 3.46154;
}
@media (min-width: 720px) {
	.q-sub-nav-list {
		-moz-column-count: 2;
		     column-count: 2;
		-moz-column-gap: 30px;
		     column-gap: 30px;
	}
}
@media (min-width: 1080px) {
	.q-sub-nav-list {
		-moz-column-count: 2;
		     column-count: 2;
		-moz-column-gap: 45px;
		     column-gap: 45px;
	}
}
.q-sub-nav-list__link {
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	color: #30405B;
	letter-spacing: 0.011em;
}
.q-sub-nav-list__link:focus {
	outline: none;
}
@media (min-width: 960px) {
	.q-sub-nav-list__link {
		font-size: 13px;
	}
}
.q-svg-dashboard {
	display: block;
	width: 815px;
	max-width: 100%;
	height: auto;
}
.q-svg-dashboard__item {
	opacity: 1;
}
.q-svg-dashboard--will-animate .q-svg-dashboard__item {
	opacity: 0;
}
.q-svg-dashboard__saq-overlay {
	will-change: opacity, transform;
	opacity: 0;
	position: absolute;
	top: 38.91051%;
	left: 56.44172%;
	z-index: 1;
	width: 7.85276%;
	background-color: #68CC61;
	background-image: url(https://ik.imagekit.io/qualys/image/icon/saq-menu.svg);
	background-size: 48.4375%;
	background-position: 45% 50%;
	background-repeat: no-repeat;
	border-radius: 2px;
	box-shadow: 0 17px 22px 0 rgba(41, 62, 89, 0.23);
}
.q-svg-dashboard__saq-overlay::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.q-svg-dashboard__saq-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	right: 7.8125%;
	bottom: 0;
	z-index: 1;
	margin: auto;
	width: 31.25%;
	height: 31.25%;
	background: transparent url(../png/grab-cursor.png) 0 0 no-repeat;
	background-size: contain;
}


@media (min-width: 960px) {
	.q-tabs {
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 960px) and (min-width: 375px) {
	.q-tabs {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 960px) and (min-width: 720px) {
	.q-tabs {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 960px) and (min-width: 1080px) {
	.q-tabs {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}

.q-tabs__list {
	background: #F7FAFC;
	border: 0;
	border-top: 1px solid #EDEEF0;
	display: flex;
	flex-direction: row;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	line-height: 1.2;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: baseline;
}
.q-tabs__list::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	height: 1px;
	background: #EDEEF0;
}

.q-tabs__item {
	position: relative;
	z-index: 1;
	width: 33.33333%;
	max-width: 430px;
}

.q-tabs__link {
	color: inherit;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	height: 80px;
	width: 100%;
	cursor: pointer;
	background: #F7FAFC;
	border: 1px solid #EDEEF0;
	border-width: 0 1px 1px 0;
	transition: background 500ms;
}
.q-tabs__link:focus {
	outline: none;
}
.q-tabs__link:hover {
	background: #FFF;
}
@media (min-width: 960px) {
	.q-tabs__link {
		height: 160px;
		line-height: 160px;
	}
}
.q-tabs__link--active {
	background: #FFF;
	border-color: #FFF;
}
.q-tabs__link--active::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #EDEEF0;
}
.q-tabs__link--active img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

.q-tabs__icon {
	display: none;
	margin-right: 20px;
}
@media (min-width: 1080px) {
	.q-tabs__icon {
		flex: none;
		display: inline-block;
	}
}

.q-tabs__img {
	opacity: 0.7;
	width: auto;
	height: 48px;
	max-height: 48px;
}
.q-tabs__img--filter {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}

.q-tabs__text {
	font-size: 13px;
	color: #30405B;
	font-family: Gotham, sans-serif;
	font-weight: 500;
	letter-spacing: -0.013em;
}
@media (min-width: 375px) {
	.q-tabs__text {
		font-size: 13px;
		font-size: calc(0.00437 * 100vw + (11.36066px));
	}
}
@media (min-width: 1290px) {
	.q-tabs__text {
		font-size: 17px;
	}
}

.q-tabs__container {
	margin-top: -161px;
}
.q-tabs__panel {
	display: none;
	padding-top: 161px;
}
.q-tabs__panel--active {
	display: block;
}

.q-trial {
	text-align: center;
	background: #F7FAFC;
}
.q-trial__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 375px) {
	.q-trial__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-trial__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1080px) {
	.q-trial__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
.q-trial__content {
	padding-top: 70px;
	padding-bottom: 70px;
	margin: 0 auto;
	max-width: 40em;
}
@media (min-width: 720px) {
	.q-trial__content {
		padding-top: 8.74126%;
		padding-bottom: 8.74126%;
	}
}
@media (min-width: 1430px) {
	.q-trial__content {
		padding-top: 125px;
		padding-bottom: 125px;
	}
}
.q-trial__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.013em;
	line-height: 1.2;
	margin: 0 0 30px;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-trial__heading {
		font-size: 27px;
		font-size: calc(0.01749 * 100vw + (19.44262px));
	}
}
@media (min-width: 1290px) {
	.q-trial__heading {
		font-size: 40px;
	}
}
.q-trial__copy {
	border: 0;
	color: #6A778B;
	font-family: Caecilia, serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0.015em;
	line-height: 1.625;
	margin: 0 0 30px;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-trial__copy {
		font-size: 14px;
		font-size: calc(0.00219 * 100vw + (13.18033px));
	}
}
@media (min-width: 1290px) {
	.q-trial__copy {
		font-size: 16px;
	}
}
@media (min-width: 375px) {
	.q-trial__copy {
		font-size: 16px;
		font-size: calc(0.00328 * 100vw + (14.77049px));
	}
}
@media (min-width: 1290px) {
	.q-trial__copy {
		font-size: 19px;
	}
}
.q-trial__textblock {
	display: inline-block;
}
@media (min-width: 720px) {
	.q-trial__textblock {
		display: block;
	}
}
.q-trial__link,
.q-inline-link {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #44536B;
}
.q-trial__link:hover,
.q-inline-link:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.q-trial__link:focus,
.q-inline-link:focus {
	outline: none;
}
.q-link2 {
	color: #2E8BE0;
	text-decoration: none;
}
.q-link2:hover {
	color: #1A77CC;
}
.q-trial__tel {
	color: inherit;
	text-decoration: none;
}
.q-trial__tel:focus {
	outline: none;
}
@media (max-width: 719px) {
	.community-footer .q-trial__textblock br {
		display: none;
	}
}

.q-video-link {
	color: inherit;
	text-decoration: none;
	display: block;
	position: relative;
	cursor: pointer;
}
.q-video-link:focus {
	outline: none;
}
.q-video-link::before,
.q-video-link::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.q-video-link::before {
	height: 46px;
	width: 46px;
	background: #ED2E26;
}
.q-video-link::after {
	z-index: 3;
	border-top: 5px solid transparent;
	border-left: 8px solid #FFF;
	border-bottom: 5px solid transparent;
	transform: translate3d(20px, 18px, 0);
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-video-link:hover::before {
		background: #D91A12;
	}
}
.q-video-link--large::before {
	height: 68px;
	width: 68px;
}
.q-video-link--large::after {
	border-top: 6px solid transparent;
	border-left: 10px solid #FFF;
	border-bottom: 6px solid transparent;
	transform: translate3d(30px, 28px, 0);
}

.q-form {
	color: inherit;
	font-family: Gotham, 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 {
		-moz-column-count: 2;
		     column-count: 2;
		-moz-column-gap: 30px;
		     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: 12px;
}
.q-form__input,
input[type=text].mktoField,
input[type=url].mktoField,
input[type=number],
input[type=email].mktoField,
input[type=tel].mktoField,
textarea.mktoField {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border-radius: 2px;
	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 30px;
	position: relative;
	vertical-align: baseline;
	width: 100%;
	z-index: 2;
}
.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::-moz-placeholder, input[type=text].mktoField::-moz-placeholder, input[type=url].mktoField::-moz-placeholder, input[type=email].mktoField::-moz-placeholder, input[type=tel].mktoField::-moz-placeholder, textarea.mktoField::-moz-placeholder {
	color: inherit;
}
.q-form__input:-ms-input-placeholder, input[type=text].mktoField:-ms-input-placeholder, input[type=url].mktoField:-ms-input-placeholder, input[type=email].mktoField:-ms-input-placeholder, input[type=tel].mktoField:-ms-input-placeholder, textarea.mktoField:-ms-input-placeholder {
	color: inherit;
}
.q-form__input::-ms-input-placeholder, input[type=text].mktoField::-ms-input-placeholder, input[type=url].mktoField::-ms-input-placeholder, input[type=email].mktoField::-ms-input-placeholder, input[type=tel].mktoField::-ms-input-placeholder, textarea.mktoField::-ms-input-placeholder {
	color: inherit;
}
.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 {
	border: 1px solid #627281;
	outline: none;
}
.q-form__input:active::-moz-placeholder, input[type=text].mktoField:active::-moz-placeholder, input[type=url].mktoField:active::-moz-placeholder, input[type=email].mktoField:active::-moz-placeholder, input[type=tel].mktoField:active::-moz-placeholder, textarea.mktoField:active::-moz-placeholder, .q-form__input:focus::-moz-placeholder, input[type=text].mktoField:focus::-moz-placeholder, input[type=email].mktoField:focus::-moz-placeholder, input[type=tel].mktoField:focus::-moz-placeholder, textarea.mktoField:focus::-moz-placeholder {
	color: #627281;
}
.q-form__input:active:-ms-input-placeholder, input[type=text].mktoField:active:-ms-input-placeholder, input[type=url].mktoField:active:-ms-input-placeholder, input[type=email].mktoField:active:-ms-input-placeholder, input[type=tel].mktoField:active:-ms-input-placeholder, textarea.mktoField:active:-ms-input-placeholder, .q-form__input:focus:-ms-input-placeholder, input[type=text].mktoField:focus:-ms-input-placeholder, input[type=email].mktoField:focus:-ms-input-placeholder, input[type=tel].mktoField:focus:-ms-input-placeholder, textarea.mktoField:focus:-ms-input-placeholder {
	color: #627281;
}
.q-form__input:active::-ms-input-placeholder, input[type=text].mktoField:active::-ms-input-placeholder, input[type=url].mktoField:active::-ms-input-placeholder, input[type=email].mktoField:active::-ms-input-placeholder, input[type=tel].mktoField:active::-ms-input-placeholder, textarea.mktoField:active::-ms-input-placeholder, .q-form__input:focus::-ms-input-placeholder, input[type=text].mktoField:focus::-ms-input-placeholder, input[type=email].mktoField:focus::-ms-input-placeholder, input[type=tel].mktoField:focus::-ms-input-placeholder, textarea.mktoField:focus::-ms-input-placeholder {
	color: #627281;
}
.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 {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	background-image: url(../png/select-arrows.png);
	background-position: calc(100% - 16px) 50%;
	background-repeat: no-repeat;
	background-size: 8px 20px;
	border-radius: 2px;
	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 0 12px;
	padding: 0 45px 0 30px;
	position: relative;
	vertical-align: baseline;
	width: 100%;
	z-index: 2;
}
.q-form__select:focus,
select.mktoField:focus {
	outline: none;
}
.q-form__select::-moz-placeholder, select.mktoField::-moz-placeholder {
	color: inherit;
}
.q-form__select:-ms-input-placeholder, select.mktoField:-ms-input-placeholder {
	color: inherit;
}
.q-form__select::-ms-input-placeholder, select.mktoField::-ms-input-placeholder {
	color: inherit;
}
.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 {
	border: 1px solid #627281;
	outline: none;
}
.q-form__select:active::-moz-placeholder, select.mktoField:active::-moz-placeholder, .q-form__select:focus::-moz-placeholder, select.mktoField:focus::-moz-placeholder {
	color: #627281;
}
.q-form__select:active:-ms-input-placeholder, select.mktoField:active:-ms-input-placeholder, .q-form__select:focus:-ms-input-placeholder, select.mktoField:focus:-ms-input-placeholder {
	color: #627281;
}
.q-form__select:active::-ms-input-placeholder, select.mktoField:active::-ms-input-placeholder, .q-form__select:focus::-ms-input-placeholder, select.mktoField:focus::-ms-input-placeholder {
	color: #627281;
}
.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: 30px -30px 0;
}
@media (min-width: 720px) {
	.q-form__button-group,
	.mktoButtonRow .mktoButtonWrap {
		margin: 30px -50px 0;
	}
}
@media (min-width: 1280px) {
	.q-form__button-group,
	.mktoButtonRow .mktoButtonWrap {
		margin: 30px -80px 0;
	}
}
.q-form__button,
.mktoButton {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #1D2737;
	border: 0;
	color: #FFF;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	height: 120px;
	line-height: inherit;
	margin: 0 2px 0 0;
	padding: 0;
	vertical-align: baseline;
	width: 100%;
}
.mktoButton.mktoButtonBack {
	background-color: #B5D0E5;
}
.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;
}
.mktoButton.disabled:last-child,
.mktoButton.disabled:hover {
	background-color: #6A778B !important;
}
.q-form__error {
	display: none;
	color: #ED2E26;
}

#form1 {
	display: block;
}

#form2 {
	display: none;
}

#form3 {
	display: none;
}

.q-radio {
	position: relative;
	margin-bottom: 30px;
	color: inherit;
	border-color: inherit;
}
.q-radio__field {
	position: relative;
	padding-left: 30px;
	margin-bottom: 18px;
	-moz-column-break-inside: avoid;
	     break-inside: avoid-column;
}
.q-radio__label {
	color: inherit;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-color: inherit;
}
.q-radio__main-label {
	display: block;
	padding-left: 10px;
}
.q-radio__label-description {
	display: block;
	padding-left: 10px;
	font-family: Caecilia, serif;
}
.q-radio__input {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: none;
}
.q-radio__input:focus {
	outline: none;
}
.q-radio__view {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #627281;
	border-radius: 50%;
}
.q-radio__input:checked + .q-radio__view::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	text-align: center;
	border-radius: 50%;
	background-color: #627281;
}

.q-checkbox {
	position: relative;
	margin-bottom: 30px;
	color: inherit;
	border-color: inherit;
}
.q-checkbox__field {
	position: relative;
	padding-left: 30px;
	margin-bottom: 18px;
}
.q-checkbox__label {
	color: inherit;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-color: inherit;
}
.q-checkbox__main-label {
	display: block;
	font-size: 15px;
}
.q-checkbox__label-description {
	display: block;
	font-family: Caecilia, serif;
}
.q-checkbox__input {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: none;
}
.q-checkbox__input:focus {
	outline: none;
}
.q-checkbox__view {
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #627281;
	border-radius: 2px;
}
.q-checkbox__input:checked + .q-checkbox__view::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	text-align: center;
	border-radius: 2px;
	background-color: #627281;
}

.q-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	width: 100%;
}
.q-modal__content {
	position: relative;
	z-index: 1;
	padding: 0 30px 30px;
	width: 700px;
	max-width: 100%;
	max-height: 100vh;
	background: #FFF;
	overflow: auto;
}
.q-modal__content--is-video {
	padding: 0;
	width: 800px;
	max-width: 100%;
	max-height: 80vh;
	overflow: hidden;
}
.q-modal__content--is-video > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.q-modal__content--is-video::after {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.q-modal__content--is-video iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.q-modal__close {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
	margin-left: auto;
	margin-top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.q-modal__close:focus {
	outline: none;
}
.q-modal__close-icon {
	width: 16px;
	height: 16px;
	fill: #D8D8D8;
}
.q-modal__content--is-video .q-modal__close {
	position: relative;
	z-index: 1;
	margin-right: 20px;
}
.q-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background: rgba(0, 0, 0, 0.5);
}
.q-modal__hgroup {
	margin-bottom: 1.875em;
	padding-right: 60px;
}
.q-modal__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-modal__heading {
		font-size: 20px;
		font-size: calc(0.00656 * 100vw + (17.54098px));
	}
}
@media (min-width: 1290px) {
	.q-modal__heading {
		font-size: 26px;
	}
}
.q-modal__subheading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-modal__subheading {
		font-size: 15px;
		font-size: calc(0.00328 * 100vw + (13.77049px));
	}
}
@media (min-width: 1290px) {
	.q-modal__subheading {
		font-size: 18px;
	}
}
.q-modal__heading + .q-modal__subheading {
	margin-top: 0.55556em;
}
.q-modal__copy {
	border: 0;
	font-family: Caecilia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: inherit;
	letter-spacing: 0.015em;
	line-height: 1.625;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@media (min-width: 375px) {
	.q-modal__copy {
		font-size: 14px;
		font-size: calc(0.00219 * 100vw + (13.18033px));
	}
}
@media (min-width: 1290px) {
	.q-modal__copy {
		font-size: 16px;
	}
}
.q-modal__copy > * {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	margin-bottom: 1.5em;
}
.q-modal__copy ul {
	margin-left: 1em;
}
.q-alternate-hero {
	padding-top: 60px;
}

.q-alternate-hero__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 375px) {
	.q-alternate-hero__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 720px) {
	.q-alternate-hero__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1080px) {
	.q-alternate-hero__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}

@media (min-width: 720px) {
	.q-alternate-hero__container {
		display: flex;
	}
}

.q-alternate-hero__content {
	flex: none;
	margin-bottom: 45px;
}

@media (min-width: 720px) {
	.q-alternate-hero__content {
		margin-top: 2.32558%;
		margin-bottom: 0;
		width: 46.75969%;
	}
}

@media (min-width: 1080px) {
	.q-alternate-hero__content {
		margin-left: 8.52713%;
		width: 38.75969%;
	}
}

.q-alternate-hero__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 0.45455em;
	padding: 0;
	vertical-align: baseline;
}

@media (min-width: 375px) {
	.q-alternate-hero__heading {
		font-size: 34px;
	}
}

@media (min-width: 1290px) {
	.q-alternate-hero__heading {
		font-size: 44px;
	}
}

.q-alternate-hero__subheading {
	border: 0;
	color: #6A778B;
	font-family: Gotham, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -0.015em;
	line-height: 1.16667;
	margin: 0 0 1.25em;
	padding: 0;
	vertical-align: baseline;
}

@media (min-width: 375px) {
	.q-alternate-hero__subheading {
		font-size: 22px;
	}
}

@media (min-width: 1290px) {
	.q-alternate-hero__subheading {
		font-size: 36px;
	}
}

.q-alternate-hero__copy {
	border: 0;
	font-family: Caecilia, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: inherit;
	letter-spacing: 0.015em;
	line-height: 1.625;
	margin: 0 0 calc(25 / 9 * 1em);
	padding: 0;
	vertical-align: baseline;
}

@media (min-width: 375px) {
	.q-alternate-hero__copy {
		font-size: 15px;
	}
}

@media (min-width: 1290px) {
	.q-alternate-hero__copy {
		font-size: 18px;
	}
}

.q-alternate-hero__cta {
	margin-bottom: 3.75em;
	color: #ED2E26;
}

@media (min-width: 720px) {
	.q-alternate-hero__image-wrap {
		margin-left: auto;
		margin-right: 0;
		width: 48.83721%;
	}
}

@media (min-width: 720px) {
	.q-alternate-hero__image {
		margin-bottom: -23.80952%;
	}
}

.q-alternate-hero__heading,
.q-alternate-hero__subheading,
.q-alternate-hero__copy,
.q-alternate-hero__cta,
.q-alternate-hero__image-wrap {
	will-change: opacity, transform;
	opacity: 0;
}

.q-default-hero__form {
	align-self: flex-end;
	padding: 30px 30px 0;
	width: 100%;
	font-family: Gotham, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	background: #222E41;
}
@media (min-width: 720px) {
	.q-default-hero__form {
		padding: 50px 50px 0;
	}
}
@media (min-width: 1280px) {
	.q-default-hero__form {
		padding: 50px 80px 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: 0;
	width: 18px;
	border-radius: 10px;
}
.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;
	content: url(https://ik.imagekit.io/qualys/image/icon/circle.svg);
	text-align: center;
	text-indent: 0;
}
.mktoForm input[type="checkbox"]:checked,
.mktoCheckboxList label.checked::before {
	content: 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: 1em;
}
.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: 30px;
	color: #ED2E26;
}
.solutionInterested label {
	display: block;
}


/*
* Begin Fixed Header
*/
.q-logo__shield {
	position: absolute;
	left: 0;
	top: 0;
	height: 35px;
	width: auto;
	visibility: hidden;
	opacity: 0;
	transition: all 0s ease-out 0.5s;
}
.q-header__hamburger--desktop {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 -20px;
	opacity: 0;
	padding: 0 20px;
	position: absolute;
	vertical-align: baseline;
	visibility: hidden;
}
.q-header__hamburger--desktop:focus {
	outline: none;
}
.q-search-mode .q-nav-actions__item--community,
.q-search-mode .q-nav-actions__item--login,
.q-search-mode .q-nav-actions__item--contact-us,
.q-search-mode .q-nav-actions__item--trial {
	display: none;
}
.q-search-mode .q-header__navigation,
.simplified-header .q-search-mode .q-header__navigation {
	text-align: left;
	margin-left: -13px;
	padding-left: 0;
	position: relative;
}
.q-nav-actions__item--search-close,
.q-header--fixed .q-nav-actions__item--search {
	display: none;
}
.q-search-mode .q-nav-actions__item--search-close {
	display: block;
	position: absolute;
	right: 0;
}
.q-nav-actions__item--search-close {
	padding: 10px 0 10px 260px;
	margin-right: 0;
}
.q-nav-actions__item--search-btn {
	position: relative;
	top: 3px;
	background: none;
	border: 0;
	outline: none;
	display: inline;
	padding-right: 20px;
}
.q-nav-actions__item--search-close:hover path,
.q-nav-actions__item--search:hover path,
.q-nav-actions__link--community:hover path {
	fill: #262626;
}
.q-header__navigation .q-site-search-form__field-input {
	width: 80%;
}
.q-header__navigation .q-site-search-form__field-input::-moz-placeholder {
	color: #627281;
}
.q-header__navigation .q-site-search-form__field-input:-ms-input-placeholder {
	color: #627281;
}
.q-header__navigation .q-site-search-form__field-input::-ms-input-placeholder {
	color: #627281;
}
.q-header__navigation .q-site-search-form__field-input::placeholder {
	color: #627281;
}
.q-navigation-mobile .q-site-search-form__field-input::-moz-placeholder {
	color: #4A4A4A;
	font-size: 16px;
	width: 80%;
}
.q-navigation-mobile .q-site-search-form__field-input:-ms-input-placeholder {
	color: #4A4A4A;
	font-size: 16px;
	width: 80%;
}
.q-navigation-mobile .q-site-search-form__field-input::-ms-input-placeholder {
	color: #4A4A4A;
	font-size: 16px;
	width: 80%;
}
.q-navigation-mobile .q-site-search-form__field-input,
.q-navigation-mobile .q-site-search-form__field-input::placeholder {
	color: #4A4A4A;
	font-size: 16px;
	width: 80%;
}
.q-search-links-mobile a {
	text-decoration: none;
}
.q-search-links-mobile {
	height: 0;
	overflow: hidden;
}
.q-search-mobile {
	position: relative;
}
.q-search-mobile .q-nav-actions__item--search-btn {
	padding-left: 0;
}
.q-search-mobile .q-click-helper {
	height: 100%;
	position: absolute;
	z-index: 1;
	width: 100%;
}
.q-navigation-mobile.q-search-mode .q-click-helper {
	position: static;
}
.q-navigation-mobile.q-search-mode .q-search-links-mobile {
	height: 310px;
	transition: all 0.3s;
}
.q-navigation-mobile-wrapper {
	overflow: auto;
}
.q-navigation-mobile-wrapper .q-hide-search {
	left: 50%;
	position: absolute;
	z-index: 1000;
	margin-left: -27px;
	top: 20px;
	padding: 20px;
	display: none;
}
.q-navigation-mobile.q-search-mode .q-navigation-mobile-wrapper .q-hide-search {
	display: block;
}
.q-navigation-mobile.q-search-mode .q-navigation-mobile-wrapper {
	overflow: hidden;
}
.q-navigation-mobile.q-search-mode .q-navigation-mobile__list {
	transition: all 0.3s;
}
.q-nav-actions__item--search-btn:hover,
.q-nav-actions__item--search-close:hover {
	cursor: pointer;
}
.q-search-links-container {
	background-color: #F8FAFC;
	font-size: calc(0.00109 * 100vw + (13.59016px));
	visibility: hidden;
	height: 0;
}
.q-search-links-container .q-grid__container {
	margin-top: 0;
}
.q-search-mode .q-search-links-container {
	visibility: visible;
	height: auto;
}
.q-search-links-inner-container {
	margin: 0 auto;
	padding: 1em;
}
.q-search-links-container,
.q-search-mode .q-search-links-container {
	display: none;
}
.q-search-links-container .q-search-links {
	margin-left: 190px;
}
@media (min-width: 720px) {
	.q-search-links-container,
	.q-search-mode .q-search-links-container {
		display: block;
	}
}
@media (min-width: 1080px) {
	.q-search-links-container .q-search-links {
		margin-left: 210px;
	}
}
@media (min-width: 1430px) {
	.q-search-links-inner-container {
		max-width: 1430px;
	}
}
.q-search-links {
	list-style: none;
	line-height: 2.1;
}
.q-site-search {
	position: absolute;
	left: 50px;
	opacity: 0;
	width: 0;
	display: none;
}
.q-navigation-mobile__list .q-site-search {
	position: static;
	opacity: 1;
	width: auto;
	border-bottom: 1px solid #4A4A4A;
	padding-bottom: 0.5em;
}
.q-search-mode .q-nav-actions__item--search {
	display: none;
}
.q-search-mode .q-site-search {
	width: 100%;
	visibility: visible;
	opacity: 1;
	transition: all 0.2s ease-in 0.1s;
	transition-delay: 0.3s;
	display: block;
}
.q-search-links li {
	margin-left: 120px;
	opacity: 0;
}
.q-search-mode .q-search-links li {
	margin-left: 0;
	opacity: 1;
	transition: all 0.2s ease-in 0.1s;
}
.q-search-mode .q-search-links li:nth-child(1) {
	transition-delay: 0.025s;
}
.q-search-mode .q-search-links li:nth-child(2) {
	transition-delay: 0.05s;
}
.q-search-mode .q-search-links li:nth-child(3) {
	transition-delay: 0.075s;
}
.q-search-mode .q-search-links li:nth-child(4) {
	transition-delay: 0.1s;
}
.q-search-mode .q-search-links li:nth-child(5) {
	transition-delay: 0.125s;
}
.q-search-mode .q-search-links li:nth-child(6) {
	transition-delay: 0.15s;
}
.q-search-mode .q-search-links li:nth-child(7) {
	transition-delay: 0.175s;
}
.q-search-mode .q-search-links li:nth-child(8) {
	transition-delay: 0.2s;
}
.q-search-links a,
#lp-chat-link-resources div {
	text-decoration: none;
}
.q-search-link--heading {
	margin-bottom: 0;
}
.overlay-mask {
	background: rgba(0, 0, 0, 0.4);
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 199;
}
.overlay-mask.show {
	display: block;
}
.q-site-search-form__field-input {
	border: none;
	font-size: 14px;
	font-size: calc(0.00109 * 100vw + (13.59016px));
	outline: none;
	font-weight: 500;
	color: #627281;
}
.q-nav-actions__item--ai-signup,
.q-nav-actions__item--pm-signup,
.q-nav-actions__item--vmdr-signup,
.q-nav-actions__item--cs-signup,
.q-nav-actions__item--csam-signup,
.q-nav-actions__item--totalcloud-signup,
.q-nav-actions__item--cdr-signup,
.q-nav-actions__item--pci-signup,
.q-nav-actions__item--pc-signup,
.q-nav-actions__item--vmdr-mobile-signup,
.q-nav-actions__item--edr-signup,
.q-nav-actions__item--car-signup,
.q-nav-actions__item--saasdr-signup,
.q-nav-actions__item--xdr-signup,
.q-nav-actions__item--trurisk-signup,
.q-nav-actions__item--dora-signup
{
	display: none;
	margin-right: 0;
}
.q-nav-actions__item--vmdr-signup-label {
	display: none;
}
@media (min-width: 850px) {
	.q-nav-actions__item .q-button__scope {
		transition: width 0.3s;
	}
}
@media (max-width: 900px) {
	.q-header--compact .q-header__navigation {
		display: none;
	}
}
@media (min-width: 720px) {
	.q-nav-actions__item--free-services,
	.q-nav-actions__item--contact-us,
	.q-nav-actions__item--community,
	.q-nav-actions__item--search,
	.q-nav-actions__item--login {
		display: none;
	}
	.q-nav-actions__item--trial .q-nav-actions__link--menu  {
		min-width: auto;
	}

	.q-logo__horizontal,
	.q-search-mode.q-header--compact .q-logo__horizontal {
		opacity: 1;
		visibility: visible;
		transition: all 0.3s ease-out 0.2s;
	}
	.q-header--compact .q-logo__horizontal {
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease-in 0s;
	}
	.q-header--compact .q-logo__shield {
		visibility: visible;
		opacity: 1;
		transition: all 0s ease-in 0s;
	}
	.q-navigation__link {
		left: 0;
		opacity: 1;
		transition: all 0.35s;
		visibility: visible;
		white-space: nowrap;
	}
	.q-header--compact .q-navigation__link {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s, visibility 0.3s;
	}
	.q-search-mode .q-navigation__link {
		opacity: 0;
		visibility: hidden;
		left: -100px;
		transition: all 0.35s;
	}
	.q-header__hamburger--desktop,
	.q-search-mode.q-header--compact .q-header__hamburger--desktop {
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		transform: translateX(60px);
		transition: all 0.3s ease-out 0s;
	}
	.q-header--compact .q-header__hamburger--desktop {
		display: block;
		opacity: 1;
		visibility: visible;
		transform: translateX(45px);
		transition: all 0.2s ease-in 0.1s;
	}
	.q-nav-actions__item .q-button__scope {
		width: 0;
		overflow: hidden;
		font-weight: 300;
	}
	.q-header--compact .q-nav-actions__item .q-button__scope {
		width: 134px;
		margin-left: 5px;
	}
	.q-header--compact .q-nav-actions__item--search,
	.q-header--compact .q-nav-actions__item--community,
	.q-header--compact .q-nav-actions__item--login,
	.q-header--compact .q-nav-actions__item:hover .q-sub-nav,
	.q-header--compact .q-nav-actions__item:hover .q-navigation__item--tick {
		display: none;
	}
	.q-header--compact .q-nav-actions__item--contact-us,
	.q-header--compact .q-nav-actions__item--trial,
	.q-header--compact .q-nav-actions__item--trial:hover .q-sub-nav,
	.q-header--compact .q-nav-actions__item--trial:hover .q-navigation__item--tick,
	.q-header--compact .q-nav-actions__item--contact-us:hover .q-sub-nav,
	.q-header--compact .q-nav-actions__item--contact-us:hover .q-navigation__item--tick,
	.q-nav-actions__item:hover .q-navigation__item--tick {
		display: block;
	}
	.q-nav-actions__link--search {
		font-size: 1.9em;
		transform: rotate(-45deg);
		display: inline-block;
		position: relative;
		top: 2px;
		background: none;
		border: none;
	}
	.q-nav-actions__link:hover {
		cursor: pointer;
	}
}
@media (min-width: 760px) {
	.q-nav-actions__item--trial .q-nav-actions__link--menu {
		min-width: 9.33333em;
	}
}
@media (min-width: 840px) {
	.q-nav-actions__item--login {
		display: block;
	}
}
@media (min-width: 930px) {
	.q-nav-actions__item--contact-us {
		display: block;
	}
}
@media (min-width: 960px) {
	.q-nav-actions__item--search {
		display: block;
	}
}
@media (min-width: 1148px) {
	.q-nav-actions__item--community {
		display: block;
	}
}
.q-sub-nav--contact-us .contact-intro {
	line-height: 1.4;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 1.5em;
	min-width: 240px;
}
/*
* Begin LivePerson overrides
*/
.LPMcontainer.LPMcontainer,
.LPMoverlay.LPMoverlay {
	font-style: inherit !important;
	font-variant-caps: inherit !important;
	font-variant-east-asian: inherit !important;
	font-variant-ligatures: inherit !important;
	font-variant-position: inherit !important;
	font-weight: inherit !important;
	height: auto;
	left: auto;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	position: static;
	text-decoration: inherit !important;
	top: auto;
	vertical-align: inherit !important;
	white-space: inherit !important;
	width: auto;
	word-spacing: inherit !important;
}
.LPMlabel.LPMlabel {
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-style: inherit;
	font-variant-caps: inherit !important;
	font-variant-east-asian: inherit !important;
	font-variant-ligatures: inherit !important;
	font-variant-position: inherit !important;
	font-weight: inherit !important;
	left: auto !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	outline: none;
	position: static !important;
	text-decoration: inherit !important;
	top: auto !important;
	transform: inherit !important;
	vertical-align: inherit !important;
	white-space: inherit !important;
	word-spacing: inherit !important;
	z-index: auto;
}


/*
* Styles for the FancyBox close button for the free trial overlay
*/
.free-trial-overlay-wrapper {
	display: none;
}
.free-trial-overlay-wrapper .fancybox-slide--iframe .fancybox-close-small {
	top: 1%;
	right: 3%;
	position: absolute;
}
.free-trial-overlay-wrapper .fancybox-slide--iframe .fancybox-close-small:hover::after {
	color: #AAA;
}
.free-trial-overlay-wrapper .fancybox-slide--iframe .fancybox-close-small::after {
	font-size: 67px;
	color: #FFF;
}
.free-trial-overlay-wrapper .fancybox-slide--iframe .fancybox-content {
	width: 100vw !important;
	height: 100vh !important;
	max-width: 100vw;
	max-height: 100vh;
	margin: 0;
}
.free-trial-overlay-wrapper .fancybox-error,
.free-trial-overlay-wrapper .fancybox-iframe {
	background: #222E41;
}
@media (min-width: 720px) {
	.free-trial-overlay-wrapper .fancybox-slide--iframe .fancybox-content {
		width: 80% !important;
		height: 80% !important;
		max-width: 911px;
		max-height: calc(100% - 88px);
	}
	.free-trial-overlay-wrapper .fancybox-slide--iframe .fancybox-close-small {
		top: 3%;
	}
	.free-trial-overlay-wrapper {
		display: block;
	}
}
/*
* shared.css was merged here on 2018-02-07T19:20:00-0700
*/
.q-link--gray:hover {
	color: #4C5864;
}


/*
* Ueno's grid
*/
:root {
	--grid-column-count: 12;
	--grid-baseline: 16px;
	--grid-baseline-calc: 16;
}
.q-grid {
	z-index: 9001;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
	transform-origin: 50% 0%;
}
.q-grid.hidden,
.hidden.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
.q-grid__container {
	height: 100%;
	margin: 0 auto;
	opacity: 1;
	padding-left: 15px;
	padding-right: 15px;
	transition: none;
}
#static-custom-container.q-grid__container {
	padding-top: 45px;
	padding-bottom: 45px;
}
@media (min-width: 375px) {
	.q-grid__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 720px) {
	.q-grid__container {
		padding-left: 50px;
		padding-right: 50px;
	}
	#static-custom-container.q-grid__container {
		padding-top: 6.99301%;
		padding-bottom: 6.99301%;
	}
}
@media (min-width: 1080px) {
	.q-grid__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}
@media (min-width: 1430px) {
	#static-custom-container.q-grid__container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.q-grid.visible .q-grid__container {
	opacity: 1;
}
.q-grid.horizontalVisible {
	background: linear-gradient(to bottom, transparent calc(100% - (1 / var(--grid-baseline-calc) * 100%)), rgba(0, 0, 0, 0.05) calc(100% - (1 / var(--grid-baseline-calc) * 100%))), linear-gradient(to bottom, transparent calc(100% - (1 / var(--grid-baseline-calc) * 100%)), rgba(255, 255, 255, 0.15) calc(100% - (1 / var(--grid-baseline-calc) * 100%)));
	background-size: var(--grid-baseline) var(--grid-baseline);
}
.q-grid__row {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
@media (min-width: 380px) {
	.q-grid__row {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.q-grid__column {
	flex: none;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

/* improvements to Ueno's grid */
.q-grid__inner {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 720px) {
	.q-grid__column-1 {
		width: calc(1 / 12 * 100%);
	}
	.q-grid__column-2 {
		width: calc(2 / 12 * 100%);
	}
	.q-grid__column-3 {
		width: calc(3 / 12 * 100%);
	}
	.q-grid__column-4 {
		width: calc(4 / 12 * 100%);
	}
	.q-grid__column-5 {
		width: calc(5 / 12 * 100%);
	}
	.q-grid__column-6 {
		width: calc(6 / 12 * 100%);
	}
	.q-grid__column-7 {
		width: calc(7 / 12 * 100%);
	}
	.q-grid__column-8 {
		width: calc(8 / 12 * 100%);
	}
	.q-grid__column-9 {
		width: calc(9 / 12 * 100%);
	}
	.q-grid__column-10 {
		width: calc(10 / 12 * 100%);
	}
	.q-grid__column-11 {
		width: calc(11 / 12 * 100%);
	}
	.q-grid__column-12 {
		width: calc(12 / 12 * 100%);
	}
	.q-grid__inner .q-grid__column-1 {
		width: calc(1 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-2 {
		width: calc(2 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-3 {
		width: calc(3 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-4 {
		width: calc(4 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-5 {
		width: calc(5 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-6 {
		width: calc(6 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-7 {
		width: calc(7 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-8 {
		width: calc(8 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-9 {
		width: calc(9 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-10 {
		width: calc(10 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-11 {
		width: calc(11 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-12 {
		width: calc(12 / 10 * 100%);
	}
	.q-grid__column-push-1 {
		margin-left: calc(1 / 12 * 100%);
	}
	.q-grid__column-push-2 {
		margin-left: calc(2 / 12 * 100%);
	}
	.q-grid__column-push-3 {
		margin-left: calc(3 / 12 * 100%);
	}
	.q-grid__column-push-4 {
		margin-left: calc(4 / 12 * 100%);
	}
	.q-grid__column-push-5 {
		margin-left: calc(5 / 12 * 100%);
	}
	.q-grid__column-push-6 {
		margin-left: calc(6 / 12 * 100%);
	}
	.q-grid__column-push-7 {
		margin-left: calc(7 / 12 * 100%);
	}
	.q-grid__column-push-8 {
		margin-left: calc(8 / 12 * 100%);
	}
	.q-grid__column-push-9 {
		margin-left: calc(9 / 12 * 100%);
	}
	.q-grid__column-push-10 {
		margin-left: calc(10 / 12 * 100%);
	}
	.q-grid__column-push-11 {
		margin-left: calc(11 / 12 * 100%);
	}
	.q-grid__column-push-12 {
		margin-left: calc(12 / 12 * 100%);
	}
	.q-grid__inner .q-grid__column-push-1 {
		margin-left: calc(1 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-2 {
		margin-left: calc(2 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-3 {
		margin-left: calc(3 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-4 {
		margin-left: calc(4 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-5 {
		margin-left: calc(5 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-6 {
		margin-left: calc(6 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-7 {
		margin-left: calc(7 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-8 {
		margin-left: calc(8 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-9 {
		margin-left: calc(9 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-10 {
		margin-left: calc(10 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-11 {
		margin-left: calc(11 / 10 * 100%);
	}
	.q-grid__inner .q-grid__column-push-12 {
		margin-left: calc(12 / 10 * 100%);
	}
}
@media (min-width: 1080px) {
	.q-grid__inner {
		width: 82.94574%;
	}
}

.section-default__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 0.35em;
	max-width: calc(210 / 11 * 1em);
	padding: 0;
	vertical-align: baseline;
}

@media (min-width: 375px) {
	.section-default__heading {
		font-size: 34px;
	}
}

@media (min-width: 1290px) {
	.section-default__heading {
		font-size: 44px;
	}
}

.section-default__subheading {
	border: 0;
	color: #6A778B;
	font-family: Gotham, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -0.015em;
	line-height: calc(7 / 6);
	margin: 0 0 calc(5 / 6 * 1em);
	max-width: calc(190 / 9 * 1em);
	min-height: calc(7 / 3 * 1em);
	padding: 0;
	vertical-align: baseline;
}

@media (min-width: 375px) {
	.section-default__subheading {
		font-size: 22px;
	}
}

@media (min-width: 1290px) {
	.section-default__subheading {
		font-size: 36px;
	}
}

.nowrap {
	white-space: nowrap;
}

.q-social-list__item a {
	align-items: center;
	border-radius: 50%;
	border: 1px solid #1D2737;
	display: block;
	display: flex;
	height: 47px;
	justify-content: center;
	width: 47px;
}
.q-social-list__item a:hover {
	border-color: #6A778B;
}
.q-social-list--dark .q-social-list__item a:hover {
	border-color: #627281;
}

.footer-social {
	text-align: center;
	background: #F7FAFC;
}

.footer-social__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 375px) {
	.footer-social__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 720px) {
	.footer-social__container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1080px) {
	.footer-social__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
}

.footer-social__content {
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0 auto;
	max-width: 40em;
}

@media (min-width: 720px) {
	.footer-social__content {
		padding-top: 8.39161%;
		padding-bottom: 8.39161%;
	}
}

@media (min-width: 1430px) {
	.footer-social__content {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.footer-social__heading {
	border: 0;
	color: #262626;
	font-family: Gotham, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.013em;
	line-height: 1.2;
	margin: 0 0 30px;
	padding: 0;
	vertical-align: baseline;
}

@media (min-width: 375px) {
	.footer-social__heading {
		font-size: 24px;
		font-size: calc(0.01749 * 100vw + (17.44262px));
	}
}

@media (min-width: 1290px) {
	.footer-social__heading {
		font-size: 40px;
	}
}

.q-bullet-list__item strong {
	font-weight: 500;
}


.q-apps-screenshot__list .q-bullet-list__item p {
	margin: 0;
}
.q-apps-screenshot__list .q-bullet-list__item > ul {
	margin-top: 0.941em;
	padding-left: 1em;
}
.q-apps-screenshot__list .q-bullet-list__item > ul > li {
	padding-bottom: 0.941em;
	list-style-type: disc;
	line-height: 1.412;
}
.q-apps-screenshot__list .q-bullet-list__item > ul > li:last-child {
	padding-bottom: 0;
}

/* Ueno Style Guide for headings and text */
.heading--1 {
	font-family: Gotham, sans-serif;
	font-size: 34px;
	line-height: 1.05;
	letter-spacing: -0.5px;
	color: #262626;
	font-weight: 500;
	margin-top: 0;
}
@media (min-width: 375px) {
	.heading--1 {
		font-size: 34px;
	}
}
@media (min-width: 1290px) {
	.heading--1 {
		font-size: 44px;
	}
}
.heading--sub,
.q-content-hero__subheading,
.q-default-hero__subheading {
	font-family: Gotham, sans-serif;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: -0.5px;
	color: #6A778B;
	font-weight: 300;
}
@media (min-width: 1290px) {
	.heading--sub,
	.q-content-hero__subheading,
	.q-default-hero__subheading {
		font-size: 36px;
		line-height: 1.2;
	}
}
.heading--2 {
	font-family: Gotham, sans-serif;
	font-size: 26px;
	line-height: 1.15;
	letter-spacing: -0.2px;
	color: #262626;
	font-weight: 400;
}
@media (min-width: 375px) {
	.heading--2 {
		font-size: 26px;
	}
}
@media (min-width: 1290px) {
	.heading--2 {
		font-size: 40px;
	}
}
.heading--3 {
	font-family: Gotham, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.3px;
	color: #1D2737;
	font-weight: 400;
}
@media (min-width: 375px) {
	.heading--3 {
		font-size: 20px;
	}
}
@media (min-width: 1290px) {
	.heading--3 {
		font-size: 26px;
	}
}
.heading--4 {
	font-family: Gotham, sans-serif;
	font-size: 15px;
	line-height: 1.35;
	letter-spacing: -0.2px;
	color: #30405B;
	font-weight: 500;
}
@media (min-width: 375px) {
	.heading--4 {
		font-size: 15px;
	}
}
@media (min-width: 1290px) {
	.heading--4 {
		font-size: 17px;
	}
}
.heading--5 {
	font-family: Gotham, sans-serif;
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: -0.2px;
	color: #000;
	font-weight: 500;
	margin-bottom: 1em;
}
.paragraph--1 {
	font-family: Caecilia, serif;
	font-size: 16px;
	line-height: 1.78;
	letter-spacing: -0.1px;
	color: #6A778B;
	font-weight: 400;
}
@media (min-width: 375px) {
	.paragraph--1 {
		font-size: 16px;
	}
}
@media (min-width: 1290px) {
	.paragraph--1 {
		font-size: 18px;
	}
}
.paragraph--2 {
	line-height: 1.78;
}
@media (min-width: 375px) {
	.paragraph-intro__copy {
		font-size: 17px;
	}
}
@media (min-width: 1290px) {
	.paragraph-intro__copy {
		font-size: 20px;
	}
}
@media (min-width: 720px) {
	.paragraph-intro__copy {
		margin-bottom: 4em;
		min-height: 10em;
	}
}

/*
* common tag styles we want to use globally
*/
hr {
	margin-bottom: 66px;
	margin-top: 66px;
	border: 0 none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	width: 100%;
}


/*
* align the TRUSTe logo after it is appended to the footer by GTM
*/
.truste {
	margin-top: -65px;
	text-align: center;
}
.truste a,
.truste img {
	display: inline-block;
}
@media (min-width: 720px) {
	.truste {
		padding-right: 50px;
		margin-top: -80px;
		text-align: right;
	}
}
@media (min-width: 1080px) {
	.truste {
		margin-left: auto;
		margin-right: auto;
		max-width: 1430px;
		padding-left: 70px;
		padding-right: 70px;
	}
	.truste a {
		margin-right: calc(25 / 3 * 1%);
		padding-right: 15px;
	}
}

/*
* Whitepapers LP pages
*/
.legacy #content .q-whitepapers-contacts a {
	text-decoration: underline;
	color: #6A778B;
}
.q-whitepapers-contacts a.q-whitepapers--phone {
	white-space: nowrap;
	font-weight: 600;
}

/*
* no js support
*/
.no-js [class$="-hero__image"],
.no-js [class$="-hero__attribution"],
.no-js [class$="-hero__heading"],
.no-js [class$="-hero__subheading"],
.no-js [class$="-hero__box-wrap"],
.no-js .q-svg-dashboard--will-animate .q-svg-dashboard__item,
.no-js .q-laptop--will-animate,
.no-js .q-ipad--will-animate,
.no-js .q-home-intro,
.no-js .q-home-feed__item,
.no-js [class$="-hero-cta"],
.no-js [class$="-hero__content-inner"],
.no-js [class$="-hero__copy"],
.no-js [class$="-hero__cta"],
.no-js [class$="-hero__image-wrap"],
.no-js .q-numbers--will-animate .q-numbers__item {
	opacity: 1;
}
.no-js [class$="-hero__subheading"] {
	color: #6A778B;
}
.no-js .q-home-hero__subheading {
	color: #FFF;
}
.no-js .q-home-feed__item {
	margin-right: 30px;
}
.no-js .q-home-features__item {
	margin-bottom: 10px;
}
.no-js .q-apps-nav {
	display: none;
}


/*
* simple footer for demand gen landing pages
*/

.lp .q-footer__row {
	width: 100%;
}
.lp .q-footer__copyright {
	padding: 0;
}
@media (min-width: 720px) {
	.lp .q-footer__copyright {
		padding: 0;
	}
}
@media (min-width: 1080px) {
	.lp .q-footer__copyright {
		margin-left: auto;
		margin-right: auto;
	}
}

/*
* mobile trial overlay
*/

.mobile-trial-overlay {
	background-color: #2E8BE0;
	background-color: rgba(237,46,38,.95);
	/* background-image: url(https://ik.imagekit.io/qualys/image/home/csam-mobile-banner-background.png); */
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0;
	z-index: 120;
	color: #fff;
	text-align: center;
	padding: 12px 20px 24px;
	padding-top: 2em;
	font-family: "Gotham", sans-serif;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: -0.1px;
	width: 100%;
	box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.5);
}
.mobile-trial-overlay p {
	margin-bottom: 0;
	margin-top: 2px;
}
.mobile-trial-overlay .promo-text {
	padding: 0;
	margin: 16px 0;
	font-size: 18px;
	line-height: 1.444;
}
.mobile-trial-overlay .link-text {
	margin-bottom: 0;
	padding: 0 1.8em;
}
.mobile-trial-overlay b {
	font-weight: 500;
}
.mobile-trial-overlay .close-button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 22px;
}
.mobile-trial-overlay .q-heading-plus-cta__cta {
	display: block;
}
.mobile-trial-overlay .q-heading-plus-cta__cta .q-button {
	background: #BE0A00;
	font-size: 15px;
	letter-spacing: -0.2px;
	line-height: 2.935;
}
.mobile-trial-overlay .q-button-link {
	background: transparent;
	font-size: 15px;
	letter-spacing: -0.2px;
	line-height: 2.935;
	text-decoration: none;
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1;
	font-weight: 400;
}
.mobile-trial-overlay .qsc-logo {
	margin: 0 auto;
}
.mobile-trial-overlay .promo-date {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 24px;
}
.exchange-banner-mobile {
	display: block;
	width: 215px;
	margin: 0 auto;
}
/* adjusting the qsc21 logo position */
.exchange-banner-mobile img {
	margin: 0 auto;
}
@media (min-width: 415px) {
	.mobile-trial-overlay {
		display: none;
	}
}
.mobile-trial-overlay .promo-logo {
	margin: 0 auto;
	position: relative;
	left: 7px;
	width: 217px;
}
.mobile-trial-overlay .divider {
	display: inline-block;
	margin: 0 1em;
}
.mobile-trial-overlay .heading--3 {
	font-weight: 500;
	color: #FFF;
	font-size: 27px;
	letter-spacing: -0.15px;
	line-height: 0.963;
}
.mobile-banner-list {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 1.68;
}
.mobile-banner-list a {
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: -0.17px
}
/* IE10+ conditional CSS */

/* temporary fix due to issues in IE 11 */
@media all and (-ms-high-contrast:none) {
	.heroContent,
	.heroBox,
	.heroImage {
		opacity: 1 !important;
	}
}

/* Simplified header */
.simplified-header .q-nav-actions__item--free-services,
.simplified-header .q-nav-actions__item--contact-us,
.simplified-header .q-nav-actions__item--trial,
.simplified-header .q-nav-actions__item--community,
.simplified-header .q-navigation-mobile__item.free-services,
.simplified-header .q-navigation-mobile__item.contact-us,
.simplified-header .q-navigation-mobile__item.free-trial  {
	display: none;
}

@media print {
	.screen-only {
		display: none;
	}
}
@media screen {
	.print-only {
		display: none;
	}
}
.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;
	-webkit-animation: spinner .6s linear infinite;
	        animation: spinner .6s linear infinite;
}
@-webkit-keyframes spinner {
	to {transform: rotate(360deg);}
}
@keyframes spinner {
	to {transform: rotate(360deg);}
}
.mktoForm button[type="submit"].success:after {
	visibility: hidden;
}
@media (min-width: 720px) {
	.q-home-hero {
		margin-top: -30px;
	}
}
li.underbar {
	width: 0;
	height: 3px;
	background: #ED2E26;
	top: 3em;
	position: absolute;
	transition: left 0.4s, width 0.4s;
	visibility: hidden;
}
.q-search-mode .underbar,
.q-header--compact .underbar,
.q-header--compact .q-navigation .q-sub-nav,
.q-header--compact .q-navigation .q-navigation__item--tick {
	display: none;
}
.q-header--compact .q-navigation__item:hover {
	cursor: auto;
}
.q-navigation__item {
	transition: 0.5s ease;
}
.q-navigation__item:hover ~ .underbar,
.q-nav__link:hover .underbar {
	transition: 0.5s ease;
	visibility: visible;
}
.q-navigation__item:nth-of-type(1):hover ~ .underbar {
    left: 219px;
    width: 69px;
}
.q-navigation__item:nth-of-type(2):hover ~ .underbar {
    left: 364px;
    width: 74px;
}
.q-navigation__item:nth-of-type(3):hover ~ .underbar {
    left: 482px;
    width: 81px;
}
.q-navigation__item:nth-of-type(4):hover ~ .underbar {
    left: 583px;
    width: 64px;
}
.q-navigation__item:nth-of-type(5):hover ~ .underbar {	
    left: 638px;	
    width: 41px;	
}
@media (min-width: 720px){
    .q-navigation__item:nth-of-type(1):hover ~ .underbar {
        left: 219px;
    }
    .q-navigation__item:nth-of-type(2):hover ~ .underbar {
        left: 317px;
    }
    .q-navigation__item:nth-of-type(3):hover ~ .underbar {
        left: 421px;
    }
    .q-navigation__item:nth-of-type(4):hover ~ .underbar {
        left: 533px;
    }
	.q-navigation__item:nth-of-type(5):hover ~ .underbar {	
        left: 627px;	
    }
}
@media (min-width: 1080px) {
    .q-navigation__item:nth-of-type(1):hover ~ .underbar {
        left: 238px;
    }
    .q-navigation__item:nth-of-type(2):hover ~ .underbar {
        left: 335px;
    }
    .q-navigation__item:nth-of-type(3):hover ~ .underbar {
        left: 436px;
    }
    .q-navigation__item:nth-of-type(4):hover ~ .underbar {
        left: 546px;
    }
	.q-navigation__item:nth-of-type(5):hover ~ .underbar {	
        left: 638px;	
    }
}
.q-nav__link,
.q-footer__link,
.q-sub-nav-list__link {
	display: inline;
	text-decoration: none;
	background-image: linear-gradient(#ED2E26, #ED2E26);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 3px;
	transition: background-size .5s;
}
.q-nav-actions__item--contact-us .q-nav__link  {
	white-space: nowrap;
}
.q-footer__link {
	background-position: 0% 14px;
}
@media (min-width: 1160px) {
	.q-nav-actions__item--contact-us .q-nav__link,
	.q-nav-actions__item--community .q-nav__link {
		background-position: 0% 14px;
	}
}
.q-nav__link:hover,
.q-nav__link:focus,
.q-footer__link:hover,
.q-footer__link:focus,
.q-sub-nav-list__link:hover,
.q-sub-nav-list__link:focus {
	background-size: 100% 3px;
	cursor: pointer;
}
.q-button span {
	transition: all 300ms ease-out;
	will-change: transform;
}
.q-button:hover span {
	transform: translate3d(-0.5rem, 0, 0);
}
.q-button span:after {
	content: "";
	background: url("https://ik.imagekit.io/qualys/image/icon/link-arrow-white.svg");
	background-repeat: no-repeat;
	position: absolute;
	width: 7px;
	height: 10px;
	right: 0px;
	right: 0rem;
	opacity: 0;
	top: calc(50% - 5px);
	will-change: right, opacity;
}
.q-button--outline span:after {
	background: url("https://ik.imagekit.io/qualys/image/icon/link-arrow-blue.svg");
}
.q-button.right span:after {
	transition: all 300ms ease-out;
}
@-webkit-keyframes move {
	0% {
		right: 0;
		transform: rotate(0deg);
	}
	100% {
		right: -1rem;
		transform: rotate(90deg);
	}
}
@keyframes move {
	0% {
		right: 0;
		transform: rotate(0deg);
	}
	100% {
		right: -1rem;
		transform: rotate(90deg);
	}
}
.q-button.right:hover span:after {
	opacity: 1;
	right: -1rem;
}
.q-button.down:hover span:after {
	opacity: 1;
	-webkit-animation: move 0.3s ease-out;
	        animation: move 0.3s ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
[dir="rtl"] {
	text-align: right;
}
.showOnMobile {
	display: none;
}
@media screen and (max-width:684px) {
	.hideOnMobile {
		display: none !important;
	}
	.showOnMobile {
		display: block !important;
	}
}
@media (max-width: 768px) {
	iframe#drift-widget {
		max-width: 456px !important;
	}
}

.fancybox-slide {
	box-sizing: content-box;
	padding: 0 calc(50% - 480px);
	position: relative;
}
.fancybox-slide--iframe .fancybox-content {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}
.aspect-ratio-16-10.fancybox-slide--iframe .fancybox-content {
	padding-bottom: 62.5%; /* 16:10 */
}
.fancybox-slide--iframe .fancybox-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* single video */
.fancybox-slide--video .fancybox-content {
	padding: 0;
}
.q-single-video-inner {
	padding:56.25% 0 0 0;
	position:relative;
	z-index: 4;
	cursor: pointer;
}
.single-video-wrapper .poster,
.single-video-wrapper .play-icon {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.single-video-wrapper .play-icon {
	z-index: 3;
	width: 100px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (min-width: 720px) {
	.single-video-wrapper .play-icon {
		width: 130px;
	}
}
.single-video-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
.single-video-wrapper .heading--1 {
	font-size: 26px;
	line-height: 1.154;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0.875em;
}
@media (min-width: 720px) {
	.single-video-wrapper {
		padding-top: 70px;
		padding-bottom: 0;
	}
}
@media (min-width: 992px) {
	.single-video-wrapper {
		padding-top: 150px;
	}
	.single-video-wrapper .heading--1 {
		font-size: 40px;
		line-height: 1.15;
		text-align: left;
		max-width: 20em;
	}
}

/* pdf overlay */
.pdf .fancybox-slide--iframe .fancybox-content {
	width: 100%;
	height: 100%;
	max-height: 86%;
	margin: 0;
}
.pdf .fancybox-slide {
	max-width: none;
	padding: 0;
}
@media (min-width: 1080px) {
	.pdf .fancybox-slide--iframe .fancybox-content {
		width: 81%;
	}
}

/* swiper fix */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

/** promo banner **/
/** promo banner shared classes **/

.q-promo-banner {
	display: none;
	margin-bottom: 30px;
	background-color: #000;
	color: #FFF;
	display: none;
}
.q-promo-banner .promo-wrapper {
	background: #F7FAFC;
	position: relative;
	font-family: 'Gotham', sans-serif;
	transition: box-shadow 0.4s cubic-bezier(0, 1, 0.75, 1), transform 0.4s cubic-bezier(0, 1, 0.75, 1);
}
.promo-cta {
	margin: 0;
	margin-bottom: -1px;
}
.q-promo-banner .q-alert__close {
	position: absolute;
	right: 30px;
}
.q-promo-banner__container {
	height: 100%;
	margin: 0 auto;
	opacity: 1;
	padding-left: 0;
	padding-right: 0;
	transition: none;
}
.q-promo-banner__inner {
	margin-left: auto;
	margin-right: auto;
}
.q-promo-banner__row {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.q-promo-banner__inner,
.q-promo-banner__row,
.promo-wrapper {
	height: 100%;
}
.q-promo-banner__column {
	display: flex;
	flex-direction: column;
	padding: 0 30px;
	height: 100%;
	position: relative;
	width: 100%;
}
.promo--hidden {
	opacity: 0;
	visibility: hidden;
	height: 0;
	min-height: 0;
	transition: opacity 200ms, visibility 200ms, height 200ms 200ms;
	margin-bottom: 0;
}
@media (min-width: 375px) {
	.q-promo-banner__container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.q-promo-banner__row {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 719px) {
	.q-promo-banner.promo--hidden {
		margin-top: 0;
	}
}
@media (min-width: 720px) {
	.q-promo-banner__container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.q-promo-banner__column {
		width: calc(10 / 10 * 100%);
		padding: 0 9.3%;
		justify-content: center;
	}
	.q-promo-banner .text {
		display: inline-block;
	}
}
@media (min-width: 850px) {
	.q-promo-banner {
		margin-bottom: 0;
	}
}
@media (min-width: 920px) {
	.q-promo-banner {
		min-height: unset;
		height: 40px;
		margin-bottom: 0;
		position: absolute;
		width: 100%;
		z-index: 200;
		top: 0;
		display: block;
	}
	.q-promo-banner.promo--hidden {
		height: 0;
	}
	.q-promo-banner .promo-wrapper {
		background: transparent;
		transition: unset;
	}
	.q-promo-banner__column {
		padding-top: 0;
		padding-bottom: 0;
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
		align-items: center;
		flex-direction: row;
	}
	.q-promo-banner__row {
		margin-left: 0;
		margin-right: 0;
	}
	.q-promo-banner .promo-cta {
		margin-bottom: 0;
	}
	.q-promo-banner .q-alert__close {
		color: #FFFFFF;
		top: 0px;
	}
	.q-has-promo-banner {
		padding-top: 118px;
	}
	.q-has-promo-banner .q-header {
		top: 40px;
		position: absolute;
	}
	.header-sticky.q-has-promo-banner .q-header {
		position: fixed;
		top: 0;
	}
}
@media (min-width: 1080px) {
	.q-promo-banner__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
	.q-promo-banner__inner {
		width: 100%;
	}
	.q-promo-banner__column {
		justify-content: space-between;
	}

}

/** promo banner custom classes **/

.q-promo-banner .heading-wrapper {
	display: flex;
	flex-direction: column;
}
.q-promo-banner .cta-wrapper {
	text-decoration: none;
}
@media (min-width: 720px) {
	.q-promo-banner .heading-wrapper {
		display: inherit;
		margin: 0 auto;
	}
	.q-promo-banner .cta-wrapper {
		margin-left: unset;
		margin-right: unset;
	}
}
@media (min-width: 920px) {
	.q-promo-banner .cta-wrapper {
		display: flex;
		margin-left: auto;
		margin-right: auto;
	}
	.q-promo-banner .heading-wrapper {
		font-weight: 400;
		color: #FFF;
		margin-right: 0;
		display: flex;
		align-items: center;
	}
}
@media (min-width: 1290px) {
	.q-promo-banner .heading-wrapper {
		font-size: 18px;
		line-height: 1;
		letter-spacing: -0.012em;
	}
}

.q-nav__sub__heading{
	color: #6CA3CF;
	font-weight: 500;
	line-height: 1.5;
	font-size: 14px;
	font-family: Gotham, sans-serif;
	margin: 30px 0 15px;
	text-transform: uppercase;
}
@media (min-width:720px) {
	.q-nav__sub__heading{
		font-size: 12px;
		margin: 0 0 10px;

	}
}

/* Global Nav CSS Updates */

.q-capabilites-nav__column, .q-overview-nav__column {
    width: 20%;
}
.platform-app-submenu{
    padding: 0 25px;
}
.solutions-q-apps-nav__column {
    padding-right: 0;
    border-right: 1px solid #EDEEF0;
}
.solutions-q-nav__heading {
    padding-right: 0.5em;
    padding-left: 1.5em;
}
.solutions-q-apps-nav__column:nth-child(2) {
    padding-left: 0;
}
.q-navigation-mobile__title-b {
    line-height: 1.2;
}
.solutions-q-nav__list-item {
    padding: 0.8em 1.2em 0.8em 1.5em;
    position: relative;
    cursor: pointer;
}
.solutions-q-nav__list-item:hover,
.solutions-q-nav__list-item.active,
#all-capabilities-link.active {
    background: #f3f4ff;
    position: relative;
}
.solutions-q-nav__link:hover {
    background-size: 0px;
}
.q-navigation-mobile__link--highlight {
    color: #ed2e26;
}

.solutions-q-nav__list-item.active::after,
#all-capabilities-link.active::after {
    content: "";
    width: 18px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -18px;
    background: url("../png/nav-arrow-chev.png") left center / 18px 100% no-repeat transparent;
}
.q-apps-nav__column-6 {
    width: 60%;
}
#platform-apps-col .q-nav__list.all-active {
	display: flex;
}
#platform-apps-col .q-nav__list.all-active .q-nav-warpper{
	width:33.33%;
	padding-right: 1em;
}
#platform-apps-col .q-nav__list li {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
}
.q-overview-nav__column .q-nav__list-item {
    padding-bottom: 0em;
}
.q-nav__sub__heading {
    display: none;
}
.q-nav__list.all-active .q-nav__sub__heading {
    display: block;
}
.q-nav__list.all-active .q-nav--description {
    display: none !important;
}

.q-nav--description {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #627281;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
}
.q-navigation-mobile__item .q-nav--description {
    font-size: 14px;
    padding-top: 3px;
}
/*# sourceMappingURL=common.css.map */