:root
{
	--lp-color-text: #1f2937;
	--lp-color-muted: #667085;
	--lp-color-surface: rgba(255, 255, 255, 0.9);
	--lp-color-surface-strong: #ffffff;
	--lp-color-border: #d0d5dd;
	--lp-attached-border-color: rgba(208, 213, 221, 0.38);
	--lp-color-primary: #2563eb;
	--lp-color-primary-hover: #1d4ed8;
	--lp-color-primary-active: #1e40af;
	--lp-color-secondary: #475467;
	--lp-color-link: #2563eb;
	--lp-color-success: #16803c;
	--lp-color-warning: #b7791f;
	--lp-color-danger: #ef4444;
	--lp-shadow-surface: 0 18px 48px rgba(15, 23, 42, 0.14);
	--lp-shadow-control: 0 8px 20px rgba(15, 23, 42, 0.12);
	--lp-radius-sm: 4px;
	--lp-radius-md: 6px;
	--lp-radius-lg: 8px;
	--lp-space-0: 2px;
	--lp-space-1: 4px;
	--lp-space-2: 8px;
	--lp-space-3: 12px;
	--lp-space-4: 16px;
	--lp-space-5: 20px;
	--lp-space-6: 24px;
	--lp-space-7: 32px;
	--lp-font-family: Arial, Helvetica, sans-serif;
	--lp-font-size-body: 1rem;
	--lp-font-size-text: 1.1125rem;
	--lp-font-size-button: 1rem;
	--lp-line-height-text: 1.6;
	--lp-control-height: 48px;
	--lp-control-width: 420px;
	--lp-attached-control-width: 280px;
	--lp-attached-control-height: 40px;
	--lp-attached-input-font-size: 1rem;
	--lp-attached-button-font-size: 0.96rem;
	--lp-button-width: 120px;
	--lp-otp-button-width: 78px;
	--lp-footer-reserve: 76px;
}

html
{
	color: var(--lp-color-text);
	height: auto;
	max-width: 100%;
	min-height: 100%;
	min-width: 0;
	overflow-x: hidden;
	width: 100%;
}

body
{
	align-items: stretch;
	color: var(--lp-color-text);
	font-family: var(--lp-font-family);
	font-size: 0;
	height: auto;
	justify-content: center;
	max-width: 100%;
	min-height: 100%;
	min-width: 0;
	overflow-x: hidden;
	width: 100%;
}

.content-wrapper
{
	align-items: center;
	box-sizing: border-box;
	display: flex;
	font-size: var(--lp-font-size-body);
	justify-content: center;
	margin: 0;
	max-width: none;
	min-height: 100vh;
	min-height: 100dvh;
	padding: clamp(var(--lp-space-5), 4vw, 48px) clamp(var(--lp-space-5), 4vw, 48px) 0;
	position: relative;
	width: 100%;
}

.side-space
{
	display: none;
}

.center-content
{
	backdrop-filter: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	max-width: 100%;
	position: relative;
	text-align: center;
	color: var(--lp-color-text);
	padding: var(--lp-space-4);
	overflow: visible;
	scrollbar-width: none;
	-ms-overflow-style: none;
	display: flex;
	flex-direction: column;
	flex: 0 1 680px;
	gap: var(--lp-space-3);
	justify-content: flex-start;
	min-height: auto;
	width: min(100%, 680px);
}

.center-content::-webkit-scrollbar
{
	display: none;
}

.lp-no-bootstrap .row
{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-inline: 0;
	width: 100%;
}

