.dl-hs-gate[hidden] {
	display: none !important;
}

.dl-hs-gate,
.dl-hs-gate * {
	box-sizing: border-box;
}

.dl-hs-gate {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	font-family: "Geomanist", "Helvetica Neue", Arial, sans-serif;
	color: #2a5070;
}

.dl-hs-gate__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 28, 44, 0.58);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.dl-hs-gate__dialog {
	position: relative;
	z-index: 1;
	width: min(92vw, 560px);
	max-height: none;
	overflow: visible;
	background: #ffffff;
	border: 1px solid #d8dde8;
	border-radius: 6px;
	box-shadow: 0 24px 80px rgba(22, 43, 82, 0.22);
	outline: none;
}

.dl-hs-gate__close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(38%, -38%);
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #d8dde8;
	background: #ffffff;
	color: #2a5070;
	cursor: pointer;
	appearance: none;
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(22, 43, 82, 0.14);
}

.dl-hs-gate__close:hover,
.dl-hs-gate__close:focus {
	border-color: #2a5070;
	outline: none;
}

.dl-hs-gate__close::before,
.dl-hs-gate__close::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 1px;
	background: currentColor;
}

.dl-hs-gate__close::before {
	transform: rotate(45deg);
}

.dl-hs-gate__close::after {
	transform: rotate(-45deg);
}

.dl-hs-gate__body {
	padding: clamp(18px, 3vw, 30px);
}

.dl-hs-gate__status {
	display: none !important;
}

.dl-hs-gate__status[hidden] {
	display: none !important;
}

.dl-hs-gate__form {
	min-height: 0;
}

.dl-hs-gate__form:empty {
	min-height: 0;
}

.dl-hs-gate__form iframe {
	width: 100% !important;
	max-width: 100% !important;
	border: 0 !important;
	display: block;
	overflow: hidden !important;
}

.dl-hs-gate__continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	width: 100%;
	margin-top: 8px;
	padding: 13px 24px;
	background: #2a5070;
	border: 1px solid #2a5070;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
}

.dl-hs-gate__continue[hidden] {
	display: none !important;
}

.dl-hs-gate__continue:hover,
.dl-hs-gate__continue:focus {
	background: #162b52;
	border-color: #162b52;
	color: #ffffff;
	outline: none;
}

html.dl-hs-gate-open,
body.dl-hs-gate-open {
	overflow: hidden !important;
}

@media (max-width: 640px) {
	.dl-hs-gate {
		align-items: center;
		padding: 18px;
	}

	.dl-hs-gate__dialog {
		width: min(100%, 560px);
		max-height: none;
	}

	.dl-hs-gate__body {
		padding: 18px;
	}
}
