.grecaptcha-badge {
	visibility: hidden;
}

@media (min-width: 783px) {
	.admin_logged_in {
		position: relative;
	}
}

pre {
	font-size: 14px;
	background-color: #ebebeb;
	z-index: 9999;
	position: relative;
}

.stores-fixed .stores-list img {
	height: 23rem;
	filter: invert(99%) sepia(70%) saturate(270%) hue-rotate(316deg) brightness(105%) contrast(96%);
}

.apps .stores-list img {
	height: 25rem;
	filter: invert(0%) sepia(14%) saturate(1664%) hue-rotate(22deg) brightness(94%) contrast(91%);
}

.clbk-form-fixed .stores-list img {
	filter: invert(94%) sepia(5%) saturate(812%) hue-rotate(331deg) brightness(109%) contrast(96%);
}

@media screen and (max-width: 869px) {
	.apps .stores-list img {
		height: 24px;
	}
	.apps ul.stores-list li:first-of-type {
		margin-left: 0;
	}
}

.top-video-wrp {
	position: absolute;
	top: var(--header-height);
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 10rem;
	padding-top: 0;
}

.video-player {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: black;
}

.video-player video {
	width: auto;
	height: 140%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.8;
}

@media screen and (max-width: 869px) {
	.top-video-wrp {
		top: var(--df-section-top-offset);
		padding-left: 16px;
		padding-right: 16px;
	}
}