.bimaco-login-ribbon,
.bimaco-login-prompt {
	font-family: Aller, Arial, sans-serif;
}

.bimaco-login-ribbon[hidden],
.bimaco-login-prompt[hidden] {
	display: none !important;
}

.bimaco-login-ribbon {
	background: rgba(34, 34, 34, 0.96);
	bottom: 0;
	box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.18);
	color: #fff;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 9998;
}

.bimaco-login-ribbon__inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin: 0 auto;
	max-width: 1180px;
	min-height: 76px;
	padding: 12px 54px 12px 20px;
	position: relative;
}

.bimaco-login-ribbon p {
	color: #fff;
	font-size: clamp(18px, 2.2vw, 25px);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.bimaco-login-ribbon__cta {
	-webkit-appearance: none;
	appearance: none;
	background: #ec008c;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	min-height: 48px;
	padding: 0 26px;
	transition: background 0.18s ease, transform 0.18s ease;
}

.bimaco-login-ribbon__cta:hover,
.bimaco-login-ribbon__cta:focus-visible {
	background: #c4007a;
	outline: none;
	transform: translateY(-1px);
}

.bimaco-login-ribbon__close {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.72);
	cursor: pointer;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
}

.bimaco-login-ribbon__close:hover,
.bimaco-login-ribbon__close:focus-visible {
	color: #fff;
	outline: none;
}

.bimaco-login-ribbon__close svg,
.bimaco-login-prompt__close svg {
	display: block;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 24px;
}

.bimaco-login-prompt {
	inset: 0;
	position: fixed;
	z-index: 10000;
}

.bimaco-login-prompt__backdrop {
	background: rgba(17, 17, 17, 0.74);
	inset: 0;
	position: absolute;
}

.bimaco-login-prompt__dialog {
	background: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
	color: #111;
	left: 50%;
	max-height: min(92vh, 860px);
	max-width: 640px;
	overflow: auto;
	padding: 28px 42px 34px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(calc(100vw - 32px), 640px);
}

.bimaco-login-prompt__close {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	color: #111;
	cursor: pointer;
	height: 44px;
	left: 18px;
	position: absolute;
	top: 18px;
	width: 44px;
}

.bimaco-login-prompt__brand {
	margin-bottom: 26px;
	text-align: center;
}

.bimaco-login-prompt__brand img {
	display: inline-block;
	height: auto;
	max-width: 178px;
}

.bimaco-login-prompt__benefits {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto 30px;
	max-width: 560px;
}

.bimaco-login-prompt__benefit {
	text-align: center;
}

.bimaco-login-prompt__benefit span {
	align-items: center;
	background: transparent;
	border: 0;
	display: inline-flex;
	height: 76px;
	justify-content: center;
	margin-bottom: 12px;
	width: 86px;
}

.bimaco-login-prompt__benefit img {
	display: block;
	height: 76px;
	object-fit: contain;
	width: 86px;
}

.bimaco-login-prompt__benefit strong {
	color: #1f2430;
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.18;
}

.bimaco-login-prompt__benefit em {
	color: #333;
	display: block;
	font-size: 15px;
	font-style: normal;
	line-height: 1.3;
	margin-top: 4px;
}

.bimaco-login-prompt h2 {
	color: #111;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 18px;
	text-align: center;
}

.bimaco-login-prompt__form {
	display: grid;
	gap: 14px;
	margin: 0;
}

.bimaco-login-prompt__form input {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #cfd4dc;
	border-radius: 4px;
	color: #111;
	font: inherit;
	font-size: 18px;
	height: 50px;
	line-height: 1.2;
	padding: 0 14px;
	width: 100%;
}

.bimaco-login-prompt__form input::placeholder {
	color: #777;
}

.bimaco-login-prompt__form input:focus {
	border-color: #00aeef;
	box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.16);
	outline: none;
}

.bimaco-login-prompt__form button {
	-webkit-appearance: none;
	appearance: none;
	background: #ec008c;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	height: 50px;
	line-height: 1;
	transition: background 0.18s ease, transform 0.18s ease;
}

.bimaco-login-prompt__form button:hover,
.bimaco-login-prompt__form button:focus-visible {
	background: #c4007a;
	outline: none;
	transform: translateY(-1px);
}

.bimaco-login-prompt__helper {
	font-size: 15px;
	line-height: 1.4;
	margin: 15px 0 24px;
	text-align: center;
}

.bimaco-login-prompt__helper a {
	color: #555;
	text-decoration: none;
}

