.lp-modal {
	position: fixed;
	padding: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	width: 100vw;
	height: 100vh;
	background-color: #282f61;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}


.lp-modal .inner {
	max-width: 90%;
    width: 700px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lp-modal .inner h3 {
    font-size: 40px;
    color: #fff;
	font-weight: 700;
	margin: 40px 0;
}

.lp-modal .inner a {
	text-decoration: underline;
}

html.no-scroll {
	overflow: hidden;
}

.consent label {
	font-weight: 400;
	margin-left: 0.5rem;
}

.consent {
	margin-bottom: 1rem;
}

.lp-modal .ml {
	font-size: 11px;
	padding-bottom: 2rem;
}

.lp-modal .btn {
	cursor: pointer;
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin: 30px 0 50px;
    background-color: #434fa3;
    font-family: "Poppins-Bold";
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
	display: inline-block;
}

.lp-modal .btn:hover {
	background-color: rgb(132, 130, 169);
}

.lp-modal #popup-error {
	font-weight: 700;
	font-size: 14px;
	display: none;
}

.lp-modal #popup-error.show {
	display: block;
}

.lp-modal.remove {
	display: none;
}