
body.page-cpmpurchasable .section {
	position: relative;
}
body.page-cpmpurchasable .link {
	position: absolute;
	top: -85px;
}
body.page-cpmfree .header .button.download{
	padding: 9px 30px;
	margin-top: 20px;
	border-radius: 4px;
	background-color: #62c32d;
	font-size: inherit;
	color: white;
}
body.page-cpmfree .header .button.download:before{
	display: none;
}
/* footer */
.page-cpmpurchasable .footer .logo{
	filter: brightness(0) grayscale(1) invert(1);
}

/* ==================== section-cpmFree-banner ================================================== */

.section-cpmFree-banner{
	background-color: #0092a8;
}
.section-cpmFree-banner .content{
	position: relative;
	min-height: 650px;
	padding-bottom: 10px;
}
.section-cpmFree-banner .media{
	position: absolute;
	top: 285px;
	display: block;
	max-width: 100%;
	width: 534px;
	right: 20px;
	height: 313px;
}
.section-cpmFree-banner .media:after{
	position:absolute;
	content: '';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: url(../../../images/main/icons/play-big.svg) no-repeat 50% 50%;
	background-size: 150px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.7));
}
.section-cpmFree-banner h1{
	margin: 10px auto 20px auto;
	max-width: 800px;
	line-height: 1;
}
.section-cpmFree-banner h3{
	margin-top: 20px;
	font-size: 26px;
}
.section-cpmFree-banner .text{
	width: 45%;
	margin-top: 50px;
	text-align: left;
}
.section-cpmFree-banner .details{
	display:block;
	margin-top: -20px;
	font-size: 18px;
	color: white;
	text-decoration: none;
}
.section-cpmFree-banner p{
	font-size: 25px;
	font-size: 20px;
}
.section-cpmFree-banner .price{
	max-width: 350px;
	margin: 10px auto 0px auto;
	text-align: center;
	font-size: 20px;
}
.section-cpmFree-banner .module-download{
	text-align: center;
}
.section-cpmFree-banner .buttons > *{
	min-height: 110px;
	margin: 0;
}
.section-cpmFree-banner .buttons .button{
	background-color: #ff6666;
	font-size: 250%;
	box-shadow: 5px 0px 10px rgba(0,0,0,0.3);
	min-width: 350px;
	border-radius: 8px;
	text-align: center;
}
.section-cpmFree-banner .button-extra{
	background-color: #1482ed;
	display: inline-block;
	color: white;
	font-size: 31px;
	border-radius: 6px;
	padding: 12px 15px;
}
.section-cpmFree-banner .button-extra span{
	display: block;
	font-size: 13px;
	border-radius: 6px;
	white-space: nowrap;
}
.section-cpmFree-banner .download-details{
	margin: 10px auto 0 auto;
	min-height: 84px;
}
.section-cpmFree-banner .download-details span{
	color: #cdcdcd !important;
}
@media screen and (max-width: 1150px){
	.section-cpmFree-banner .buttons .button{
		min-width: 0;
	}
	.section-cpmFree-banner .media{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 30px auto 20px auto;
		width: auto;
	}
	.section-cpmFree-banner .media:after{
		background-size: 18%;
	}
	.section-cpmFree-banner .text{
		width: auto;
	}
}

/* ==================== section-cpmFree-boost ================================================== */

.section-cpmFree-boost, .section-overview-boost.section-cpmFree-boost{
	background-color: #f3f3f3;
	background-image: none;
}

/* ==================== section-cpmFree-manage ================================================== */

.section-cpmFree-manage{
	position: relative;
	background-image: url('../../../images/banners/triangles.png');
	background-color: #1b9eb2;
	text-align: center;
	color: white;
}
.section-cpmFree-manage .media{
	height: 75px;
	margin-top: 40px;
}
.section-cpmFree-manage .triangle{
	position: absolute;
	z-index: 1;
	bottom: -18px;
	left: 50%;
	margin-left: -24px;
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 20px solid #1da9bf;
}

/* ==================== section-cpmFree-remember ================================================== */

