.lqd-highlight-inner svg {
	height: 0.275em;
	max-height: 0.475em;
}

/* Hover 3D */
.lqd-imggrp-single[data-hover3d],
.ld-flipbox {
	perspective: 1200px;
	height: 400px;
}

.lqd-imggrp-single[data-hover3d] .lqd-imggrp-img-container,
.ld-flipbox-wrap,
.ld-flipbox-face {
	transform-style: preserve-3d;
	height: 100%;
}

/* Main Header */
.main-header .main-nav {
	--lqd-menu-items-right-padding: 30px;
	--lqd-menu-items-left-padding: 30px;
}

.main-header .lqd-head-col>.lqd-active-row-light.header-module .navbar-brand .logo-dark {
	opacity: 1;
	visibility: visible;
}

.main-header .lqd-head-col>.lqd-active-row-light.header-module>.navbar-collapse .main-nav>li>a {
	color: rgba(0, 0, 0, .8);
}

.main-header .lqd-head-col>.lqd-active-row-light.header-module>.el-btn {
	color: rgb(0, 0, 0);
	border-color: rgb(0, 0, 0);
}

.lqd-head-col>.lqd-active-row-light.header-module>.el-btn:hover {
	border-color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

/* Footer */
.main-footer .ld-sf button.ld_sf_submit {
	background: rgba(255, 255, 255, 0);
	color: rgb(255, 255, 255);
	border-color: rgba(151, 151, 151, 0.2);
}

.main-footer .ld-sf .submit-text+.submit-icon {
	margin-inline-start: 0;
}