*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--text-color: #323232;
	--light-text-color: #696969;
	--primary-color: #ef3054;
	--dark-blue: #1e2749;
	--light-blue: #0f76d7;
	--border-radius: 0.16rem;

	--text-supreme: 2.6rem;
	--text-xlg: 2rem;
	--text-lg: 1.6rem;
	--text-md: 1.2rem;
	--text-body: 1rem;
	--text-sm: 0.9rem;
	--text-xsm: 0.8rem;
}

@media all and (min-width: 768px) {
}

body {
	font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
		Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background: var(--dark-blue);
	font-size: var(--text-body);
	line-height: 28px;
	color: var(--text-color);
	font-weight: 300;
	font-optical-sizing: auto;
	scroll-behavior: smooth;
}

/* global elements */

.view_wrapper {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.view_wrapper_slim {
	max-width: 800px;
}

.readable-content p {
	margin: 0;
	padding: 0;
}

.readable-content h2 {
	font-size: var(--text-xlg);
	line-height: 1.2;
	font-weight: 500;
}

.readable-content h3 {
	font-weight: 500;
	font-size: var(--text-lg);
	line-height: 1.2;
}

.readable-content h4 {
	font-weight: 500;
	font-size: var(--text-md);
	line-height: 1.2;
}
.readable-content h5 {
	font-weight: 500;
	font-size: var(--text-body);
	line-height: 1.2;
}

.readable-content a {
	color: var(--light-blue);
	font-weight: 500;
}

.readable-content b,
.readable-content strong {
	font-weight: 500;
}

.readable-content a:hover {
	color: var(--dark-blue);
	text-decoration: none;
}

.readable-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.readable-content li {
	margin-bottom: 0.6rem;
	padding-left: 0.4rem;
}

.readable-content ul,
.readable-content ol {
	margin: 0 0 0 1rem;
	padding: 0;
}

.flex-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.flex {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.gap {
	gap: 1rem;
}

.gap-lg {
	gap: 1rem;
}

.hide-mobile {
	display: none;
}

/* mast head */

.masthead {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.masthead_wrapper {
	position: relative;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	padding: 0.6rem 0 0 0;
}

.mobile-trigger {
	width: 42px;
	padding: 0 10px;
	border: none;
	background: transparent;
	outline: none;
	display: flex;
	gap: 0.2rem;
	height: 100%;
	flex-direction: column;
	margin-top: -7px;
}

.mobile-trigger span {
	display: block;
	width: 90%;
	height: 2px;
	background-color: #000;
	border-radius: 2px;
}

.header-logo {
	width: 160px;
}

.header-logo img {
	width: 100%;
	height: auto;
}

.header-nav {
	display: none;
	position: fixed;
	top: 44px;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	background: #fff;
}

.header-nav--active {
	display: block;
}

.header-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.header-nav a {
	text-decoration: none;
	display: block;
	padding: 20px 26px;
	color: #000;
	font-weight: 500;
	transition: color 200ms;
}

.header-nav a:hover {
	color: #0f76d7;
}

/* hero */

.hero {
	padding: 20px 0;
	background: #f4f8fc;
	position: relative;
}

.hero-bg {
	background: url("../img/co-hero.webp") no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
}

.subhero,
.content-hero {
	background: #fff;
	padding: 4rem 0;
}

.content-hero .hero-bg {
	background-position: center top;
}

.hero-large .hero-bg {
	height: 100%;
}

h1 {
	font-weight: 500;
	font-size: var(--text-supreme);
	line-height: 1.1;
	letter-spacing: -0.4px;
}

h1.hero-title {
	color: #fff;
}

.category-title {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: -1px;
	text-align: left;
}

.category-title span {
	color: var(--light-blue);
}

.category-last-update {
	font-size: var(--text-xsm);
	text-align: left;
	font-weight: 400;
}

.category-caption {
	display: none;
}

.category-hero {
	background: #fff;
	padding: 0rem 0 1rem 0;
}

.page {
	margin: 0 auto;
	width: 94%;
	padding: 0;
}

.page-content {
	display: flex;
	max-width: 1200px;
	width: 100%;
}

ul.checkmark-list {
	list-style: none;
	margin: 0.6rem 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

ul.checkmark-list li {
	display: flex;
	flex-direction: row;
	gap: 0.26rem;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}

.checkmark-list li svg {
	width: 12px;
	height: 12px;
}

.checkmark-list li span {
	font-size: 12px;
	line-height: 1.36;
}

@media all and (min-width: 768px) {
	ul.checkmark-list {
		margin: 1rem 0;
	}
	.page {
		margin: -8rem auto auto;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1200px;
		padding-bottom: 2rem;
	}

	.category-hero {
		padding: 0rem 0 8rem 0;
	}

	.category-title {
		font-size: 46px;
		line-height: 42px;
		text-align: left;
	}

	.category-last-update {
		text-align: left;
	}

	.category-caption {
		margin: 0;
		padding: 0;
		display: block;
	}
}

.article-category-span {
	text-transform: uppercase;
	display: block;
	margin-bottom: 1rem;
	font-size: 14px;
	font-weight: 500;
	margin-top: 1rem;
}

p.hero-caption {
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	display: none;
}

.content-hero p.hero-caption {
	text-align: left;
	font-weight: 300;
	font-size: 20px;
}

.hidden {
	display: none;
}

.article-list-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.article {
	border-top: 1px solid #efefef;
	background: #fff;
	border-radius: var(--border-radius);
	text-decoration: none;
	transition: all 0.2s;
	display: flex;
	flex-direction: column;
	justify-items: flex-start;
	padding: 1rem 0 1.6rem 0;
	cursor: pointer;
}

.home-list-title {
	font-size: 32px;
	font-weight: 500;
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}

.home-list .article {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem 0 1rem 0;
	align-items: center;
}

.back-to-top-wrapper {
	display: flex;
	margin-top: 2rem;
	border-top: 1px solid #ccc;
	justify-content: flex-end;
	width: 100%;
}

.back-to-top {
	background: none;
	border: none;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 1rem;
	font-size: 14px;
	font-weight: 300;
	color: var(--light-text-color);
	cursor: pointer;
}

.back-to-top svg {
	width: 16px;
	height: 16px;
}

.article-title {
	color: var(--text-color);
	font-weight: 500;
	line-height: 1.26;
}

.article:hover .article-title {
	text-decoration: underline;
}

.home-list-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.home-list .article-title {
	margin: 0;
	font-size: 18px;
}

.home-list-featured .article {
	border-top: none;
	border-bottom: 1px solid #e5e5e5;
}

.home-list-featured .article-title {
	font-size: 28px;
}

.article-description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-shrink: 1;
	flex-grow: 1;
}

.home-list-button {
	padding: 0 0 1rem 0;
}

.home-list-button a {
	width: 100%;
	text-align: center;
}

.home-list .article-description {
	flex-basis: 65%;
	gap: 0;
}

.article-snippet {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.article-snippet p {
	color: var(--light-text-color);
	font-size: 14px;
	line-height: 1.4;
	margin: 0.4rem 0;
	padding: 0;
}

.home-list .article-snippet p {
	display: none;
}

.article-img {
	flex-basis: 100%;
	overflow: hidden;
	flex-basis: auto;
	flex-shrink: 1;
	display: flex;
	position: relative;
	border-radius: var(--border-radius);
	height: 10rem;
}

.home-list .article-img {
	flex-basis: 25%;
	height: 5rem;
}

.home-list-featured .article-img {
	flex-basis: 100%;
	height: 10rem;
}

.article:hover .article-img img {
	transform: scale(1.03);
	transition: all 300ms;
	opacity: 0.8;
}

.article-img img {
	display: block;
	object-position: center center;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.article-img.article-img-contain img {
	object-fit: contain;
}

.article-date {
	color: var(--light-text-color);
	font-size: 12px;
	font-weight: 400;
}

.article-link {
	color: var(--light-blue);
	font-weight: 500;
}

.article-link:hover {
	text-decoration: underline;
	color: var(--dark-blue);
}

@media all and (min-width: 768px) {
	.article {
		flex-direction: row;
		gap: 1rem;
	}

	.article-img {
		flex-basis: 25%;
		display: flex;
		align-items: center;
	}

	.article-description {
		flex-basis: 75%;
	}

	.home-list-articles {
		display: flex;
		flex-direction: row;
		gap: 0rem;
	}

	.home-list-featured {
		margin-bottom: 0rem;
	}

	.home-list-featured .article {
		flex-wrap: no-wrap;
		gap: 2rem;
		justify-content: space-between;
	}

	.home-list-featured .article-img {
		flex-basis: 46%;
		height: 20rem;
	}

	.home-list-featured .article-description {
		flex-basis: 46%;
	}

	.home-list-featured .article-title {
		font-size: 36px;
	}

	.home-list-featured .article-snippet {
		gap: 1rem;
	}

	.home-list-articles .article {
		flex-basis: 33%;
		border-top: 0;
		position: relative;
		padding: 0.6rem 2rem 0.6rem 0;
	}

	.home-list-articles .article:not(:first-child):before {
		border-left: 1px solid #e5e5e5;
		content: "";
		position: absolute;
		left: -5%;
		height: 100%;
	}
}

/* footer */

.mastfoot {
	background: var(--dark-blue);
	padding: 4rem 0;
}

.mastfoot-bottom {
	background: #1e2749;
	padding: 20px 0 40px 0;
}

.mastfoot_logo {
	width: 180px;
}

.mastfoot_logo img {
	width: 100%;
	height: auto;
}

.mastfoot_links {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #fff;
	flex-wrap: wrap;
}

.mastfoot_links-wrapper {
	display: flex;
	gap: 1rem;
	flex-direction: column;
}

.mastfoot_list a {
	color: #fff;
	text-decoration: none;
}

.mastfoot_links a:hover {
	color: #efefef;
}

.mastfoot_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mastfoot_disclaimers {
	font-size: 12px;
	line-height: 1.4;
	color: #efefef;
	max-width: 40rem;
	margin-top: 2rem;
}

.mastfoot_copy {
	color: #efefef;
	font-size: 14px;
	line-height: 1.4;
}

.offers_wrapper {
	margin-top: 1rem;
}

.offers_wrapper_mini {
	margin: 0 0 2rem 0;
}

.offers_wrapper.hits-offers_wrapper {
	margin: 0;
}

.offer {
	width: 100%;
	min-height: 6rem;
	position: relative;
	background: #fff;
	border-radius: var(--border-radius);
	display: block;
	text-decoration: none;
	color: var(--text-color);
	margin-bottom: 1rem;
	cursor: pointer;
	outline: none;
	box-shadow: 0px 0px 8px rgba(0, 100, 100, 0.46);
	border-radius: var(--border-radius);
	overflow: hidden;
}

b {
	font-weight: 500;
}

.offer-text-cta {
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.4;
}

.offer-top-rank {
	background: var(--light-blue);
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0rem;
	padding: 0.6rem 0.8rem;
	font-weight: 500;
	font-size: 0.8rem;
	line-height: 1;
	display: flex;
	gap: 0.4rem;
	align-items: center;
}

.offer-top-rank svg {
	width: 14px;
	height: 14px;
}

.offer-top-rank span {
	line-height: 1.1;
}

.offer-top-rank svg path {
	fill: #fff;
}

.offer:has(.offer-top-rank) {
	padding-top: 2.6rem;
}

.offer-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 0.6rem 0.8rem 0.6rem 0.8rem;
}

.offer-title-wrapper {
	padding: 0.4rem 0;
	order: 3;
	width: 100%;
}

h2.offer-title {
	font-size: var(--text-body);
	font-weight: 500;
	line-height: 1.3;
}

.offer-title span {
	font-size: 14px;
}

.offer-meta-wrapper {
	padding: 0.6rem 1rem;
	display: flex;
	order: 2;
	justify-content: space-between;
	width: 100%;
}

.offer-img {
	text-align: left;
	order: 1;
	flex-basis: 55%;
}

.offer-img img {
	vertical-align: middle;
	width: auto;
	height: auto;
	max-height: 50px;
	max-width: 100%;
}

.offer-meta {
	padding: 0;
	width: 48%;
}

.offer-meta b {
	font-size: 20px;
	font-weight: 500;
}

.offer-meta span {
	font-size: 14px;
	color: #666;
}

.offer-meta span {
	display: block;
}

.offer-button {
	text-align: center;
	width: 100%;
	order: 5;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.6rem;
}

.offer-score-wrapper {
	display: flex;
	flex-direction: row;
	gap: 0.6rem;
	justify-content: end;
	text-decoration: none;
	align-items: center;
	order: 2;
	flex-basis: 45%;
	cursor: pointer;
}

.offer-score {
	display: flex;
	gap: 0.4rem;
	align-items: center;
	pointer-events: none;
}

.offer-score-name {
	color: var(--light-blue);
	font-weight: 500;
	pointer-events: none;
}

.offer-score-number {
	background: var(--light-blue);
	color: #fff;
	border-radius: var(--border-radius);
	padding: 0.16rem 0.4rem;
	pointer-events: none;
	font-weight: 700;
}

.offer-button button {
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	text-align: center;
	border-radius: var(--border-radius);
	background: var(--primary-color);
	color: #fff;
	text-decoration: none;
	padding: 10px 12px 10px 12px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	line-height: 1;
}

.offer-button button.empty,
.primary-button.empty {
	background: transparent;
	border: 2px solid var(--primary-color);
	color: var(--primary-color) !important;
}

.offer-button button:hover {
	opacity: 0.5;
	transition: all 300ms;
}

.primary-button.empty:hover {
	background: var(--primary-color);
	color: #fff !important;
	transition: all 300ms;
}

.offer-button a svg,
.offer-button button svg {
	width: 16px;
	height: auto;
	margin: 0;
	padding: 0;
	padding-top: 2px;
}

.offer-button a svg path,
.offer-button button svg path {
	fill: #fff;
}

.offer-button button.empty svg path {
	fill: #db1b4f;
}

.offer-button .offer-button-caption {
	margin: 0;
	display: block;
	padding: 0.4rem 0 0 0;
	font-size: 12px;
	color: #666;
}

.offer-details-wrapper {
	border-top: 1px solid #e5e5e5;
	padding: 0.4rem;
	background: #f0f0f0;
}

.offer-details-body {
	display: none;
	font-size: 12px;
	padding: 1rem;
	order: 3;
}

.offer-details-title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	background: none;
	border: none;
	cursor: none;
}

.offer-details-title svg {
	display: inline-block;
	width: 12px;
	height: auto;
}

.offer-details-title svg path {
	fill: #555;
}

.offer-details-body.offer-details-active {
	display: block;
}

.offer-details-body ul {
	margin: 0 0 0 12px;
	padding: 0;
}

.side-card {
	background: #f0f0f0;
	padding: 1.2rem 1.2rem;
	border-radius: 0.16rem;
}

.side-card h3 {
	font-weight: 600;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}

.reviews-list {
	list-style: none;
	margin: 1rem 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}

.reviews-list a {
	display: flex;
	flex-direction: row;
	gap: 0.6rem;
	text-decoration: none;
	line-height: 1;
	font-weight: 500;
	font-size: 16px;
}

.reviews-list-img {
	flex-basis: 30%;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 0 0.4rem;
}

.reviews-list-img-nopad {
	padding: 0;
	background: none;
}

.reviews-list-desc {
	flex-basis: 70%;
	display: flex;
	flex-direction: column;
	gap: 0.4 rem;
}

.reviews-list a img {
	width: 100%;
	height: auto;
}

.reviews-list a:hover {
	text-decoration: underline;
}

.reviews-list a span:first-child {
	color: var(--dark-blue);
	line-height: 1.3;
	font-size: 0.9rem;
}

.reviews-list a span:last-child {
	color: var(--light-blue);
	font-size: 13px;
	font-weight: 400;
}

.primary-button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: var(--primary-color);
	border: none;
	outline: none;
	border-radius: var(--border-radius);
	color: #fff !important;
	text-decoration: none;
	padding: 12px 20px;
	line-height: 1;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	gap: 0.6rem;
	cursor: pointer;
	justify-content: center;
}

.primary-button:hover {
	opacity: 0.8;
}

.primary-button svg {
	width: 16px;
	height: 16px;
}

.primary-button svg path {
	fill: #fff;
}

.hero-vertical_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	justify-content: space-between;
	align-content: center;
	gap: 0.4rem;
}

.hero-tag {
	display: none;
}

.hero-vertical_wrapper.verticals-hidden {
	display: none;
}

.hero-vertical {
	display: flex;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 0.6rem 0.6rem;
	text-decoration: none;
	color: var(--text-color);
	border-radius: var(--border-radius);
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
}

.hero-vertical svg {
	width: 36px;
	height: 36px;
	display: block;
}

.hero-vertical p {
	display: none;
}

.hero-vertical span {
	display: block;
	font-size: 15px;
	font-weight: 500;
}

.hero-vertical-links {
	display: flex;
	flex-direction: row;
	gap: 0.2rem;
	font-size: 14px;
	justify-content: center;
	gap: 0.4rem;
	justify-self: flex-end;
}

.hero-vertical-links a {
	color: var(--light-blue);
	display: flex;
	flex-wrap: nowrap;
	font-weight: 400;
	align-items: center;
	padding: 0;
	line-height: 1;
	gap: 0.2rem;
}

.hero-vertical-links a:hover {
	text-decoration: none;
}

.hero-vertical-links a svg {
	width: 12px;
	height: 12px;
	fill: var(--light-blue);
}

.hero-vertical-links a svg d,
.hero-vertical-links a svg path {
	fill: var(--light-blue);
}

.hero-vertical-links a:first-child {
	color: var(--dark-blue);
}

.hero-vertical-links a:last-child {
	border-left: 1px solid #c0c0c0;
	padding-left: 0.4rem;
}

.more-verticals {
	text-align: center;
	padding: 10px 0;
}

.more-verticals a {
	color: #b80c09;
	font-weight: bold;
}

.disclosure-link {
	display: inline-block;
	cursor: pointer;
	font-size: 11px;
	margin-bottom: 0.4rem;
	text-decoration: none;
	border: none;
	background: none;
	padding: 0;
}

.hero .disclosure-link {
	color: #fff;
}

.subhero .disclosure-link {
	color: var(--text-color);
}

.disclosure-popup {
	display: none;
	padding: 20px;
	border-radius: var(--border-radius);
	box-shadow: 0 0 6px rgba(0, 100, 100, 0.6);
	width: 100%;
	color: #000;
	background: #fff;
	margin: 0;
	top: 24px;
	position: absolute;
	color: var(--text-color);
	font-size: 12px;
	line-height: 16px;
	z-index: 999;
}

.disclosure-popup.active {
	display: block;
}

.numbered-list {
	background: linear-gradient(180deg, #3089dc 0%, #4f9be2 100%);
	opacity: 1;
	border: 1px solid #c0c0c0;
	border-radius: var(--border-radius);
	padding: 0.6rem 1.2rem;
	display: inline-block;
	color: #fff;
	font-weight: 600;
}

.content {
	padding: 2rem 0;
	background: #f4f8fc;
}

.mobile-hidden {
	display: none;
}

.faq-wrapper {
	margin-top: 40px;
}

.faq {
	display: block;
	background: #ffffff;
	border: 1px solid #e7e7f1;
	box-sizing: border-box;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05);
	border-radius: var(--border-radius);
	padding: 24px;
	margin-bottom: 12px;
}

.faq-q {
	font-weight: 600;
	color: #404048;
	background: url(/img/arrow-down.png) right center no-repeat;
	background-size: 12px;
	cursor: pointer;
}

.faq-a {
	display: none;
}

.faq-a.active {
	display: block;
}

.article-hero {
	padding: 2rem 0 0 0;
	background: #fff;
	position: relative;
}

.article-hero-bg {
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.article-author-hero {
	padding: 2rem 0;
}

.article-meta-wrapper {
	padding: 0.6rem 0 0.6rem 0;
	font-size: var(--text-xsm);
	font-weight: 300;
}

.article-meta-author {
}

.article-meta-author span {
	color: #515260;
	font-weight: 400;
}

.article-meta-author a {
	color: var(--light-text-color);
	text-decoration: none;
	font-weight: 400;
}

.article-hero-image {
	height: 250px;
	overflow: hidden;
	margin-top: 2rem;
	border-radius: var(--border-radius);
	position: relative;
	max-width: 800px;
}

.article-hero-image img {
	object-fit: cover;
	object-position: 0 -150px;
	border-radius: var(--border-radius);
}

.article-credit {
	padding-top: 2rem;
	border-top: 1px solid #ccc;
	margin-top: 2rem;
}

.article-credit-author-wrapper {
	display: flex;
	flex-direction: row;
}

.article-credit-img {
	width: 26px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.article-credit-img img {
	width: 100%;
	height: auto;
}

.article-meta-wrapper .article-credit-img {
	width: 40px;
	height: 40px;
}

.article-meta-author-wrapper {
	display: flex;
	align-items: center;
}

.article-credit-author {
	display: flex;
	vertical-align: middle;
	margin: 0;
	padding: 0rem 0 0 0.6rem;
	gap: 0.2rem;
}

.article-credit-author span {
	color: #515260;
}

.article-credit-author p {
	margin: 0;
	padding: 0;
}

.article-credit-author-name {
	display: block;
	text-decoration: none;
	color: var(--text-color);
	font-weight: 500;
}

.article-credit-bio {
	margin-top: 0rem;
	display: block;
}

.article-credit p {
	font-size: var(--text-sm);
	line-height: 1.5;
	color: var(--light-text-color);
}

.article-body ul li {
	margin-bottom: 0.6rem;
}

.article-author-hero .article-hero-bg {
	height: 100%;
}

.article-author-hero-wrapper {
	display: flex;
	align-items: center;
}

.article-author-hero .article-category-span {
	margin-top: 0;
}

.article-author-hero-author {
	margin-left: 1rem;
}

.article-review-link {
	background: #f0f0f0;
	padding: 0.26rem 0.26rem;
	justify-content: space-between;
	flex-direction: row;
	display: flex;
	align-items: center;
	border-radius: var(--border-radius);
	margin-bottom: 2rem;
}

.article-review-link-img {
	background: #fff;
	padding: 0.2rem 0.6rem 0.2rem 0.6rem;
	display: flex;
	align-items: center;
	width: 8rem;
	justify-content: center;
}

.article-review-img {
	width: 12rem;
}

.article-review-img img {
	object-fit: contain;
	max-width: 100%;
	height: auto;
}

.article-review-link-img img {
	object-fit: contain;
	height: 36px;
	max-width: 100%;
}

.breadcrumbs-wrapper {
	display: none;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.content-hero {
	padding: 4rem 0 4rem 0;
	background: var(--dark-blue);
}

.content-hero p.hero-caption {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 26px;
}

.banner-ad {
	text-align: center;
	margin: 0.4rem 0;
	display: none;
}
.banner-ad img {
	width: 100%;
	max-width: 728px;
	height: auto;
}

@media all and (min-width: 760px) {
	.banner-ad {
		display: block;
	}
	.contact-form {
		flex-wrap: wrap;
		flex-direction: row;
	}

	.breadcrumbs-wrapper {
		display: block;
		background: #fff;
		padding: 0.4rem 0;
	}

	.breadcrumbs {
		list-style: none;
		display: flex;
		padding: 0;
		margin: 0;
		flex-direction: row;
		gap: 1rem;
	}

	.breadcrumbs li {
		position: relative;
	}

	.breadcrumbs li:not(:first-child):before {
		content: "/";
		position: absolute;
		left: -0.7rem;
		top: 0.1rem;
		font-size: 12px;
		color: var(--light-text-color);
	}

	.breadcrumbs a {
		color: var(--light-text-color);
		font-size: var(--text-xsm);
		text-decoration: none;
	}

	.breadcrumbs a:hover {
		text-decoration: underline;
	}

	.hide-mobile {
		display: flex;
	}

	.flex-wrapper {
		flex-direction: row;
		gap: 4rem;
	}

	.flex-col-main {
		flex-basis: 65%;
		flex-grow: 2;
	}

	.flex-col-side {
		flex-basis: 35%;
		max-width: 300px;
	}

	.hero-header {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		text-align: center;
	}

	.hero-header-wide {
		max-width: 800px;
	}

	p.hero-caption {
		display: block;
	}

	h1.hero-title {
		font-size: 52px;
	}

	.article-author-hero .article-credit-img {
		width: 140px;
		height: 140px;
	}

	.article-meta-wrapper {
		display: flex;
		align-items: center;
		line-height: 1.2;
	}

	.article-meta-date {
		display: block;
		color: var(--light-text-color);
		font-weight: 400;
	}

	.article-meta-author-wrapper {
		border-left: 1px solid #ccc;
		margin-left: 0.6rem;
		padding-left: 0.6rem;
		margin-top: 0;
	}

	.mobile-hidden {
		display: block;
	}

	.mastfoot_links-wrapper {
		flex-direction: row;
	}

	.mastfoot_links {
		width: 20%;
	}

	.mastfoot_list {
		flex-direction: row;
	}

	.mastfoot_content {
		width: 75%;
	}

	p.sub-hero-caption {
		max-width: 60%;
	}

	.hero-vertical_wrapper {
		display: flex;
		margin-top: 60px;
		gap: 1rem;
		max-width: 1004px;
		margin: 60px auto 0 auto;
		justify-content: flex-start;
	}

	.hero-vertical.selected {
		outline: 3px solid var(--primary-color);
		transition: 0.3s ease-in-out;
		transform: translateY(-4px);
		box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
	}

	.hero-sub {
		margin-top: 20px;
	}

	.hero-tag {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 13px;
		line-height: 22px;
		background: #000;
		color: #fff;
		padding: 0 0.6rem 0 1rem;
	}

	.hero-tag:after {
		content: "";
		border-style: solid;
		border-width: 22px 14px 0 0;
		border-color: #171717 transparent transparent transparent;
		position: absolute;
		left: 100%;
	}

	.hero-vertical {
		transition: all 200ms;
		border-bottom: 0;
		padding: 1rem 1rem;
		display: block;
		position: relative;
		overflow: hidden;
		width: 188px;
	}

	.hero-vertical.large {
		display: flex;
		text-align: left;
		align-items: center;
		width: 392px;
		gap: 1rem;
	}

	.hero-vertical.tag {
		padding-top: 2rem;
	}

	.hero-vertical svg {
		width: 64px;
		height: auto;
		margin: 0 auto;
	}

	.hero-vertical p {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 13px;
		line-height: 20px;
		color: #767676;
	}

	.hero-vertical span {
		margin: 0.4rem 0 0 0;
		font-size: 18px;
		font-weight: 500;
	}

	.hero-vertical-sm span {
		margin: 0;
	}

	.hero-vertical.large span {
		margin: 0;
	}

	.hero-vertical:hover {
		transition: 0.3s ease-in-out;
		transform: translateY(-4px);
		box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
	}

	.hero {
		padding: 2rem 0 4rem;
	}

	.subhero {
		padding: 1rem 0;
	}

	.hero_list li {
		width: 24%;
	}

	.hero-quote-form {
		width: 40%;
		max-width: 400px;
		margin: 3rem auto;
		padding: 2rem;
	}

	.mobile-trigger {
		display: none;
	}

	.masthead {
		justify-content: space-between;
		padding: 0rem;
	}

	.header-nav {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		top: 0;
		justify-self: flex-end;
	}

	.header-nav ul {
		display: flex;
		margin: 0;
		padding: 0;
	}

	.header-nav a {
		padding: 10px 14px;
		font-size: 14px;
	}

	.advertiser-disclosure_wrapper {
		display: flex;
		justify-content: flex-end;
	}

	.disclosure-popup {
		width: 30rem;
		right: 0;
		text-align: left;
	}

	.disclosure-link {
		margin-bottom: 0;
	}
}

@media all and (min-width: 760px) {
	.offers_wrapper {
		margin-top: 2rem;
		width: 100%;
	}

	.offer-wrapper {
		display: flex;
		flex-wrap: no-wrap;
		justify-content: start;
		padding: 1rem 2rem 0.8rem 2rem;
		gap: 2rem;
	}

	.offers_wrapper_mini .offer-wrapper {
		padding: 1rem;
	}

	.offer-meta {
		width: 80%;
	}

	.offer-meta-wrapper {
		width: 40%;
		order: 3;
	}

	.offer-meta-wraper .offer-meta {
		width: 31%;
	}

	.offer-title-wrapper {
		flex-basis: calc(100% - 24rem);
		flex-grow: 1;
		padding-bottom: 0;
		order: 2;
	}

	h2.offer-title {
		font-size: var(--text-md);
		line-height: 1.2;
	}

	.offers_wrapper_mini h2.offer-title {
		font-size: var(--text-body);
	}

	.offer-score-wrapper {
		order: 3;
		flex-basis: 10rem;
		align-items: start;
		padding: 0rem 0 0 0;
		justify-self: flex-end;
		margin-right: 0;
	}

	.offer-meta-full {
		width: 50%;
	}

	.offer-img {
		flex-basis: 8rem;
		text-align: center;
		margin-top: 1rem;
		order: 1;
	}

	.offer-button {
		width: 10rem;
		order: 4;
		position: absolute;
		right: 2rem;
		top: 3.6rem;
		gap: 0.4rem;
		flex-wrap: wrap;
	}

	.offer:has(.offer-top-rank) {
		padding-top: 0rem;
	}

	.offer:has(.offer-top-rank) .offer-img {
		margin-top: 4rem;
	}

	.offer-top-rank {
		width: auto;
		top: 1rem;
	}

	.offers_wrapper_mini .offer-button {
		right: 1rem;
		bottom: 1rem;
		top: auto;
	}

	.offer-button a {
		margin-top: 0;
	}

	.offer-details-title {
		text-align: right;
		padding-right: 1rem;
	}
}

@media all and (min-width: 1100px) {
	.offer-img {
		flex-basis: 12rem;
	}
	.offer-title-wrapper {
		flex-basis: calc(100% - 60rem);
	}

	.offer-button {
		flex-basis: 16rem;
	}

	.offers_wrapper_mini .offer-button {
		top: 3.6rem;
		bottom: auto;
	}
}

.content--nopad {
	padding: 0;
}

.content--slim {
	padding: 2rem 0;
}

.content--wbg {
	background: #fff;
}

.content--bbg {
	background: #3089dc;
}

.light-bg {
	background: #f0f0f0;
}

.text-center {
	text-align: center;
}

.text-white {
	color: #fff;
}

.login-form-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.login-form {
	margin: 0 auto;
	min-width: 20rem;
	max-width: 40rem;
	border-radius: 0.4rem;
	background: #fff;
	padding: 2rem;
	position: relative;
	border: 1px solid #c0c0c0;
}

.login-logo {
	padding: 1rem 0 2rem 0;
	text-align: center;
}

.login-logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

.login-form h2 {
	margin: 0;
	padding: 0;
}

.register-form {
	min-width: 25rem;
}

.form-field {
	display: block;
	position: relative;
	flex-basis: 100%;
}

.form-field-even {
	flex-basis: 48.5%;
}

.form-field label {
	position: absolute;
	top: 0.76rem;
	left: 0.7rem;
	cursor: text;
	transition: all 0.3s ease;
	pointer-events: none;
}

.form-field input:focus + label,
.form-field input:disabled + label,
.form-field input:valid + label {
	font-size: 70%;
	top: 0.2rem;
}

.form-field input:focus {
	border-color: var(--primary-color);
}

.error-message {
	background: var(--light-bg-color);
	border-radius: var(--border-radius);
	padding: 0.8rem;
	display: block;
	font-weight: 700;
	border: 2px solid var(--primary-color);
	display: none;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
	border-radius: 0.2rem;
	padding: 0.8rem 0.6rem 0rem 0.6rem;
	border: 2px solid #c0c0c0;
	background: #fff;
	outline: none;
	width: 100%;
	box-shadow: 0 0 2px rgb(0 0 0 / 5%) inset;
	color: #000;
	height: 3.4rem;
}

textarea {
	height: 10rem;
}
