.q-home-feed {
	padding-top: 60px;
	padding-bottom: 60px;
}
.q-home-feed__container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.q-home-feed__container-inner {
	margin-left: auto;
	margin-right: auto;
}
.q-home-feed__heading {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 27px;
	font-family: "Gotham", sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	color: #262626;
	margin-bottom: 1.5em;
	text-align: center;
}
.q-home-feed__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px 20px;
	padding: 0 0 20px;
	/*margin-left: -10px;*/
	overflow: visible;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: auto;
	top: 100%;
}
.q-home-feed__item {
	color: inherit;
	text-decoration: none;
	will-change: opacity, transform;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px;
	margin: 0 auto 30px;
	max-width: 100%;
	text-align: center;
	background: #fff;
	border: 1px solid #e1edf5;
	border-radius: 2px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: box-shadow 0.4s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 0.4s cubic-bezier(0, 1, 0.75, 1);
	transition: box-shadow 0.4s cubic-bezier(0, 1, 0.75, 1), transform 0.4s cubic-bezier(0, 1, 0.75, 1);
	transition: box-shadow 0.4s cubic-bezier(0, 1, 0.75, 1), transform 0.4s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 0.4s cubic-bezier(0, 1, 0.75, 1);

}
.q-home-feed__item:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFF;
	z-index: -1;
	transition: box-shadow 0.4s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 0.4s cubic-bezier(0, 1, 0.75, 1);
	transition: box-shadow 0.4s cubic-bezier(0, 1, 0.75, 1), transform 0.4s cubic-bezier(0, 1, 0.75, 1);
	transition: box-shadow 0.4s cubic-bezier(0, 1, 0.75, 1), transform 0.4s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 0.4s cubic-bezier(0, 1, 0.75, 1);
}
.q-home-feed__item:focus {
	outline: none;
}
.swiper-wrapper,
.swiper-slide {
	height: auto;
}
.q-home-feed__item:last-child {
	margin-bottom: 0;
}
.q-home-feed__time {
	font-size: 16px;
	letter-spacing: 0.012em;
	line-height: 1.75;
}
.q-home-feed__type {
	font-family: "Gotham", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 2;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.news-link {
	margin-top: 1em;
}
.q-home-feed__subject {
	max-width: 100%;
}
.q-home-feed__anchor {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.q-home-feed__title {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 20px;
	font-family: "Gotham", sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	color: #262626;
	margin-bottom: 0.9em;
	line-height: 115%;
	color: #30405b;
}
.q-home-feed__pagination {
	display: none;
}
.swiper-slide:last-child {
	margin-right: 0 !important;
}
.q-home-feed__item {
	width: 100%;
	max-width: none;
}
.q-home-feed__pagination-wrapper {
	position: absolute;
	width: 100vw;
}
.q-home-feed__pagination2 .q-carousel-button {
	background-color: transparent;
	border: 0;
	width: 100px;
}
.q-home-feed__pagination2 .q-carousel-button {
	top: 129px;
	height: 255px;
}

.q-home-feed__pagination2 .q-carousel-button,
.q-home-feed__pagination2 .q-carousel-button--prev {
	left: 0;
	position: absolute;
	z-index: 98;
	display: none;
}
.q-home-feed__pagination2 .q-carousel-button--next {
	left: inherit;
	right: 0;
}
.q-home-feed__title {
	max-height: 116px;
	/* set max height to 5 lines */
	max-height: calc(5em * 1.14); /* 1.14 is the line height */
	position: relative;
	overflow: hidden;
}
.q-home-feed__type-link,
.q-home-feed__title-link {
	text-decoration: none;
}
.q-home-feed__type-link:hover,
.q-home-feed__title-link:hover {
	color: #262626;
}


/** Global asset inventory section **/

.asset-inventory-dashboard {
	padding-top: 52px
}
.ai-dashboard-copy-wrapper .q-home-intro__copy {
	line-height: 1.79;
	letter-spacing: -0.1px;
	margin-bottom: 30px;
}
.ai-dashboard-copy-wrapper .q-home-intro__copy a {
	text-decoration: none;
	color: #2E8BE0;
	font-weight: 600;
}
.ai-dashboard-copy-wrapper .q-home-intro__copy a:hover {
	color: #1A77CC;
}
.q-home-intro__heading {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 27px;
	font-family: "Gotham", sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.15;
	color: #262626;
	margin-bottom: 0.625em;
}
.q-home-intro__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;
	font-size: 16px;
	letter-spacing: -0.2px;
	font-family: "Caecilia", serif;
	margin-bottom: 3.13333em;
	line-height: 1.65em;
	color: #6a778b;
}
.ai-dashboard-copy-wrapper {
	text-align: center;
	padding-bottom: 38px;
}
.ai-dashboard-copy-wrapper .q-home-intro__copy,
.ai-dashboard-copy-wrapper .q-home-intro__heading {
	margin-left: auto;
	margin-right: auto;
}
.asset-inventory-dashboard .q-grid__row .q-grid__column:first-child {
	direction: rtl;
}
.asset-inventory-dashboard .q-laptop {
	min-width: 560px;
	opacity: 0;
}
.ai-dashboard-braekdown {
	position: absolute;
	height: auto;
	max-width: 55%;
	right: 1.25%;
	z-index: 1;
	top: 15.5%;
}

.q-home-overview__stack {
	position: relative;
}
.q-home-overview__stack > img {
	max-width: 50.55%;
	margin: 33px auto;
	min-width: 300px;
}
.promo {
	display: none;
}
.banner-text-secondary {
	display: none;
}
.banner-text-primary {
	display: none;
}
.cta-wrapper {
	text-decoration: none;

}
.cta-wrapper .q-link:hover .link-arrow {
	transition: none;
}

/** hero **/

.q-home-hero {
	margin-top: 0;
}
.q-home-hero__container {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.hero-content-container {
	position: relative;
	z-index: 2;
}
.q-home-hero__container-inner {
	background-color: #2E8BE0;
}
.q-home-hero__content-wrapper {
	padding: 45px 0 3.8em;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
.q-home-hero-vmdr-mobile {
	width: 760px;
	height: 300px;
}
.q-home-hero__heading {
	letter-spacing: -0.54px;
	font-size: 42px;
	color: #FFF;
	font-family: "Gotham", sans-serif;
	font-weight: 500;
	line-height: 1.05;
	margin: 0 0 0;
	padding: 0 15px;
	text-align: center;
}
.q-home-hero__text {
	color: #FFF;
	font-family: "Gotham", sans-serif;
	font-size: 24px;
	line-height: 1.176;
	letter-spacing: -0.33px;
	margin: 18px auto 24px;
	text-align: center;
	padding: 0 30px;
	max-width: 500px;
}
.q-home-hero__content-left .q-button {
	margin: 0 auto;
	transform: translateX(-50%) !important;
	margin-left: 50%;
}
.hero-diagram-wrapper {
	position: relative;
}
.q-home-hero__content-right {
	padding: 0 0 0 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 1.8em;
}
.hero-diagram {
	margin: 0 auto;
	max-width: 100%;
	width: 439px;
}
.q-home-hero__graphic-caption {
	color: #134B7F;
	font-family: "Gotham", sans-serif;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.15;
	letter-spacing: -0.25px;
	position: relative;
	top: 85%;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 30px;
	margin-top: -40px;
}
.q-home-panel__heading {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: normal;
	vertical-align: baseline;
	border: 0;
	font-size: 27px;
	font-family: "Gotham", sans-serif;
	font-weight: 400;
	letter-spacing: -0.2px;
	line-height: 1.15;
	color: #262626;
	margin-bottom: 0.65em;
	text-align: center;
}
.q-home-panel__heading ~ .paragraph--1 {
	margin: 0;
	text-align: center;
}
.q-grid__container.intro {
	margin-top: -10%;
}
.q-grid__column-5.vm-widget {
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	opacity: 0;
}
.vm-widget-img {
	margin: 0 auto;
}
.q-grid__container.intro + .q-grid__container {
	margin-top: 20px;
}
.q-grid__column-5.rapid-patch {
	padding-top: 20px;
}
.q-grid__container.testimonial-quote {
	margin-top: 80px;
}
.q-grid__container.testimonial-quote .q-quote-box__content {
	max-width: 662px;
	margin-bottom: 20px;
}
.q-grid__container.testimonial-quote .q-blockquote .q-blockquote__content {
	max-width: 662px;
}
.q-blockquote .q-blockquote__content {
	text-align: center;
	quotes: "“" "”";
}
.q-blockquote__content::before {
	display: none;
}
.q-quote-box__content::before {
	top: -67px;
	left: -30px;
	width: 140px;
	height: 109px;
}
.q-blockquote__cite {
	border-top: 0;
	padding-top: 0;
}
.q-blockquote__name {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.2px;
	color: #1D2737;
}
.q-blockquote__role {
	font-size: 15px;
	font-weight: 500;
	color: #1D2737;
}
.q-blockquote__cite {
	text-align: center;
	flex-direction: column;
}
.q-blockquote__headshot {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.q-grid__container.separator hr {
	border-bottom: 1px solid #F2F2F3;
	margin-bottom: 50px;
	margin-top: 50px;
}
.q-home__quote-logo {
	display: block;
	width: 120px;
	margin: 0 auto;
}
.q-bullet-list .heading--4 {
	margin: 0;
	color: #6A778B;
	font-size: 20px;
	line-height: 1.450;
	letter-spacing: -0.2px;
	font-weight: 400;
}
.q-bullet-list .heading--4 ~ p {
	display: none;
}
.q-bullet-list .heading--4.active,
.q-bullet-list .heading--4.mobile-active {
	font-weight: 500;
	color: #30405B;
}
.q-bullet-list .heading--4.active ~ p,
.q-bullet-list .heading--4.mobile-active ~ p {
	display: block;
}
.q-bullet-list__item p {
	margin: 3px 0 0;
	color: #6A778B;
	font-size: 15px;
	line-height: 1.733;
}
.q-home__video-poster {
	position: relative;
	margin-left: -30px;
	margin-right: -30px;
}
.q-home__video-poster.video-playing .vimeo-player {
	z-index: 1 !important;
}
.q-home__video-poster .poster {
	cursor: pointer;
}
.q-home__video-poster.video-playing .poster,
.q-home__video-poster.video-playing .q-home__video-poster-icon {
	visibiity: hidden;
}
.q-home__video-poster img {
	max-width: 100%;
}
.q-home__platform-numbers-heading {
	margin: 0;
	font-family: "Gotham", sans-serif;
	color: #6A778B;
	line-height: 1.45;
	font-weight: 500;
	letter-spacing: -0.2px;
	margin-bottom: 11px;
	display: none;
}
.q-home__platform-numbers {
	padding-top: 20px;
}
.q-numbers--linear .q-numbers__item {
	text-align: center;
	width: 50%;
}
.q-numbers__value,
.q-numbers__heading {
	text-align: center;
}
.q-numbers__value {
	margin: 0 auto;
	white-space: pre-wrap;
	width: 4em;
	font-weight: 500;
	color: #6A778B;
	line-height: 1.024;
	margin-bottom: 11px;
}
.q-numbers__item:last-child .q-numbers__value {
	word-break: break-all;
	width: 3em;
}
.q-numbers__heading {
	font-weight: 400;
	color: #6A778B;
	line-height: 1.467;
}
.q-numbers__heading + a {
	font-family: "Gotham", sans-serif;
	color: #2E8BE0;
	font-size: 15px;
	letter-spacing: -0.1px;
	line-height: 1.467;
	text-decoration: none;
	transition: color 0.3s;
}
.q-numbers__heading + a:hover {
	color: #1A77CC;
}
.q-button.q-home__numbers-cta {
	background-color: unset;
	border: 2px solid #6CA3CF;
	color: #6CA3CF;
	min-width: 163px;
	text-align: center;
	margin-top: 20px;
	margin-left: 50%;
	transform: translateX(-50%);
}
.q-button.q-home__numbers-cta span:after {
	background: url(https://d1uyme8f6ss6qi.cloudfront.net/image/icon/link-arrow-blue.svg);
}
.q-home__video-poster-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	cursor: pointer;
}
.q-numbers--linear {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.q-home__security-panel-container {
	display: flex;
	flex-direction: column;
}
.q-home__security-panel {
	width: 100%;
	position: relative;
	transform: skewY(-8deg);
	padding: 26px 0;
	background: #2E8BE0;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.20);
	overflow: hidden;
	z-index: 2;
	opacity: 0;
}
.q-home__security-panel.right-panel {
	background-image: linear-gradient(180deg, #0A4A84 0%, #2E8BE0 95%);
}
.q-home__security-panel-content {
	padding: 10px 20px 20px;
	transform: skewY(8deg);
}
.it-security-blocks {
	padding-top: 40px;
}
.q-home__security-panel-box {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 366px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: #FFF;
	position: relative;
}
.q-home__security-panel-box:after {
	content: "";
	height: 2px;
	width: 200%;
	position: absolute;
	left: -50%;
	background: rgba(29,39,55,0.25);
	transform: skewY(-5deg);
	bottom: 17px;
}
.q-home__security-panel-box.last-box {
	padding-bottom: 0;
}
.q-home__security-panel-box.last-box:after {
	display: none;
}
.q-home__security-panel-box.first-box {
	padding-top: 10px
}
.q-home__security-panel-box h3 {
	margin: 0;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.308;
	letter-spacing: -0.3px;
	font-family: "Gotham", sans-serif;
	margin-bottom: 15px;
}
.q-home__security-panel-box h3 ~ p {
	margin: auto;
	display: none;
}
.q-home__security-panel-box.active h3 ~ p,
.q-home__security-panel-box.mobile-active h3 ~ p {
	display: inherit;
}
.q-home__security-panel-box a {
	margin-top: 14px;
	text-decoration: none;
	color: #FFF;
	font-family: "Gotham", sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.2px;
	display: none;
}
.q-home__security-panel-box.active a,
.q-home__security-panel-box.mobile-active a {
	display: inline-block;
}
.q-home__security-panel-box a span {
	position: relative;
}
.q-home__security-panel-box a span .link-arrow {
	display: inline-block;
	right: -16px;
	position: absolute;
	left: auto;
	top: 5px;
	transition: right 200ms;
}
.q-home__security-panel-box a:hover span .link-arrow {
	right: -20px;
}
.q-home__powerful-apps {
	padding-top: 90px;
}
.q-home__powerful-apps-container {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.q-home__powerful-apps-inner {
	background: #F8FAFC;
	margin-left: 0;
	margin-right: 0;
}
.q-home__powerful-apps-inner .q-home__powerful-apps-page-container {
	padding-left: 20px;
	padding-right: 20px;
}
.q-home__powerful-apps-wrapper {
	padding: 0 0 45px;
	margin: 0 auto;
}
.q-home__powerful-apps-header {
	padding-top: 50px;
}
.q-home__powerful-apps-header img {
	margin: 0 auto;
}
.q-home__powerful-apps-header .q-home-panel__heading {
	margin: 17px 0 40px;
	text-align: center;
}
.q-home__powerful-apps-header p.paragraph--1 {
	text-align: center;
	max-width: 49em;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.q-home-apps__slider {
	display: block;
	padding: 0 20px;
}
.q-home__try-container {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.q-home__try-inner {
	background: #1D2737;
	margin-left: 0;
	margin-right: 0;
}
.q-home__try-wrapper {
	padding: 0 0 50px;
	margin: 0 auto;
}
.q-home__try-header {
	padding-top: 75px;
}
.q-home__try-header .q-home-panel__heading {
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.q-home__try-header .q-home-panel__heading.q-home__try-heading ~ .paragraph--1 {
	text-align: center;
	color: #FFF;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.q-home__try-header .q-button {
	margin-left: 50%;
	transform: translateX(-50%);
}
.q-home__try-q-slabs {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 68px;
	position: relative;
}
.q-home__try-q-slabs img {
	position: absolute;
	opacity: 0;
}
.q-home__try-q-slabs .q-slab-top {
	bottom: auto;
	top: 0;
	z-index: 3;
}
.q-home__try-q-slabs .q-slab-middle {
	top: 7px;
	z-index: 2;
}
.q-home__try-q-slabs .q-slab-bottom {
	bottom: 0;
	z-index: 1;
}
.q-home__trusted-container {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.q-home__trusted-inner {
	background: #F8FAFC;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.q-home__trusted-wrapper {
	padding: 0 0 50px;
	margin: 0 auto;
}
.q-home__trusted-header {
	padding-top: 50px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.q-home__trusted-header .q-home-panel__heading,
.q-home__trusted-header p.paragraph--1 {
	text-align: center;
}
.q-home__trusted-header p.paragraph--1 {
	padding-left: 20px;
	padding-right: 20px;
}
.q-home__testimonial-content {
	display: flex;
	flex-direction: column;
	padding-top: 64px;
}
.q-home__testimonial-panel {
	order: 2;
}
.q-home__testimonial-tabs {
	order: 1;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	max-width: 535px;
	margin-left: auto;
	margin-right: auto;
}
.q-home__testimonial-video {
	width: auto;
	max-width: 535px;
	margin: 0 auto;
}
.q-home__testimonial-text {
	text-align: center;
	margin: 30px 30px 0;
}
.q-home__testimonial-panel .swiper-slide {
	display: flex;
	flex-direction: column;
}
.testimonial-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.q-home__testimonial-text .q-quote-box__content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.q-home__testimonial-text .q-quote-box__content::before {
	display: none;
}
.q-home__testimonial-text .q-blockquote .q-blockquote__content {
	text-align: center;
	max-width: unset;
}
.q-home__testimonial-text .q-blockquote__cite {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.q-home__testimonial-text .q-blockquote__name {
	color: #1D2737;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 500;
}
.q-home__testimonial-text .q-blockquote__role {
	color: #1D2737;
	font-size: 15px;
	font-weight: 400;
}
.q-home__testimonial-play {
	display: block;
	position: relative;
}
.q-home__testimonial-play::before {
	content: "";
	display: block;
	width: 87px;
	height: 87px;
	background: url(https://d1uyme8f6ss6qi.cloudfront.net/image/home/video-play-icon.png) left top no-repeat transparent;
	background-size: 52px;
	position: absolute;
	left: 13px;
	top: 11px;
}
.q-home__testimonial-tabs-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.q-home__testimonial-tabs-container a {
	background: #FFFF;
	width: calc(50% - 5px);
	text-align: center;
	margin-right: 5px;
	height: 52px;
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 0 10px;
	margin-bottom: 5px;
}
.q-home__testimonial-tabs-container a img {
	margin: 0 auto;
	height: auto;
	flex: none;
	opacity: 0.32;
	transition: opacity 0.3s;
	max-width: 100%;
	max-height: 41px;
}
.q-home__testimonial-tabs-container a.active-slide-tab img {
	opacity: 1;
}
.q-home__testimonial-tabs-container a span {
	align-self: center;
	margin: 0 auto;
	font-family: "Gotham", sans-serif;
	font-size: 10.5px;
	font-weight: 500;
	color: #2E8BE0;
	letter-spacing: -0.2px;
	text-align: center;
	line-height: 2.667;
	background: url(https://d1uyme8f6ss6qi.cloudfront.net/image/home/circular-arrow-icon.png) center right no-repeat transparent;
	background-size: 26.74px;
	padding-right: 32px;
}
.fancybox-slide {
	box-sizing: content-box;
	max-width: 960px;
	padding: 0 calc(50% - 480px);
	position: relative;
}
.fancybox-slide--iframe .fancybox-content {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}
.q-home__powerful-apps-tabs-container {
	padding: 40px 0 22px;
}
.q-home__powerful-apps-tabs {
	display: flex;
	margin: 0 20px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 0;
	align-items: center;
	height: 58px;
	position: relative;
}
.q-home__powerful-apps-tab-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-direction: column;
	flex: 1;
	position: relative;
}
.apps-tab-link {
	display: flex;
	flex-direction: row;
	text-decoration: none;
	align-items: center;
}
.app-tab-content-text {
	font-family: "Gotham", sans-serif;
	font-size: 18px;
	color: #30405B;
	letter-spacing: -0.2px;
	text-align: center;
	line-height: 1.15;
	font-weight: 500;
	text-align: left;
}
.apps-tab-arrow-mobile {
	width: 30px;
}
.app-tab-content-image img {
	max-height: 35px;
}
.q-home__powerful-apps-tab-list li.active-tab ~ .underbar {
	background: #2E8BE0;
}
.apps-page {
	display: none;
}
.apps-page.active-page {
	display: block;
}
.app-category-menu-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.app-category-menu-list {
	position: absolute;
	background: #FFF;
	width: 100%;
	top: calc(100% + 1px);
	padding: 20px;
	box-shadow: 0 15px 12px -6px rgba(0,0,0,0.25);
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: all 0.3s;
}
.app-category-menu-overlay.menu-active ~ .app-category-menu-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.app-category-menu-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.app-category-menu-list ul li {
	margin-bottom: 15px;
}
.app-category-menu-list ul li a {
	font-family: "Gotham", sans-serif;
	text-decoration: none;
	font-weight: 500;
	padding: 5px 0;
	display: block;
	color: #30405B;
}
.q-home-apps__grid {
	display: none;
}
.q-home-apps__block {
	width: 270px;
	margin-right: 40px;
	background: #FFF;
	border: 1px solid #B5D1E7;
	border-radius: 2px;
	position: relative;
	z-index: 1;
	padding: 40px 15px;
}
.q-home-apps__block:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	transition: transform 0.3s, box-shadow 0.3s, background 0.15s;
	left: 0;
	top: 0;
}
.q-home-apps__block:hover:before {
	transform: scale(1.075);
	background: #FFF;
	box-shadow: 0 11px 22px 0 rgba(170,177,188,0.20);
}
.apps-block-header {
	display: flex;
	align-items: center;
}
.apps-block-icon {
	margin-right: 20px;
	width: 70px;
}
.apps-block-heading {
	font-family: "Gotham", sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #30405B;
	letter-spacing: -0.22px;
	line-height: 1.136;
	margin: 0;
	flex: 1;
}
.apps-block-heading .free {
	color: #ED2E26;
}
.q-home-apps__block p {
	margin: 25px 0;
	font-size: 16px;
	color: #6A778B;
	letter-spacing: 0.19px;
	line-height: 1.75;
}
.q-home-apps__block-content {
	max-width: 260px;
	margin: 0 auto;
	padding-bottom: 22px;
	position: relative;
	height: 100%;
}
.q-home-apps__block-content .q-link {
	position: absolute;
	bottom: 0;
}
.apps-swiper-container {
	width: 100%;
}
div.underbar {
	width: 0;
	height: 3px;
	background: rgba(100, 100, 200, 0);
	top: calc(100% - 2px);
	position: absolute;
	transition: 0.5s ease;
	left: 0;
}
@media (pointer: fine), (-moz-touch-enabled: 0) {
	.q-home-feed__item:hover {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	.q-home-feed__item:hover:before {
		-webkit-transform: scale(1.075);
		transform: scale(1.0.75);
		box-shadow: 0 11px 22px 0 rgba(170, 177, 188, 0.2);
	}
	.promo-asset-inventory.promo .promo-wrapper:hover {
		transform: unset;
		box-shadow: unset;
	}
}
@media (min-width: 300px) {
	.q-home-feed__item {
		width: 280px;
	}
}
@media (min-width: 375px) {
	.q-home-feed__container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.q-home-feed__heading {
		font-size: 26px;
		font-size: calc(0.0153 * 100vw + (20.2623px));
	}
	.q-home-feed__time {
		font-size: 14px;
		font-size: calc(0.00219 * 100vw + (15.18033px));
	}
	.q-home-feed__title {
		font-size: 20px;
		font-size: calc(0.00219 * 100vw + (19.18033px));
	}
	.q-home-intro__heading {
		font-size: 27px;
		font-size: calc(0.0153 * 100vw + (21.2623px));
	}
	.q-home-intro__copy {
		font-size: 16px;
		font-size: calc(0.00328 * 100vw + (14.77049px));
	}
	.q-home-panel__heading {
		font-size: 26px;
		font-size: calc(0.0153 * 100vw + (20.2623px));
	}
	.q-home__security-panel-content {
		padding: 10px 20px 80px;
	}
	.q-home__security-panel-box {
		padding-top: 49px;
		padding-bottom: 72px;
	}
	.q-home__security-panel-box.first-box {
		padding-top: 48px;
	}
}
@media (min-width: 414px) {
	.q-home-feed__pagination2 .q-carousel-button {
		display: block;
	}
}
@media (min-width: 480px) {
	.q-home-feed__type {
		margin-bottom: 3.5em;
	}
	.news-link {
		margin-top: 3.5em;
	}
	.q-home-hero__graphic-caption {
		position: absolute;
		padding-bottom: 0;
		margin-top: 0;
	}
	.q-home__video-poster-icon {
		width: 68px;
	}
	.q-home__testimonial-play::before {
		background-size: 87px;
	}
}
@media (min-width: 520px) {
	.q-home-feed__pagination2 .q-carousel-button {
		top: 135px;
		height: 220px;
	}
}
@media (max-width: 580px) {
	.asset-inventory-dashboard .q-grid__row .q-grid__column:first-child {
		padding-right: 20%;
	}
}
@media (max-width: 639px) {
	.it-security-blocks .q-grid__column {
		padding-left: 0;
		padding-left: 0;
	}
	.q-home__security-panel.right-panel {
		margin-left: 15px;
		margin-top: -15px;
		z-index: 1;
	}
}
@media (min-width: 640px) {
	.q-home__video-poster {
		margin-right: unset;
		margin-left: unset;
	}
	.q-home__security-panel {
		width: 50%;
		box-shadow: 0 10px 20px 0 rgba(170,177,188,0.20);
	}
	.q-home__security-panel-container {
		flex-direction: row;
	}
	.q-home__security-panel.right-panel {
		background-image: linear-gradient(270deg, #2E8BE0 0%, #0A4A84 100%);
	}
	.q-home__security-panel-box.middle-box {
		min-height: 340px;
	}
	.q-home__security-panel-box h3 ~ p {
		display: inherit;
	}
	.q-home__security-panel-box a {
		display: inline-block;
	}
}
@media (max-width: 719px) {
	.q-grid__column.q-home__numbers-bullets {
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
	}
	li.apps-tab {
		display: none;
	}
	li.apps-tab.active-tab {
		display: block;
	}
	.apps-page {
		padding-top: 30px;
	}
}
@media (min-width: 720px) {
	.q-home-feed {
		padding-top: 8.39161%;
		padding-bottom: 8.39161%;
	}
	.q-home-feed__pagination {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-item-align: start;
		align-self: flex-start;
		height: 44px;
		float: right;
		margin-top: -100px;
	}
	.asset-inventory-dashboard {
		padding-top: 80px
	}
	.q-home-feed__container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.ai-dashboard-copy-wrapper {
		padding-bottom: 100px;
	}
	.ai-dashboard-copy-wrapper .q-home-intro__heading {
		max-width: 760px;
	}
	.ai-dashboard-copy-wrapper .q-home-intro__copy {
		max-width: 635px;
	}
	.q-home-overview__stack > img {
		margin: 100px auto 0;
	}
	.promo-asset-inventory.promo .cta-wrapper {
		margin-left: unset;
		margin-right: unset;
	}
	.promo-asset-inventory.promo .q-grid__column-10 {
		justify-content: center;
	}
	.promo .heading-wrapper {
		display: inherit;
	}
	.promo-asset-inventory .promo-cta {
		background: url(https://d1uyme8f6ss6qi.cloudfront.net/image/2020/qsc/qsc20-logo.svg) 6px center no-repeat transparent;
		background-size: auto 36px;
		line-height: 36px;
		padding-left: 92px;
	}
	.banner-text-secondary {
		display: inline;
	}
	.banner-text-mobile {
		display: none;
	}
	.q-home-hero__container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.q-home-panel__heading {
		text-align: left;
	}
	.q-home-panel__heading ~ .paragraph--1 {
		text-align: left;
	}
	.q-home-hero__content-left .q-button {
		min-width: 163px;
	}
	.q-grid__container.intro {
		margin-top: 0;
	}
	.q-grid__column-5.vm-widget {
		direction: ltr;
		padding-top: 0;
		padding-right: 15px;
		padding-left: 15px;
		margin-left: 0;
		margin-right: 0;
		width: calc(5 / 10 * 100%);
	}
	.vm-widget-img {
		max-width: unset;
		margin: -2px 0 0 20px;
	}
	.q-grid__container.intro + .q-grid__container {
		margin-top: 98px;
	}
	.q-grid__column-5.rapid-patch {
		padding-left: 51px;
		padding-top: 0;
	}
	.q-grid__container.testimonial-quote {
		margin-top: 130px;
	}
	.q-quote-box__content::before {
		width: 206px;
		height: 161px;
		bottom: auto;
		top: -95px;
		left: -111px;
		right: auto;
	}
	.q-blockquote .q-blockquote__content {
		text-align: left;
	}
	.q-blockquote__name {
		font-weight: 500;
	}
	.q-blockquote__role {
		font-weight: 400;
		color: #6A778B;
	}
	.q-blockquote__cite {
		flex-direction: row;
		text-align: left;
	}
	.q-blockquote__headshot {
		margin-bottom: 0;
		margin-right: 30px;
		margin-left: 0;
	}
	.q-grid__container.separator hr {
		margin-bottom: 121px;
		margin-top: 121px;
	}
	.q-home__quote-logo {
		display: none;
	}
	.q-bullet-list .heading--4 {
		color: #30405B;
		font-weight: 500;
	}
	.q-bullet-list .heading--4 ~ p {
		display: inherit;
	}
	.q-home__platform-numbers-heading {
		display: block;
	}
	.q-button.q-home__numbers-cta {
		margin: 15px 0 0 40px;
		transform: unset;
	}
	.q-home__numbers-columns-left {
		width: calc(5 / 10 * 100%);
	}
	.q-home__numbers-columns-right {
		width: calc(5 / 10 * 100%);
	}
	.q-home__powerful-apps {
		padding-top: 160px;
	}
	.q-home__powerful-apps-container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.q-home__powerful-apps-header {
		padding-top: 104px;
	}
	.q-home-apps__slider {
		display: none;
	}
	.q-home__try {
		padding-top: 15px;
	}
	.q-home__try-container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.q-home__try-header {
		padding-top: 50px;
	}
	.q-home__try-header .q-home-panel__heading {
		margin-bottom: 20px;
	}
	.q-home__try-header .paragraph--1 {
		margin-bottom: 78px;
		padding-left: 0;
		padding-right: 0;
	}
	.q-home__trusted {
		padding-top: 70px;
	}
	.q-home__trusted-container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.q-home__testimonial-text .q-quote-box__content {
		margin-top: 30px;
	}
	.q-home__testimonial-text .q-quote-box__content::before {
		display: block;
		width: 30px;
		height: 23px;
		left: -2em;
		top: -7px;
		background: url(https://d1uyme8f6ss6qi.cloudfront.net/image/home/blue-quote.png) left top no-repeat transparent;
		background-size: 30px 23px;
		position: absolute;
	}
	.q-home__powerful-apps-tabs {
		display: inherit;
		margin: unset;
		border: 0;
		padding: 0;
		align-items: normal;
		height: unset;
	}
	.q-home__powerful-apps-tab-list {
		padding: 0 0 20px;
		justify-content: space-between;
		border-bottom: 2px solid #F2F2F3;
		position: relative;
		flex-direction: row;
		flex: unset;
	}
	.q-home__powerful-apps-tab-list li {
		margin: 0;
		padding: 0 15px;
		flex: unset;
	}
	.apps-tab-arrow-mobile {
		display: none;
	}
	.apps-tab-link {
		flex-direction: column;
		align-items: center;
	}
	.app-tab-content-image {
		margin-bottom: 11px;
		min-height: 56px;
		max-height: unset;
	}
	.app-tab-content-text {
		font-size: 16px;
		font-weight: normal;
		text-align: center;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(1) ~ .underbar {
		left: 17px;
		width: 102px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(2) ~ .underbar {
		left: 22%;
		width: 86px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(3) ~ .underbar {
		left: 37.5%;
		width: 143px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(4) ~ .underbar {
		width: 81px;
		left: 65%;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(5) ~ .underbar {
		width: 96px;
		left: 83%;
	}
	.app-category-menu-overlay {
		display: none;
	}
	.app-category-menu-list {
		display: none;
	}
	.app-category-menu-overlay.menu-active ~ .app-category-menu-list {
		display: none;
	}
	.q-home-apps__grid {
		margin-left: -20px;
		padding: 50px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.q-home-apps__block {
		width: calc(50% - 20px);
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 0;
	}
}
@media (min-width: 750px) {
	.q-home-feed__pagination2 .q-carousel-button {
		top: 147px;
		height: 242px;
	}
}
@media (min-width: 760px) {
	.q-home-hero__container-inner {
		margin-left: 0;
		margin-right: 0;
		padding-left: 35px;
		padding-right: 35px;
	}
	.q-home-hero__content-wrapper {
		flex-direction: row;
		max-width: 1133px;
		transform: translateX(2px);
		padding: 46px 0;
	}
	.q-home-hero__content-left {
		width: 50%;
	}
	.q-home-hero-vmdr-mobile {
		display: none;
	}
	.q-home-hero__heading {
		margin: 0 0 0 0;
		padding: 0;
		text-align: left;
	}
	.q-home-hero__text {
		text-align: left;
		padding: 0;
		max-width: 16.276em;
		font-size: 2.2vw;
		margin: 1.3em 0px;
	}
	.q-home-hero__content-left .q-button {
		margin: 0 0 0 0;
		transform: unset !important;
	}
	.q-home-hero__content-right {
		width: 50%;
	}
	.hero-diagram {
		margin: 0 0 0 auto;
	}
	.q-home__powerful-apps-inner {
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.q-home__powerful-apps-inner .q-home__powerful-apps-page-container {
		padding-left: 0;
		padding-right: 0;
	}
	.q-home__powerful-apps-wrapper {
		max-width: 1098px;
		transform: translateX(2px);
		padding: 0 0 66px;
	}
	.q-home-hero__content-wrapper {
		padding-top: 45px;
	}
	.q-home-hero__heading {
		font-size: 5vw;
	}
	.q-home__try-inner {
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.q-home__try-wrapper {
		max-width: 1098px;
		transform: translateX(2px);
		padding: 0 0 75px;
	}
}
@media (min-width: 840px) {
	.q-home-feed__heading {
		max-width: 11.36364em;
		text-align: left;
	}
	.q-home-feed__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.q-home-feed__item {
		padding: 30px;
		margin: 0;
		max-width: none;
	}
	.q-home-hero__content-right {
		margin-bottom: 0;
	}
}
@media (min-width: 850px) {
	.promo.promo-asset-inventory.promo {
		margin-bottom: 0;
	}
}
@media (min-width: 880px) {
	.q-home-feed__pagination2 .q-carousel-button {
		top: 162px;
		height: 450px;
	}
}
@media (min-width: 920px) {
	/* Promo banner */

	.promo-asset-inventory {
		background-color: #ED2E26;
		color: #FFF;
		display: none;
	}
	.promo-asset-inventory.promo {
		min-height: unset;
		height: 40px;
		margin-bottom: 0;
	}
	.promo-asset-inventory.promo--hidden {
		height: 0;
	}
	.promo-asset-inventory {
		position: absolute;
		width: 100%;
		height: 60px;
		z-index: 200;
		top: 0;
	}
	.promo-asset-inventory.promo .promo-wrapper {
		background: transparent;
		transition: unset;
	}
	.promo-asset-inventory.promo .q-grid__column-10 {
		padding-top: 6px;
		padding-bottom: 0;
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
		align-items: center;
		flex-direction: row;
	}
	.promo-asset-inventory.promo .cta-wrapper {
		display: flex;
		margin-left: auto;
		margin-right: auto;
	}
	.promo-asset-inventory.promo .q-grid__row {
		margin-left: 0;
		margin-right: 0;
	}
	.promo-asset-inventory .promo-heading {
		font-size: 16px;
		letter-spacing: -0.21px;
		line-height: 1.889;
		color: #FFF;
		margin-right: 12px;
		display: flex;
		align-items: flex-end;
	}
	.promo-asset-inventory .promo-heading {
		font-weight: 400;
	}
	.promo-asset-inventory .promo-text {
		margin-top: -3px;
		font-size: 13px;
		line-height: 1;
	}
	.promo-asset-inventory .promo-logo {
		margin-right: 1.2em;
		height: 20px;
	}
	.promo-asset-inventory .promo-heading .underline {
		text-decoration: underline;
		font-weight: 500;
		margin-left: 1.2em;
		font-size: 13px;
	}
	.promo-asset-inventory .promo-heading b {
		font-weight: 500;
	}
	.promo-asset-inventory .promo-cta {
		margin-bottom: 0;
	}
	.promo-asset-inventory .promo-cta .banner-text-mobile,
	.promo-asset-inventory .promo-cta .banner-text-mobile.q-link {
		font-size: 16px;
		letter-spacing: -0.18px;
		line-height: 34px;
	}
	.promo-asset-inventory .promo-cta .banner-text-mobile b {
		font-weight: 500;
	}
	.promo-asset-inventory .promo-cta .q-link {
		font-size: 17px;
		letter-spacing: -0.21px;
		line-height: 1.889;
		color: #6A778B;
		font-weight: 400;
	}
	.promo-asset-inventory .q-alert__close {
		color: #FFFFFF;
		right: 0;
		top: 12px;
	}
	.promo-asset-inventory {
		display: block;
	}
	.asset-inventory-banner {
		padding-top: 118px;
	}
	.asset-inventory-banner .q-header {
		top: 40px;
		position: absolute;
	}
	.header-sticky.asset-inventory-banner .q-header {
		position: fixed;
		top: 0;
	}
	.mobile-trial-overlay {
		display: none;
	}
	.q-home-hero__content-wrapper {
		padding-bottom: 45px;
	}
	.q-home-hero__container-inner {
		padding: 0 70px;
	}
}
@media (min-width: 940px) {
	.q-home-apps__grid {
		margin-left: -20px;
	}
	.q-home-apps__block {
		width: calc(33.333% - 20px);
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.apps-block-icon {
		width: 50px;
	}
}
@media (min-width: 944px) {
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(1) ~ .underbar {
		width: 150px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(2) ~ .underbar {
		left: 23.5%;
		width: 97px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(3) ~ .underbar {
		left: 37.5%;
		width: 210px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(4) ~ .underbar {
		width: 153px;
		left: 65.5%;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(5) ~ .underbar {
		width: 94px;
		left: 87%;
	}
}
@media (min-width: 950px) {
	.q-home__powerful-apps-tab-list li {
		flex: 1;
	}
	.app-tab-content-text {
		white-space: nowrap;
		font-weight: 500;
	}
}
@media (min-width: 980px) {
	.q-home-hero__heading {
		max-width: 13.182em;
	}
	.q-home-hero__content-right {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-diagram {
		margin: 0 auto;
	}
	.q-home-hero__content-wrapper {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media (min-width: 982px) {
	.q-home-hero__graphic-caption {
		line-height: 1.955;
		font-size: 22px;
	}
}
@media (min-width: 990px) {
	.asset-inventory-dashboard {
		padding-top: 100px
	}
	.banner-text-secondary {
		display: none;
	}
	.banner-text-primary {
		display: inline;
	}
}
@media (min-width: 1000px) {
	.q-home-feed__pagination2 .q-carousel-button {
		top: 177px;
	}
}
@media (min-width: 1024px) {
	.q-home-intro__heading {
		font-size: 40px;
	}
}
@media (min-width: 1040px) {
	.app-tab-content-text {
		font-size: 18px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(1) ~ .underbar {
		width: 170px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(2) ~ .underbar {
		left: 23%;
		width: 117px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(3) ~ .underbar {
		left: 38%;
		width: 234px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(4) ~ .underbar {
		width: 181px;
		left: 65%;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(5) ~ .underbar {
		width: 115px;
		left: 86.5%;
	}
}
@media (max-width: 1079px) {
	.asset-inventory-dashboard .q-grid__row .q-grid__column {
		width: 100%;
	}
	.asset-inventory-dashboard .q-grid__row .q-grid__column:first-child {
		order: 2;
	}
	.asset-inventory-dashboard .q-grid__row .q-grid__column:last-child {
		order: 1;
	}
}
@media (min-width: 1080px) {
	.q-home-feed__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
	.q-home-feed__container-inner {
		width: 82.94574%;
	}
	.q-home-feed__pagination2 .q-carousel-button {
		top: 189px;
	}
	.asset-inventory-dashboard .q-grid__row .q-grid__column:first-child {
		padding-right: 0;
	}
	.asset-inventory-dashboard .q-laptop {
		margin-right: 7.4%;
		min-width: unset;
	}
	.ai-dashboard-copy-wrapper {
		margin-top: 78px;
		margin-left: 20px;
	}
	.ai-dashboard-copy-wrapper .q-home-intro__heading {
		margin-left: unset;
		margin-right: unset;
	}
	.ai-dashboard-copy-wrapper .q-home-intro__copy {
		margin-bottom: 35px;
		max-width: 521px;
		margin-left: unset;
		margin-right: unset;
	}
	.ai-dashboard-copy-wrapper .q-button {
		width: 161px;
		margin-left: -1px;
	}
	.ai-dashboard-copy-wrapper {
		text-align: left;
		padding-bottom: 0;
	}
	.q-home-overview__stack {
		height: 100%;
	}
	.q-home-overview__stack > img {
		max-width: none;
		margin-top: 0;
		margin-right: -70px;
	}
	.promo-asset-inventory.promo .q-grid__inner {
		width: 100%;
	}
	.q-home-hero__container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
	.q-home__powerful-apps-container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
	.q-home__try-container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
	.q-home__trusted-container {
		padding-left: 70px;
		padding-right: 70px;
		max-width: 1430px;
	}
	.q-home__trusted-inner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.q-home__trusted-wrapper {
		max-width: 82.94574%;
	}
	.q-home__trusted-header {
		padding-top: 60px;
		padding-left: 0;
		padding-right: 0;
	}
	.q-home__trusted-header p.paragraph--1 {
		max-width: 39.278em;
		padding-left: 0;
		padding-right: 0;
	}
	.q-home__trusted-header .q-home-panel__heading,
	.q-home__trusted-header p.paragraph--1 {
		text-align: left;
	}
	.q-home__testimonial-panel {
		order: 1;
	}
	.q-home__testimonial-tabs {
		order: 2;
		padding-left: 0;
		padding-right: 0;
		margin-top: 56px;
		padding-bottom: 0;
		max-width: unset;
		margin-left: 0;
		margin-right: 0;
	}
	.q-home__testimonial-video {
		width: 50%;
		margin: 0;
	}
	.q-home__testimonial-text {
		flex: 1;
		text-align: left;
		margin: 0;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.q-home__testimonial-panel .swiper-slide {
		flex-direction: row;
	}
	.q-home__testimonial-text .q-quote-box__content {
		margin-left: 50px;
		margin-top: 10px;
	}
	.q-home__testimonial-text .q-quote-box__content .q-blockquote__role {
		max-width: 18em;
	}
	.q-home__testimonial-text .q-quote-box__content .q-blockquote {
		margin-left: 44px;
	}
	.q-home__testimonial-text .q-blockquote .q-blockquote__content {
		text-align: left;
		max-width: 21.05263em;
	}
	.q-home__testimonial-text .q-quote-box__content::before {
		left: 0;
	}
	.q-home__testimonial-text .q-blockquote__cite {
		text-align: left;
		margin-left: 0;
		margin-right: auto;
	}
	.q-home__testimonial-tabs-container {
		flex-wrap: nowrap;
	}
	.q-home__testimonial-tabs-container a {
		width: 33.333%;
		margin-right: 15px;
		margin-bottom: 0;
		height: 79px;
	}
	.q-home__testimonial-tabs-container a:last-child {
		margin-right: 0;
	}
	.q-home__testimonial-tabs-container a span {
		font-size: 15px;
		background-size: 40px;
		padding-right: 46px;
	}
	.q-home__testimonial-tabs-container a img {
		max-height: 60px;
	}
	.q-home__powerful-apps-tab-list li {
		padding: 0 15px;
	}
}
@media (min-width: 1120px) {
	.q-bullet-list {
		margin-left: 27px;
	}
	.q-home__video-poster {
		margin-right: -15px;
	}
	.q-home__platform-numbers {
		padding-top: 40px;
	}
	.q-numbers--linear .q-numbers__item {
		width: 33.33%;
	}
	.q-button.q-home__numbers-cta {
		margin: 15px 0 0 65px;
	}
	.q-home__numbers-columns-left {
		width: calc(6 / 10 * 100%);
	}
	.q-home__numbers-columns-right {
		width: calc(4 / 10 * 100%);
	}
}
@media (min-width: 1140px) {
	.q-home-apps__grid {
		margin-left: -40px;
	}
	.q-home-apps__block {
		width: calc(33.333% - 40px);
		margin-bottom: 40px;
		margin-left: 40px;
	}
	.apps-block-icon {
		width: 70px;
	}
}
@media (min-width: 1190px) {
	.app-tab-content-text {
		font-size: 20px;
	}
	.q-home__powerful-apps-tab-list li {
		padding: 0 17px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(1) ~ .underbar {
		width: 190px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(2) ~ .underbar {
		width: 125px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(3) ~ .underbar {
		width: 272px;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(4) ~ .underbar {
		width: 200px;
		left: 64.5%;
	}
	.q-home__powerful-apps-tab-list li.active-tab:nth-of-type(5) ~ .underbar {
		width: 126px;
		left: 86%;
	}
}
@media (min-width: 1220px) {
	.q-home-feed__pagination2 .q-carousel-button {
		top: 206px;
	}
}
@media (min-width: 1280px) {
	.q-home-hero__content-left {
		width: 607px;
	}
	.q-home-hero__container-inner {
		padding: 0 60px 0 80px;
	}
	.q-home-hero__content-wrapper {
		padding: 4.6em 0;
	}
	.q-home__trusted-wrapper {
		max-width: 1098px;
		padding: 0 0 100px;
	}
	.q-home__testimonial-tabs-container a {
		margin-right: 30px;
	}
}
@media (min-width: 1290px) {
	.q-home-feed__heading {
		font-size: 40px;
	}
	.q-home-feed__time {
		font-size: 16px;
	}
	.q-home-feed__title {
		font-size: 20px;
	}
	.q-home-intro__heading {
		font-size: 40px;
		max-width: 515px;
	}
	.q-home-intro__copy {
		font-size: 18px;
		max-width: 545px;
		line-height: 1.85;
		margin-bottom: 48px;
	}
	.q-home-hero__box-wrap {
		margin-top: 100px;
	}
	.q-square__heading {
		margin-top: 0.9em;
	}
	.promo-asset-inventory .promo-heading {
		font-size: 15px;
	}
	.promo-asset-inventory .promo-cta .q-link {
		font-size: 18px;
	}
	.q-home-panel__heading {
		font-size: 40px;
	}
	.q-numbers__value {
		font-size: 43px;
	}
}
@media (min-width: 1295px) {
	.q-home__testimonial-text {
		background: #FFF;
	}
	.q-home__testimonial-text .q-quote-box__content  {
		margin-top: 42px;
	}
	.promo-asset-inventory .promo-text {
		font-size: 16px;
	}
	.promo-asset-inventory .promo-heading .underline {
		font-size: 15px;
	}
	.promo-asset-inventory .q-alert__close {
		right: 0;
	}
}
@media (min-width: 1380px) {
	.hero-diagram {
		width: 100%;
	}
	.q-home-hero__content-right {
		max-width: 569px;
		margin-top: 8px;
		width: auto;
	}
	.q-home-hero__graphic-caption {
		left: auto;
		top: 82%;
	}

}
@media (min-width: 1414px) {
	.q-home__trusted-header {
		padding-top: 96px;
	}
}
@media (min-width: 1430px) {
	.q-home-feed {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.q-home-feed {
		padding-top: 100px;
	}
	.q-home-hero__box-wrap {
		max-width: 510px;
	}
	.q-home-hero__content-wrapper {
		min-height: 660px;
	}
}
@media (min-width: 1440px) {
	.hero-diagram {
		max-width: 100%;
	}
	.q-home-hero__heading {
		font-size: 80px;
	}
	.q-home-hero__text {
		padding-right: 0;
		max-width: 15.813em;
		font-size: 32px;
	}
	.q-home-hero__content-wrapper {
		min-height: 660px;
	}
}
