 .q-connect-hero {
	background-image: url(https://ik.imagekit.io/qualys/image/2024/black-hat/cisco-connect-banner-mobile.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0 40px;
}

@media (min-width: 768px) {
	.q-connect-hero {
		background-image: url(https://ik.imagekit.io/qualys/image/2024/black-hat/cisco-connect-banner.jpg );
	}
}

.q-timeline-dot {
	display: block;
	width: 16px;
	height: 16px;
	background-color: white;
	/* border: 1px solid #000; */
	border-radius: 100%;
	position: relative;
	z-index: 3;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}
.q-timeline-dot::after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.q-timeline-stroke::before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% + 40px);
	top: 0;
	left: 50%;
	background-color: #666;
	z-index: 1;
	transform: translateX(-50%);
}
@media (min-width: 768px) {
	.q-timeline-stroke::before {
		top: 32px;
		height: calc(100% + 40px);
	}
}
.q-timeline-container > .flex:last-child .q-timeline-stroke::before {
	display: none;
}
.q-box-shadow {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}
.q-link {
	box-shadow: 0px 6px 18px 0px rgba(20, 20, 43, 0.20);
	background:linear-gradient(119deg, #1F90FB 30.2%, #095DB3 100%);
}


.swiper-slide {
	height: auto;
   }
/*# sourceMappingURL=index.css.map */