*{
margin: 0;
padding: 0;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.hidden-desktop{
	display: none;
}

h2{
	font-family: "PT Serif";
	font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: 113.889%; 
}

.announcement{
	padding: 10px 0;
	background: #C20B26;
	color: #fff;
}
.announcement-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.announcement-text{
	text-align: center;
	flex-grow: 1;
}
.btn-top{
display: inline-flex;
padding: 10px 15px;
justify-content: center;
align-items: center;
border: 1px solid #fff;
font-size: 18px;
font-weight: 500;
color: #fff;
transition: all .1s ease-in-out .1s;
}
.btn-top:hover{
	background: #fff;
	color: #C20B26;
}
.center{
	text-align: center;
}
.nav{
	padding: 20px 0;
	background: #000;
}
.nav-logo{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-logo img{
	height: 61px;
}

.header-row{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.header-content-col{
	width: 55%;
	padding: 120px 20px;

}
.header-content-inner{
	max-width: 762px;
	margin-left: auto;
	margin-right: 70px;
}
.header-content-inner h1{
	font-family: "PT Serif";
font-size: 68px;
font-style: normal;
font-weight: 700;
line-height: 72px;
margin: 0 0 25px;
}
.header-p{
	font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 131.25%;
margin: 0 0 25px;
}
.header-ct-p-small{
	margin: 0 0 35px;
}
.header-ct-p-small p{
	font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 155.556%; 
}
.header-content-col ul{
	margin: 0 0 35px;
	padding: 0 0 0 20px;
}
.header-img-col{
	width: 45%;
	background: url('../img/header-img.jpg') center center no-repeat;
	background-size: cover;
	padding: 0 20px;
	display: flex;
flex-direction: column;
justify-content: space-between;
}
.btn-primary{
	display: inline-flex;
padding: 20px 70px;
justify-content: center;
align-items: center;
font-size: 18px;
font-weight: 500;
line-height: 18px; /* 100% */
border: 2px solid #000;
transition: all .1s ease-in-out .1s;
}
.btn-primary:hover{
	background: #000;
	color: #fff;
}
.header-img-top-row{
	margin: 50px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-badge{
	background: url('../img/header-badge.svg') no-repeat center center;
	background-size: contain;
	width: 108px;
height: 129px;
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
font-size: 28px;
font-weight: 600;
line-height: 100%;
}
.header-rate{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
font-weight: 500;
line-height: 0;
color: #fff;
}
.header-rate p{
	margin: 4px 0 0;
}
.header-review img{
	height: 25px;
}
.header-review{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	font-size: 15px;
font-style: normal;
font-weight: 400;
color: #fff;
margin: 0 0 30px;
}

.featured-logos{
	padding: 120px 0;
	background: #F3F3F3;
}
.fl-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fl-item{
	width: 22%;
}
.fl-inner{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.reasons{
	padding:  95px 0 0;
	background: #000;
	color: #fff;
}
.reasons-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reason-img-col{
	width: 45%;
	text-align: center;
}
.reason-content-col{
	width: 50%;
	margin: 0 0 40px;
}
.reason-steps{
	margin: 40px 0 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.rs-item{
	width: auto;
	display: flex;
	align-items: center;
	gap: 15px;
}
.rs-number{
	border-radius: 100px;
	background: #fff;
	color: #000;
	display: flex;
width: 30px;
height: 30px;
flex-direction: column;
justify-content: center;
align-items: center;
flex-shrink: 0;
}
.btn-primary.light{
	color: #fff;
	border-color: #fff;
}
.btn-primary.light:hover{
	color: #000;
	background: #fff;
}
.reason-cta{
	margin: 40px 0 0;
}

.featured-reviews{
	padding: 120px 0;
}
.heading-fr{
	max-width: 838px;
	margin: 0 auto;
	text-align: center;
}
.fr-box{
	margin: 70px 0 0;
	padding: 70px 20px;
	border: 2px solid #000;
	font-size: 32px;
font-weight: 500;
line-height: 168.75%;
position: relative;
}
.fr-box p{
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
.fr-quote-icon{
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 126px;
}
.fr-name{
	padding: 5px 20px;
	background: #fff;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
	font-family: "Imperial Script";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 168.75% */
    max-width: 170px;
}

.fv-wrap{
	position: relative;
}
.fv-play{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    margin-bottom: auto;
    margin-top: auto;
    height: 100px;
}

.reviews{
	padding: 120px 0;
}
.reviews-row{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 25px;
	margin: 80px 0 0;
}
.review-item{
	width: 30%;
	padding: 40px 20px;
	border: 1px solid #000;
background: #F3F3F3;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
gap: 40px;
}
.review-info{
	display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 20px;
text-align: center;
}
.review-info h3{
	font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 100% */
text-transform: uppercase;
}
.review-info p{
	text-align: center;
}
.review-author{
font-family: "PT Serif";
font-size: 16px;
font-weight: 700;
}

.cta{
	background: #F3F3F3;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;;
}
.cta-row{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.cta-content-col{
	width: 55%;
	padding: 120px 20px;

}
.cta-content-inner{
	max-width: 762px;
	margin-left: auto;
	margin-right: 70px;
}
.cta-content-inner h1{
	font-family: "PT Serif";
font-size: 68px;
font-style: normal;
font-weight: 700;
line-height: 72px;
margin: 0 0 25px;
}
.cta-p{
	font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 131.25%;
margin: 0 0 25px;
}
.cta-ct-p-small{
	margin: 0 0 35px;
}
.cta-ct-p-small p{
	font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 155.556%; 
}
.cta-content-col ul{
	margin: 0 0 35px;
	padding: 0 0 0 20px;
}
.cta-img-col{
	width: 45%;
	background: url('../img/header-img.jpg') center center no-repeat;
	background-size: cover;
	padding: 0 20px;
	display: flex;
flex-direction: column;
justify-content: space-between;
}
.cta-img-top-row{
	margin: 50px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cta-badge{
	background: url('../img/header-badge.svg') no-repeat center center;
	background-size: contain;
	width: 108px;
height: 129px;
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
font-size: 28px;
font-weight: 600;
line-height: 100%;
}
.cta-rate{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
font-weight: 500;
line-height: 0;
color: #fff;
}
.cta-rate p{
	margin: 4px 0 0;
}
.cta-review{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	font-size: 15px;
font-style: normal;
font-weight: 400;
color: #fff;
margin: 0 0 30px;
}
.cta-review img{
	height: 25px;
}
.btn-primary.red{
	background: #CC1515;
	color: #fff;
	border-color: #CC1515;
}
.btn-primary.red:hover{
	background: #000;
	border-color: #000;
}

.benefits{
	padding: 100px 0 120px;
}
.benefits-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.benefit-item{
	width: 22%;
	display: flex;
	align-items: center;
	gap: 14px;
}
.benefit-item p{
	font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 155.556%;
}

.comparison{
	padding: 0 0 120px;
}
.comparison-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comparison-table-col{
	width: 43%;
	display: flex;
	align-items: stretch;
}
.comparison-table-inner-col{
	width: 50%;
	background: #2F2F2F;
	position: relative;
	overflow: hidden;
	padding: 60px 20px;
	color: #fff;
	min-height: 614px;
}
.comparison-table-inner-col h3{
	font-family: "PT Serif";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 100%;
margin: 0 0 30px;
text-align: center;
}
.comparison-list-wrap{
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.comparison-list-item{
	display: flex;
	align-items: center;
	gap: 15px;
}
.comparison-list-item p{
	font-weight: 500;
	color: #fff;
}
.comparison-table-inner-col.featured{
	background: #101010;
}
.comparison-table-img.c1{
	position: absolute;
	bottom: 20px;
	right: -125px;
}
.comparison-table-img.c2{
	position: absolute;
	bottom: 20px;
	left: -125px;
}
.comparison-content-col{
	width: 50%;
}
.comparison-content-col h2{
	margin: 0 0 25px;
}
.comparison-content-col p{
	font-size: 18px;
	line-height: 28px;
}
.comparison-action{
	margin: 40px 0 0;
}

.featured-info{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;;
	padding: 120px 0;
	background: #F3F3F3;
}
.heading.science{
	margin: 0 auto;
}
.featured-info-row{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	margin: 80px 0 0;
}
.fi-item{
	width: 33%;
	text-align: center;
}
.fi-img-wrap{
	margin: 0 0 40px;
}
.fi-item h3{
	font-size: 28px;
font-weight: 500;
line-height: 100%;
margin:  0 0 30px;
}

.heading.steps{
	margin: 120px auto auto;
	max-width: 990px;
}
.fi-img-wrap{
	text-align: center;
}
.fi-img-wrap img{
	display: inline-block;
}
.fi-img-step{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 165px;
	margin: 0 0 40px;
}

.featured-info-action{
	display: flex;
	justify-content: center;
	margin: 60px 0 0;
}

.footer{
	background: #000;
	color: #fff;
	padding: 50px 0;
}
.ft-row{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.ft-links{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.ft-links a{
	color: #fff;
}
.ft-link-divider{
	background: #fff;
	height: 16px;
	width: 1px;
}
@media (max-width: 1280px){

}

@media (max-width: 992px){
.hidden-desktop{
	display: block;
}
.hidden-mobile{
	display: none;
}

.header-row{
	flex-direction: column;
}
.header-content-col {
    width: auto;
    padding: 60px 20px;
}
.header-content-inner {
    max-width: 100%;
    margin: 0;
}
.header-img-col {
    width: auto;
    order: -1;
    min-height: 690px;
}

.fl-row{
	flex-wrap: wrap;
	row-gap: 60px;
}
.fl-item{
	width: 47%;
}

.cta-row{
	flex-direction: column;
}
.cta-content-col {
    width: auto;
    padding: 60px 20px;
}
.cta-content-inner {
    max-width: 100%;
    margin: 0;
}
.cta-img-col {
    width: auto;
    order: -1;
    min-height: 690px;
}

.benefits-row{
	flex-wrap: wrap;
	gap: 30px;
	row-gap: 30px;
}
.benefit-item{
	width: 45%;
}
.comparison-row{
	flex-direction: column;
	gap: 40px;
}
.comparison-table-col,
.comparison-content-col{
	width: 100%;
}
}

@media (max-width: 768px){
.announcement-row{
	gap: 24px;
}
.announcement-text{
	text-align: left;
	flex-grow: 0;
}
.announcement-btn{
	flex-shrink: 0;
}

.header-img-top-row {
    margin: 20px 0 0;
}
.header-badge{
	width: 76px;
height: 91px;
font-size: 21px;
font-weight: 600;
line-height: 22px;
}

.btn-primary {
    display: flex;
}
.featured-logos{
	padding: 60px 0;
}

.reasons-row{
	flex-direction: column;
	gap: 40px;
}
.reason-content-col,
.reason-img-col{
	width: auto;
}
.reason-img-col{
	order: -1;
}
.featured-reviews{
	padding: 60px 0;
}
.fr-box p{
	font-size: 18px;
line-height: 28px; /* 155.556% */
}
.reviews{
	padding: 60px 0;
}

.reviews-row{
	flex-direction: column;
}
.review-item{
	width: auto;
}

h2{
	font-size: 42px;
	line-height: 52px;
}

.cta-img-top-row {
    margin: 20px 0 0;
}
.cta-badge{
	width: 76px;
height: 91px;
font-size: 21px;
font-weight: 600;
line-height: 22px;
}

.comparison{
	padding: 0 0 60px;
}
.featured-info{
	padding: 60px 0;
}
.featured-info-row{
	flex-direction: column;
	row-gap: 40px;
}
.fi-item{
	width: 100%;
}
.heading.steps{
	margin-top: 60px;
}
.fi-img-step{
	height: auto;
}
.featured-info-action{
	margin: 40px 0 0;
}
}

@media (max-width: 479px){
.header-img-col {
    min-height: 430px;
}
.announcement-row{
	font-size: 14px;
    line-height: 20px;
}
.btn-top{
	font-size: 14px;
}

.header-content-inner h1{
	font-size: 42px;
font-style: normal;
font-weight: 700;
line-height: 52px; /* 123.81% */
}
.header-p{
	font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 100%; 
}
.header-ct-p-small p {
    font-size: 16px;
   }
.fl-item img{
	height: 50px;
}
.cta-img-col {
    min-height: 430px;
}
.cta-content-inner h1{
	font-size: 42px;
font-style: normal;
font-weight: 700;
line-height: 52px; /* 123.81% */
}
.cta-p{
	font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 100%; 
}
.cta-ct-p-small p {
    font-size: 16px;
   }

.benefit-item{
	width: 100%;
}
.benefits{
	padding: 60px 0;
}
.comparison-table-col{
	flex-direction: column;
}
.comparison-table-inner-col{
	width: auto;
	min-height: auto;
	padding: 40px 20px 0;
}
.comparison-table-img{
	text-align: center;
}
.comparison-table-img img{
	display: inline-block;
}
.comparison-table-img.c1,
.comparison-table-img.c2{
	position: relative;
	margin: 0 auto;
	bottom: -40px;
	right: 0;
	left: 0;
}
.benefit-item p{
	font-size: 16px;
}
.featured-info-row{
	margin: 40px 0 0;
}
.fi-img-wrap{
	margin: 0 0 30px;
}
.fi-item h3{
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 20px;
}
.ft-link-divider{
	display: none;
}
.ft-links{
	flex-direction: column;
	gap: 15px;
}
}