img:is([sizes='auto' i], [sizes^='auto,' i]) {
	contain-intrinsic-size: 3000px 1500px;
}

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

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'Outfit', sans-serif;
}

body {
	position: relative;
}

:is(
		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%;
}

:is(
		article,
		aside,
		details,
		figcaption,
		figure,
		footer,
		header,
		hgroup,
		menu,
		nav,
		section,
		main
	) {
	display: block;
}

table {
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
	margin: 0;
}

:is(input, textarea, select) {
	color: #333;
	border-radius: 0;
	-webkit-appearance: none;
}

:is(input[type='button'], input[type='submit'], button) {
	cursor: pointer;
	-webkit-appearance: none;
}

td {
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
}

:is(b, strong) {
	font-weight: 700;
}

img {
	height: auto;
	max-width: 100%;
}

html[lang] {
	--color-bg: #fff;
	--color-base-bg: #191919;
	--color-text: #191919;
	--color-primary: #05fcff;
	--color-base-light: #566172;
	--color-base-dark: #282e37;
	--border-color: #dadada;
	--border-dark-color: #2f3845;
	--ui-light-grey: #dadada;
	--ui-shade-grey: #fafafa;
	--ui-medium-grey: #575757;
	--wrapper-side-padding: 12px;
	background: var(--color-bg);
	color: var(--color-text);
	font-family: 'Outfit', 'sans-serif';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	scroll-behavior: smooth;
	margin: 0 !important;
}

body {
	background: inherit;
	word-break: break-word;
	scroll-behavior: smooth;
	max-width: 100vw;
	min-width: 320px;
	min-height: 100vh;
}

#wpadminbar {
	position: sticky !important;
	inset: 0 0 auto;
}

#wpadminbar .quicklinks {
	display: flex;
	justify-content: space-between;
}

#wpadminbar .ab-top-menu {
	display: flex;
}

#wpadminbar .ab-top-menu li {
	flex-shrink: 0;
}

#wpadminbar .ab-icon {
	overflow: hidden;
}

#wpadminbar .ab-label {
	inset-inline-start: 0;
}

#wpadminbar .ab-top-secondary {
	flex-shrink: 0;
}

#wpadminbar li#wp-admin-bar-wp-logo .ab-icon {
	width: auto !important;
	overflow: hidden;
	margin: 0 !important;
}

.wrapper {
	width: 100%;
	max-width: 1320px;
	padding: 0 var(--wrapper-side-padding);
	margin: 0 auto;
}

.wrapper .wrapper {
	padding: 0;
}

.entry-content
	> :is(:first-child, style:first-child + *, style:first-child + style + *) {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: none;
	border-radius: 4px;
	outline: 0;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	padding: 0.5em 1.2em;
	transition: 0.15s ease;
}

.btn[disabled] {
	cursor: default;
	filter: gray(0.85);
}

.btn:hover {
	text-decoration: none;
}

.btn--inline {
	padding: 0;
}

.btn--primary {
	background-color: #ff9705;
	border-radius: 100px !important;
	color: var(--color-text);
}

.btn--primary:hover {
	color: var(--color-text);
}

.btn--secondary {
	background-color: #2f3845;
	color: #fff;
}

.btn--secondary:hover {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-weight: 900;
	line-height: 1.1;
	margin-block: 48px 24px;
}

:is(h1, h2, h3, h4) :is(b, strong) {
	font-weight: inherit;
}

h1,
.h1 {
	font-size: 40px;
	line-height: 1.15;
	margin-block-start: 0;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 18px;
}

a {
	transition: 0.15s ease;
}

a > img {
	transition: 0.15s ease;
}

a[href^='#'] * {
	pointer-events: none;
}

.wp-block-table table thead {
	border: 1px solid var(--border-color);
}

.wp-block-table table :is(th, td) {
	border-width: 0;
	border-bottom: 1px solid var(--border-color);
	padding: 16px 16px;
	text-align: left;
	line-height: normal;
}

.wp-block-table table th {
	white-space: nowrap;
	font-weight: normal;
}

.wp-block-table table td {
	min-width: 160px;
}

.wp-block-table.is-style-stripes table :is(thead, th) {
	border-width: 0;
}

:where(.entry-content) p {
	margin-block: 1.5em;
	min-height: 1px;
}

:where(.entry-content) a {
	text-decoration: underline;
}

:where(.entry-content) :is(ul, ol) {
	list-style-position: inside;
	margin-block: 1.5em 2em;
}

:where(.entry-content) :is(ul, ol) li {
	padding-inline-start: 1em;
	margin-block: 1em;
}

:where(.entry-content) .wp-block-image {
	margin-block: 2em;
}

:where(.entry-content) .wp-block-image figcaption {
	font-size: 0.8em;
	text-align: left;
}

:where(.entry-content) hr,
:where(.entry-content) hr.wp-block-separator {
	background: currentColor;
	border: none !important;
	opacity: 0.25;
	width: 100% !important;
	height: 1px;
	margin-block: 1.5em;
}

:where(.entry-content) .wp-block-separator:not([style]) {
	background: currentColor !important;
	opacity: 0.25 !important;
}

:where(.entry-content) .wp-block-button__link {
	line-height: 1;
	transition: 0.15s ease;
}

:not(.wp-block-button.has-custom-font-size)
	:where(.entry-content)
	.wp-block-button__link {
	font-size: 15px !important;
}

:where(.entry-content) .wp-block-button__link:not(.has-background) {
	background-color: #2f3845 !important;
	padding: 12px 16px !important;
}

:where(.entry-content) .wp-block-button__link:not(.has-text-color) {
	color: #fff !important;
}

:where(.entry-content) .wp-block-button__link:not([style*='border-radius']) {
	border-radius: 4px !important;
}

:where(.entry-content) blockquote {
	color: inherit;
	margin-block: 2em;
}

:where(.entry-content) iframe {
	display: block;
	max-width: 100%;
}