.lp-no-bootstrap .col
{
	box-sizing: border-box;
	flex: 1 0 0%;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.lp-no-bootstrap .mb-3
{
	margin-bottom: var(--lp-space-2) !important;
}

.lp-no-bootstrap .text-start
{
	text-align: start !important;
}

.lp-no-bootstrap .text-end
{
	text-align: end !important;
}

.lp-no-bootstrap .text-center
{
	text-align: center !important;
}

.lp-no-bootstrap .justify-content-start
{
	justify-content: flex-start !important;
}

.lp-no-bootstrap .justify-content-end
{
	justify-content: flex-end !important;
}

.lp-no-bootstrap .justify-content-between
{
	justify-content: space-between !important;
}

.center-content > div
{
	min-width: 0;
	width: 100%;
}

.center-content .row
{
	margin-inline: 0;
	width: 100%;
}

.center-content .row.mb-3
{
	margin-bottom: var(--lp-space-2) !important;
}

.center-content .row > *
{
	min-width: 0;
}

.bottom-fixed
{
	position: absolute;
	bottom: 0;
	inset-inline: var(--lp-space-5);
}

.center-content p
{
	max-width: 100%;
	margin-block: var(--lp-space-3);
	font-size: var(--lp-font-size-text);
	line-height: var(--lp-line-height-text);
	overflow-wrap: anywhere;
	unicode-bidi: plaintext;
}

.center-content button
{
	margin-top: var(--lp-space-3);
}

.center-content h1,
.center-content h2,
.center-content h3,
.center-content h4,
.center-content h5,
.center-content h6
{
	line-height: 1.2;
	letter-spacing: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	color: var(--lp-color-text);
}

.page-title
{
	margin: var(--lp-space-4) auto 0;
}

.page-media-title-row,
.page-media-combined
{
	margin-bottom: var(--lp-space-4) !important;
}

.page-media-image-row
{
	margin-bottom: var(--lp-space-4) !important;
}

.page-media-combined .page-title
{
	margin-bottom: var(--lp-space-4);
}

.lp-dir-ltr
{
	direction: ltr;
}

.verify-extra-text
{
	font-size: 11pt;
	text-align: start;
	unicode-bidi: plaintext;
}

.js-loader
{
	display: none;
}

.lp-no-bootstrap .js-loader
{
	display: none;
}

.btn.js-submit-button
{
	overflow: hidden;
	position: relative;
}

.btn.js-submit-button:not(.is-loading):not(:disabled)::before
{
	animation: lp-button-shine 3.6s ease-in-out infinite;
	background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.55) 48%, rgba(255, 255, 255, 0) 62%, transparent 100%);
	content: "";
	inset: -35% -60%;
	pointer-events: none;
	position: absolute;
	transform: translateX(-72%) rotate(8deg);
}

.lp-no-bootstrap .spinner-border
{
	animation: lp-spin 0.75s linear infinite;
	border: 0.14em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	display: inline-block;
	height: 1em;
	vertical-align: -0.125em;
	width: 1em;
}

.lp-no-bootstrap .spinner-border-sm
{
	border-width: 0.12em;
	height: 0.875em;
	width: 0.875em;
}

.lp-no-bootstrap .js-loader.spinner-border
{
	display: none;
}

.btn.js-submit-button .js-loader.spinner-border
{
	display: none;
	flex: 0 0 auto;
	inset-inline-end: var(--lp-space-2);
	margin-inline-start: 0 !important;
	pointer-events: none;
	position: absolute;
	top: calc(50% - 0.5em);
}

.btn.js-submit-button .js-loader.spinner-border-sm
{
	top: calc(50% - 0.4375em);
}

.btn.js-submit-button.is-loading .js-loader.spinner-border
{
	display: none !important;
}

.otp-submit-button .js-loader.spinner-border
{
	display: none !important;
}

.lp-no-bootstrap .ms-2
{
	margin-inline-start: var(--lp-space-2);
}

@keyframes lp-spin
{
	to
	{
		transform: rotate(360deg);
	}
}

html[lang="en"] .center-content p
{
	direction: ltr !important;
}

.center-image
{
	display: block;
	width: 80%;
	height: auto;
	max-width: 512px;
	margin: var(--lp-space-4) auto;
	border-radius: var(--lp-radius-lg);
	object-fit: contain;
}

.center-image[src$="/website/images/"]
{
	display: none;
}

.page-logo
{
	box-sizing: border-box;
	inset-inline: var(--lp-space-3);
	position: absolute;
	top: var(--lp-space-4);
	right: var(--lp-space-4);
	z-index: 2;
}

.logo-ltr
{
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	margin: 0;
	position: static;
	width: 100%;
}

.logo-rtl
{
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	margin: 0;
	position: static;
	width: 100%;
}

