/*Coupon page style*/

div.top_corner.show {
	display: none;
}

header.desktop div.header_content nav {
	visibility: hidden;
	opacity: 0;
}

div#strip.sale,
footer div#popup {
	display: none;
}

div.activate {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 265px;
	text-align: center;
}

div.activate a {
	font-size: 24px;
	font-weight: 700;
	display: block;
	width: 100%;
	padding: 10px;
	background-color: rgb(243, 64, 35);
	color: white;
	border: none;
	position: relative;
	transition: all 0.3s;
	-webkit-appearance: none;
	border-radius: 5px;
	text-transform: uppercase;
}

div.banner {
	text-align: center;
	padding: 0.5em;
	background-color: #32b4a6;
}

div.banner p {
	font-size: 30px;
	color: white;
	letter-spacing: 3px;
}

section.header {
	margin-top: 0px;
	padding: 2em calc((100% - 1200px)/ 2);
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/coupon-dementia.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: calc(100vw * 470/1920);
	min-height: 470px;
	position: relative;
	z-index: 1;
}

section.header.Dementia {
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/Alto-Dementia.jpg);
}

section.header.b2b {
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/banner-b2b.webp);
}

section.header h1 {
	color: #32b4a6;
	font-size: 40px;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 0.3em;
}

section.header img.logo {
	width: 15%;
}

section.header div.wrap {
	position: relative;
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/coupon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 434px;
	height: 214px;
	display: block;
	position: relative;
}

section.header div.wrap div.contact {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
}

section.header div.wrap div.contact form {
	position: relative;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	left: 26px;
}

section.header div.wrap div.contact form div.coupon_amount {
	text-align: center;
}

section.header div.wrap div.contact form div.coupon_amount h3 {
	font-size: 50px;
	font-weight: 900;
	color: #f34023;
}

section.header div.wrap div.contact form label {
	position: relative;
}

section.header div.wrap div.contact form label.email:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 0.5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/wp-content/themes/angelsense/images/error-icon-x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
	display: none;
}

section.header div.wrap div.contact form.show label.email:after {
	display: block;
}


section.header div.wrap div.contact form input[type="email"] {
	font-family: 'Open Sans';
	font-weight: 600;
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border: 2px solid #c7c7c7;
	border-radius: 5px;
	padding: 0.5em 0.5em;
	margin-bottom: 8px;
	outline: 0;
	width: 100%;
}

section.header div.wrap div.contact form input[type="submit"] {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	display: block;
	width: 100%;
	padding: 10px;
	background-color: rgb(243, 64, 35);
	color: white;
	border: none;
	position: relative;
	transition: all 0.3s;
	-webkit-appearance: none;
	border-radius: 5px;
	text-transform: uppercase;
}

section.header div.wrap div.logo {
	display: inline-block;
	vertical-align: middle;
	background-color: white;
	position: absolute;
	bottom: -10px;
	left: 43%;
	padding: 1.5em 3em 3.5em 3em;
	border-radius: 30px;
	z-index: 0;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

section.header div.wrap div.logo img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}

section#features {
	padding: 50px calc((100% - 1200px)/ 2);
	padding-top: 100px;
	text-align: center;
	position: relative;
}

section#features > h2 {
	font-size: 40px;
	font-weight: 600;
	color: #32b4a6;
	line-height: 1.2;
	position: relative;
}

section#features > h2:after {
	content: '';
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 3px;
	background-color: #32b4a6;
	margin-top: 0.5em;
}

section#features div.wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 50px;
	position: relative;
	z-index: 15;
}

section#features div.wrap div {
	width: 20%;
}

section#features div.wrap div h3 {
	font-weight: 600;
	color: #32b4a6;
	line-height: 1.2;
	font-size: 18px;
}

section#features div.wrap div p {
	padding: 0em 0.5em;
	color: #292929;
	margin-top: 0.3em;
	min-height: 60px;
}