.wp-block-column
	> :is(:first-child, style:first-child + *, style:first-child + style + *) {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

svg {
	flex-shrink: 0;
}

.img-autosize {
	width: auto;
	height: auto;
}

.img-wrap,
.img-center,
.img-cover,
.img-contain,
.img-scale-down {
	display: block;
}

:is(.img-wrap, .img-center, .img-middle) :is(img, svg) {
	display: block;
	flex-shrink: 0;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
}

.img-center :is(img, svg) {
	margin: 0 auto;
}

.img-middle {
	display: flex;
	align-items: center;
	justify-content: center;
}

:is(.img-cover, .img-contain, .img-scale-down) :is(img, svg) {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	aspect-ratio: inherit;
}

.img-contain :is(img, svg) {
	-o-object-fit: contain;
	object-fit: contain;
}

.img-scale-down :is(img, svg) {
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.img-bg-cover {
	position: relative;
	display: block;
	z-index: 2;
}

.img-bg-cover > img {
	position: absolute;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	inset: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	z-index: -1;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.flex {
	display: flex;
}

.iflex {
	display: inline-flex;
}

.fdc {
	flex-direction: column;
}

.asfs {
	align-self: flex-start;
}

.aic {
	align-items: center;
}

.aib {
	align-items: baseline;
}

.aifs {
	align-items: flex-start;
}

.aife {
	align-items: flex-end;
}

.jcc {
	justify-content: center;
}

.jcspb {
	justify-content: space-between;
}

.jcfs {
	justify-content: flex-start;
}

.jcfe {
	justify-content: flex-end;
}

.fwrap {
	flex-wrap: wrap;
}

.grid {
	display: grid;
}

.gap-1 {
	gap: 4px;
}

.column-gap-1 {
	-moz-column-gap: 4px;
	column-gap: 4px;
}

.row-gap-1 {
	row-gap: 4px;
}

.gap-2 {
	gap: 8px;
}

.column-gap-2 {
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.row-gap-2 {
	row-gap: 8px;
}

.gap-3 {
	gap: 12px;
}

.column-gap-3 {
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.row-gap-3 {
	row-gap: 12px;
}

.gap-4 {
	gap: 16px;
}

.column-gap-4 {
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.row-gap-4 {
	row-gap: 16px;
}

.gap-5 {
	gap: 20px;
}

.column-gap-5 {
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.row-gap-5 {
	row-gap: 20px;
}

.gap-6 {
	gap: 24px;
}

.column-gap-6 {
	-moz-column-gap: 24px;
	column-gap: 24px;
}

.row-gap-6 {
	row-gap: 24px;
}

.sr-only {
	border: none;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.fw-400 {
	font-weight: 400;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-900 {
	font-weight: 900;
}

.font-lg {
	font-size: 18px;
}

.font-md {
	font-size: 15px;
}

.font-sm {
	font-size: 14px;
}

.font-xs {
	font-size: 12px;
}

.text-decoration-none {
	text-decoration: none;
}

.hidden:not(.editor-styles-wrapper .hidden) {
	display: none !important;
}

.horizontal-scroll {
	display: flex;
	overflow: scroll hidden;
	scrollbar-width: none;
}

.horizontal-scroll > * {
	flex: 1;
}

.brand-tc {
	color: var(--ui-medium-grey);
	font-size: 11px;
	line-height: 1.36;
	padding-inline-end: 8px;
	max-height: 48px;
	overflow-y: auto;
}

.brand-tc::-webkit-scrollbar {
	width: 2px;
}

.brand-tc::-webkit-scrollbar-track {
	background-color: var(--ui-shade-grey, #fafafa);
}

.brand-tc::-webkit-scrollbar-thumb {
	background-color: #9a9a9a;
}

.brand-tc p {
	margin: 0;
}

.promo-code {
	gap: 8px;
	border: 1px dashed currentColor;
	border-radius: 100px;
	color: #ff9000;
	white-space: nowrap;
	padding: 0 0.5em;
	min-height: 48px;
}

.promo-code:after {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-bg);
	border-radius: inherit;
	content: attr(data-text);
	text-transform: uppercase;
}

.promo-code:not(.is-active):after {
	opacity: 0;
	visibility: hidden;
}

.promo-code svg {
	color: var(--ui-medium-grey);
}

@media screen and (min-width: 576px) {
	.hide-xs-up {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.hide-sm-up {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {
	.grid-desktop-2-1 {
		display: grid;
		grid-template-columns: 2fr 1fr;
	}

	.hide-md-up {
		display: none !important;
	}
}

@media screen and (min-width: 1200px) {
	.hide-lg-up {
		display: none !important;
	}
}

@media screen and (max-width: 1199px) {
	.hide-lg-down {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	.hide-md-down {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	#wpadminbar .quicklinks {
		max-width: 100%;
		overflow: auto;
	}

	#wpadminbar .quicklinks ul {
		flex-shrink: 0;
	}

	h1,
	h2,
	h3,
	h4,
	.h1,
	.h2,
	.h3,
	.h4 {
		margin-block: 32px 16px;
	}

	h1,
	.h1 {
		font-size: 28px;
		margin-block-start: 0;
	}

	h2,
	.h2 {
		font-size: 26px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 16px;
	}

	.hide-sm-down {
		display: none !important;
	}
}

@media screen and (max-width: 575px) {
	.hide-xs-down {
		display: none !important;
	}
}

@media screen and (max-width: 400px) {
	.wp-block-table table tr:not(:has(td:nth-child(3))) td {
		min-width: 150px;
	}
}

@media (hover: hover) {
	.btn:hover:not([disabled]) {
		filter: brightness(1.1);
	}

	a:hover {
		color: var(--ui-medium-grey);
	}

	a:hover > img {
		opacity: 0.85;
	}

	:where(.entry-content) .wp-block-button__link:hover {
		filter: brightness(1.1);
	}

	.text-decoration-hover-line:hover {
		color: inherit;
		text-decoration: underline;
	}
}

@media (pointer: coarse) {
	html[lang] {
		min-height: -webkit-fill-available;
	}

	body {
		min-height: -webkit-fill-available;
	}
}

:root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px;
	--wp-block-synced-color: #7a00df;
	--wp-block-synced-color--rgb: 122, 0, 223;
	--wp-bound-block-color: var(--wp-block-synced-color);
}

@media (min-resolution: 192dpi) {
	:root {
		--wp-admin-border-width-focus: 1.5px;
	}
}

.wp-element-button {
	cursor: pointer;
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
	background-color: #eee;
}

:root .has-very-dark-gray-background-color {
	background-color: #313131;
}

:root .has-very-light-gray-color {
	color: #eee;
}

:root .has-very-dark-gray-color {
	color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
	font-size: 1em;
}

.has-larger-font-size {
	font-size: 2.625em;
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge);
}

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

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

#end-resizable-editor-section {
	display: none;
}

.aligncenter {
	clear: both;
}

.items-justified-left {
	justify-content: flex-start;
}

.items-justified-center {
	justify-content: center;
}

.items-justified-right {
	justify-content: flex-end;
}

.items-justified-space-between {
	justify-content: space-between;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ddd;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*='border-top-color']) {
	border-top-style: solid;
}

html :where([style*='border-right-color']) {
	border-right-style: solid;
}

html :where([style*='border-bottom-color']) {
	border-bottom-style: solid;
}

html :where([style*='border-left-color']) {
	border-left-style: solid;
}

html :where([style*='border-width']) {
	border-style: solid;
}

html :where([style*='border-top-width']) {
	border-top-style: solid;
}

html :where([style*='border-right-width']) {
	border-right-style: solid;
}

html :where([style*='border-bottom-width']) {
	border-bottom-style: solid;
}

html :where([style*='border-left-width']) {
	border-left-style: solid;
}

html :where(img[class*='wp-image-']) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(
		--wp-admin--admin-bar--height,
		0px
	);
}

@media screen and (max-width: 600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px;
	}
}

/*! This file is auto-generated */
.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none;
}

.rll-youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.rll-youtube-player:focus-within {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

.rll-youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: 0 0;
}

.rll-youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.rll-youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.rll-youtube-player .play {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: var(--wpr-bg-5279f12d-4d05-418c-8eb0-b4f93b931ed7) no-repeat
		center;
	background-color: transparent !important;
	cursor: pointer;
	border: none;
}

.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player {
	position: absolute;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

:root {
	--header-height: 80px;
}

.menu-is-open {
	overflow: hidden;
}

.header {
	position: sticky;
	inset: var(--wp-admin--admin-bar--height, 0px) 0 auto;
	background: #a83500;
	transition: transform 0.25s ease;
	z-index: 40;
}

.header-is-hidden .header {
	transform: translateY(-100%);
}

.header__inner {
	height: var(--header-height);
}

.header__logo img {
	height: 37px;
}

.header__nav {
	position: fixed;
	background: rgba(25, 25, 25, 0.5);
	width: 100%;
	left: 0;
	bottom: 0;
	top: calc(var(--header-height) + var(--wp-admin--admin-bar--height, 0px));
}

body:not(.menu-is-open) .header__nav {
	opacity: 0;
	visibility: hidden;
}

.header__panel {
	left: 0;
	width: 329px;
	transform: translate(-329px, 0);
	transition: transform 300ms ease-in-out;
	background-color: var(--color-base-bg);
	height: 100%;
	overflow-y: scroll;
	scrollbar-width: 0;
}

.header__panel::-webkit-scrollbar {
	width: 0;
}

.menu-is-open .header__panel {
	transform: translate(0, 0);
	flex: 1;
}

.header__panel ul {
	list-style-type: none;
}

.header__panel li {
	cursor: pointer;
}

.header__panel a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.header__panel a:is(:last-child) {
	width: 100%;
}

.header__panel-menu {
	background: rgba(25, 25, 25, 0.5);
	margin-bottom: 3em;
}

.header__panel-menu > li {
	color: #fff;
}

.header__panel-menu > li .clicked {
	background-color: var(--ui-medium-grey);
}

.header__panel-menu > li > .menu-item-anchor {
	min-height: 40px;
	font-weight: 700;
}

.header__panel-menu a {
	padding: 0.5em 1em;
}

.header__panel-menu svg {
	color: #fff;
}

.header__panel-menu ul {
	display: none;
	background: var(--ui-shade-grey);
}

.header__panel-menu ul svg {
	color: #575757;
}

.header__panel-menu ul li {
	min-height: 40px;
}

.header__panel-menu ul li .clicked {
	background-color: var(--ui-light-grey);
}

.header__panel-menu ul a {
	color: var(--color-text);
}

.header__panel-menu ul ul {
	border-bottom: 4px solid var(--border-color);
}

.header__panel-menu ul ul > li {
	padding-left: 1em;
}

.header__panel-site {
	color: #fff;
	font-weight: 700;
	margin-bottom: 1em;
}

.header__panel-privacy {
	padding: 1em 1em 0;
	border-top: 1px solid #000;
	margin: 2em 0 1.5em 0;
}

.header__panel-privacy ul > li {
	line-height: 1.25;
}

.header__panel .menu-item-toggle {
	border: 0;
	background: none;
	opacity: 0.4;
	padding: 0 1em;
}

.header__panel .menu-item-toggle svg {
	transition: transform 0.2s ease;
}

.header__panel .menu-item-anchor.clicked svg {
	transform: rotate(180deg);
}

.header__expand {
	left: 12px;
	cursor: pointer;
	display: block;
	align-self: center;
	width: 18px;
	height: 15px;
	flex-shrink: 0;
	transition: none;
}

.header__expand:before {
	position: absolute;
	display: block;
	content: '';
	inset: -4px;
}

.header__expand span {
	position: absolute;
	display: block;
	background: var(--color-bg);
	border-radius: 1px;
	height: 3px;
	inset-inline-start: 0;
	transform: rotate(0deg);
	transition: 0.2s ease-in-out;
	width: 100%;
}

.header__expand span:nth-child(1) {
	top: 0;
}

.header__expand span:nth-child(2),
.header__expand span:nth-child(3) {
	top: 6px;
	will-change: transform;
}

.header__expand span:nth-child(4) {
	top: 12px;
}

.menu-is-open .header__expand span:nth-child(1) {
	inset-inline-start: 50%;
	top: 6px;
	width: 0;
}

.menu-is-open .header__expand span:nth-child(2) {
	transform: rotate(45deg);
}

.menu-is-open .header__expand span:nth-child(3) {
	transform: rotate(-45deg);
}

.menu-is-open .header__expand span:nth-child(4) {
	inset-inline-start: 50%;
	top: 6px;
	width: 0;
}

.subheader {
	margin-bottom: 6px;
}

.subheader:before {
	content: '';
	background: linear-gradient(to right, transparent, #fff);
	position: absolute;
	inset: 0 0 1px auto;
	width: 3em;
}

.subheader nav {
	border-bottom: 1px solid var(--ui-light-grey);
}

.subheader ul {
	gap: 24px;
	list-style: none;
}

.subheader a {
	display: flex;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
	height: 47px;
}

@media screen and (max-width: 991px) {
	.subheader ul {
		gap: 16px;
	}
}

@media screen and (max-width: 767px) {
	.header__panel {
		transform: translate(-100%, 0);
	}

	.menu-is-open .header__panel {
		width: 100%;
	}
}

@media (hover: hover) {
	.header__panel a:hover {
		color: #fff;
	}

	.header__panel-menu > li:hover {
		background-color: var(--ui-medium-grey);
	}

	.header__panel-menu ul li:hover {
		background-color: var(--ui-light-grey);
	}

	.header__panel-menu ul a:hover {
		color: var(--color-text);
	}

	.header__panel-privacy ul > li > a:hover {
		text-decoration: underline;
	}
}

.breadcrumbs {
	color: var(--ui-medium-grey);
	font-size: 14px;
	margin-bottom: 16px;
}

.breadcrumbs__delimiter {
	color: var(--ui-light-grey);
}

.breadcrumbs ul {
	list-style: none;
	gap: 0 8px;
}

.breadcrumbs a:not(:hover) {
	text-decoration: none;
}

.page-title {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

.page-title--borderless {
	border-bottom-width: 0;
}

.page-title__parent {
	margin-bottom: 8px;
}

.page-title h1 {
	margin-bottom: 0;
}

.page-title__subheading {
	margin-block: 8px 0px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.08;
}

@media screen and (max-width: 767px) {
	.page-title__parent {
		font-size: 12px;
	}
}

.page-info {
	line-height: 1.25;
	margin-bottom: 10px;
}

.page-info__wrapper {
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.page-info__author-avatar {
	flex-shrink: 0;
	border-radius: 50%;
	width: 24px;
	height: 24px;
}

.page-info__author-avatar img {
	border-radius: inherit;
}

.page-info--expanded .page-info__wrapper {
	display: inline-grid;
	grid-template-columns: auto 1fr;
}

.page-info--expanded .page-info__button-label {
	display: none;
}

.page-info--expanded .page-info__icon {
	transform: rotate(180deg);
}

.page-info--expanded .page-info__fact-checked {
	display: flex;
	grid-column: span 2;
}

.page-info__button {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	justify-self: start;
	font: inherit;
	color: inherit;
}

@media screen and (max-width: 991px) {
	.page-info__fact-checked {
		display: none;
	}
}

.content-with-sidebar {
	margin-bottom: 2em;
}

.content-with-sidebar--reverse {
	flex-direction: row-reverse;
}

.content-with-sidebar__content
	> :is(:first-child, style:first-child + *, style:first-child + style + *) {
	margin-top: 0;
}

.content-with-sidebar__sidebar h4 {
	margin: 0 0 1.5em 0;
}

@media screen and (min-width: 992px) {
	.content-with-sidebar__content {
		width: 61%;
	}

	.content-with-sidebar__sidebar {
		width: 32%;
	}
}

@media screen and (max-width: 991px) {
	.content-with-sidebar {
		flex-direction: column;
	}

	.content-with-sidebar--reverse {
		flex-direction: column-reverse;
	}

	.content-with-sidebar__sidebar {
		margin-top: 2em;
	}
}

.expand__inner {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease-out;
}

.expand__inner.is-open {
	grid-template-rows: 1fr;
}

.expand__inner.is-open svg {
	transform: rotate(180deg);
}

.expand__inner.is-open .expand__content:after {
	opacity: 0;
	transition-delay: 0.07s;
}

.expand__inner.is-open .expand__toggler {
	margin-block-start: 14px;
}

.expand__content {
	overflow: hidden;
	min-height: var(--height-desktop, 90px);
}

.expand__content:after {
	position: absolute;
	inset: auto 0 0;
	z-index: 10;
	content: '';
	pointer-events: none;
	display: block;
	height: 3em;
	background-image: linear-gradient(transparent, #fff);
	transition: opacity 0.2s ease-out;
}

.expand__content > * {
	margin-inline: auto;
}

.expand__content > *:first-child {
	margin-top: 0;
}

.expand__content > *:last-child {
	margin-bottom: 0;
}

.expand__toggler {
	padding: 0;
	margin-inline-end: auto;
	font-size: 14px;
	color: inherit;
}

.expand__toggler span {
	margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
	.expand__content {
		min-height: var(--height-mobile, 80px);
	}
}

.toplist {
	margin-bottom: 1.5em;
}
.toplist .toplist__item--vd-btns a {
	background-color: #ff9705;
	color: #191919;
	padding: 15px 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 100px;
}

.toplist--has-highlight .toplist__item:first-child {
	border-color: rgba(0, 0, 0, 0);
	outline: 4px solid #ff9705;
	outline-offset: -4px;
}

.toplist--style-default .toplist__items {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.toplist--style-tiny .toplist__items {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.toplist--layout-horizontal {
	position: relative;
}

.toplist--layout-horizontal .toplist__items {
	display: flex;
	gap: 0.5em;
	overflow: scroll hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.toplist--layout-horizontal .toplist__nav {
	inset: 0;
	z-index: 2;
	width: 64px;
}

.toplist--layout-horizontal .toplist__nav--prev {
	background-image: linear-gradient(
		to right,
		var(--color-bg) 0,
		var(--color-bg) 2px,
		transparent 100%
	);
	inset-inline: -6px auto;
}

.toplist--layout-horizontal .toplist__nav--next {
	background-image: linear-gradient(
		to left,
		var(--color-bg) 0,
		var(--color-bg) 2px,
		transparent 100%
	);
	inset-inline: auto -6px;
}

.toplist--layout-horizontal .toplist__nav:not(.is-visible) {
	visibility: hidden;
	opacity: 0;
}

.toplist__item--vd {
	--outline-width: 4px;
	--border-width: 3px;
	--logo-width: 86px;
	gap: 1em;
	border: 1px solid var(--ui-light-grey);
	border-radius: 10px;
	padding: 1.5em;
}

.toplist__item--vd-main {
	gap: 0.5em 1em;
}

.toplist__item--vd-logo-link {
	border-radius: 50%;
	outline: var(--outline-width) solid var(--border-dark-color);
	border: var(--border-width) solid #fff;
	width: calc(var(--logo-width) - var(--outline-width) * 2);
	height: calc(var(--logo-width) - var(--outline-width) * 2);
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	transition: none;
}

.toplist__item--vd-position {
	--position-offset: calc(var(--outline-width) * -1);
	inset: auto var(--position-offset) var(--position-offset) auto;
	background-color: #ff9000;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	width: 32px;
	height: 32px;
}

.toplist__item--vd-info {
	gap: 0.5em;
	line-height: 1.2;
	margin-inline: 0 auto;
}

.toplist__item--vd-rating-review {
	gap: 2px 0.5em;
}

.toplist__item--vd-btns {
	gap: 0.5em;
}

.toplist__item--vd-btns .btn {
	font-size: 14px;
	min-width: 196px;
	min-height: 48px;
}

@media screen and (max-width: 991px) {
	.toplist__item--vd {
		gap: 0.5em;
	}

	.toplist__item--vd-main {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.toplist__item--vd-info {
		flex-direction: column;
		align-items: center;
		margin: 5px 0 0;
	}
}

@media screen and (max-width: 415px) {
	.toplist__item--vd-rating-review {
		flex-direction: column;
	}

	.toplist__item--vd-btns {
		align-self: stretch;
		flex-direction: column;
	}

	.toplist__item--vd-btns .btn {
		min-width: 100%;
	}
}

.sidebar-latest-posts {
	margin-bottom: 3em;
}

.sidebar-latest-posts a {
	text-decoration: none;
}

.sidebar-latest-posts__icon {
	width: 32px;
	height: 32px;
	margin-right: 0.3em;
}

.sidebar-latest-posts__inner {
	margin-bottom: 2em;
}

.sidebar-latest-posts__item:not(:last-child) {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid var(--border-color);
}

.sidebar-latest-posts__item-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 14px;
	flex: 1;
}

.sidebar-latest-posts__item-logo {
	overflow: hidden;
	width: 88px;
	height: 66px;
	border-radius: 5px;
	margin-left: 2em;
}
.sidebar-latest-posts__item a img {
	min-width: 88px;
	min-height: 66px;
	object-fit: cover;
	border-radius: 8px;
}

.sidebar-latest-posts__readmore.btn {
	padding: 0.8em 1em;
	margin: 0 auto;
}

.sidebar-latest-posts__readmore svg {
	margin-right: 1em;
}

.subscribe {
	container-type: inline-size;
	container-name: subscribe-block;
	margin-block: 1.5em;
}

.subscribe__inner {
	background: #763637;
	color: #fff;
	line-height: 1.25;
	padding: 42px 32px;
}

@container subscribe-block (max-width: 500px) {
	.subscribe__inner {
		padding: 24px;
	}
}

.subscribe:not(.is-sent) .subscribe__response {
	opacity: 0;
	visibility: hidden;
}

.subscribe.is-sent .subscribe__form {
	opacity: 0;
	visibility: hidden;
}

.subscribe p {
	line-height: inherit;
}

.subscribe a:hover {
	color: inherit;
}

.subscribe__title {
	margin-bottom: 12px;
}

.subscribe__form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 1.5em;
}

.subscribe__input-box {
	order: -2;
	display: block;
	font-weight: 400;
	flex-grow: 1;
	width: 200px;
}

.subscribe__input[type] {
	border-radius: 100px;
	display: block;
	background: var(--ui-shade-grey);
	border: none;
	outline: none;
	color: var(--color-text);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	width: 100%;
	height: 44px;
	padding: 0 12px 0 36px;
	margin: 0;
}

.subscribe__input[type]::-webkit-input-placeholder {
	color: var(--color-base-light);
	font-weight: 400;
	opacity: 1;
}

.subscribe__input[type]::-moz-placeholder {
	color: var(--color-base-light);
	font-weight: 400;
	opacity: 1;
}

.subscribe__icon {
	display: block;
	color: var(--color-base-light);
	inset: 0 auto 0 12px;
	pointer-events: none;
	margin-block: auto;
}

.subscribe__submit {
	order: -1;
	z-index: 2;
	font-size: 16px;
	border-radius: 0;
	height: 44px;
	min-width: 199px;
}

@container subscribe-block (max-width: 500px) {
	.subscribe__submit {
		order: 3;
		width: 100%;
		margin: 14px 0 0;
	}
}

.subscribe__checkbox-box {
	pointer-events: none;
	color: inherit;
	font-size: 10px;
	line-height: 1.25;
	width: 100%;
}

.subscribe__checkbox-box > * {
	pointer-events: all;
}

.subscribe__checkbox-box p {
	margin: 0;
}

.subscribe__checkbox-input[type] {
	-webkit-appearance: none;
	cursor: pointer;
	position: relative;
	top: 3px;
	display: block;
	border-radius: 4px;
	border: 1px solid #ff9705;
	font-family: inherit;
	color: inherit;
	width: 14px;
	min-width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	transition: 0.15s ease;
}

.subscribe__checkbox-input[type]:checked {
	background: #fff;
}

.subscribe__checkbox-input[type]:checked + svg {
	opacity: 1;
	transform: scale(1);
}

.subscribe__checkbox-mark {
	top: 3px;
	left: 0;
	color: #000;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.5);
	transition: 0.15s ease;
}

.subscribe__response {
	inset: 0;
	z-index: 2;
	background: inherit;
	border-radius: inherit;
	padding: inherit;
	transition: 0.15s ease;
}

.subscribe__response p {
	margin: 0;
}

.subscribe__response-title {
	margin-bottom: 12px;
}

.toplist__item--vt {
	--outline-width: 3px;
	--border-width: 2px;
	--logo-width: 64px;
	gap: 0.5em;
	border-bottom: 1px solid var(--ui-light-grey);
	padding-bottom: 0.5em;
}

.toplist__item--vt-main {
	gap: 0.5em;
}

.toplist__item--vt-logo-link {
	border-radius: 50%;
	outline: var(--outline-width) solid var(--ui-light-grey);
	border: var(--border-width) solid #fff;
	width: calc(var(--logo-width) - var(--outline-width) * 2);
	height: calc(var(--logo-width) - var(--outline-width) * 2);
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	transition: none;
}

.toplist__item--vt-position {
	--position-offset: calc(var(--outline-width) * -1);
	inset: auto var(--position-offset) var(--position-offset) auto;
	background-color: #2f3845;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	width: 24px;
	height: 24px;
}

.toplist__item--vt-info {
	align-self: center;
	gap: 0.5em;
	font-size: 14px;
	line-height: 1.2;
	margin-inline: 0 auto;
}

.toplist__item--vt-cta {
	white-space: nowrap;
	min-height: 32px;
	padding-inline: 8px;
	margin-top: 16px;
}

@media screen and (max-width: 415px) {
	.toplist__item--vt-info {
		font-size: 12px;
		margin-top: 3px;
	}
}

.footer {
	background-color: #a83500;
	color: #fff;
	margin-top: auto;
	padding-block: 56px 50px;
	line-height: normal;
}

.footer a {
	color: inherit;
	text-decoration: none;
}

.footer ul {
	list-style-type: none;
}

.footer__menus {
	gap: 40px;
}

.footer__middle {
	display: grid;
	grid-template-columns: 625px 1fr;
	grid-template-rows: auto 1fr;
	gap: 32px 156px;
	margin-block-start: 54px;
}

.footer__middle .subscribe {
	grid-row: span 2;
	margin-block: 0;
}

.footer__middle .subscribe__inner {
	background: rgba(0, 0, 0, 0);
	padding: 0;
}

.footer__socials {
	gap: 6px;
}

.footer__socials > a {
	border: 1px solid #fff;
	padding: 8px;
}

.footer__socials > a img {
	width: 18px;
	height: 18px;
}

.footer__menu {
	font-size: 14px;
}

.footer__menu-title {
	font-weight: 700;
	display: inline-block;
	margin-block-end: 12px;
}

.footer__menu ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.footer__menu ul ul {
	padding: 11px 0 8px;
}

.footer__menu ul ul li {
	position: relative;
	padding-left: 1.5em;
}

.footer__copyrights img.alignleft,
.footer__copyrights img.alignright {
	display: block;
}

.footer__copyrights img.alignleft {
	margin-inline: 0 auto;
}

.footer__copyrights img.alignright {
	margin-inline: auto 0;
}

.footer__legals {
	-moz-column-gap: 1.5em;
	column-gap: 1.5em;
	row-gap: 1.5em;
	margin-block-start: 60px;
}

.footer__legals-icon {
	display: inline-flex;
	max-height: 40px;
}

.btn-scroll-to-top {
	position: fixed;
	width: 32px;
	height: 32px;
	padding: 0;
	background: var(--color-base-dark);
	border: 2px solid var(--border-dark-color);
	border-radius: 0.25em;
	box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
	z-index: 25;
	inset: auto 20px 20px auto;
	transition: opacity 0.15s ease, visibility 0.15s ease, bottom 0.15s ease;
	--bottom-base: 30px;
	bottom: max(
		var(--bottom-base) + var(--toc-height, 0px),
		var(--bottom-base) + var(--sticky-cta-height, 0px),
		var(--bottom-base) + var(--alert-bar-oplist-height, 0px)
	);
}

.btn-scroll-to-top:not(.is-visible) {
	opacity: 0;
	visibility: hidden;
}

@media screen and (min-width: 992px) {
	.footer__menu {
		flex-basis: 20%;
	}
}

@media screen and (max-width: 991px) {
	.footer {
		padding-block-start: 29px;
	}

	.footer__wrapper {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}

	.footer__menus {
		gap: 20px 0;
	}

	.footer__middle {
		display: contents;
	}

	.footer__middle .subscribe {
		order: -1;
	}

	.footer__menu {
		flex: 0 0 auto;
		width: 50%;
	}

	.footer__legals {
		margin-block-start: 32px;
	}
}

@media screen and (max-width: 767px) {
	.footer__menu {
		width: 100%;
	}
}

@media (hover: hover) {
	.footer a:hover {
		color: var(--ui-light-grey);
	}
}

.is-small-text {
	font-size: 0.875em;
}

.is-regular-text {
	font-size: 1em;
}

.is-large-text {
	font-size: 2.25em;
}

.is-larger-text {
	font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: 0.68;
	margin: 0.05em 0.1em 0 0;
	text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: 0.1em;
}

p.has-drop-cap.has-background {
	overflow: hidden;
}

:root :where(p.has-background) {
	padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
}

p.has-text-align-left[style*='writing-mode:vertical-lr'],
p.has-text-align-right[style*='writing-mode:vertical-rl'] {
	rotate: 180deg;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h1.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']),
h2.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h2.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']),
h3.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h3.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']),
h4.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h4.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']),
h5.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h5.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']),
h6.has-text-align-left[style*='writing-mode']:where([style*='vertical-lr']),
h6.has-text-align-right[style*='writing-mode']:where([style*='vertical-rl']) {
	rotate: 180deg;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
	padding: 0.5em;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto;
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
	background-color: initial;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: #0000;
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color > * {
	border-color: inherit;
}

.wp-block-table table[style*='border-top-color'] tr:first-child,
.wp-block-table table[style*='border-top-color'] tr:first-child td,
.wp-block-table table[style*='border-top-color'] tr:first-child th,
.wp-block-table table[style*='border-top-color'] > *,
.wp-block-table table[style*='border-top-color'] > * td,
.wp-block-table table[style*='border-top-color'] > * th {
	border-top-color: inherit;
}

.wp-block-table table[style*='border-top-color'] tr:not(:first-child) {
	border-top-color: initial;
}

.wp-block-table table[style*='border-right-color'] td:last-child,
.wp-block-table table[style*='border-right-color'] th,
.wp-block-table table[style*='border-right-color'] tr,
.wp-block-table table[style*='border-right-color'] > * {
	border-right-color: inherit;
}

.wp-block-table table[style*='border-bottom-color'] tr:last-child,
.wp-block-table table[style*='border-bottom-color'] tr:last-child td,
.wp-block-table table[style*='border-bottom-color'] tr:last-child th,
.wp-block-table table[style*='border-bottom-color'] > *,
.wp-block-table table[style*='border-bottom-color'] > * td,
.wp-block-table table[style*='border-bottom-color'] > * th {
	border-bottom-color: inherit;
}

.wp-block-table table[style*='border-bottom-color'] tr:not(:last-child) {
	border-bottom-color: initial;
}

.wp-block-table table[style*='border-left-color'] td:first-child,
.wp-block-table table[style*='border-left-color'] th,
.wp-block-table table[style*='border-left-color'] tr,
.wp-block-table table[style*='border-left-color'] > * {
	border-left-color: inherit;
}

.wp-block-table table[style*='border-style'] td,
.wp-block-table table[style*='border-style'] th,
.wp-block-table table[style*='border-style'] tr,
.wp-block-table table[style*='border-style'] > * {
	border-style: inherit;
}

.wp-block-table table[style*='border-width'] td,
.wp-block-table table[style*='border-width'] th,
.wp-block-table table[style*='border-width'] tr,
.wp-block-table table[style*='border-width'] > * {
	border-style: inherit;
	border-width: inherit;
}

.wp-block-table {
	margin: 0 0 1em;
}

.wp-block-table td,
.wp-block-table th {
	word-break: normal;
}

.wp-block-table :where(figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-table :where(figcaption) {
	color: #ffffffa6;
}

.advertiser-disclosure {
	color: var(--ui-medium-grey);
	margin-block: 16px;
}

:is(.content-with-sidebar__sidebar > .advertiser-disclosure:first-child) {
	margin-block-start: 0;
}

.advertiser-disclosure__icon {
	float: left;
}

.advertiser-disclosure__description {
	margin-inline-start: 16px;
	font-size: 12px;
	line-height: 1.3;
}

.advertiser-disclosure__description p {
	display: inline;
}

.advertiser-disclosure__button {
	display: inline;
	color: #d3302e;
	cursor: pointer;
	border: none;
	margin: 0;
	background: none;
	font-weight: bold;
	font-family: inherit;
	line-height: 1;
	padding: 0;
}

.advertiser-disclosure__button-text {
	display: none;
}

.advertiser-disclosure:not(.expanded)
	.advertiser-disclosure__button-text--more {
	display: inline;
}

.advertiser-disclosure.expanded .advertiser-disclosure__button-text--less {
	display: inline;
}

.advertiser-disclosure:not(.expanded) .advertiser-disclosure__rest-description {
	display: none;
}

.single-offer {
	margin-bottom: 1.5em;
}

ol,
ul {
	box-sizing: border-box;
}

:root :where(.wp-block-list.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-quote {
	box-sizing: border-box;
	overflow-wrap: break-word;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right;
}

.wp-block-quote > cite {
	display: block;
}

.wp-block-quote {
	border-left: 0.25em solid;
	margin: 0 0 1.75em;
	padding-left: 1em;
}

.wp-block-quote cite,
.wp-block-quote footer {
	color: currentColor;
	font-size: 0.8125em;
	font-style: normal;
	position: relative;
}

.wp-block-quote:where(.has-text-align-right) {
	border-left: none;
	border-right: 0.25em solid;
	padding-left: 0;
	padding-right: 1em;
}

.wp-block-quote:where(.has-text-align-center) {
	border: none;
	padding-left: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote:where(.is-style-plain) {
	border: none;
}

.wp-block-separator {
	border: none;
	border-top: 2px solid;
}

:root :where(.wp-block-separator.is-style-dots) {
	height: auto;
	line-height: 1;
	text-align: center;
}

:root :where(.wp-block-separator.is-style-dots):before {
	color: currentColor;
	content: '···';
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none !important;
}

.wp-block-separator.has-css-opacity {
	opacity: 0.4;
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-separator.has-alpha-channel-opacity {
	opacity: 1;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100px;
}

.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: none;
	height: 1px;
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 2px;
}

.wp-block-image a {
	display: inline-block;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

@media (prefers-reduced-motion: no-preference) {
	.wp-block-image img.hide {
		visibility: hidden;
	}

	.wp-block-image img.show {
		animation: show-content-image 0.4s;
	}
}

.wp-block-image[style*='border-radius'] img,
.wp-block-image[style*='border-radius'] > a {
	border-radius: inherit;
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull a,
.wp-block-image.alignwide a {
	width: 100%;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
	caption-side: bottom;
	display: table-caption;
}

.wp-block-image .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image :where(figcaption) {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.wp-block-image.is-style-circle-mask img {
	border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or
	(-webkit-mask-image: none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}

:root
	:where(
		.wp-block-image.is-style-rounded img,
		.wp-block-image .is-style-rounded img
	) {
	border-radius: 9999px;
}

.wp-block-image figure {
	margin: 0;
}

.wp-lightbox-container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.wp-lightbox-container img {
	cursor: zoom-in;
}

.wp-lightbox-container img:hover + button {
	opacity: 1;
}

.wp-lightbox-container button {
	align-items: center;
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	backdrop-filter: blur(16px) saturate(180%);
	background-color: #5a5a5a40;
	border: none;
	border-radius: 4px;
	cursor: zoom-in;
	display: flex;
	height: 20px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	transition: opacity 0.2s ease;
	width: 20px;
	z-index: 100;
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto #5a5a5a40;
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px;
}

.wp-lightbox-container button:hover {
	cursor: pointer;
	opacity: 1;
}

.wp-lightbox-container button:focus {
	opacity: 1;
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: #5a5a5a40;
	border: none;
}

.wp-lightbox-overlay {
	box-sizing: border-box;
	cursor: zoom-out;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 100000;
}

.wp-lightbox-overlay .close-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: absolute;
	right: calc(env(safe-area-inset-right) + 16px);
	top: calc(env(safe-area-inset-top) + 16px);
	z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay
	.close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
	height: var(--wp--lightbox-container-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: top left;
	width: var(--wp--lightbox-container-width);
	z-index: 9999999999;
}

.wp-lightbox-overlay .wp-block-image {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	position: relative;
	transform-origin: 0 0;
	width: 100%;
	z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
	height: var(--wp--lightbox-image-height);
	min-height: var(--wp--lightbox-image-height);
	min-width: var(--wp--lightbox-image-width);
	width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
	display: none;
}

.wp-lightbox-overlay button {
	background: none;
	border: none;
}

.wp-lightbox-overlay .scrim {
	background-color: #fff;
	height: 100%;
	opacity: 0.9;
	position: absolute;
	width: 100%;
	z-index: 2000000;
}

.wp-lightbox-overlay.active {
	animation: turn-on-visibility 0.25s both;
	visibility: visible;
}

.wp-lightbox-overlay.active img {
	animation: turn-on-visibility 0.35s both;
}

.wp-lightbox-overlay.show-closing-animation:not(.active) {
	animation: turn-off-visibility 0.35s both;
}

.wp-lightbox-overlay.show-closing-animation:not(.active) img {
	animation: turn-off-visibility 0.25s both;
}

@media (prefers-reduced-motion: no-preference) {
	.wp-lightbox-overlay.zoom.active {
		animation: none;
		opacity: 1;
		visibility: visible;
	}

	.wp-lightbox-overlay.zoom.active .lightbox-image-container {
		animation: lightbox-zoom-in 0.4s;
	}

	.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
		animation: none;
	}

	.wp-lightbox-overlay.zoom.active .scrim {
		animation: turn-on-visibility 0.4s forwards;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
		animation: none;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active)
		.lightbox-image-container {
		animation: lightbox-zoom-out 0.4s;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active)
		.lightbox-image-container
		img {
		animation: none;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
		animation: turn-off-visibility 0.4s forwards;
	}
}

@keyframes show-content-image {
	0% {
		visibility: hidden;
	}

	99% {
		visibility: hidden;
	}

	to {
		visibility: visible;
	}
}

@keyframes turn-on-visibility {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes turn-off-visibility {
	0% {
		opacity: 1;
		visibility: visible;
	}

	99% {
		opacity: 0;
		visibility: visible;
	}

	to {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes lightbox-zoom-in {
	0% {
		transform: translate(
				calc(
					(-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
						var(--wp--lightbox-initial-left-position)
				),
				calc(-50vh + var(--wp--lightbox-initial-top-position))
			)
			scale(var(--wp--lightbox-scale));
	}

	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes lightbox-zoom-out {
	0% {
		transform: translate(-50%, -50%) scale(1);
		visibility: visible;
	}

	99% {
		visibility: visible;
	}

	to {
		transform: translate(
				calc(
					(-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
						var(--wp--lightbox-initial-left-position)
				),
				calc(-50vh + var(--wp--lightbox-initial-top-position))
			)
			scale(var(--wp--lightbox-scale));
		visibility: hidden;
	}
}

:root :where(.wp-block-image figcaption) {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
	color: #ffffffa6;
}

.wp-block-image {
	margin: 0 0 1em;
}

.pros-and-cons {
	--padding-inline: 24px;
	--padding-block: 24px;
	--border-radius: 10px;
	--border-color: #ecedef;
	--pros-icon-color: #3c9e49;
	--cons-icon-color: #ff0000;
	border-radius: var(--border-radius);
	padding: var(--padding-block) var(--padding-inline);
	border: 1px solid var(--border-color);
}

.pros-and-cons__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	align-items: stretch;
}

.pros-and-cons__list {
	margin-block: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pros-and-cons__item {
	list-style-position: outside;
	padding: 0;
	padding-inline-start: 8px;
	margin-block: 0;
	margin-inline-start: calc(1em + 6px);
}

.pros-and-cons__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-block-end: 20px;
}

.pros-and-cons__title svg {
	width: 30px;
	height: 30px;
	stroke-width: 1px;
	color: var(--cons-icon-color);
}

.pros-and-cons--pros svg {
	color: var(--pros-icon-color);
}

@media screen and (max-width: 991px) {
	.pros-and-cons {
		--padding-inline: 16px;
	}

	.pros-and-cons__wrapper {
		grid-template-columns: 1fr;
	}
}

.faq {
	--details-padding: 0;
	--marker-size: 24px;
	--marker-gap: 16px;
	--border-color: #e9ecef;
	--icon-color: #2f3845;
	padding: var(--details-padding);
}

.faq + .faq {
	margin-block-start: 16px;
}

.faq__arrow svg {
	transform-origin: center center;
	transition: 0.25s ease;
}

.faq[open] .faq__arrow svg {
	transform: rotate(180deg);
}

.faq__details-summary {
	cursor: pointer;
	list-style: none;
	position: relative;
	border-bottom: 1px solid var(--border-color);
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 16px;
	align-items: center;
	padding-block-end: 12px;
}

.faq__details-summary::-webkit-details-marker {
	display: none;
}

.faq[open] .faq__details-summary {
	border-bottom: none;
}

.faq__details-header {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: var(--marker-gap);
}

.faq__arrow {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq__details-marker {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	will-change: transform;
	transition: transform 0.3s ease;
	width: var(--marker-size);
	height: var(--marker-size);
}

.faq__details-marker svg {
	width: 100%;
	height: 100%;
	color: #ff9000;
}

.faq__question {
	margin-block: 0;
	font-weight: bold;
	font-size: 16px;
}

.faq__answer {
	padding-inline-start: calc(var(--marker-size) + var(--marker-gap));
	padding-inline-end: 8px;
	padding-block-end: 16px;
}

.faq__answer p {
	margin-block: 16px;
}

.faq[open]:not(:last-child) .faq__answer {
	border-bottom: 1px solid var(--border-color);
}

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgba(6, 147, 227, 1) 0%,
		rgb(155, 81, 224) 100%
	);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
		135deg,
		rgb(122, 220, 180) 0%,
		rgb(0, 208, 130) 100%
	);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
		135deg,
		rgba(252, 185, 0, 1) 0%,
		rgba(255, 105, 0, 1) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgba(255, 105, 0, 1) 0%,
		rgb(207, 46, 46) 100%
	);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
		135deg,
		rgb(238, 238, 238) 0%,
		rgb(169, 184, 195) 100%
	);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
		135deg,
		rgb(74, 234, 220) 0%,
		rgb(151, 120, 209) 20%,
		rgb(207, 42, 186) 40%,
		rgb(238, 44, 130) 60%,
		rgb(251, 105, 98) 80%,
		rgb(254, 248, 76) 100%
	);
	--wp--preset--gradient--blush-light-purple: linear-gradient(
		135deg,
		rgb(255, 206, 236) 0%,
		rgb(152, 150, 240) 100%
	);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(
		135deg,
		rgb(254, 205, 165) 0%,
		rgb(254, 45, 45) 50%,
		rgb(107, 0, 62) 100%
	);
	--wp--preset--gradient--luminous-dusk: linear-gradient(
		135deg,
		rgb(255, 203, 112) 0%,
		rgb(199, 81, 192) 50%,
		rgb(65, 88, 208) 100%
	);
	--wp--preset--gradient--pale-ocean: linear-gradient(
		135deg,
		rgb(255, 245, 203) 0%,
		rgb(182, 227, 212) 50%,
		rgb(51, 167, 181) 100%
	);
	--wp--preset--gradient--electric-grass: linear-gradient(
		135deg,
		rgb(202, 248, 128) 0%,
		rgb(113, 206, 126) 100%
	);
	--wp--preset--gradient--midnight: linear-gradient(
		135deg,
		rgb(2, 3, 129) 0%,
		rgb(40, 116, 252) 100%
	);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
		6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

body .is-layout-flex {
	display: flex;
}

.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

.is-layout-flex > :is(*, div) {
	margin: 0;
}

body .is-layout-grid {
	display: grid;
}

.is-layout-grid > :is(*, div) {
	margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(
		--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
	) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(
		--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
	) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(
		--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
	) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(
		--wp--preset--gradient--luminous-vivid-orange-to-vivid-red
	) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(
		--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
	) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}
.img-cov {
	width: 100%;
	margin: 0 auto;
}
.img-cov img {
	width: 100%;
}
.img-cov-small {
	width: 200px;
	margin: 15px auto;
}
.img-cov-small img {
	width: 100%;
}
.img-cover img {
	border-radius: 100px;
}
.toplist__item--vd-logo-box {
	width: 72px;
	height: 72px;
}
.toplist__item--vd-logo-box img {
	border-radius: 100px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