.logo-ltr img,
.logo-rtl img
{
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.newsletter-form
{
	margin-bottom: 0;
}

.newsletter-form .input-group.mb-3
{
	margin-bottom: 0 !important;
}

.newsletter-form .input-group.mb-3.phone-input-container,
.newsletter-form .input-group.mb-3.otp-input-container
{
	max-width: var(--lp-attached-control-width) !important;
	width: min(100%, var(--lp-attached-control-width)) !important;
}

.phone-input-label
{
	color: var(--lp-color-text);
	display: block;
	font-size: var(--lp-font-size-text);
	font-weight: 400;
	grid-column: 1 / -1;
	line-height: var(--lp-line-height-text);
	margin: 0 auto var(--lp-space-2);
	max-width: var(--lp-control-width);
	overflow-wrap: anywhere;
	text-align: center;
	unicode-bidi: plaintext;
	width: 100%;
}

.input-group
{
	display: flex;
	flex-direction: column;
	max-width: var(--lp-control-width);
	margin: 0 auto;
	gap: var(--lp-space-3);
}

.input-group .form-control
{
	flex: 1;
	min-width: 0;
}

.input-group .form-control
{
	max-width: var(--lp-control-width);
	min-height: var(--lp-control-height);
	text-align: center;
	width: 100%;
}

.lp-no-bootstrap .btn
{
	align-items: center;
	border: 0;
	border-radius: var(--lp-radius-md);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 44px;
	padding: var(--lp-space-2) var(--lp-space-4);
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
}

.input-group .btn
{
	margin-inline: auto;
	max-width: var(--lp-button-width);
	min-height: var(--lp-control-height);
	text-align: center;
	width: min(100%, var(--lp-button-width));
}

.btn.js-submit-button
{
	margin-inline: auto;
	max-width: var(--lp-button-width);
	width: min(100%, var(--lp-button-width));
}

.form-control
{
	border-color: var(--lp-color-border);
	border-radius: var(--lp-radius-md);
	color: var(--lp-color-text);
	min-height: var(--lp-control-height);
}

.form-control::placeholder
{
	color: var(--lp-color-muted);
	opacity: 1;
}

.form-control:focus
{
	border-color: var(--lp-color-primary);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.input-group .btn,
.btn.js-submit-button
{
	align-items: center;
	border: 0;
	border-radius: var(--lp-radius-md);
	box-shadow: var(--lp-shadow-control);
	display: inline-flex;
	font-size: var(--lp-font-size-button);
	font-weight: 700;
	gap: var(--lp-space-2);
	justify-content: center;
	line-height: 1.25;
	min-height: var(--lp-control-height);
	min-width: 124px;
	padding: var(--lp-space-3) var(--lp-space-5);
	text-align: center;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
	touch-action: manipulation;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.btn-primary,
.btn.js-submit-button
{
	background-color: var(--lp-color-primary);
	color: #ffffff;
}

.btn-primary:hover,
.btn.js-submit-button:hover
{
	background-color: var(--lp-color-primary-hover);
	color: #ffffff;
	transform: translateY(-1px);
}

.btn-primary:active,
.btn.js-submit-button:active
{
	background-color: var(--lp-color-primary-active);
	transform: translateY(0);
}

.btn-secondary
{
	background-color: var(--lp-color-secondary);
	border: 0;
	border-radius: var(--lp-radius-md);
	color: #ffffff;
}

.btn-info
{
	background-color: var(--lp-color-link);
	border: 0;
	border-radius: var(--lp-radius-md);
	color: #ffffff;
}

.btn.js-submit-button.is-loading,
.btn.js-submit-button:disabled
{
	cursor: wait;
	opacity: 0.85;
	transform: none;
}

.btn.js-submit-button.is-loading::after
{
	animation: lp-button-progress 1.1s ease-in-out infinite;
	background: rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	bottom: 4px;
	content: "";
	height: 3px;
	inset-inline-start: 10%;
	position: absolute;
	width: 42%;
}

.btn.js-submit-button.is-loading::before
{
	background: rgba(255, 255, 255, 0.16);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

@keyframes lp-button-progress
{
	0%
	{
		inset-inline-start: 8%;
		width: 24%;
	}
	
	50%
	{
		inset-inline-start: 36%;
		width: 56%;
	}
	
	100%
	{
		inset-inline-start: 68%;
		width: 24%;
	}
}

@keyframes lp-button-shine
{
	0%,
	42%
	{
		transform: translateX(-72%) rotate(8deg);
	}
	
	68%,
	100%
	{
		transform: translateX(72%) rotate(8deg);
	}
}

@media (prefers-reduced-motion: reduce)
{
	.btn.js-submit-button:not(.is-loading):not(:disabled)::before
	{
		animation: none;
		display: none;
	}
	
	.btn.js-submit-button.is-loading::after
	{
		animation: none;
		inset-inline-start: 16%;
		width: 68%;
	}
}

.alert
{
	background: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
	color: var(--lp-color-danger);
	line-height: var(--lp-line-height-text);
	margin-inline: auto;
	max-width: var(--lp-control-width);
	padding: 0;
	width: 100%;
}

.alert-success
{
	color: var(--lp-color-success);
}

.status-alert-success,
.status-alert-success p
{
	color: var(--lp-color-text);
}

.alert-danger
{
	color: var(--lp-color-danger);
}

.alert-warning
{
	color: var(--lp-color-warning);
}

.alert-info
{
	color: var(--lp-color-link);
}

.alert.alert-plain
{
	--bs-alert-color: var(--lp-color-text);
	color: var(--lp-color-text);
}

.phone-input-container
{
	align-items: stretch;
	background: transparent;
	border: 0;
	display: grid;
	gap: 0;
	grid-template-columns: auto minmax(96px, 1fr) var(--lp-otp-button-width);
	max-width: var(--lp-attached-control-width) !important;
	overflow: visible;
	padding-inline-start: 0;
	position: relative;
	width: min(100%, var(--lp-attached-control-width)) !important;
}

.otp-input-container,
.verify-input-container
{
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) var(--lp-otp-button-width);
	max-width: var(--lp-attached-control-width) !important;
	width: min(100%, var(--lp-attached-control-width)) !important;
}

.country-code
{
	align-items: center;
	background-color: var(--lp-color-surface-strong);
	border: 1px solid var(--lp-color-border);
	border-radius: var(--lp-radius-md) 0 0 var(--lp-radius-md) !important;
	color: var(--lp-color-muted);
	display: flex;
	font-size: var(--lp-attached-input-font-size);
	font-weight: 700;
	height: var(--lp-attached-control-height);
	min-height: var(--lp-attached-control-height);
	padding: 0 var(--lp-space-2);
	pointer-events: none;
	position: static;
	z-index: 2;
}

.phone-input
{
	background-color: var(--lp-color-surface-strong);
	border: 1px solid var(--lp-color-border);
	border-inline-start: 0;
	border-inline-end: 0;
	border-radius: 0 !important;
	box-sizing: border-box;
	flex: 1;
	font-size: var(--lp-attached-input-font-size);
	height: var(--lp-attached-control-height);
	margin-inline-start: 0;
	min-height: var(--lp-attached-control-height);
	outline: none;
	padding: var(--lp-space-1) var(--lp-space-3);
	position: relative;
}

.otp-input-container .form-control,
.verify-input-container .form-control
{
	border-inline-end: 0;
	border-radius: var(--lp-radius-md) 0 0 var(--lp-radius-md) !important;
	font-size: var(--lp-attached-input-font-size);
	grid-column: 1;
	height: var(--lp-attached-control-height);
	min-height: var(--lp-attached-control-height);
	padding-block: var(--lp-space-1);
}

.phone-input-container .country-code,
.phone-input-container .phone-input,
.otp-input-container > .form-control,
.verify-input-container > .form-control
{
	border-color: var(--lp-attached-border-color) !important;
	box-sizing: border-box;
	box-shadow: none !important;
	filter: none !important;
	font-size: var(--lp-attached-input-font-size) !important;
	height: var(--lp-attached-control-height) !important;
	line-height: 1.2;
	max-height: var(--lp-attached-control-height) !important;
	min-height: var(--lp-attached-control-height) !important;
	padding-bottom: var(--lp-space-1) !important;
	padding-top: var(--lp-space-1) !important;
}

.phone-input-container .phone-input:focus,
.otp-input-container > .form-control:focus,
.verify-input-container > .form-control:focus
{
	border-color: var(--lp-attached-border-color) !important;
	box-shadow: none !important;
	outline: none !important;
}

.phone-input-container,
.otp-input-container,
.verify-input-container,
.phone-input-container .country-code,
.phone-input-container .otp-submit-button,
.otp-input-container .otp-submit-button,
.verify-input-container .otp-submit-button
{
	box-shadow: none !important;
	filter: none !important;
}

.verify-input-container-sliced .otp-sliced-group
{
	display: flex;
	flex-wrap: wrap;
	gap: var(--lp-space-1);
	grid-column: 1;
	justify-content: center;
	min-width: 0;
	width: 100%;
}

.verify-input-container-sliced
{
	gap: var(--lp-space-4);
	grid-template-columns: minmax(0, 1fr);
	justify-items: center;
}

.verify-input-container-sliced .otp-digit-input
{
	aspect-ratio: 1 / 1;
	border: 1px solid var(--lp-color-border);
	border-inline-end: 1px solid var(--lp-color-border);
	border-radius: var(--lp-radius-sm) !important;
	flex: 0 0 clamp(40px, 11vw, 48px);
	font-weight: 700;
	grid-column: auto;
	height: clamp(40px, 11vw, 48px);
	min-height: 0;
	padding-inline: var(--lp-space-1);
	width: clamp(40px, 11vw, 48px);
}

.verify-input-container-sliced .otp-submit-button
{
	border-radius: var(--lp-radius-md) !important;
	grid-column: 1;
	justify-self: center;
	width: 160px !important;
}

.otp-submit-button
{
	font-size: var(--lp-attached-button-font-size);
	height: var(--lp-attached-control-height) !important;
	line-height: 1;
	max-width: var(--lp-otp-button-width) !important;
	min-height: var(--lp-attached-control-height) !important;
	min-width: 0 !important;
	padding-inline: var(--lp-space-0) !important;
	overflow-wrap: normal !important;
	white-space: nowrap !important;
	word-break: keep-all !important;
	width: var(--lp-otp-button-width) !important;
}

.phone-input-container .otp-submit-button,
.otp-input-container .otp-submit-button,
.verify-input-container .otp-submit-button
{
	border-radius: 0 var(--lp-radius-md) var(--lp-radius-md) 0 !important;
	grid-column: auto;
	justify-self: center;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0;
	max-width: var(--lp-otp-button-width) !important;
	height: var(--lp-attached-control-height) !important;
	min-height: var(--lp-attached-control-height) !important;
	min-width: 0 !important;
	padding-inline: var(--lp-space-1) !important;
	width: min(100%, var(--lp-otp-button-width)) !important;
}

.phone-input-container .otp-submit-button,
.otp-input-container .otp-submit-button,
.verify-input-container .otp-submit-button
{
	padding-inline: var(--lp-space-0) !important;
}

.verify-input-container.verify-input-container-sliced .otp-submit-button
{
	border-radius: var(--lp-radius-md) !important;
	font-size: var(--lp-font-size-button);
	grid-column: 1;
	margin-inline: auto !important;
	max-width: 112px !important;
	min-height: 44px !important;
	min-width: 104px !important;
	padding: var(--lp-space-2) var(--lp-space-3) !important;
	width: min(100%, 112px) !important;
}

.verify-input-container-sliced + .alert
{
	margin-top: var(--lp-space-2);
}

.otp-resend-wrap
{
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: var(--lp-space-1) auto 0;
	max-width: var(--lp-control-width);
	text-align: center;
	width: 100%;
}

.otp-resend-button
{
	color: var(--lp-color-primary);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0 !important;
	min-height: 30px;
	padding: var(--lp-space-1) var(--lp-space-2);
	text-decoration: none;
}

.otp-resend-button:hover,
.otp-resend-button:focus
{
	color: var(--lp-color-primary-hover);
	text-decoration: none;
}

.otp-resend-button:disabled
{
	color: var(--lp-color-muted);
	cursor: not-allowed;
	opacity: 0.85;
}

.otp-resend-status
{
	color: var(--lp-color-muted);
	font-size: 0.9rem;
	min-height: 0;
	margin-top: 0;
}

.otp-resend-status:empty
{
	display: none;
}

.otp-resend-status[data-state="success"]
{
	color: var(--lp-color-success);
}

.otp-resend-status[data-state="error"]
{
	color: var(--lp-color-danger);
}

.btn.js-submit-button:not(.otp-submit-button)
{
	font-size: var(--lp-font-size-button);
	max-width: 112px;
	min-height: 44px;
	min-width: 104px;
	padding: var(--lp-space-2) var(--lp-space-3);
	width: min(100%, 112px);
}

.terms-check
{
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: var(--lp-space-2);
	justify-content: center;
	line-height: 1.35;
	margin: var(--lp-space-1) auto 0;
	max-width: var(--lp-control-width);
	min-height: 44px;
	padding: 0 var(--lp-space-3);
	position: relative;
	text-align: center;
	touch-action: manipulation;
	width: fit-content;
}

.terms-check::before
{
	background: linear-gradient(90deg, transparent 0%, rgba(37, 99, 235, 0.82) 50%, transparent 100%);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: calc(-1 * var(--lp-space-2));
	transform: translateX(-50%);
	width: min(280px, 78vw);
}

.terms-check[dir="rtl"]
{
	flex-direction: row;
}

.terms-check .form-check-input
{
	cursor: pointer;
	flex: 0 0 auto;
	height: 18px;
	margin: 0;
	width: 18px;
}

.footer-container
{
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: var(--lp-space-1);
	justify-content: center;
	margin: auto auto 0;
	max-width: var(--lp-control-width);
	padding: 0 var(--lp-space-4) calc(var(--lp-space-3) + env(safe-area-inset-bottom, 0px));
	bottom: 0;
	position: sticky;
	text-align: center;
	width: min(100%, var(--lp-control-width));
	z-index: 10;
}

.footer-button
{
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: var(--lp-radius-sm);
	color: var(--lp-color-link);
	cursor: pointer;
	display: inline-flex;
	flex: 1 1 0;
	font-size: 0.92rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	margin-top: 0;
	min-height: 44px;
	min-width: 0;
	overflow: hidden;
	padding: var(--lp-space-2);
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	touch-action: manipulation;
	white-space: nowrap;
}

.footer-button:hover,
.footer-button:focus
{
	background-color: rgba(37, 99, 235, 0.08);
	outline: none;
}

.footer-button:focus-visible
{
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.separator
{
	flex: 0 0 1px;
	width: 1px;
	min-height: 18px;
	background: var(--lp-color-border);
}

.lp-no-bootstrap .modal-open
{
	overflow: hidden;
}

.lp-no-bootstrap .modal
{
	align-items: center;
	background: rgba(15, 23, 42, 0.48);
	box-sizing: border-box;
	display: none;
	font-size: var(--lp-font-size-body);
	inset: 0;
	justify-content: center;
	overflow-x: hidden;
	overflow-y: auto;
	padding: var(--lp-space-4);
	position: fixed;
	z-index: 1050;
}

.lp-no-bootstrap .modal.show
{
	display: flex;
}

.lp-no-bootstrap .modal-dialog
{
	box-sizing: border-box;
	margin: auto;
	max-height: calc(100dvh - 32px);
	max-width: 500px;
	pointer-events: none;
	width: min(100%, 500px);
}

.lp-no-bootstrap .modal-content
{
	background: var(--lp-color-surface-strong);
	border: 0;
	border-radius: var(--lp-radius-lg);
	box-sizing: border-box;
	box-shadow: var(--lp-shadow-surface);
	color: var(--lp-color-text);
	display: flex;
	flex-direction: column;
	font-size: var(--lp-font-size-body);
	max-height: calc(100dvh - 32px);
	pointer-events: auto;
	width: 100%;
}

.lp-no-bootstrap .modal-header,
.lp-no-bootstrap .modal-footer
{
	align-items: center;
	border: 0 solid rgba(208, 213, 221, 0.7);
	border-color: rgba(208, 213, 221, 0.7);
	box-sizing: border-box;
	display: flex;
	flex: 0 0 auto;
	gap: var(--lp-space-3);
	max-width: 100%;
	padding: var(--lp-space-4);
	width: 100%;
}

.lp-modal-header
{
	align-items: flex-start;
	box-sizing: border-box;
	min-width: 0;
	overflow-wrap: anywhere;
	width: 100%;
}

.lp-no-bootstrap .lp-modal-header
{
	border-bottom-width: 1px;
}

.lp-modal-header > div
{
	box-sizing: border-box;
	min-width: 0;
}

.lp-modal-header > div:first-child
{
	flex: 0 0 auto;
}

.lp-modal-title-wrap
{
	flex: 1 1 auto;
	max-width: 100%;
	min-width: 0;
}

.lp-no-bootstrap .modal-footer
{
	border-top-width: 1px;
	flex-wrap: wrap;
}

.lp-modal-footer
{
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.lp-modal-title
{
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	text-align: start;
	white-space: normal;
	word-break: normal;
}

.lp-modal-title[dir="rtl"],
.lp-modal-body[dir="rtl"],
.lp-modal-body[dir="rtl"] p
{
	direction: rtl;
	text-align: right !important;
}

.lp-modal-title[dir="ltr"],
.lp-modal-body[dir="ltr"],
.lp-modal-body[dir="ltr"] p
{
	direction: ltr;
	text-align: left !important;
}

.lp-modal-body
{
	box-sizing: border-box;
	flex: 1 1 auto;
	font-size: var(--lp-font-size-body);
	line-height: var(--lp-line-height-text);
	max-width: 100%;
	min-width: 0;
	overflow-y: auto;
	padding: var(--lp-space-4);
	-webkit-overflow-scrolling: touch;
}

.lp-modal-text
{
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
	width: 100%;
}

.lp-modal-text p
{
	margin: 0 0 var(--lp-space-3);
	max-width: 100%;
	overflow-wrap: anywhere;
	white-space: normal;
}

.lp-modal-text.lp-auto-text,
.lp-modal-text.lp-auto-text p,
.lp-modal-text.lp-auto-text li,
.lp-modal-text.lp-auto-text div
{
	text-align: start !important;
	unicode-bidi: plaintext;
}

.lp-modal-text.lp-auto-text p[dir="rtl"],
.lp-modal-text.lp-auto-text li[dir="rtl"],
.lp-modal-text.lp-auto-text div[dir="rtl"]
{
	direction: rtl;
	text-align: right !important;
}

.lp-modal-text.lp-auto-text p[dir="ltr"],
.lp-modal-text.lp-auto-text li[dir="ltr"],
.lp-modal-text.lp-auto-text div[dir="ltr"]
{
	direction: ltr;
	text-align: left !important;
}

.lp-modal-text p:last-child
{
	margin-bottom: 0;
}

.lp-no-bootstrap .btn-close
{
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: var(--lp-radius-sm);
	color: var(--lp-color-muted);
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	width: 44px;
}

.lp-no-bootstrap .btn-close::before,
.lp-no-bootstrap .btn-close::after
{
	background: currentColor;
	content: "";
	height: 2px;
	position: absolute;
	width: 18px;
}

.lp-no-bootstrap .btn-close::before
{
	transform: rotate(45deg);
}

.lp-no-bootstrap .btn-close::after
{
	transform: rotate(-45deg);
}

.lp-no-bootstrap .btn-close:focus-visible
{
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
	outline: none;
}

@media (max-width: 767.98px)
{
	html,
	body
	{
		align-items: stretch;
		justify-content: flex-start;
	}
	
	.content-wrapper
	{
		margin: 0;
		min-height: 100vh;
		min-height: 100dvh;
		max-width: 100%;
		overflow-x: hidden;
	}
	
	.side-space
	{
		display: none;
	}
	
	.center-content
	{
		border-radius: 0;
		box-sizing: border-box;
		flex: 1 1 100%;
		min-height: 100vh;
		min-height: 100dvh;
		max-width: 100%;
		overflow-x: hidden;
		padding: var(--lp-space-6) var(--lp-space-4) 0;
		width: 100%;
	}
	
	.center-content p
	{
		font-size: var(--lp-font-size-text);
		margin-inline: auto;
		max-width: calc(100% - var(--lp-space-5));
		width: min(100%, 380px);
	}
	
	.center-content h1,
	.center-content h2,
	.center-content h3,
	.center-content h4,
	.center-content h5,
	.center-content h6
	{
		margin-inline: auto;
		max-width: calc(100% - var(--lp-space-5));
		width: min(100%, 380px);
	}
	
	.center-image
	{
		width: min(78vw, 360px);
	}
	
	.input-group
	{
		width: 100%;
		max-width: 100%;
	}
	
	.phone-input-container,
	.otp-input-container,
	.verify-input-container
	{
		max-width: var(--lp-attached-control-width);
		width: 100%;
	}
	
	.footer-container
	{
		margin-inline: auto;
		max-width: calc(100% - var(--lp-space-5));
		padding-inline: 0;
		width: min(100%, 380px);
	}
	
}

@media (prefers-reduced-motion: reduce)
{
	.btn.js-submit-button,
	.btn-primary
	{
		transition: none;
	}
}
