html {
	scroll-behavior: smooth;
}
.lp-top {
    text-align: center;
	padding-bottom: 50px;
}
.lp-top  .wpb_single_image {
    filter: drop-shadow(0px 3px 0 #fff);
}
.lp-top img {
    width: 250px;
}
.lp-top .wpb_text_column {
    background: #fff;
	border: 1px solid #ccc;
    padding: 50px 50px;
	position: relative;
}
.lp-top h1 {
    font-size: 70px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	color: #d2232a;
}
.lp-top p {
    font-size: 50px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 700;
}
.lp-top button {
    background: #ae2b30;
	color:#fff;
	border: none;
	border-radius: 10px;
	font-size: 30px;
	height: 50px;
	padding: 0 30px;
	line-height: 1;
	box-shadow: inset 0px 4px 0 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
	transition: .5s;
}
.lp-top button:hover {
    background: #d2232a;
}

/* text */
.lp-text {
	padding-top: 30px;
}
.lp-text .upb_row_bg {
	filter: saturate(80%);
}
.lp-text .upb_bg_overlay {
    background-color: rgb(174, 43, 48) !important;
    mix-blend-mode: screen;
	filter: brightness(60%);
}
.lp-text .wpb_text_column {
	background: rgba(255,255,255,0.7);
	padding: 25px;
	text-align: center;
	font-size: 25px;
	line-height: 1.4;
	width: 70%;
	margin: auto;
	border-top: 5px solid #ae2b30;
	text-shadow: 0 2px 0px white;
}
.lp-text h2 {
	font-size: 40px;
}

/* form */

.lp-con {
	padding: 0px 0 35px;
	text-align: center;
	color: #fff;	
	font-size: 25px;
}
.lp-con h2 {
	color: #fff;
	font-size: 40px;
}
.lp-con a {
	color: #fff !important;
}
.lp-con .lp-form .wpcf7-form-control.wpcf7-submit {
    background-color: #222 !important;
	transition: .5s;
}
.lp-con .lp-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #222 !important;
	opacity: .8;
}

/* bottom */
.bottom-lp {
	padding: 25px 0;
	color: #fff;
	line-height: 1.5;
}
.bottom-lp a {
	color: #fff;
	text-decoration: none;	
}
.bottom-lp .vc_column-inner {
	padding-top: 0 !important;
}
.bottom-lp .wpb_content_element {
	margin: 0;
}
.combar {
	float: left;
	line-height: 1;
}

@media screen and (max-width: 990px) {
	.lp-top {
		padding-bottom: 20px;
	}
	.lp-top .wpb_text_column {
		padding: 15px 15px 30px;
	}
	.lp-top .wpb_single_image.vc_align_center {
		margin-bottom: 25px;
	}
	.lp-top img {
		width: 150px;
	}
	.lp-top h1 {
		font-size: 12vw;
	}
	.lp-top p {
		font-size: 8vw;
	}
	.lp-top button {
		font-size: 6vw;
	}
	.lp-text {
		padding-top: 0px;
	}
	.lp-text .wpb_text_column {
		box-sizing: border-box;
		width: 100%;
		padding: 20px;
	}
	.lp-con h2,
	.lp-text h2 {
		font-size: 10vw;
		margin-bottom: 10px;
	}
	.lp-con .wpb_text_column,
	.lp-text .wpb_text_column {
		font-size: 6vw;
		line-height: 1.2;
	}
	.lp-con .wpb_text_column {
		margin-bottom: 20px;
	}
	.bottom-lp {
		text-align: center;
	}
	.bottom-lp p {
		margin-bottom: 7px;
	}
	.combar {
		float: unset;
	}
}