html {
	font-weight: 400;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #202124;
	line-height: 1.6;
	text-align: left;
	background: #F5F5F5;
}

body {
	background: #FFFFFF;
	width: 991px;
	margin: auto;
	z-index: 0;
}

header {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

section {
	width: 700px;
	padding: 15px;
	box-sizing: border-box;
	z-index: 3;
	position: relative;
}

footer {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background: #202124;
	text-align: center;
	color: #e0e0e0;
	font-size: 0.9rem;
}

a {
	color: #1d71b8;
	font-weight: 500;
}

a:hover {
	opacity: 0.9;
	transition: 0.25s;
}

p {
	margin-block: 15px;
	line-height: 1.6;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	font-size: 2.58rem;
	line-height: 1;
	margin-block: 5px;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-block: 15px;
	font-weight: 500;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	margin-block: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
}

hr {
	width: 600px;
	margin-block: 15px;
	border: none;
	border-top: 1px solid #e0e0e0;
}

img {
	display: block;
	max-width: 540px;
}

li {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 26px;
	padding-left: 36px;
	margin: 15px 0;
}

p.small-text {
	font-size: 0.8rem;
	color: #6a6a6a;
	background-image: url("../images/author.png");
	background-repeat: no-repeat;
	background-position: left center;
	width: fit-content;
	padding-left: 22px;
	background-size: 20px;
	box-sizing: border-box;
	margin-block-start: 15px;
	margin-block-end: 0;
}

p.stars {
	font-size: 0.7rem;
	color: #6a6a6a;
	background-image: url("../images/5starts.svg");
	background-repeat: no-repeat;
	background-position: left 4px;
	width: fit-content;
	padding-left: 64px;
	background-size: 60px;
	box-sizing: border-box;
	margin-block-start: 3px;
	margin-block-end: 0;
}

li.green-check {
	background-image: url("../images/check-circle-solid.svg");
}

li.blue-check {
	background-image: url("../images/check-square-solid.svg");
}

li.red-check {
	background-image: url("../images/times-circle-solid.svg");
}


span.verified {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-left: 20px;
	background-image: url("../images/shield-check-solid.svg");
	font-size: 0.8rem;
	color: #6a6a6a;
	line-height: 1.6;
}

div.testimonial {
	display: block;
	box-sizing: border-box;
	padding: 15px;
	border-left: 5px solid #7fcae4;
	background: #fff4df;
}

img.review {
	display: block;
}

img.review-img {
	display: block;
	height: 100px;
	width: 200px;
	object-fit: cover;
}

img.review-stars {
	height: 18px;
}

div.review {
	display: block;
	box-sizing: border-box;
	margin-bottom: 0;
}

div.review-1 {}

div.review-2 {
	margin-bottom: 8px;
}

div.review-3 {
	margin-bottom: 15px;
	line-height: 1.4;
	font-style: italic;
}

div.review-4 {
	line-height: 1;
	font-weight: 500;
	font-size: 0.95rem;
}

div.review-5 {
	font-size: 0.8rem;
	color: #6a6a6a;
	margin-bottom: 3px;
	line-height: 1.6;
}

div.review-6 {
	padding: 3px;
	border: 1px solid #ffe9d3;
	border-radius: 8px;
	/* background: #ffffff; */
}

.flex-row {
	display: flex;
	align-items: center;
}

.flex-col {
	height: fit-content;
}

.flex-col-1 {}

.flex-col-2 {
	margin-left: 15px;
}

section.cta {
	background: aliceblue;
	padding: 15px;
	z-index: 1;
	width: 100%;
}

h1.cta {
	text-align: center;
	font-size: 2.75rem;
	line-height: 1;
	margin-block: 30px;
}

h2.cta {
	text-align: center;
	line-height: 1.2;
	font-size: 2rem;
	opacity: 0.9;
	font-weight: 400;
	margin-block: 30px;
}

h3.cta {
	text-align: center;
	line-height: 1.2;
	font-size: 2rem;
	opacity: 0.9;
	font-weight: 400;
	margin-block-start: 30px;
	margin-block-end: 15px;
}

hr.cta {
	border: none;
	border-top: 8px solid #7fcae4;
	width: 180px;
}

div.cta {
	box-sizing: border-box;
	display: block;
	width: 700px;
	/* padding: 0 15px; */
	margin: auto;
}

div.cta-2 {
	box-sizing: border-box;
	display: block;
	width: 540px;
	text-align: center;
	margin: auto auto 60px;
}

div.pointer {
	display: block;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/hand-point-down-solid.svg");
	line-height: 1.6;
	width: 60px;
	height: 60px;
	margin: auto;
	opacity: 0.5;
}

a.button {
	font-size: 1.2rem;
	background-image: none;
	border-style: none;
	padding: 10px;
	color: #ffffff !important;
	background-color: #fc8815 !important;
	display: block;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 4px solid #c96400 !important;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 35%);
	font-weight: 700;
	letter-spacing: 0.02em;
	border-radius: 8px;
	margin: 15px 0 0;
	text-decoration: none;
}


p.quote {
	font-style: italic;
	font-weight: 500;
	color: #0b6fc5;
}

div.sticker {
	position: relative;
	z-index: 4;
	top: 0;
	width: 961px;
	box-sizing: border-box;
}

div.sticker-col {
	padding: 20px 0px 20px 30px;
	width: 291px;
	height: fit-content;
	background: #ffffff;
	float: right;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

p.sticker {
	text-align: left;
	color: #696969;
	letter-spacing: 0.01em;
}

p.sticker-1 {
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	margin: 0;
	line-height: 1.2em;
}

p.sticker-2 {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.01em;
	font-size: 0.8em;
	margin: 0;
	line-height: 1.4em;
}

img.sticker {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin-block: 10px;
	/* opacity: 0.8; */
}

a.sticker {
	display: block;
	background: #00c249;
	border: none;
	border-radius: 6px;
	color: #ffffff;
	border-bottom: 4px solid #028332;
	box-shadow: 0 2px 4px 0 #00000059;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 0.02em;
}

div.title {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	margin: 0;
	padding: 5px 15px 5px 66px;
	background-image: url("../images/logo.svg");
}

div.advertorial {
	float: right;
	flex-basis: 0;
	flex-grow: 1;
	text-align: right;
	width: 100%;
	text-transform: uppercase;
	font-style: italic;
	color: #6a6a6a;
	font-size: 0.95rem;
	font-weight: 300;
}

p.title {
	margin-block: 0;
	font-size: 1.75rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	opacity: 0.9;
	letter-spacing: -0.02em;
	line-height: 1;
	position: relative;
	top: 0;
	left: 0;
}

p.sub-title {
	margin-block: 0;
	line-height: 1;
	color: #7a7a7a;
	font-size: 0.85rem;
	margin-block-start: 2px;
	background-image: url("../images/badge-check-solid.svg");
	background-repeat: no-repeat;
	background-position: right center;
	width: fit-content;
	padding-right: 17px;
	margin-top: 2px;
	position: relative;
	top: 0;
	left: 0;
}

span.author-badge {
	background-image: url("../images/badge-check-solid.svg");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	background-size: 16px;
}

section.sub-header {
	width: 100%;
	background: #7fcff1;
	padding: 5px 15px;
	text-align: center;
}

p.announcement {
	margin-block: 0;
	font-size: 0.8rem;
	font-weight: 500;
	color: #fff;
	background-image: url("../images/rss-solid.svg");
	background-repeat: no-repeat;
	background-position: left center;
	width: fit-content;
	padding-left: 14px;
	background-size: 10px;
	margin: auto;
}

div.author {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	margin: 0;
	padding: 15px 30px 15px 50px;
	background-image: url("../images/author.png");
}

p.author {
	margin-block: 0;
	font-size: 0.9rem;
	font-weight: 500;
	opacity: 0.8;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

p.author-desc {
	margin-block: 0;
	line-height: 1.2;
	color: #7a7a7a;
	font-size: 0.8rem;
	margin-block-start: 2px;
	width: fit-content;
}

p.disclaimer {
	color: #fff;
	opacity: 0.8;
	display: block;
	padding: 30px 90px 15px;
	font-size: 0.7rem;
	line-height: 1.4em;
	text-align: justify;
	margin: 0;
}

p.footer {
	color: #fff;
	text-align: center;
	font-size: 0.85rem;
	margin: 0;
}

p.end {
	margin-block-end: 0;
}

p.links {
	margin-block-start: 15px;
}

p.copyright {
	margin-block-end: 15px;
	opacity: 0.8;
}

a.footer {
	color: #7fcae4;
	font-weight: 500;
}

div.flex-list-row {
	display: flex;
	align-items: flex-start;
}

div.flex-list-col {
	width: 100%;
}

p.comment {
	display: block;
	background: aliceblue;
	padding: 15px;
	border-left: 3px solid #60a2dc;
}

div.title-img {}

img.title-img {
	max-height: 60px;
	display: block;
}

@media (max-width: 991px) {

	body {
		width: 767px;
	}

	div.sticker {
		display: none;
	}
}

@media (max-width: 767px) {

	div.flex-list-row {
		display: block;
	}

	body {
		width: 540px;
	}

	hr {
		width: 80%;
	}

	section {
		max-width: 100%;
	}

	img {
		max-width: 100%;
	}

	div.sticker {
		display: none;
	}

	div.cta {
		max-width: 100%;
	}

	div.cta-2 {
		max-width: 100%;
	}

	h1.cta {
		font-size: 2.7rem;
	}

	a.button {
		font-size: 1.1rem;
	}
}

@media (max-width: 540px) {
	div.title {
		padding: 0;
		background-image: unset;
	}

	header {
		display: inline-block;
	}

	body {
		width: 440px;
	}

	div.sticker {
		display: none;
	}

	p.disclaimer {
		padding: 30px 30px 15px;
	}

	h1 {
		font-size: 2.2rem;
	}

	h1.cta {
		font-size: 2.1rem;
	}

	h2.cta {
		font-size: 1.75rem;
	}

	h3.cta {
		font-size: 1.75rem;
	}
}

@media (max-width: 440px) {
	img.title-img {
		max-height: 40px;
		display: block;
	}

	body {
		width: 320px;
	}

	div.sticker {
		display: none;
	}

	p.title {
		font-size: 1.18rem;
	}

	h1 {
		font-size: 1.6rem;
	}

	h2 {
		font-size: 1.2rem;
	}

	h2.cta {
		font-size: 1.6rem;
	}
}