.section-cpmFree-remember{
	font-size: 24px;
}
.section-cpmFree-remember h2{
	font-size: 48px;
}
.section-cpmFree-remember .item{
	width: 400px;
}
.section-cpmFree-remember .text{
	width: 500px;
}

/* ==================== section-cpmFree-manageBlue ================================================== */

.section-cpmFree-manageBlue{
	position: relative;
	background-color: #0e4d8b;
	text-align: center;
	color: white;
	z-index: 10;
}
.section-cpmFree-manageBlue .triangle{
	position: absolute;
	z-index: 1;
	bottom: -18px;
	left: 50%;
	margin-left: -24px;
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 20px solid #0e4d8b;
}
.section-cpmFree-manageBlue h2{
	max-width: 700px;
	display: inline-block;
}

/* ==================== section-cpmFree-feature ================================================== */

.section-cpmFree-feature{
	position: relative;
	font-size: 24px;
}
.section-cpmFree-feature .content{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	border-top: 1px solid #d9d9d9;
}
.section-cpmFree-feature.f1 .content{
	border-top: none;
}
/* media */
.section-cpmFree-feature .media{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: right center;
}
.section-cpmFree-feature.reverse .media{
	left: 50%;
	width: 50%;
	background-position: left center;
}
.section-cpmFree-feature.f1 .media{ background-image: url('../../../images/pages/password-manager/free/f2.png'); }
.section-cpmFree-feature.f2 .media{ background-image: url('../../../images/pages/password-manager/free/f3.png?v=2'); }
.section-cpmFree-feature.f3 .media{ background-image: url('../../../images/pages/password-manager/free/f4v2.png'); left: 60%; width: 40%; }
.section-cpmFree-feature.f4 .media{ background-image: url('../../../images/pages/password-manager/free/f5.png'); right: 60%; }
.section-cpmFree-feature.f5 .media{ 
	background-image: url('../../../images/pages/password-manager/overview/auto_register.svg');
	left: 60%; 
	width: 40%;
	background-size: 800px auto;
}

.section-cpmFree-feature .text{
	max-width: 55%;
	margin-left: 47%;
	display: flex;
	align-items: center;
	min-height: 500px;
}
.section-cpmFree-feature.reverse .text{
	margin-left: 0;
}
.section-cpmFree-feature.reverse h2{
	font-size: 48px;
}
.section-cpmFree-feature .item img{
	max-height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media screen and (min-width: 2000px){
	.section.section-cpmFree-feature{
		min-height: 800px;
	}
	.section-cpmFree-feature .content{
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
}
@media screen and (max-width: 1200px){
	.section.section-cpmFree-feature{
		min-height: 0;
	}
	.section-cpmFree-feature .content{
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.section-cpmFree-feature .text{
		display: block;
		min-height: 0;
	}
	.section.section-cpmFree-feature .media{
		position: initial;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	.section.section-cpmFree-feature .text{
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
}

/* ==================== section-cpmFree-gallery ================================================== */

.section-cpmFree-gallery{
	background-color: #fafafa;
	text-align: center;
	color: #474747;
}
.section-cpmFree-gallery .content{
	padding-top: 60px;
}
.section-cpmFree-gallery h2{
	font-size: 48px;
	color: black;
}
.section-cpmFree-gallery p{
	font-size: 24px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.section-cpmFree-gallery .media{
	margin-top: 40px;
}

/* ==================== section-cpmFree-requirements ================================================== */

.section.section-cpmFree-requirements{
	background-color: white;
}
.section.section-cpmFree-requirements .content{
	padding-top: 50px;
	padding-bottom: 100px;	
}

/* ==================== section-cpmFree-form ================================================== */

.section-cpmFree-form .input-content input, .section-cpmFree-form .input-content label {
	font-size: 22px !important;
}
.section-cpmFree-form form{
	margin: 0 30px;
}
.section-cpmFree-form .button{
	margin-top: 50px;
	font-size: 34px;
	padding: 20px 50px;
	text-transform: none;
	border-radius: 6px;
}