.faqs {
	padding: 40px 120px;
	background: #12131c;
	min-height: 100%;
	box-sizing: border-box;
}

.faqs .search-bar {
	display: flex;
	padding-right: 35px;
	justify-content: space-between;
}

.faqs section {
	scroll-margin: 60px;
}

.search-bar h2 {
	font-size: 48px;
	display: inline-block;
	margin: 0;
	font-family: proxima-nova;
	font-weight: normal;
}

.search-bar form {
	display: flex;
	margin: 0 0 10px 0;
	flex-direction: column;
}

.search-bar form fieldset {
	width: 400px;
	border: none;
	padding: 0;
	margin: 0 0 0 15px;
	display: inline-block;
	position: relative;
}

.faqs .search-bar fieldset input {
	border: none;
	margin-bottom: 2px;
	height: 24px;
	padding-bottom: 5px;
	box-sizing: border-box;
	width: 100%;
	border: none !important;
	border-bottom: solid 1px #979797 !important;
	background: none !important;
	outline: none;
	color: #fff;
	border-radius: 0 !important;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.search-bar fieldset button {
	position: absolute;
	top: 2px;
	right: 10px;
	width: 26px;
	height: 26px;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}

.search-bar fieldset label {
	color: #767676;
	font-size: 12px;
	display: block;
	font-family: proxima-nova;
	text-align: right;
	position: absolute;
	width: 100%;
}

.faqs section h3 {
	font-size: 20px;
	font-family: proxima-nova;
	margin: 44px 0px 25px 0px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 15px;
	border-bottom: 1px solid #979797;
}

.faqs section.quick-links h3 {
	margin: 57px 0px 45px 0px;
}

.faqs section.quick-links .content {
	width: 100%;
}

.faqs section.quick-links a {
	color: #02db73;
	font-family: proxima-nova;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-right: 50px;
	margin-bottom: 20px;
	text-decoration: none;
	width: auto;
	cursor: pointer;
}

.faqs section.quick-links a:hover {
	text-decoration: underline;
}
.faqs section.quick-links a:nth-child(4n) {
	margin-right: 0px;
}

.faqs h2 {
	font-size: 48px;
	font-weight: normal;
	margin: 0px 0px 25px 0px;
	font-family: "proxima-nova";
}

.faqs label {
	color: #9e9c9c;
	font-size: 14px;
	font-family: "proxima-nova";
	text-transform: uppercase;
	letter-spacing: 3.5px;
	display: block;
}

.faqs form .field {
	margin-bottom: 15px;
	width: 60%;
	max-width: 600px;
}

.faqs form input[type="text"],
.faqs form select,
.faqs form textarea {
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 11px;
	width: 100%;
	outline: none;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	background-color: #e5e5e5;
	border: 2px solid #2ddb73;
	margin-bottom: 5px;
	padding: 6px 20px 9px 12px;
}

.faqs form .field.file label.choose {
	background-color: #333;
	border-radius: 4px;
	color: #2ddb73;
	font-weight: bold;
	margin-top: 11px;
	display: inline-block;
	padding: 10px 25px;
	max-width: 350px;
	margin-bottom: 5px;
	text-transform: initial;
	font-family: "proxima-nova";
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 300px;
}

.faqs form input[type="submit"] {
	background-color: #2ddb73;
	color: #000;
	outline: none;
	border: none;
	padding: 10px 45px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 18px;
	font-family: "proxima-nova";
	text-transform: uppercase;
}

.faqs form span.error {
	color: red;
}

.faqs .app-links {
	display: flex;
}

.faqs .app-links img {
	margin-bottom: 15px;
}

.faqs .app-links a {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.faqs .app-links p {
	display: inline-block;
	background-color: #dadada;
	border-radius: 8px;
	width: 154px;
	height: 54px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-right: 12px;
	cursor: pointer;
}

.faqs .app-links p:hover {
	background-color: #fff;
}

.faqs .app-links a img {
	height: auto;
	object-fit: cover;
	margin-bottom: 0;
}

.faqs .app-links a.soon {
	opacity: 0.3;
}

.faqs .app-links a.soon:hover {
	opacity: 1;
}

.faqs .app-links div:first-child {
	margin-right: 40px;
}

.faqs .app-links div {
	width: 480px;
}

.faqs .app-links a:hover span {
	text-decoration: underline;
}

.faqs .app-links span {
	font-size: 19px;
	line-height: 20px;
	color: #5ce581;
	font-weight: 100;
	display: inline-block;
}

.faqs .app-links span b {
	font-weight: 100;
	color: #ea8c8b;
}

.faqs .guideline {
	font-size: 18px;
	line-height: 30px;
	font-family: "proxima-nova";
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

.faqs .guideline span {
	display: block;
	margin-bottom: 20px;
}

.faqs .guideline ul {
	padding: 0;
	margin-top: 0px;
}

.faqs .guideline ul ul {
	padding-left: 15px;
}

.faqs .guideline ul li {
	list-style-type: none;
}

.faqs .guideline span.info {
	color: #f3a9a3;
	line-height: 22px;
}

@media (max-width: 875px) {
	.faqs {
		padding: 40px 25px;
	}

	.faqs .app-links {
		display: block;
	}

	.faqs .app-links div {
		width: 100% !important;
	}

	.faqs .app-links div a,
	.faqs .app-links div a span {
		display: block;
		margin-bottom: 15px;
	}

	.faqs .app-links div div span {
		font-size: 15px;
	}

	.faqs .app-links div.desktop {
		margin-bottom: 20px;
	}

	.faqs .search-bar {
		display: block;
	}

	.faqs .search-bar form fieldset {
		width: auto;
		margin: 0;
	}

	.faqs section.quick-links a {
		margin-right: 0px;
		margin-bottom: 20px;
		text-decoration: none;
		width: 49%;
		height: 48px;
		display: inline-flex;
	}
}

.onboarding-overlay.faqs-overlay .content {
	padding: 0;
	border-radius: 5px;
	position: relative;
}

.faqs-overlay .overlay-header {
	background-color: #fff;
	height: 255px;
	text-align: center;
}

.faqs-overlay .overlay-header img {
	height: 205px;
	width: auto;
	margin: 30px auto 0 auto;
}

.faqs-overlay .form-container {
	background-color: #000000;
	border-radius: 5px;
	position: relative;
	top: -10px;
	text-align: center;
	padding: 35px 0px 40px 0px;
}

.faqs-overlay .form-container h4 {
	font-size: 20px !important;
	line-height: 24px !important;
	width: 75%;
	margin: 0 auto 40px auto !important;
	font-weight: 100;
}

.faqs-overlay .form-container form {
	max-width: 75%;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.faqs-overlay .form-container form fieldset {
	width: 100%;
	display: block;
	margin-bottom: 32px !important;
}

.faqs-overlay .form-container form fieldset label {
	color: #fff;
}

.faqs-overlay .form-container form fieldset input {
	width: 100%;
	outline: none;
	max-width: 355px;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	padding: 10px;
	border: none;
	text-align: center;
	background-color: transparent;
	border-radius: 0px;
	-webkit-font-smoothing: initial;
	border-bottom: 1px solid #fff;
}

input::placeholder {
	color: #9e9e9e;
	-webkit-font-smoothing: initial;
}

.faqs-overlay .form-container form button {
	border: 0;
	float: none !important;
	display: inline-block !important;
	width: auto !important;
	margin: 0 !important;
	outline: none;
}

.faqs-overlay .form-container form span.err {
	color: red;
	display: block;
}

.faqs-main a:link,
.faqs-main a:visited {
	color: #02db73;
	text-decoration: none;
}

.faqs-main h4 {
	font-size: 16px;
	font-family: proxima-nova;
	margin: 15px 0px 10px 0px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
	color: #02db73;
	cursor: pointer;
}

.faqs-main img {
	max-width: 100%;
}

.faqs-main section {
	display: none;
	padding: 0 0 15px 0;
	color: #fff;
}

.faqs-main section p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.faqs-main section.show {
	display: block;
}

.faqs-main h1 {
	font-weight: 600;
	margin-top: 1.8rem;
}

.faqs-main h1:first-child {
	background: url("/img/icons2/bell.png") no-repeat left center;
	text-transform: uppercase;
	padding: 12px 0 12px 70px;
	background-size: contain;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 0;
}

.faqs-main h1 b {
	color: #0bc763;
}

.faqs-main .question {
	scroll-margin: 60px;
}

.faqs section .video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 1.25rem;
}

.faqs section .video-tile {
	background: #1d1e2f;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
}

.faqs section .video-tile:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.faqs section .thumbnail {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	overflow: hidden;
}

.faqs section .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.faqs section .video-tile h5 {
	padding: 0.75rem 0.75rem 0.75rem;
	font-size: 16px;
	color: #ffffff;
	margin: 0px;
}

.faqs section .video-tile p {
	padding: 0 0.75rem 0.75rem;
	font-size: 14px;
	color: #a0a0a0;
	line-height: 1.4;
}

.video-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 1000;
	padding: 2rem;
}

.video-overlay.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay-content {
	position: relative;
	width: 90%;
	max-width: 960px;
	background: #1d1e2f;
	border-radius: 12px;
	overflow: hidden;
	padding: 1.5rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.close-overlay {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 30px;
	height: 30px;
	border: none;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
	z-index: 1001;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.8;
	transition: all 0.2s ease;
}

.close-overlay:hover {
	opacity: 1;
	background: rgba(0, 0, 0, 0.8);
	transform: scale(1.1);
}

h3 span {
	font-size: 13px;
	color: #02db73;
	cursor: pointer;
	margin-left: 20px;
}

@media (max-width: 768px) {
	.video-grid {
		gap: 0.75rem;
	}

	.video-overlay {
		padding: 1rem;
	}

	.overlay-content {
		padding: 1rem;
	}

	.close-overlay {
		top: 5px;
		right: 5px;
	}
}
