html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.25;
	color: #061884;
}

.container {
	max-width: 1614px;
	margin: 0 auto;
	padding: 0 15px;
}

.warning {
	padding: 8px 0;
	background: #a7d6e6;
}

.warning p {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
}

.header {
	background: #061884;
	color: #fff;
	padding: 21px 0;
	font-size: 0;
}

.header.is-scrolling {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10000;
    background: rgba(6,24,130,0.95);
}

.header-brand {
	width: 33.3333%;
	display: inline-block;
	vertical-align: middle;
}

.header-brand a {
	display: block;
	max-width: 250px;
}

.header-menu {
	width: 66.6666%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.header-menu ul {
	display: inline-block;
	vertical-align: middle;
	margin-right: 80px;
}

.header-menu li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 10px;
}

.header-menu li a {
	display: block;
	font-size: 1.25rem;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.header-menu li.selected a {
	color: #f26522;
}

.main-btn-menu {
	text-align: center;
	border: 2px solid #f26522;
	background: #f26522;
	font-size: 1.188rem;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	max-width: 302px;
	width: 100%;
	line-height: 1.45;
	padding: 14px 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.main-btn-menu:hover, .main-btn:hover {
	background: #fff;
	color: #f26522;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
	-moz-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.mobile-menu {
	display: none;
	vertical-align: middle;
	width: 24px;
	height: 25px;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 0;
	margin-left: 10px;
}

.mobile-menu span {
	display: block;
	width: 100%;
	background: #dbb933;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 3px;
	position: relative;
}

.mobile-menu span:after, .mobile-menu span:before {
	background: #dbb933;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 3px;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
}

.mobile-menu span:before {
	top: 7px;
}

.mobile-menu span:after {
	top: -7px;
}

.intro {
	background: #e7e8ec;
	padding: 110px 0 150px;
	font-size: 0;
}

.intro-text {
	display: inline-block;
	vertical-align: middle;
	width: 51%;
}

.rated {
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: capitalize;
}

.rated span {
	background: url(../images/stars.webp) no-repeat center;
	width: 112px;
	height: 20px;
	display: inline-block;
}

h1 {
	font-size: 3.375rem;
	font-weight: 700;
	line-height: 1.15;
	margin-top: 10px;
	max-width: 700px;
}

h2 {
	margin: 15px 0 32px;
	font-size: 1.313rem;
}

.main-btn {
	text-align: center;
	border: 2px solid #f26522;
	background: #f26522;
	font-size: 1.375rem;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	max-width: 396px;
	width: 100%;
	line-height: 1.45;
	padding: 22px 0;
	display: block;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.payment-methods {
	max-width: 396px;
	padding: 0 30px;
	margin-top: 10px;
}

.intro-image {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	width: 49%;
}

.news-slider {
	background: #f3f9f8;
	position: relative;
	padding: 0 135px 40px;
}

.news-slider:before {
	content: "";
	display: block;
	position: absolute;
	top: -96px;
	left: 0;
	width: 100%;
	height: 96px;
	background: url(../images/light-top.webp) no-repeat center;
	background-size: 100% 100%;
}

.slide-image {
	height: 65px;
	margin-bottom: 12px;
}

.slide-image img {
	margin: 0;
}

.slide p {
	font-size: 1.125rem;
	max-width: 446px;
	padding-right: 20px;
	line-height: 1.35;
	font-weight: 300;
}

.slide p a {
	color: #f26522;
	font-weight: 600;
	display: block;
	margin-top: 6px;
}

.slick-arrow {
	background: #a7d6e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #f3f9f8;
	width: 70px;
	height: 70px;
	font-size: 1.875rem;
	border: 0;
	cursor: pointer;
	text-align: center;
	padding: 0;
	line-height: 70px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
}

.slick-arrow:hover {
	color: #fff;
}

.prev-arrow {
	left: -120px;
}

.next-arrow {
	right: -120px;
}

.how-it-works {
	background: #fff;
	padding: 90px 0 120px;
	text-align: center;
}

.how-it-works h3 {
	text-transform: capitalize;
	font-size: 4rem;
	font-weight: 700;
}

.how-it-works-image {
	margin: 50px 0;
}

.how-it-works-image img {
	-webkit-border-radius: 0 35px 0 35px;
	-moz-border-radius: 0 35px 0 35px;
	border-radius: 0 35px 0 35px;
}

.how-it-works h4 {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 70px;
}

.bulletins {
	font-size: 0;
	margin-bottom: 30px;
	counter-reset: section;
}

.bulletin-item {
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}

.bulletin-image {
	position: relative;
	z-index: 5;
	margin: 0 auto 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 236px;
	height: 236px;
	line-height: 236px;
	font-size: 5rem;
	background: #a7d6e6;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bulletin-image:hover {
	font-size: 5.75rem;
}

.bulletin-image:before {
	content: "";
	display: block;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px dashed #061884;
	top: -12px;
	left: -12px;
	width: 260px;
	height: 260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: spin 10s infinite linear;
	-moz-animation: spin 10s infinite linear;
	animation: spin 10s infinite linear;
}

.bulletin-image:after {
	counter-increment: section;
	content: counters(section, ".");
	font-weight: 700;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #061884;
	height: 70px;
	width: 70px;
	display: inline-block;
	position: absolute;
	font-size: 1.5rem;
	bottom: -50px;
	left: 50%;
	margin-left: -35px;
	line-height: 70px;
}

.bulletin-item p {
	font-size: 1.25rem;
	line-height: 1.55;
}

.how-it-works .rated, .product-breakdown .rated {
	text-align: center;
	margin-bottom: 15px;
	font-size: 0.938rem;
}

.how-it-works .rated span, .product-breakdown .rated span, .short-about .rated span, .faq-section .rated span {
	width: 100px;
	height: 16px;
	background-size: 100px 16px;
}

.how-it-works .main-btn, .how-it-works .payment-methods, .product-breakdown .main-btn, .product-breakdown .payment-methods, .short-about .main-btn, .short-about .payment-methods, .faq-section .main-btn, .faq-section .payment-methods {
	margin-left: auto;
	margin-right: auto;
}

.info-about {
	padding: 80px 0;
	position: relative;
	background: #a7d6e6;
}

.info-about:before {
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	background: url(../images/blue-top.webp) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: -120px;
	left: 0;
}

.info-about-text {
	float: right;
	width: 50%;
	padding-left: 15px;
}

.info-about-text h3 {
	font-size: 3.875rem;
	font-weight: 700;
}

.info-about-text p {
	margin-top: 15px;
	line-height: 1.28;
	font-size: 1.375rem;
}

.info-about-text ul {
	margin-top: 30px;
}

.info-about-text ul li {
	padding-left: 32px;
	position: relative;
	font-size: 1.375rem;
	line-height: 1.28;
	margin-bottom: 12px;
}

.info-about-text ul li:last-child {
	margin-bottom: 0;
}

.info-about-text ul li i {
	position: absolute;
	top: 3px;
	left: 0;
}

.info-about-text ul li span {
	font-weight: 700;
}

.info-about-image {
	float: left;
	width: 50%;
	position: relative;
	padding-right: 15px;
}

.info-about-image .thumbnail {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.info-about-image .youtube {
	background: #fff;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 10px;
	max-width: 120px;
	position: absolute;
	top: 65px;
	left: 35px;
}

.trust-link {
	display: inline-block;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999;
	padding: 7px 10px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	position: absolute;
	top: 110px;
	left: 70px;
	font-size: 1.5rem;
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	transform: rotate(-9deg);
	z-index: 10;
}

.product-breakdown {
	background: #f3f9f8;
	padding: 54px 0 100px;
	position: relative;
}

.product-breakdown:before {
	content: "";
	display: block;
	background: url(../images/lightblue-top.webp) no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 140px;
	position: absolute;
	left: 0;
	top: -140px;
}

.product-breakdown h3 {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
}

.sub-headline-link {
	font-size: 1.375rem;
	margin-top: 23px;
	text-align: center;
	font-weight: 600;
}

.sub-headline-link a {
	color: #061884;
}

.product-about {
	margin: 90px 0;
	display: grid;
	grid-gap: 0;
	grid-template-columns: auto auto auto auto;
}

.product-item {
	max-width: 470px;
	margin-bottom: 30px;
}

.content-box-lt {
	grid-column: 1;
	grid-row: 1;
}

.content-box-rt {
	grid-column: 4;
	grid-row: 1;
}

.content-box-lb {
	grid-column: 1;
	grid-row: 2;
}

.content-box-rb {
	grid-column: 4;
	grid-row: 2;
}

.content-box-img {
	grid-column: 2 / 4;
	grid-row: 1 / 3;
	padding: 0 15px;
	max-width: 768px !important;
	margin-bottom: 0 !important;
	align-self: center;
}

.product-item-title {
	text-transform: capitalize;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.product-item-text {
	font-size: 1.25rem;
}

.product-breakdown .rated {
	margin: 10px 0 0 !important;
}

.before-after {
	background: #a7d6e6;
	text-align: center;
	padding: 85px 0;
}

.before-after h3 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 18px;
}

.before-after-slider {
	max-width: 680px;
	margin: 20px auto 0;
}

.before-after-slide img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.before-after-slide p {
	font-size: 1.313rem;
	font-weight: 600;
	margin-top: 8px;
}

.before-after-slide p span {
	font-weight: 700;
	text-decoration: underline;
}

.before-after-slider .slick-arrow {
	background: #f3f9f8 !important;
	color: #061884 !important;
}

.before-after-slider .slick-dots {
	margin-top: 20px;
}

.before-after-slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.before-after-slider .slick-dots li button {
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f3f9f8;
	width: 20px;
	height: 20px;
	border: 0;
	cursor: pointer;
}

.before-after-slider .slick-dots li.slick-active button {
	background: #061884;
}

.short-about {
	text-align: center;
	position: relative;
	padding: 156px 0 116px;
}

.short-about:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(../images/blue-bottom.webp) no-repeat center;
	background-size: 100% 100%;
}

.short-about h3 {
	font-size: 4rem;
	font-weight: 700;
	max-width: 1024px;
	margin: 0 auto 30px;
}

.short-about-txt {
	font-size: 1.375rem;
	max-width: 1024px;
	margin: 0 auto 20px;
	line-height: 1.35;
}

.short-about .rated, .faq-section .rated {
	margin-top: 5px;
	font-size: 1rem;
}

.bundles-section {
	position: relative;
	text-align: center;
	padding: 75px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7d6e6+50,ffffff+50 */
	background: #a7d6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #a7d6e6 50%, #ffffff 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a7d6e6 50%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a7d6e6 50%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.bundles-section:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(../images/blue-bottom.webp) no-repeat center;
	background-size: 100% 100%;
}

.bundles-section .container {
	position: relative;
	z-index: 2;
}

.bundles-section h3 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 120px;
}

.bundles {
	font-size: 0;
}

.outer-offer {
	padding: 0 40px;
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
}

.outer-offer .offer {
	position: relative;
	background: #fff;
	padding: 64px 35px 45px;
	border: 1px solid #f3c2a4;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
}

.product-choice h4 {
	font-size: 1.625rem;
	font-weight: 700;
	margin: 15px 0 8px;
}

.offer-stars {
	font-size: 1.375rem;
	margin-bottom: 15px;
	font-weight: 300;
}

.offer-stars i {
	font-size: 1.25rem;
	color: #ffc83d;
}

.offer-price {
	font-size: 1.625rem;
	font-weight: 700;
}

.offer-price .old-price {
	font-weight: 400;
	color: #d20000;
	font-size: 1.375rem;
	text-decoration: line-through;
}

.save-price {
	background: #061884;
	color: #fff;
	font-weight: 700;
	padding: 11px 9px;
	display: inline-block;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 1.25rem;
	margin: 28px 0;
	text-decoration: none;
}

.offer-product {
	font-size: 1.25rem;
	margin-bottom: 8px;
}

.offer-product .bold {
	font-weight: 700;
}

.product-choice .main-btn {
	margin: 25px auto 0;
}

.product-choice .payment-methods {
	margin: 10px auto 0;
}

.system-includes {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 10px;
}

.system {
	margin-top: 5px;
	font-size: 1rem;
}

.most-popular-product {
	text-align: center;
	width: 100%;
	position: absolute;
	top: -27px;
	left: 0;
}

.most-popular-product p {
	display: inline-block;
	font-weight: 700;
	vertical-align: middle;
	background: #c0d28d;
	padding: 0 37px;
	font-size: 1.25rem;
	height: 52px;
	line-height: 52px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.main-offer {
	position: relative;
	padding: 64px 35px 45px;
	width: 33.3333%;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #5b67ae;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	margin-top: -70px;
}

.bottom-boxes {
	margin-top: 90px;
	font-size: 0;
}

.bottom-boxes > div {
	width: 25%;
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
}

.bottom-boxes > div img {
	max-width: 110px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.bottom-boxes > div p {
	font-size: 1.438rem;
	font-weight: 700;
	max-width: 200px;
	margin: 18px auto 0;
}

.review-section {
	background: #f3c5a1;
	padding: 65px 0 100px;
	position: relative;
}

.review-section:after {
	content: "";
	display: block;
	background: url(../images/orange-bottom.webp) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
}

.review-section .container {
	max-width: 1460px;
}

.total-reviews {
	color: #000;
	padding: 0 7px 7px;
}

.total-reviews i {
	color: #ffc83d;
	font-size: 1.25rem;
}

.grid-item {
	width: 50%;
}

.inner-grid-item {
	font-size: 0;
	background: #fff;
	margin: 7px;
	padding: 10px;
	-webkit-box-shadow: 0 0 3px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 0 3px rgb(0 0 0 / 20%);
	box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}

.inner-grid-text {
	width: 70%;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.review-name {
	font-size: 1rem;
	font-weight: 700;
	color: #000;
}

.review-name i {
	margin-left: 5px;
}

.review-date {
	color: #767676;
	font-size: 0.688rem;
	margin-top: 5px;
	line-height: 20px;
}

.review-stars {
	color: #ffc83d;
	font-size: 0.875rem;
	margin: 10px 0;
}

.review-text {
	color: #000;
	font-size: 0.813rem;
	line-height: 19px;
}

.inner-grid-image {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.inner-grid-program {
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
}

.inner-grid-program img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	max-width: 50px;
	height: auto;
}

.inner-grid-program span {
	font-size: 0.75rem;
	color: #000;
	padding-left: 5px;
}

.faq-section {
	padding: 115px 0;
	text-align: center;
}

.faq-section h3 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 18px;
}

.accordion {
	max-width: 950px;
	margin: 45px auto;
}

.card {
	margin-bottom: 30px;
}

.card:last-child {
	margin-bottom: 0;
}

.card button {
	text-align: left;
	padding: 0 104px 0 56px;
	background: #fff;
	border: 1px solid #061884;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 80px;
	width: 100%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	color: #061884;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
}

.card p {
	display: none;
	font-size: 1.25rem;
	line-height: 1.25;
	padding: 20px;
	text-align: left;
}

.card button:after {
	content: "\2b";
	display: block;
	position: absolute;
	top: 50%;
	right: 48px;
	margin-top: -28px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #061884;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}

.card button.active:after {
	content: "\f068";
}

.footer {
	background: #061884;
	padding: 15px 0;
	font-size: 0;
}

.footer-menu {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.footer-menu li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.25rem;
	margin-right: 5px;
	color: #fff;
}

.footer-menu li:last-child {
	margin-right: 0;
}

.footer-menu li a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.footer-menu li a:hover {
	color: #f26522;
}

.footer-logo {
	width: 16.6666%;
	display: inline-block;
	vertical-align: middle;
}

.footer-rights {
	width: 33.3333%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.footer-rights p {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 700;
}

/* ANIMATION */

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
	}
}

@media screen and (max-width: 1599px) {
	.header {
		padding: 16px 0;
	}

	.header-brand {
		width: 20%;
	}

	.header-brand a {
		max-width: 200px;
	}

	.header-menu {
		width: 80%;
	}

	.header-menu ul {
		margin-right: 20px;
	}

	.header-menu li {
		margin: 0 7px;
	}

	.header-menu li a {
		font-size: 1.125rem;
		padding: 10px 6px;
	}

	.main-btn-menu {
		padding: 11px 0;
		font-size: 1.125rem;
		max-width: 250px;
	}

	.intro {
		padding: 90px 0 130px;
	}

	.rated {
		font-size: 1.125rem;
	}

	h1 {
		font-size: 3.125rem;
	}

	h2 {
		font-size: 1.25rem;
	}

	.main-btn {
		max-width: 360px;
		font-size: 1.25rem;
	}

	.payment-methods {
		max-width: 360px;
	}

	.slick-arrow {
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-top: -30px;
	}

	.how-it-works h3, .info-about-text h3, .product-breakdown h3, .before-after h3, .short-about h3, .bundles-section h3, .faq-section h3 {
		font-size: 3.688rem;
	}

	.how-it-works h4 {
		font-size: 2.75rem;
	}

	.bulletin-image {
		width: 200px;
		height: 200px;
		line-height: 200px;
		margin-bottom: 75px;
	}

	.bulletin-image:before {
		width: 220px;
		height: 220px;
		top: -10px;
		left: -10px;
	}

	.bulletin-image:after {
		bottom: -35px;
	}

	.info-about-text p, .info-about-text ul li {
		font-size: 1.25rem;
	}

	.product-item-title {
		font-size: 1.375rem;
	}

	.product-item-text, .footer-rights p, .footer-menu li {
		font-size: 1.125rem;
	}

	.bottom-boxes > div p, .product-choice h4, .offer-price {
		font-size: 1.375rem;
	}

	.bundles {
		margin: 0 -15px;
	}

	.outer-offer {
		padding: 0 25px;
	}

	.outer-offer .offer, .main-offer {
		padding: 60px 25px 40px;
	}

	.offer-stars, .offer-price .old-price, .save-price {
		letter-spacing: -0.5px;
		font-size: 1.125rem;
	}

	.offer-stars i, .offer-product {
		font-size: 1rem;
	}
}

@media screen and (max-width: 1023px) {
	.warning p {
		font-size: 1.125rem;
	}

	.header {
		padding: 10px 0;
		position: relative;
	}

	.header-brand {
		width: 40%;
	}

	.header-menu {
		width: 60%;
	}

	.header-menu ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: rgba(0,0,0,0.9);
	}

	.header-menu li {
		display: block;
		margin: 0;
	}

	.header-menu li a {
		font-weight: 400;
		font-size: 0.875rem;
		text-align: left;
		padding: 13px 15px;
		border-bottom: 1px solid #333;
	}

	.header-menu li:last-child a {
		border: 0;
	}

	.mobile-menu {
		display: inline-block;
	}

	.intro {
		padding: 60px 0 80px;
	}

	.news-slider:before {
		height: 60px;
		top: -60px;
	}

	.rated {
		font-size: 1rem;
	}

	h1 {
		font-size: 2.875rem;
	}

	h2 {
		font-size: 1.125rem;
	}

	.main-btn {
		padding: 16px 0;
		font-size: 1.125rem;
		max-width: 330px;
	}

	.payment-methods {
		max-width: 330px;
		padding: 0 15px;
	}

	.news-slider {
		padding: 0 100px 40px;
	}

	.prev-arrow {
		left: -90px;
	}

	.next-arrow {
		right: -90px;
	}

	.how-it-works {
		padding: 60px 0 90px;
	}

	.how-it-works h3, .product-breakdown h3, .before-after h3, .short-about h3, .bundles-section h3, .faq-section h3 {
		font-size: 3rem;
	}

	.how-it-works h4 {
		font-size: 2.375rem;
		margin-bottom: 40px;
	}

	.bulletins {
		overflow: hidden;
		padding-top: 10px;
	}

	.bulletin-item p {
		font-size: 1.125rem;
	}

	.info-about:before, .product-breakdown:before {
		height: 65px;
		top: -65px;
	}

	.info-about-image .youtube {
		max-width: 75px;
		padding: 5px;
		top: 18px;
		left: 15px;
	}

	.trust-link {
		top: 45px;
		left: 25px;
		font-size: 1rem;
	}

	.info-about {
		padding: 50px 0;
	}

	.info-about-text h3 {
		font-size: 2.125rem;
	}

	.info-about-text p, .info-about-text ul li {
		font-size: 1rem;
	}

	.sub-headline-link a {
		font-size: 1rem;
	}

	.product-about {
		margin: 50px 0;
	}

	.product-item {
		padding: 0 5px;
	}

	.content-box-rt {
		grid-column: 2;
	}

	.content-box-lb {
		grid-row: 3;
	}

	.content-box-rb {
		grid-column: 2;
		grid-row: 3;
	}

	.content-box-img {
		grid-column: 1 /3;
    	grid-row: 2 / 3;
    	margin-bottom: 30px !important;
	}

	.product-item-title {
		font-size: 1.125rem;
	}

	.product-item-text, .footer-rights p, .footer-menu li {
		font-size: 1rem;
	}

	.before-after {
		padding: 60px 0;
	}

	.before-after-slider {
		max-width: 75%;
	}

	.short-about:before, .bundles-section:after {
		height: 60px;
	}

	.short-about {
		padding: 100px 0 65px;
	}

	.short-about-txt {
		font-size: 1.125rem;
	}

	.bottom-boxes {
		margin-top: 60px;
	}

	.bottom-boxes > div {
		width: 50%;
		padding: 15px;
	}

	.inner-grid-item {
		margin: 4px;
	}

	.review-section {
		padding: 50px 0 65px;
	}

	.review-section:after {
		bottom: -55px;
		height: 55px;
	}

	.faq-section {
		padding: 70px 0;
	}

	.card {
		margin-bottom: 20px;
	}

	.card button {
		min-height: 60px;
		font-size: 1rem;
		padding: 0 74px 0 30px;
	}

	.card button:after {
		right: 30px;
		width: 44px;
		height: 44px;
		line-height: 44px;
		margin-top: -22px;
	}

	.card p {
		font-size: 1rem;
	}

	.most-popular-product {
		top: -20px;
	}

	.most-popular-product p {
		font-size: 1rem;
		height: 42px;
		line-height: 42px;
		padding: 0 15px;
	}

	.outer-offer .offer, .main-offer {
		padding: 50px 15px 30px;
	}

	.outer-offer {
		padding: 0 15px;
	}

	.bottom-boxes > div p, .product-choice h4, .offer-price {
		font-size: 1.125rem;
	}

	.offer-stars, .offer-price .old-price, .save-price, .system-includes, .system {
		font-size: 0.875rem;
	}

	.product-choice .main-btn {
		font-size: 1rem;
	}
	
	.save-price {
		margin: 18px 0;
	}
}

@media screen and (max-width: 767px) {
	.warning p {
		font-size: 0.875rem;
	}

	.header-brand {
		width: 35%;
	}

	.header-brand a {
		max-width: 100px;
	}

	.header-menu {
		width: 65%;
	}

	.main-btn-menu {
		font-size: 0.875rem;
		width: 145px;
		padding: 8px 0;
	}

	.intro {
		padding: 20px 0 50px;
		text-align: center;
	}

	.intro .main-btn, .intro .payment-methods {
		margin: 10px auto 0;
	}

	.intro-text, .intro-image {
		padding: 0;
		width: 100%;
	}

	.intro-image {
		margin-top: 20px;
	}

	.rated {
		font-size: 0.875rem;
	}

	.rated span {
		width: 70px;
		height: 16px;
		background-size: 100% auto;
	}

	h1 {
		font-size: 2.375rem;
	}

	h2 {
		font-size: 1rem;
		margin: 10px 0 20px;
	}

	.news-slider {
		padding: 0 25px 30px;
	}

	.news-slider:before {
		height: 30px;
		top: -30px;
	}

	.slick-arrow {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1rem;
	}

	.prev-arrow {
		left: -35px;
	}

	.next-arrow {
		right: -35px;
	}

	.slide-image {
		height: 55px;
	}

	.slide p {
		font-size: 1rem;
	}

	.how-it-works {
		padding: 30px 0 60px;
	}

	.how-it-works h3, .product-breakdown h3, .before-after h3, .short-about h3, .faq-section h3 {
		font-size: 1.875rem;
	}

	.how-it-works-image {
		margin: 25px 0;
	}

	.how-it-works h4 {
		margin-bottom: 10px;
		font-size: 1.75rem;
	}

	.bulletins {
		padding: 0;
	}

	.bulletin-item {
		padding-top: 30px;
		width: 100%;
	}

	.bulletin-image {
		margin-bottom: 50px;
	}

	.info-about-text, .info-about-image {
		padding: 0;
		display: block;
		float: none;
		width: 100%;
	}

	.info-about-image {
		margin-top: 20px;
	}

	.info-about-image .thumbnail {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	.info-about:before, .product-breakdown:before {
		height: 40px;
		top: -40px;
	}

	.product-breakdown {
		padding: 45px 0 60px;
	}

	.product-item-title, .before-after-slide p, .short-about-txt, .bottom-boxes > div p {
		font-size: 1rem;
	}

	.product-item-text, .footer-rights p, .footer-menu li {
		font-size: 0.875rem;
	}

	.before-after-slider .slick-dots li button {
		width: 15px;
		height: 15px;
	}

	.before-after {
		padding: 45px 0;
	}

	.short-about {
		padding: 70px 0 50px;
	}

	.short-about:before, .bundles-section:after {
		height: 35px;
	}

	.bottom-boxes {
		margin-top: 30px;
	}

	.bottom-boxes > div {
		padding: 12px 7px;
	}

	.bottom-boxes > div img {
		max-width: 80px;
	}

	.review-section {
		padding: 40px 0 50px;
	}

	.grid-item {
		width: 100%;
	}

	.inner-grid-item {
		margin: 10px 0 0 0;
	}

	.inner-grid-text {
		padding-right: 5px;
	}

	.review-section:after {
		bottom: -35px;
		height: 35px;
	}

	.card button {
		font-size: 0.875rem;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.card p {
		font-size: 0.875rem;
	}

	.footer-menu, .footer-logo, .footer-rights {
		text-align: center;
		width: 100%;
		display: block;
	}

	.footer-logo {
		margin: 10px 0;
	}

	.bundles-section {
		padding: 35px 0;
	}

	.bundles-section h3 {
		font-size: 1.875rem;
		margin-bottom: 0;
	}

	.outer-offer {
		padding: 0 2%;
		margin: 20px auto;
		display: block;
		width: 100%;
		max-width: 380px;
	}

	.main-offer {
		margin: 20px auto 0;
		width: 96%;
		max-width: 420px;
	}

	.bundles {
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	.bundles > div:first-child {
		order: 2;
	}

	.bundles > div:nth-child(2) {
		order: 3;
	}

	.bundles > div:last-child {
		order: 1;
	}
}

@media screen and (min-width: 1024px) {
	.header-menu ul {
		display: inline-block !important;
	}
}