section#features div.wrap div img {
	display: block;
	width: 100%;
	height: auto;
}

section#testimonials {
	padding: 80px calc((100% - 1200px)/ 2);
	position: relative;
	background-color: #32b4a6;
	position: relative;
}

section#testimonials:after,
section#testimonials:before {
	content: '';
	position: absolute;
	top: 0;
	left: 1em;
	background-image: url(/wp-content/themes/angelsense/images/coupon-page/quote.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 166px;
	height: 123px;
}

section#testimonials:after {
	left: auto;
	top: auto;
	right: 1em;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

section#testimonials div.wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

section#testimonials div.wrap div {
	text-align: center;
	color: white;
	padding: 0em 2em;
}

section#testimonials div.wrap div h3 {
	font-size: 18px;
	font-weight: 600;
}

section#testimonials div.wrap div p {
	margin-top: 1em;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	padding-top: 1em;
}

section#product {
	padding: 50px calc((100% - 950px)/ 2);
}

section#product div.activate {
	margin-top: 70px;
}

section#product div.slider {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section#product div.slider div.container {
	position: relative;
	text-align: center;
}

section#product div.slider div.container:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(/wp-content/themes/angelsense/images/product-tour/play.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 80px;
	height: 80px;
}

.wistia_responsive_padding {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
}

.slick-slide img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	border: 1px solid #e6e6e7;
	padding: 1em 7em;
}

.slick-dots li {
	background-color: #bfbfbf;
	border-radius: 50%;
	width: 14px !important;
	height: 14px !important;
}

.slick-dots li.slick-active {
	background-color: rgb(50, 180, 166);
}

.slick-dots li button:before {
	display: none;
}

.slick-next,
.slick-prev {
	width: 30px !important;
	height: 30px !important;
	background-color: transparent !important;
	z-index: 100000 !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% auto !important;
	outline: 0 !important;
	z-index: 0 !important;
}

.slick-next {
	background-image: url("/wp-content/themes/angelsense/images/home-page/next-reg.png") !important;
	width: 45px !important;
	height: 45px !important;
	right: -30px !important;
}

.slick-next:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/wp-content/themes/angelsense/images/home-page/next-hover.png");
	z-index: 0;
	opacity: 0;
}

.slick-prev {
	background-image: url("/wp-content/themes/angelsense/images/home-page/prev-reg.png") !important;
	width: 45px !important;
	height: 45px !important;
	left: -30px !important;
}

.slick-prev:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/wp-content/themes/angelsense/images/home-page/prev-hover.png");
	z-index: 0;
	opacity: 0;
}

.slick-prev:hover:after,
.slick-next:hover:after {
	opacity: 1;
}

.slick-next:before,
.slick-prev:before {
	display: none !important;
}

.slick-dots li.slick-active button:before {
	color: rgb(50, 180, 166) !important;
}

section.risk {
	padding: 50px calc((100% - 800px)/ 2);
	text-align: center;
	background-image: url("/wp-content/themes/angelsense/images/wearing/footer.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: calc(100vw * (508/1920));
	min-height: 508px;
}

section.risk h2 {
	display: block;
	font-size: 40px;
	font-weight: 600;
	color: #32b4a6;
	line-height: 1.2;
	text-align: center;
	position: relative;
}

section.risk h2:after {
	content: '';
	display: block;
	margin: 0.5em auto 0.5em auto;
	width: 134px;
	height: 134px;
	background-image: url("/wp-content/themes/angelsense/images/home-page/stamp.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

section.risk p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	color: #292929;
	line-height: 1.3;
	font-weight: 400;
	width: 450px;
}

section.risk div.activate {
	width: 450px;
	margin-top: 2em;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: landscape) {
	section.header {
		padding: 2em calc((100% - 950px)/ 2);
	}

	section#features div.wrap div h3 {
		min-height: 50px;
	}

	section#testimonials:after,
	section#testimonials:before {
		width: 95px;
		height: 73px;
	}
}