.cookie-modal {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: hsla(0, 0%, 0%, 0.4);
	display: none;
}
.cookie-modal.show {
	display: block;
}
.cookie-modal .model-content-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #bb16a3;
	color: #FFF;
	padding: 34px 0;
}
.cookie-modal .model-content-body .content_wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
}
@media (min-width: 992px) {
	.cookie-modal .model-content-body .content_wrap {
		gap: 80px;
		flex-direction: row;
	}
}
.cookie-modal .model-content-body .content_wrap p a {
	text-decoration: underline;
	text-underline-offset: 25%;
	text-decoration-thickness: 10%;
}
.cookie-modal .model-content-body .content_wrap .button-wrap {
	display: flex;
	justify-content: center;
	gap: 32px;
}
.cookie-modal .model-content-body .content_wrap .button-wrap .cta_button {
	font-size: 20px;
	letter-spacing: 0.5px;
}

.hcp-model {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: hsla(0, 0%, 0%, 0.4);
	display: none;
	flex-direction: column;
	justify-content: center;
}
.hcp-model.show {
	display: flex;
}
.hcp-model .model-content-body {
	border-radius: 20px;
	background: linear-gradient(0deg, rgba(166, 187, 200, 0.16) 0%, rgba(166, 187, 200, 0.16) 100%), #FFF;
	padding: 42px 18px;
	max-width: 570px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
@media (min-width: 576px) {
	.hcp-model .model-content-body {
		padding: 42px 32px;
	}
}
.hcp-model .model-content-body p {
	font-size: clamp(1.25rem, 4.16vw, 1.5rem);
	line-height: 1.1;
	text-align: center;
}
.hcp-model .model-content-body .button-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: -moz-max-content;
	width: max-content;
}
.hcp-model .model-content-body .button-wrap .cta_button {
	font-size: clamp(1.125rem, 3.75vw, 1.25rem);
	letter-spacing: 0.5px;
}

.external-link-model {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: hsla(0, 0%, 0%, 0.4);
	display: none;
	flex-direction: column;
	justify-content: center;
}
.external-link-model.show {
	display: flex;
}
.external-link-model .model-content-body {
	border-radius: 20px;
	background: #fff;
	padding: 16px;
	max-width: 570px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
@media (min-width: 576px) {
	.external-link-model .model-content-body {
		padding: 16px;
	}
}
.external-link-model .model-content-body .modal-content__logo {
	width: 100%;
	text-align: center;
}
.external-link-model .model-content-body .modal-content__logo > img {
	width: 145px;
	height: auto;
}
.external-link-model .model-content-body .modal-content__text {
	padding: 32px 0;
	border-top: 1px solid #DEE2E6;
	border-bottom: 1px solid #DEE2E6;
}
.external-link-model .model-content-body .ext-info__head {
	color: #000;
	font-weight: 600;
	margin-bottom: 18px;
}
.external-link-model .model-content-body .ext-info__text {
	font-weight: 300;
}
.external-link-model .model-content-body .button-wrap {
	width: 100%;
	display: flex;
	justify-content: end;
	gap: 15px;
	flex-wrap: wrap;
	padding: 10px;
}
@media (min-width: 768px) {
	.external-link-model .model-content-body .button-wrap {
		gap: 20px;
	}
}
.external-link-model .model-content-body .button-wrap .cta_button {
	font-size: clamp(0.875rem, 3.75vw, 1rem);
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 50px;
	border: 1px solid #8DC63F;
	padding: 7px 24px;
}/*# sourceMappingURL=modal.css.map */