.archive-hero {
	padding-top: 10px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.archive-hero {
		padding-top: 20px;
	}
}

@media (max-width: 767.98px) {
	.category_expert {
		padding-bottom: 20px;
	}
}

.category_expert_list .splide__list .splide__slide {
	width: 20%;
}

@media (max-width: 767.98px) {
	.category_expert_list .splide__list .splide__slide {
		min-width: unset;
	}
}

.category_expert_list_item {
	width: 20%;
	padding-top: calc(var(--bs-gutter-x) * .5);
	padding-right: calc(var(--bs-gutter-x) * .2);
	padding-left: calc(var(--bs-gutter-x) * .2);
}

@media (min-width: 576px) {
	.category_expert_list_item.hidden {
		display: none;
	}
}

.category_expert_list_item_content {
	height: 100%;
	border: 1px solid #E4E8EE;
	padding: 20px;
}

.category_expert_list_item_content .b2c-author-job {
	color: #0C1D35;
}

.category_expert_list_item_content .avatar {
	width: 100px;
	height: auto;
	max-width: 100%;
	max-height: 100px;
}

.category_expert .btn-group {
	margin-top: 15px;
	width: 100%;
}

.category_expert .btn-group #show_more_experts {
	font-size: 14px;
	max-width: 180px;
	border: 1px solid #444B54;
	color: #444B54;
}

.category_expert .btn-group #show_more_experts.open:before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.33331 8H12.6666" stroke="%231B1D20" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.category_expert .btn-group #show_more_experts::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: -3px;
	margin-right: 10px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-lg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z"/></svg>');
}

.get-started-guides {
	padding-bottom: 40px;
}

.get-started-guides:hover .get-started-guides-content-progress {
	display: block;
}

.get-started-guides-header img {
	margin-right: 12px;
}

.get-started-guides-content {
	margin-top: 20px;
}

.get-started-guides-content .splide__list .splide__slide {
	width: 33.3333%;
}

.get-started-guides-content .splide__arrows button svg {
	display: none;
}

.get-started-guides-content-item {
	border: 1px solid #E4E8EE;
	padding: 24px;
	height: 370px;
	position: relative;
	border-radius: 4px;
}

.get-started-guides-content-item-image {
	margin-bottom: 10px;
}

.get-started-guides-content-item-title a {
	text-decoration: none;
}

.get-started-guides-content-item-description p {
	font-size: 16px;
}

.get-started-guides-content-item-description p a {
	color: #444B54;
}

.get-started-guides-content-item-category {
	font-family: "Manrope";
	font-weight: 700;
	font-size: 10px;
	color: #8A98AC;
	text-transform: uppercase;
}

.get-started-guides-content-item-author-block {
	position: absolute;
	bottom: 25px;
	width: calc(100% - 48px);
}

.get-started-guides-content-item-author-block-info-name {
	margin-left: 10px;
}

.get-started-guides-content-item-author-block-info-name a {
	font-size: 12px;
	color: #5C6570;
	text-decoration: none;
}

.get-started-guides-content-progress {
	display: none;
	position: absolute;
	background: #E8EAEE;
	margin-top: 20px;
	width: 130px;
	border-radius: 4px;
}

@media (max-width: 767.98px) {
	.get-started-guides-content-progress {
		display: block;
	}
}

.get-started-guides-content-progress-bar {
	background: #43597A;
	height: 4px;
	transition: width 400ms ease;
}

.popular_articles {
	background: #F5F7F9;
}

@media (max-width: 767.98px) {
	.popular_articles {
		padding: 20px;
	}
}

.popular_articles_list {
	padding-top: 20px;
	counter-reset: item;
}

.popular_articles_list_item {
	position: relative;
	padding-left: 40px;
}

.popular_articles_list_item a {
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.popular_articles_list_item {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #E4E8EE;
	}
	.popular_articles_list_item:last-child {
		border: none;
	}
}

.popular_articles_list_item::before {
	position: absolute;
	left: 10px;
	content: counter(item);
	counter-increment: item;
	display: inline-block;
	font-family: "Manrope";
	font-size: 24px;
	color: #F35911;
	font-weight: 700;
	line-height: 24px;
}

.category-listing {
	padding: 40px 0;
	max-width: 100%;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.category-listing {
		padding: 32px 0;
	}
}

.category-listing .splide__arrows button svg {
	display: none;
}

.category-listing:nth-child(odd) {
	background: #F5F7F9;
}

@media (max-width: 767.98px) {
	.category-listing:nth-child(odd) .category-listing-main {
		overflow: hidden;
	}
}

.category-listing:nth-child(odd) .category-listing-main .splide {
	width: 100%;
}

.category-listing:nth-child(odd) .category-listing-main .splide .splide__list .splide__slide {
	width: 33% !important;
}

.category-listing:nth-child(odd) .category-listing-main .splide .splide__list .splide__slide .category-listing-main-item {
	width: 100%;
}