.bimaco-login-prompt__helper a:hover,
.bimaco-login-prompt__helper a:focus-visible {
	color: #ec008c;
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

.bimaco-login-prompt__divider {
	align-items: center;
	display: flex;
	gap: 14px;
	margin: 0 0 16px;
}

.bimaco-login-prompt__divider span {
	background: #eceff3;
	flex: 1 1 auto;
	height: 1px;
}

.bimaco-login-prompt__divider strong {
	color: #777;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.bimaco-login-prompt__social-auth {
	margin: 0;
}

.bimaco-login-prompt__providers {
	display: grid;
	gap: 12px;
}

.bimaco-login-prompt__google-shell--desktop {
	display: block;
}

.bimaco-login-prompt__google-shell--mobile {
	display: none;
}

.bimaco-login-prompt__google-shell,
.bimaco-login-prompt__provider {
	border-radius: 4px !important;
	height: 48px !important;
	min-height: 48px !important;
	overflow: hidden;
}

.bimaco-login-prompt__google-shell {
	position: relative;
}

.bimaco-login-prompt__google-shell .bimaco-social-auth-v2__provider-slot--google-layer {
	align-items: center;
	display: flex;
	height: 48px !important;
	inset: 0 !important;
	justify-content: center;
	min-height: 48px !important;
	position: absolute !important;
	width: 100% !important;
	z-index: 3;
}

.bimaco-login-prompt__google-shell .bimaco-social-auth-v2__provider--google-visual {
	align-items: center !important;
	display: flex !important;
	justify-content: center !important;
	opacity: 1;
	pointer-events: none;
	position: relative;
	z-index: 1;
}

.bimaco-login-prompt__google-shell .bimaco-social-auth-v2__provider-slot--google-layer {
	opacity: 0;
	pointer-events: auto;
}

.bimaco-login-prompt__google-shell .bimaco-social-auth-v2__provider-slot--google-layer iframe {
	pointer-events: auto;
}

.bimaco-login-prompt__provider {
	background: #fff !important;
	border: 1px solid #cfd4dc !important;
	box-shadow: none !important;
	color: #111 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	justify-content: center !important;
	padding: 0 14px !important;
	width: 100%;
}

.bimaco-login-prompt .bimaco-social-auth-v2__content {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	justify-content: center;
	margin: 0 auto;
	width: auto;
}

.bimaco-login-prompt .bimaco-social-auth-v2__text {
	display: inline-block;
	min-width: 154px;
	text-align: left;
}

.bimaco-login-prompt .bimaco-social-auth-v2__icon,
.bimaco-login-prompt .bimaco-social-auth-v2__icon svg {
	display: inline-flex;
	flex: 0 0 22px;
	height: 22px;
	width: 22px;
}

.bimaco-login-prompt__legal {
	color: #333;
	font-size: 15px;
	line-height: 1.45;
	margin: 20px auto 0;
	max-width: 520px;
	text-align: center;
}

.bimaco-login-prompt__legal a {
	color: #006bd6;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

body.bimaco-login-prompt-is-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.bimaco-login-ribbon__inner {
		justify-content: space-between;
		min-height: 68px;
		padding: 10px 48px 10px 16px;
	}

	.bimaco-login-ribbon p {
		font-size: 18px;
	}

	.bimaco-login-ribbon__cta {
		font-size: 15px;
		min-height: 42px;
		padding: 0 20px;
	}

	.bimaco-login-prompt__dialog {
		border-radius: 0;
		inset: 0;
		max-height: none;
		max-width: none;
		padding: 26px 24px 32px;
		top: 0;
		transform: none;
		width: 100%;
	}

	.bimaco-login-prompt__brand img {
		max-width: 164px;
	}

	.bimaco-login-prompt__secure {
		font-size: 17px;
		margin-bottom: 28px;
	}

	.bimaco-login-prompt__benefits {
		gap: 10px;
		margin-bottom: 24px;
		max-width: 100%;
	}

	.bimaco-login-prompt__benefit span {
		height: 62px;
		margin-bottom: 8px;
		width: 70px;
	}

	.bimaco-login-prompt__benefit img {
		height: 62px;
		object-fit: contain;
		width: 70px;
	}

	.bimaco-login-prompt__benefit strong {
		font-size: 14px;
	}

	.bimaco-login-prompt__benefit em {
		font-size: 14px;
	}

	.bimaco-login-prompt h2 {
		font-size: 22px;
	}

	.bimaco-login-prompt__form input,
	.bimaco-login-prompt__form button {
		font-size: 17px;
		height: 50px;
	}

	.bimaco-login-prompt__google-shell--desktop {
		display: none;
	}

	.bimaco-login-prompt__google-shell--mobile {
		display: block;
	}
}

@media (max-width: 420px) {
	.bimaco-login-ribbon p {
		font-size: 16px;
	}

	.bimaco-login-ribbon__cta {
		font-size: 15px;
		min-height: 42px;
		padding: 0 16px;
	}

	.bimaco-login-prompt__benefits {
		gap: 12px;
	}

	.bimaco-login-prompt__benefit strong {
		font-size: 17px;
	}

	.bimaco-login-prompt__benefit em {
		font-size: 14px;
	}
}
