body.lgw-quick-search-is-open {
	overflow: hidden;
}

.lgw-quick-access {
	--lgw-quick-accent: #2b93cb;
	--lgw-quick-hover: #fff;
	--lgw-quick-ink: #284d62;
	--lgw-quick-line: #dce9ef;
	--lgw-search-overlay: rgba(40, 95, 125, .32);
	--lgw-search-panel: #fff;
	width: 100%;
	color: var(--lgw-quick-ink);
}

.lgw-quick-access,
.lgw-quick-access * {
	box-sizing: border-box;
}

.lgw-quick-access__links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.lgw-quick-access__social {
	width: 39px;
	height: 39px;
	flex: 0 0 auto;
	border: 1px solid var(--lgw-quick-line);
	border-radius: 50%;
	background: transparent;
	display: grid;
	place-items: center;
	color: var(--lgw-quick-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.lgw-quick-access__social svg {
	width: 15px;
	height: 15px;
	stroke-width: 1.65;
}

.lgw-quick-access__social i {
	font-size: 15px;
	line-height: 1;
}

.lgw-quick-access__social:hover,
.lgw-quick-access__social:focus-visible {
	border-color: var(--lgw-quick-accent);
	background: var(--lgw-quick-accent);
	color: var(--lgw-quick-hover);
	transform: translateY(-1px);
	outline: none;
}

.lgw-quick-access__search {
	width: 39px;
	height: 39px;
	flex: 0 0 auto;
	margin-left: 6px;
	padding: 0;
	border: 0;
	background: transparent;
	display: grid;
	place-items: center;
	color: var(--lgw-quick-ink);
	cursor: pointer;
	transition: color .2s ease, transform .2s ease;
}

.lgw-quick-access__search svg {
	width: 19px;
	height: 19px;
	stroke-width: 1.6;
}

.lgw-quick-access__search i {
	font-size: 19px;
	line-height: 1;
}

.lgw-quick-access__search:hover,
.lgw-quick-access__search:focus-visible {
	color: var(--lgw-quick-accent);
	transform: scale(1.08);
	outline: none;
}

.lgw-quick-search[hidden] {
	display: none !important;
}

.lgw-quick-search {
	position: fixed;
	z-index: 999999;
	inset: 0;
	padding: 12vh 20px;
	background: var(--lgw-search-overlay);
	backdrop-filter: blur(5px);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	transition: opacity .22s ease;
}

.lgw-quick-search.is-open {
	opacity: 1;
}

.lgw-quick-search__dialog {
	width: 100%;
	max-width: 680px;
	padding: 22px 25px 28px;
	background: var(--lgw-search-panel);
	box-shadow: 0 28px 75px rgba(40, 95, 125, .17);
	transform: translateY(-8px);
	transition: transform .25s ease;
}

.lgw-quick-search.is-open .lgw-quick-search__dialog {
	transform: none;
}

.lgw-quick-search__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.lgw-quick-search__head span {
	color: #6b8290;
	font-family: Manrope, Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.lgw-quick-search__close {
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--lgw-quick-ink);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.lgw-quick-search__title {
	margin: 18px 0 22px;
	color: var(--lgw-quick-ink);
	font-family: inherit;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 500;
	line-height: 1.08;
}

.lgw-quick-search__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 14px;
}

.lgw-quick-search__field {
	min-width: 0;
	border-bottom: 1px solid var(--lgw-quick-ink);
	display: flex;
	align-items: center;
}

.lgw-quick-search__field svg {
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
	color: var(--lgw-quick-accent);
	stroke-width: 1.5;
}

.lgw-quick-search__field i {
	flex: 0 0 auto;
	color: var(--lgw-quick-accent);
	font-size: 19px;
	line-height: 1;
}

.lgw-quick-search__field input {
	width: 100%;
	height: 58px;
	padding: 0 12px;
	border: 0;
	background: transparent;
	color: var(--lgw-quick-ink);
	font: 500 18px/1.2 Manrope, Arial, sans-serif;
	outline: none;
}

.lgw-quick-search__field input::placeholder {
	color: #93a5ad;
}

.lgw-quick-search__submit {
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid var(--lgw-quick-accent);
	background: var(--lgw-quick-accent);
	color: #fff;
	font: 600 11px/1 Manrope, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
}

.lgw-quick-search__submit:hover,
.lgw-quick-search__submit:focus-visible {
	background: var(--lgw-quick-ink);
	border-color: var(--lgw-quick-ink);
	outline: none;
}

.lgw-quick-access .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 600px) {
	.lgw-quick-search {
		padding: 7vh 12px;
	}

	.lgw-quick-search__dialog {
		padding: 18px 19px 22px;
	}

	.lgw-quick-search__form {
		grid-template-columns: 1fr;
	}

	.lgw-quick-search__submit {
		width: 100%;
	}
}