.category-listing:nth-child(odd) .category-listing-main .splide .splide__list .splide__slide .category-listing-main-item-img {
	width: 100%;
	height: 216px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.category-listing:nth-child(odd) .category-listing-main .splide .splide__list .splide__slide .category-listing-main-item-title {
	color: #1B1D20;
	text-decoration: none;
}

.category-listing:nth-child(odd) .category-listing-main .splide .splide__list .splide__slide .category-listing-main-item-title:hover {
	text-decoration: underline;
}

.category-listing:nth-child(odd) .category-listing-main .splide .splide__list .splide__slide .category-listing-main-item-title-text {
	font-family: "Manrope";
	font-weight: 700;
	font-size: 16px;
	margin: 8px 0;
}

.category-listing:nth-child(even) .category-listing-main .splide {
	width: 100%;
}

.category-listing:nth-child(even) .category-listing-main .category-listing-main-item {
	width: 100%;
}

.category-listing:nth-child(even) .category-listing-main .category-listing-main-item:not(:last-child) {
	padding-right: 16px;
}

@media (max-width: 767.98px) {
	.category-listing:nth-child(even) .category-listing-main .category-listing-main-item:not(:last-child) {
		margin-bottom: 12px;
		padding-right: 0;
	}
}

@media (max-width: 767.98px) {
	.category-listing:nth-child(even) .category-listing-main .category-listing-main-item .category-listing-even-img {
		margin-right: 12px;
	}
}

.category-listing:nth-child(even) .category-listing-main .category-listing-main-item-img {
	width: 100%;
	height: 160px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 767.98px) {
	.category-listing:nth-child(even) .category-listing-main .category-listing-main-item-img {
		min-width: 87px;
		height: 216px;
	}
}

.category-listing:nth-child(even) .category-listing-main .category-listing-main-item-title {
	color: #1B1D20;
	text-decoration: none;
}

.category-listing:nth-child(even) .category-listing-main .category-listing-main-item-title:hover {
	text-decoration: underline;
}

.category-listing:nth-child(even) .category-listing-main .category-listing-main-item-title-text {
	font-family: "Manrope";
	font-weight: 700;
	font-size: 16px;
	margin: 8px 0;
}

@media (max-width: 767.98px) {
	.category-listing:nth-child(even) .category-listing-main .category-listing-main-item-title-text {
		margin-top: 0;
	}
}

.category-listing-heading {
	margin-bottom: 16px;
}

.category-listing-heading-img {
	width: 32px;
	height: 32px;
	border-radius: 133.333px;
	margin-right: 12px;
}

.category-listing-heading .b2c-section-more-link {
	top: 5px;
}

@media (max-width: 767.98px) {
	.category-listing-heading .b2c-section-more-link .arrow {
		display: unset;
		top: unset;
	}
}

.category-listing-main-author a {
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.category-listing-main-author a.category-listing-even-author img {
		display: inline-block;
	}
}

.category-listing-main-author a img {
	margin-right: 8px;
}

@media (max-width: 767.98px) {
	.category-listing-main-author a img {
		display: none;
	}
}

.category-listing-main-author a span {
	color: #5C6570;
	font-size: 12px;
}

.category-listing-main-author a span.post-date {
	display: inline-block;
}

.category-listing-main-author a .dot {
	display: inline-block;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	background: #5C6570;
	margin: 2px 5px;
	opacity: 0.5;
}

.latest-guides .b2c-news-list .b2c-section {
	padding-top: 40px;
}

@media (max-width: 767.98px) {
	.latest-guides .b2c-news-list .b2c-section {
		padding-top: 32px;
	}
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide:nth-child(3) {
	padding-right: .5rem !important;
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide:nth-child(4) {
	padding-left: .5rem !important;
}

@media (max-width: 767.98px) {
	.latest-guides .b2c-news-list .b2c-section .post.splide__slide:nth-child(4) {
		padding-left: 0 !important;
	}
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide .post-card-info-author a img {
	margin-right: 8px;
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide .post-card-info-author a span {
	display: inline-block;
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide.first {
	width: 25% !important;
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide.first .post-card::before {
	content: none;
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide.first .post-card-image-wrapper {
	height: 160px;
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide.first .post-card-info {
	position: unset;
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide.first .post-card-info-title h3 {
	color: #1B1D20;
	font-size: 16px;
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide.first .post-card-info-author {
	color: #5C6570;
}

.latest-guides .b2c-news-list .b2c-section .post.splide__slide.first .post-card-category {
	top: 10px;
	left: 10px;
}

.top-picks {
	padding: 40px 0 0;
}

@media (max-width: 767.98px) {
	.top-picks {
		padding: 32px 0 0;
	}
}

.top-picks-header {
	margin-bottom: 16px;
}

@media (max-width: 767.98px) {
	.top-picks-main {
		flex-direction: column;
	}
}

.top-picks-main-item {
	width: 25%;
	position: relative;
}

@media (max-width: 767.98px) {
	.top-picks-main-item {
		display: flex;
		width: 100%;
	}
}

.top-picks-main-item:not(:last-child) {
	margin-right: 16px;
}

@media (max-width: 767.98px) {
	.top-picks-main-item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 16px;
	}
}

.top-picks-main-item:first-child {
	width: 50%;
}

@media (max-width: 767.98px) {
	.top-picks-main-item:first-child {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.top-picks-main-item:first-child .top-picks-main-item-image {
		margin-right: 0;
	}
}

.top-picks-main-item:first-child .top-picks-main-item-image-wrapper {
	display: block;
	width: 100%;
	height: 330px;
	background-size: 100%;
	border-radius: .25rem;
}

.top-picks-main-item:first-child .top-picks-main-item-image-wrapper::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, rgba(27, 29, 32, 0.7) 85%);
	border-radius: 4px;
}

@media (max-width: 767.98px) {
	.top-picks-main-item:first-child .top-picks-main-item-image-wrapper::before {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.top-picks-main-item:first-child .top-picks-main-item-image-wrapper {
		height: 200px;
	}
}

.top-picks-main-item:first-child .top-picks-main-item-block-category {
	top: 24px;
	left: 24px;
}

@media (max-width: 767.98px) {
	.top-picks-main-item:first-child .top-picks-main-item-block-category {
		position: unset;
		margin-top: 8px;
	}
}

.top-picks-main-item:first-child .top-picks-main-item-block-info {
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
}

@media (max-width: 767.98px) {
	.top-picks-main-item:first-child .top-picks-main-item-block-info {
		position: unset;
	}
}

@media (max-width: 767.98px) {
	.top-picks-main-item:first-child .top-picks-main-item-block-info-title h3 {
		font-size: 18px;
	}
}

.top-picks-main-item:first-child .top-picks-main-item-block-info-title h3 a {
	color: #FFFFFF;
}

@media (max-width: 767.98px) {
	.top-picks-main-item:first-child .top-picks-main-item-block-info-title h3 a {
		color: #1B1D20;
	}
}

.top-picks-main-item:first-child .top-picks-main-item-block-info-description {
	display: none;
}

.top-picks-main-item:first-child .top-picks-main-item-block-info-author a {
	color: #FFFFFF;
}

@media (max-width: 767.98px) {
	.top-picks-main-item:first-child .top-picks-main-item-block-info-author a {
		color: #5C6570;
	}
}

@media (max-width: 767.98px) {
	.top-picks-main-item:first-child .top-picks-main-item-block-info-author a img {
		display: inline-block;
	}
}

.top-picks-main-item:first-child .top-picks-main-item-block-info-author a .dot {
	background: white;
}

@media (max-width: 767.98px) {
	.top-picks-main-item-image {
		margin-right: 12px;
	}
}

.top-picks-main-item-image-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 160px;
	border-radius: 4px;
}

@media (max-width: 767.98px) {
	.top-picks-main-item-image-wrapper {
		width: 87px;
		height: 87px;
	}
}

.top-picks-main-item-block-category {
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 1;
}

@media (max-width: 767.98px) {
	.top-picks-main-item-block-category {
		position: unset;
	}
}

.top-picks-main-item-block-category .badge {
	background: #EEF1F5;
	color: #444B54;
	font-size: 10px;
}

@media (max-width: 767.98px) {
	.top-picks-main-item-block-category .badge {
		background: none;
		color: #8A98AC;
		padding: 0;
	}
}

.top-picks-main-item-block-info-title {
	margin-top: 8px;
}

@media (max-width: 767.98px) {
	.top-picks-main-item-block-info-title {
		margin-top: 4px;
	}
}

.top-picks-main-item-block-info-title h3 {
	font-size: 16px;
}

.top-picks-main-item-block-info-title h3 a {
	color: #1B1D20;
	text-decoration: none;
}

.top-picks-main-item-block-info-description {
	color: #444B54;
}

@media (max-width: 767.98px) {
	.top-picks-main-item-block-info-description {
		display: none;
	}
}

.top-picks-main-item-block-info-author a {
	text-decoration: none;
	color: #5C6570;
	font-size: 12px;
}

.top-picks-main-item-block-info-author a img {
	margin-right: 8px;
}

@media (max-width: 767.98px) {
	.top-picks-main-item-block-info-author a img {
		display: none;
	}
}

.top-picks-main-item-block-info-author a .dot {
	display: inline-block;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	background: #5C6570;
	margin: 2px 5px;
}

.top-picks-main-item-block-info-author a .post-date {
	display: inline-block;
}

.news-category-listing:nth-child(even) {
	background: #F5F7F9;
}

.news-category-listing .b2c-section-more-link .arrow {
	position: relative;
	top: unset !important;
}

.archive-hero {
	padding-bottom: 20px;
	background-color: #F5F7F9;
}

@media (min-width: 768px) {
	.archive-hero {
		background-color: #F8F9FC;
	}
}

@media (min-width: 992px) {
	.archive-hero-heading {
		max-width: 840px;
	}
}

.archive-hero-heading h1 {
	color: #102647;
	font-size: 22px;
}

@media (min-width: 768px) {
	.archive-hero-heading h1 {
		font-size: 34px;
	}
}

.archive-hero-heading p {
	color: #5C6570;
	font-size: 16px;
	margin-top: 1rem;
}

.archive-hero-heading-description p {
	margin-bottom: 0;
}

.archive-hero div[id^="div-gpt-ad-"] {
	margin-bottom: 15px;
}
