:root {
	--base-font-family: proximanova;
	--base-font-weight: 500;
	--secondary-font-family: proximanova;
	--button-border-radius: pill;
	--font-size-xs: 10px;
	--font-size-sm: 12px;
	--font-size-sm-2: 14px;
	--font-size-md: 16px;
	--font-size-lg: 20px;
	--font-size-xl: 24px;
	--font-size-xxl: 32px;
	--background: #f5f5f5;
	--surface: #fff;
	--on-background: #000000;
	--on-surface-100: #e9e9e9;
	--on-surface-200: #909090;
	--on-surface-300: #212121;
	--on-surface-400: #1a1a1a;
	--on-primary: #ffffff;
	--on-secondary: on-secondary;
	--primary-100: #fce9e9;
	--primary-200: #ee8f93;
	--primary-300: #dd1f26;
	--primary-400: #b1191e;
	--secondary-100: #e9ecf4;
	--secondary-200: #90a0c6;
	--secondary-300: #21418d;
	--secondary-400: #1a3471;
	--status-success-100: #eafaf0;
	--status-success-200: #29b85d;
	--status-critical-100: #ffede9;
	--status-critical-200: #e64620;
	--status-warning-100: #fffaec;
	--status-warning-200: #e1ba3b;
	--tabs-active: #21418d;
	--tabs-background: #fff;
	--on-tab-active: #212121;
	--on-tab-inactive: #909090;
	--games-wordflower: #ff9527;
	--games-quiz: #f5665f;
	--games-suduko: #6192cc;
	--games-crossword: #5ac3b6;
	--btn-background-color: #000000;
	--btn-border-color: #000000;
	--btn-text-color: #fff;
	--btn-action-background-color: #dd1f26;
	--btn-action-border-color: #dd1f26;
	--btn-action-text-color: #fff;
}
*,
*:after,
*:before {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
html,
body {
	margin: 0;
	padding: 0;
	height: auto;
}
body {
	font-family: "proximanova";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	background-color: #f5f5f5;
	padding-top: 48px;
	padding-bottom: 58px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	body {
		padding-top: 0;
		padding-bottom: 0;
		background-color: #fff;
	}
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
img:-moz-loading {
	visibility: hidden;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover,
a:focus,
a:active {
	outline: 0;
}
::selection,
::-webkit-selection,
::-moz-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}
strong,
b {
	font-weight: 700;
	font-style: normal;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	background-color: transparent;
}
b,
strong {
	font-weight: bolder;
}
img {
	border-style: none;
}
input {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
input {
	overflow: visible;
}
[type="submit"] {
	-webkit-appearance: button;
}
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

:root {
	--swiper-theme-color: #007aff;
}
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
	touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper {
	overflow: hidden;
}
.swiper--container {
	position: relative;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 24px;
	width: 24px;
	z-index: 2;
	cursor: pointer;
	overflow: hidden;
	border-radius: 100%;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	background-size: 8px;
	background-position: top 6px right 6px;
	background-repeat: no-repeat;
	background-color: #212121;
	/* background-image: url("../img/arrow-right-light.svg"); */
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 0.8;
}
.swiper-button-next:hover,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:focus {
	outline: 0;
}
.swiper-button-prev {
	background-position: top 7px right 7px;
	left: 8px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.swiper-button-next {
	right: 8px;
}
.swiper-pagination {
	text-align: center;
	display: none;
}
.wrapper {
	width: 100%;
	max-width: 980px;
	margin: auto;
}
.container {
	display: flex;
	gap: 20px;
	padding-top: 12px;
}
@media (min-width: 1024px) {
	#main-content {
		padding: 8px;
		background-color: #f5f5f5;
		max-width: 996px;
	}
}
@media (min-width: 300px) and (max-width: 1024px) {
	#main-content {
		padding-block: 48px;
		position: relative;
	}
}
.tf-lhs-col {
	width: 664px;
	margin-right: 16px;
	align-self: flex-start;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.tf-lhs-col {
		width: 100%;
		margin-right: 0;
	}
}
.tf-rhs-col {
	width: 300px;
	flex: 0 0 auto;
	align-self: flex-start;
	position: relative;
}
.tf-rhs-col--inner {
	margin-bottom: 80px;
	position: relative;
}
.brandbar {
	width: 100%;
	height: 48px;
	top: 0;
	background-color: #000;
	margin-bottom: 8px;
	cursor: default;
	display: flex;
	position: fixed;
	z-index: 11;
}
.brandbar .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.brandbar__links {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	font-size: 0;
}
.brandbar__links li {
	display: inline-block;
	margin-right: 8px;
	position: relative;
}
.brandbar__links li > span {
	display: flex;
	align-items: center;
}
.brandbar__links li > a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	display: block;
	font-weight: bold;
}
.brandbar__links li > a:hover {
	opacity: 0.8;
}
.brandbar__links .links--image {
	display: inline-flex;
	align-items: center;
}
.brandbar__links .links--image a {
	display: flex;
	align-items: center;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.brandbar__links .links--image a img {
	max-height: 22px;
	max-width: 62px;
	min-height: 22px;
}
.brandbar__links .links--image a span {
	white-space: nowrap;
	margin: 0 8px 0 4px;
}
.brandbar__links .links--image:after {
	display: none;
}
.brandbar .links--dropdown {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: auto;
	flex: 0 0 auto;
	line-height: 22px;
	min-height: 48px;
	max-height: 48px;
}
.brandbar .links--dropdown > span:after {
	content: "";
	width: 16px;
	height: 16px;
	min-height: 16px;
	min-width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-image: url("/img/icon-arrow-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
}
.brandbar .links--dropdown > span:hover {
	opacity: 0.8;
}
.brandbar .links--dropdown:hover > span:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.brandbar .links--dropdown:hover .brandbar__dropdown {
	display: flex;
}
.brandbar .links__dropdown--image img {
	margin-right: 4px;
	max-height: 22px;
	width: 22px;
}
.brandbar .links__dropdown--image > span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.brandbar .links__dropdown--image > span:after {
	margin-left: 5px;
}
.brandbar__dropdown {
	position: absolute;
	top: 48px;
	right: 0;
	z-index: 100;
	padding: 16px 12px;
	background-color: #fff;
	display: none;
	justify-content: space-between;
	width: auto;
	min-width: 220px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
}
.brandbar__dropdown:before {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	top: -5px;
	left: 0;
}
.brandbar__dropdown--column {
	color: #000;
	line-height: 21px;
	width: fit-content;
	margin: 0;
	padding: 0 12px;
	min-width: 145px;
}
.brandbar__dropdown--column a {
	font-size: 14px;
	color: #000;
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 20px;
}
.brandbar__dropdown--column a:hover {
	text-decoration: underline;
}
.brandbar__dropdown--column a:last-child {
	margin-bottom: 0;
}
.header {
	width: 100%;
	margin-bottom: 8px;
}
@media (min-width: 1024px) {
	.header {
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
	}
}
@media (min-width: 300px) and (max-width: 1024px) {
	.header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		padding: 0 8px;
		background-color: #fff;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 0;
	}
}
.header-container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	padding: 24px 16px;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.header-container--content {
	margin-left: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 40px;
}
.header__logo {
	display: block;
	flex: 0 0 auto;
}
.header__logo > img {
	width: auto;
	height: 40px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.header__logo > img {
		height: 22px;
	}
}

@media (max-width: 560px) {
	.header__search {
		display: none;
	}
}
.auth {
	margin: 0;
	padding: 0;
	display: flex;
}
.auth li {
	list-style: none;
	display: inline-flex;
	align-items: center;
}
.auth__subscribe a {
	font-size: 12px;
	color: #fff;
	background-color: #dd1f26;
	outline: 0;
	padding: 4px 12px;
	border: 1px solid #dd1f26;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: inline-block;
	width: auto;
	overflow: hidden;
	border-radius: 100px;
	font-weight: bold;
	flex: 0 0 auto;
	padding: 0 12px;
	line-height: 24px;
	max-height: 24px;
}
.auth__subscribe a:hover,
.auth__subscribe a:focus {
	outline: 0;
	background-color: #b0191e;
}
.auth__subscribe a:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
.auth__login a {
	font-size: 12px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	outline: 0;
	padding: 4px 8px;
	border: 1px solid rgba(0, 0, 0, 0);
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: inline-block;
	width: auto;
	overflow: hidden;
	border-radius: 100px;
	font-weight: bold;
	flex: 0 0 auto;
	padding: 0 12px;
	line-height: 24px;
	max-height: 24px;
	margin: 0 0 0 8px;
}
.auth__login a:hover,
.auth__login a:focus {
	outline: 0;
	background-color: rgba(0, 0, 0, 0);
}
.auth__login a:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.auth__login a {
		color: #000;
		margin: 0 8px 0 0;
	}
}
.header__nav {
	width: 100%;
	background-color: #fff;
}
@media (min-width: 1024px) {
	.header__nav {
		border-top: 1px solid #e9e9e9;
	}
}
@media (min-width: 300px) and (max-width: 1024px) {
	.header__nav {
		background-color: #fff;
	}
}
.header__nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	height: 40px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.header__nav > ul {
		text-align: justify;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.header__nav > ul > li {
	display: flex;
	flex: 0 1 auto;
	white-space: nowrap;
	position: relative;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.header__nav > ul > li {
		margin-right: 20px;
	}
}
.header__nav > ul > li > a {
	font-size: 12px;
	color: #212121;
	padding: 0 8px;
	font-weight: normal;
	display: flex;
	align-items: center;
	height: 100%;
	text-transform: uppercase;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.header__nav > ul > li > a {
		font-size: 10px;
		color: #909090;
		font-weight: bold;
	}
}
.header__nav > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	display: block;
	opacity: 0;
	background-color: #dd1f26;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.header__nav > ul > li:hover a,
.header__nav > ul > li.is-active a {
	color: #dd1f26;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.header__nav > ul > li:hover a,
	.header__nav > ul > li.is-active a {
		color: #212121;
	}
}
.header__nav > ul > li:hover a:after,
.header__nav > ul > li.is-active a:after {
	opacity: 1;
}
.header__nav > ul > li.has-children:after {
	content: "";
	width: 20px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 1;
	opacity: 1;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	background-image: url("/img/icon-arrow-black-down.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.header__nav > ul > li.has-children:hover:after {
	opacity: 1;
	-webkit-transform: rotate(-180deg) translateY(6px);
	-ms-transform: rotate(-180deg) translateY(6px);
	transform: rotate(-180deg) translateY(6px);
}
.header__nav > ul > li.has-children:hover > .sub-nav {
	display: flex;
}
.header__nav > ul > li.has-children.is-active:after {
	opacity: 1;
	background-image: url("/img/icon-arrow-red-down.svg");
}
.header__nav > ul > li.has-children > a {
	padding-right: 24px;
}
.header__nav > ul > li .sub-nav,
.header__nav > ul > li .sub-nav-child {
	display: none;
	flex-direction: column;
	background-color: #fff;
	position: absolute;
	min-width: 180px;
	top: 100%;
	left: 0;
	z-index: 10;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.header__nav > ul > li .sub-nav li a,
.header__nav > ul > li .sub-nav-child li a {
	font-size: 12px;
	color: #212121;
	display: block;
	padding: 8px 24px 8px 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.header__nav > ul > li .sub-nav li a:hover,
.header__nav > ul > li .sub-nav-child li a:hover {
	background-color: #f5f5f5;
}
.header__nav > ul > li .sub-nav li.has-children {
	position: relative;
}
.header__nav > ul > li .sub-nav li.has-children:after {
	content: "";
	width: 20px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-5px) rotate(-90deg);
	-ms-transform: translateY(-5px) rotate(-90deg);
	transform: translateY(-5px) rotate(-90deg);
	background-image: url("/img/icon-arrow-black-down.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.header__nav > ul > li .sub-nav li.has-children:hover > .sub-nav-child {
	display: flex;
}
.header__nav > ul > li .sub-nav li.has-children:hover:after {
	-webkit-transform: translateY(-5px) rotate(90deg);
	-ms-transform: translateY(-5px) rotate(90deg);
	transform: translateY(-5px) rotate(90deg);
	right: 3px;
}
.header__nav > ul > li .sub-nav-child {
	left: 100%;
	top: 0;
}
.header .social-control {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	margin-left: 12px;
}
.header .social-control li {
	display: flex;
	align-items: center;
	height: 24px;
	width: 24px;
	margin-left: 4px;
}
.header .social-control li a {
	display: block;
}
.header .social-control li a img {
	width: 100%;
	height: auto;
}
.header .social-links {
	height: 24px;
}
.header .social-links .social-control .social-item {
	width: 24px;
}
.header .social-links .social-control .social-item a img {
	height: 24px;
	filter: none;
}
.header__search {
	position: relative;
}
.header__search input[type="text"] {
	font-size: 16px;
	color: #909090;
	margin-bottom: 0;
	padding: 0 12px;
	height: 40px;
	width: 100%;
	border: 1px solid #909090;
	background-color: #fff;
	transition: 0.2s ease-in border, 0.2s ease-in outline;
	overflow: hidden;
	border-radius: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.header__search input[type="text"]:focus {
	outline: 1px solid #000;
	border-color: #000;
}
.header__search input[type="text"]::-webkit-input-placeholder,
.header__search input[type="text"]:-ms-input-placeholder {
	color: #aaa;
}
.header__search input[type="text"] {
	width: 280px;
	font-weight: 500;
	padding-left: 41px;
}
.header__search input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	cursor: pointer;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/img/basic-search.svg");
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
}
.header__search input[type="submit"]:hover,
.header__search input[type="submit"]:focus {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	outline: 0;
}
.footer__nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.footer__nav ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
	position: relative;
}
.footer__nav ul li:after {
	content: "|";
	margin-left: 5px;
	font-size: 12px;
}
.footer__nav ul li:last-child:after,
.footer__nav ul li:nth-of-type(3):after,
.footer__nav ul li:nth-of-type(6):after,
.footer__nav ul li:nth-of-type(10):after {
	display: none;
}
.footer__nav ul li a {
	font-size: 12px;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	line-height: 20px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.footer__nav ul li a {
		border-bottom: none;
	}
}
.footer__nav ul li a:hover {
	border-bottom: 1px solid #212121;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.footer__nav ul li a:hover {
		border-bottom: none;
	}
}
.footer--rhs {
	background-color: rgba(0, 0, 0, 0);
	margin-top: 16px;
	margin-bottom: 24px;
}
.footer__app-links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.footer__app-links a {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	width: 50%;
	margin-bottom: 4px;
}
.footer__app-links a:hover {
	opacity: 0.8;
}
.footer__app-links a img {
	height: 50px;
}
.footer__social-title {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #909090;
	font-size: 12px;
}
.footer__social .social-links {
	margin: 8px auto;
	margin: 8px auto;
	flex-direction: column;
}
.footer__social .social-links .social-control {
	margin: 0;
	padding: 0;
}
.footer__social .social-links .social-control .social-item {
	margin: 0 4px 0 0;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	display: inline-block;
}
.footer__social .social-links .social-control .social-item:hover {
	opacity: 0.8;
}
.footer__social .social-links .social-control .social-item a img {
	width: 24px;
	height: 24px;
}
.footer__copyright {
	font-size: 12px;
	color: #212121;
	line-height: 20px;
	display: block;
	margin: 16px 0;
}
.footer__copyright .popia {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}
.footer__copyright a {
	color: #212121;
	display: block;
	line-height: 15px;
}
.footer__copyright a:hover {
	text-decoration: underline;
}
.footer__copyright a.footer__btn {
	background: #212121;
	display: inline-block;
	line-height: 16px;
	font-size: 10px;
	letter-spacing: 0.6px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	padding: 0 8px;
	overflow: hidden;
	border-radius: 100px;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
	margin-top: 8px;
	width: fit-content;
}
.footer__copyright a.footer__btn:hover,
.footer__copyright a.footer__btn:focus,
.footer__copyright a.footer__btn:active {
	background-color: #080808;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0;
}
.footer__copyright a.footer__contact {
	display: flex;
	margin: 0 0 12px 32px;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	position: relative;
	width: fit-content;
}
.footer__copyright a.footer__contact:hover {
	border-bottom: 1px solid #212121;
}
.footer__copyright a.footer__contact:before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	left: -32px;
	top: -4px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/img/icon-mail.svg");
}
.footer__third-party {
	width: 65px;
	height: 35px;
	margin-top: 8px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.footer__nav {
		position: fixed;
		left: 0;
		bottom: 0;
		max-width: 100%;
		width: 100%;
		z-index: 99;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		background: #fff;
		height: 62px;
		box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.02);
		overflow: hidden;
		border-radius: 8px 8px 0 0;
		overflow: visible;
	}
	.footer__nav ul {
		text-align: center;
		position: relative;
		display: flex;
		width: 100%;
		justify-content: space-between;
		list-style: none;
	}
	.footer__nav ul li {
		flex: 1;
		display: inline-flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		margin: 0;
		position: relative;
		padding-bottom: 5px;
		width: 20%;
	}
	.footer__nav ul li:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: rgba(0, 0, 0, 0);
		margin: 0;
	}
	.footer__nav ul li:after {
		display: none;
	}
	.footer__nav ul li a {
		text-decoration: none;
	}
	.footer__nav ul li a:hover {
		text-decoration: none;
	}
	.footer__nav ul li:hover:before {
		background-color: #21418d;
	}
}
.article-item__prime {
	display: none;
}
.article-item__prime-unlock {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 4px;
	right: 4px;
	background-image: url("/img/icon-unlock.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}
@media print {
	#main-content.wrapper {
		background-color: rgba(0, 0, 0, 0);
	}
}
.most-read-widget {
	background-color: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0;
}
.most-read-widget input {
	display: none;
}
.most-read-widget input:checked + label {
	color: #21418d;
	border-bottom: 3px solid #21418d;
}
.most-read-widget label {
	width: 50%;
	color: #909090;
	text-align: center;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	padding: 11px 13px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: color 0.2s ease, border 0.2s ease;
	-moz-transition: color 0.2s ease, border 0.2s ease;
	-o-transition: color 0.2s ease, border 0.2s ease;
	transition: color 0.2s ease, border 0.2s ease;
}
.most-read-widget label:hover {
	color: #21418d;
	border-bottom: 3px solid #21418d;
}
.most-read-widget #tab-0:checked ~ #content-tab-0 {
	display: block;
}
.most-read-widget__tab {
	display: none;
	width: 100%;
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget ul li:nth-of-type(1):before {
	content: "1";
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget ul li:nth-of-type(2):before {
	content: "2";
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget ul li:nth-of-type(3):before {
	content: "3";
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget ul li:nth-of-type(4):before {
	content: "4";
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget ul li:nth-of-type(5):before {
	content: "5";
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.most-read-widget label {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.4px;
}
.most-read-widget__tab {
	border-top: 1px solid #e9e9e9;
}
.most-read-widget__tab ul li {
	display: flex;
	align-items: center;
	padding: 8px 0;
}
.most-read-widget__tab ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 12px;
}
.most-read-widget__tab ul li:before {
	font-size: 24px;
	line-height: 30px;
	color: #e9e9e9;
	font-weight: bold;
	border-right: 3px solid #e9e9e9;
	min-width: 49px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-right: none;
}
.most-read-widget__tab ul li a {
	display: flex;
	color: #212121;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding: 0 16px 0 0;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.most-read-widget__tab ul li a:hover {
	color: #545454;
}
.newsletter-subscription {
	padding: 16px;
	background-color: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	border-radius: 2px;
	-webkit-transition: box-shadow 0.2s ease;
	-moz-transition: box-shadow 0.2s ease;
	-o-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.newsletter-subscription {
		margin-bottom: 0;
		overflow: hidden;
		border-radius: 0;
		box-shadow: none;
		padding: 32px;
		align-items: center;
		position: relative;
	}
	.newsletter-subscription:after {
		content: "";
		border-bottom: 1px solid #e9e9e9;
		width: calc(100% - 32px);
		display: block;
		margin: -1px auto 0;
		bottom: 0;
		height: 1px;
		left: 16px;
		position: absolute;
	}
}
.newsletter-subscription__heading {
	display: flex;
	margin-bottom: 16px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.newsletter-subscription__heading {
		margin-bottom: 8px;
	}
}
.newsletter-subscription__heading-text {
	margin-right: 8px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.newsletter-subscription__heading-text {
		margin-right: 0;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
.newsletter-subscription__heading-text div {
	font-weight: bold;
	font-size: 20px;
	color: #212121;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.newsletter-subscription__heading-text div {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
	}
}
.newsletter-subscription__heading-text p {
	font-size: 16px;
	line-height: 21px;
	margin: 0;
}
.newsletter-subscription__blurb {
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: flex-start;
	margin: 16px 0 0;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.newsletter-subscription__blurb {
		text-align: center;
		margin: 0 0 8px 0;
		font-size: 18px;
		line-height: 24px;
	}
}
.newsletter-subscription__blurb img {
	width: 66px;
	height: 66px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 16px;
	flex: 0 0 auto;
}
.newsletter-subscription__blurb p {
	margin: 0;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.newsletter-subscription__blurb p {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
.newsletter-subscription__btn {
	font-size: 16px;
	color: #fff;
	background-color: #212121;
	outline: 0;
	padding: 12px 12px;
	border: 1px solid #212121;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: inline-block;
	width: auto;
	overflow: hidden;
	border-radius: 100px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 16px;
}
.newsletter-subscription__btn:hover,
.newsletter-subscription__btn:focus {
	outline: 0;
	background-color: #080808;
}
.newsletter-subscription__btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.newsletter-subscription__btn {
		margin-top: 16px;
		padding: 12px 24px;
	}
}
.newsletter-subscription__image-url {
	height: 214px;
	flex: 0 0 auto;
	overflow: hidden;
	position: relative;
	margin-left: -16px;
	margin-right: -16px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.newsletter-subscription__image-url {
		overflow: hidden;
		border-radius: 6px;
		width: 100%;
		margin: 0 0 24px 0;
	}
}
.newsletter-subscription__image-url img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}
.lotto {
	background-color: #f8da17;
	margin-bottom: 8px;
	padding-bottom: 16px;
}
.lotto__info {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 16px 0;
}
.lotto__info .image-url {
	display: inline-block;
	flex: 0 0 auto;
	margin-right: 8px;
}
.lotto__info--content .title {
	font-size: 16px;
	line-height: 21px;
	color: #212121;
}
.lotto__btn {
	padding: 0 16px;
}
.lotto__btn .btn {
	font-size: 16px;
	color: #fff;
	background-color: #212121;
	outline: 0;
	padding: 12px 12px;
	border: 1px solid #212121;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: inline-block;
	width: auto;
	overflow: hidden;
	border-radius: 100px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 16px 0 16px 0;
}
.lotto__btn .btn:hover,
.lotto__btn .btn:focus {
	outline: 0;
	background-color: #080808;
}
.lotto__btn .btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
.vote-widget {
	padding: 16px;
	background-color: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	border-radius: 2px;
	-webkit-transition: box-shadow 0.2s ease;
	-moz-transition: box-shadow 0.2s ease;
	-o-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	position: relative;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.vote-widget {
		padding: 0 16px 16px;
		margin-bottom: 0;
		box-shadow: none;
		overflow: hidden;
		border-radius: 0;
	}
	.vote-widget:after {
		content: "";
		border-bottom: 1px solid #e9e9e9;
		width: calc(100% - 32px);
		display: block;
		margin: -1px auto 0;
		height: 1px;
		left: 16px;
		bottom: 0;
		position: absolute;
	}
}
.vote-widget__header {
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	min-height: 40px;
	color: #212121;
	margin: 0 0 16px -16px;
	border-bottom: 1px solid #e9e9e9;
	width: calc(32px + 100%);
	padding: 0 16px 16px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.vote-widget__header {
		position: relative;
		text-transform: uppercase;
		height: 56px;
		padding: 0 16px;
		font-size: 12px;
		line-height: 15px;
		border-top: 1px solid #212121;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-bottom: 0;
	}
	.vote-widget__header:after {
		content: "";
		border-bottom: 1px solid #e9e9e9;
		width: calc(100% - 32px);
		display: block;
		margin: -1px auto 0;
		height: 1px;
		left: 16px;
		bottom: 0;
		position: absolute;
	}
}
.vote-widget__question {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 16px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.vote-widget__question {
		font-size: 18px;
		line-height: 24px;
	}
}
.vote-widget--alert {
	display: none;
	margin-bottom: 16px;
	color: #e64620;
	font-size: 16px;
	line-height: 21px;
	padding: 0 0 16px 32px;
	position: relative;
}
.vote-widget--alert:before {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 4px;
	top: 2px;
	background-image: url("/images/nova/icons/icon-alert.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.vote-widget__form {
	display: none;
}
.vote-widget__form form input[type="radio"] {
	display: none;
}
.vote-widget__form form input[type="radio"] + label {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	position: relative;
	padding-left: 32px;
}
.vote-widget__form form input[type="radio"] + label:before {
	content: "";
	width: 20px;
	height: 20px;
	padding: 0;
	display: inline-block;
	vertical-align: text-top;
	background-color: #fff;
	border: 1px solid #000;
	position: absolute;
	left: 3px;
	top: 1px;
	overflow: hidden;
	border-radius: 100%;
}
.vote-widget__form form input[type="radio"] + label:after {
	content: "";
	width: 8px;
	height: 8px;
	opacity: 0;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background-color: #000;
	overflow: hidden;
	border-radius: 100%;
	-webkit-transition: opacity 0.2s ease, transform 0.1s ease-in-out;
	-moz-transition: opacity 0.2s ease, transform 0.1s ease-in-out;
	-o-transition: opacity 0.2s ease, transform 0.1s ease-in-out;
	transition: opacity 0.2s ease, transform 0.1s ease-in-out;
}
.vote-widget__form form input[type="radio"]:checked + label:after,
.vote-widget__form form input[type="radio"]:hover + label:after,
.vote-widget__form form input[type="radio"]:focus + label:after {
	opacity: 1;
}
.vote-widget__form form input[type="radio"]:disabled + label {
	color: #fff;
	cursor: auto;
}
.vote-widget__form form input[type="radio"]:disabled + label:before {
	background-color: #fff;
}
.vote-widget__form.tf-show {
	display: block;
}
.vote-widget__input {
	margin-bottom: 16px;
}
.vote-widget__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}
.vote-widget__actions .vote-btn {
	font-size: 16px;
	color: #fff;
	background-color: #212121;
	outline: 0;
	padding: 12px 12px;
	border: 1px solid #212121;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: inline-block;
	width: auto;
	overflow: hidden;
	border-radius: 100px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 4px 0 0;
	width: 50%;
}
.vote-widget__actions .vote-btn:hover,
.vote-widget__actions .vote-btn:focus {
	outline: 0;
	background-color: #080808;
}
.vote-widget__actions .vote-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
.vote-widget__actions .results-btn {
	font-size: 16px;
	color: #212121;
	background-color: #fff;
	outline: 0;
	padding: 12px 12px;
	border: 2px solid #212121;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease,
		border-color 0.2s ease;
	-moz-transition: background-color 0.2s ease, color 0.2s ease,
		border-color 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease,
		border-color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease,
		border-color 0.2s ease;
	display: inline-block;
	width: auto;
	overflow: hidden;
	border-radius: 100px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 0 0 4px;
	width: 50%;
}
.vote-widget__actions .results-btn:hover,
.vote-widget__actions .results-btn:focus,
.vote-widget__actions .results-btn:active {
	outline: 0;
	color: #1a1a1a;
	color: #dedede;
	background-color: #212121;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.vote-widget__actions .results-btn:disabled {
	border-color: #909090;
	color: #909090;
	cursor: not-allowed;
	pointer-events: none;
}
.vote-widget__results {
	display: none;
}
.vote-widget__results .result {
	margin-bottom: 16px;
}
.vote-widget__results .result__title {
	font-size: 14px;
	line-height: 20px;
	color: #212121;
	display: block;
	margin-bottom: 4px;
}
.vote-widget__results .result__data {
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	color: #212121;
	display: block;
	margin-bottom: 8px;
}
.vote-widget__results .result__bar {
	width: 100%;
	display: block;
	position: relative;
	height: 8px;
	overflow: hidden;
	background-color: #e9e9e9;
	border-radius: 24px;
}
.vote-widget__results .result__bar-percentage {
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #212121;
	display: block;
	width: 0;
	border-radius: 24px;
}
.vote-widget__more-links {
	text-align: center;
	padding: 16px 0 0 0;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.vote-widget__more-links {
		padding: 16px 0 8px;
	}
}
.vote-widget__more-links a {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #909090;
}
.vote-widget__more-links a:hover {
	border-bottom: 1px solid #212121;
}
.featured-category {
	padding: 16px;
	background-color: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	border-radius: 2px;
	-webkit-transition: box-shadow 0.2s ease;
	-moz-transition: box-shadow 0.2s ease;
	-o-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.featured-category {
		margin-bottom: 0;
		overflow: hidden;
		border-radius: 0;
		box-shadow: none;
	}
	.featured-category:after {
		content: "";
		border-bottom: 1px solid #e9e9e9;
		width: calc(100% - 32px);
		display: block;
		margin: -1px auto 0;
		bottom: 0;
		height: 1px;
		left: 16px;
		position: absolute;
	}
}
.featured-category__header {
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	min-height: 40px;
	color: #212121;
	margin: 0 0 0 -16px;
	border-bottom: 1px solid #e9e9e9;
	width: calc(32px + 100%);
	padding: 0 16px 16px;
}
.featured-category__header a {
	color: #212121;
}
.featured-category--container {
	position: relative;
	min-height: 143px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 16px;
	border-bottom: 1px solid #e9e9e9;
	text-align: left;
}
.featured-category--url:last-child > div {
	border-bottom: 0;
}
.featured-category__title {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #212121;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.featured-category__synopsis {
	display: flex;
	flex-direction: column;
}
.featured-category__date {
	font-size: 10px;
	color: #212121;
	display: block;
	align-items: center;
	justify-content: center;
	margin: auto 0 0 0;
}
.featured-category__image {
	width: 88px;
	height: 88px;
	flex: 0 0 auto;
	margin-left: 8px;
	position: relative;
	background-color: #f5f5f5;
	overflow: hidden;
	overflow: hidden;
	border-radius: 6px;
}
.featured-category__image img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}
.featured-category__prime {
	width: fit-content;
	height: 18px;
	line-height: 18px;
	min-height: 18px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background-color: #dd1f26;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 8px;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 2px;
	display: none;
}
.featured-category__prime:before {
	content: "Primary Tag";
}
.featured-category__read-more {
	font-size: 16px;
	color: #fff;
	background-color: #212121;
	outline: 0;
	padding: 12px 12px;
	border: 1px solid #212121;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: inline-block;
	width: auto;
	overflow: hidden;
	border-radius: 100px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 16px 0 0 0;
}
.featured-category__read-more:hover,
.featured-category__read-more:focus {
	outline: 0;
	background-color: #080808;
}
.featured-category__read-more:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
.featured-category .swiper--container {
	margin: 0 0 0 -16px;
	width: calc(32px + 100%);
}
.featured-category .swiper-button-next {
	top: -21px;
	right: 16px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-position: top 6px right 7px;
}
.featured-category .swiper-button-prev {
	top: -21px;
	right: 49px;
	left: inherit;
	background-position: top 6px right 8px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.featured-category .swiper-slide {
	min-height: 143px;
}
.featured-category--slider-container {
	position: relative;
}
.traffic-widget {
	padding: 16px;
	background-color: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	border-radius: 2px;
	-webkit-transition: box-shadow 0.2s ease;
	-moz-transition: box-shadow 0.2s ease;
	-o-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	margin-bottom: 16px;
}
.traffic-widget__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	min-height: 40px;
	color: #212121;
	margin: 0 0 16px -16px;
	border-bottom: 1px solid #e9e9e9;
	width: calc(32px + 100%);
	padding: 0 16px 16px;
}
.traffic-widget__blurb {
	display: block;
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
}
.traffic-widget__btn {
	font-size: 16px;
	color: #fff;
	background-color: #212121;
	outline: 0;
	padding: 12px 12px;
	border: 1px solid #212121;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: inline-block;
	width: auto;
	overflow: hidden;
	border-radius: 100px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 16px;
}
.traffic-widget__btn:hover,
.traffic-widget__btn:focus {
	outline: 0;
	background-color: #080808;
}
.traffic-widget__btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
.fin-indicators {
	background-color: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	border-radius: 2px;
	-webkit-transition: box-shadow 0.2s ease;
	-moz-transition: box-shadow 0.2s ease;
	-o-transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
}
.fin-indicators input {
	display: none;
}
.fin-indicators input:checked + label {
	color: #212121;
	border-bottom: 3px solid #21418d;
}
.fin-indicators label {
	width: 33.3333333333%;
	color: #909090;
	text-align: center;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	padding: 11px 13px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: color 0.2s ease, border 0.2s ease;
	-moz-transition: color 0.2s ease, border 0.2s ease;
	-o-transition: color 0.2s ease, border 0.2s ease;
	transition: color 0.2s ease, border 0.2s ease;
}
.fin-indicators label:hover {
	color: #212121;
	border-bottom: 3px solid #21418d;
}
.fin-indicators__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	min-height: 322px;
	align-content: flex-start;
	width: 100%;
}
.fin-indicators label {
	font-size: 10px;
	font-weight: bold;
}
.fin-indicators #fin-tab-0:checked ~ #fin-content-0 {
	display: block;
}
.fin-indicators #fin-tab-1:checked ~ #fin-content-1 {
	display: block;
}
.fin-indicators #fin-tab-2:checked ~ #fin-content-2 {
	display: block;
}
.fin-indicators__content {
	display: none;
	width: 100%;
	border-top: #e9e9e9;
}
.fin-indicators__row {
	display: flex;
	justify-content: space-evenly;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 21px;
	border-bottom: #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.fin-indicators__row {
		padding: 12px;
		font-size: 10px;
	}
}
.fin-indicators__row div {
	text-align: center;
	background: #fff;
	color: #212121;
	font-size: 14px;
	line-height: 20px;
	border-bottom-color: #e9e9e9;
	margin-bottom: 0;
}
.fin-indicators__row .price {
	width: 80px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.fin-indicators__row .price {
		width: 68px;
	}
}
.fin-indicators__row .change--1,
.fin-indicators__row .change-1 {
	width: 80px;
	text-align: left;
	margin-left: 12px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.fin-indicators__row .change--1,
	.fin-indicators__row .change-1 {
		width: 68px;
	}
}
.fin-indicators__row .change--1:before,
.fin-indicators__row .change-1:before {
	top: 4px;
}
.fin-indicators .description {
	text-align: left;
	width: 60%;
	margin-right: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.fin-indicators #fin-content-0 .description {
	width: 70%;
}
.fin-indicators .price {
	text-align: left;
	width: 30%;
}
.fin-indicators .change--1 {
	color: #e64620;
}
.fin-indicators .change--1:before {
	background-image: url("/images/nova/icons/indicator-down.svg");
}
.fin-indicators .change-1 {
	color: #29b85d;
}
.fin-indicators .change-1:before {
	/* background-image: url("/images/nova/icons/indicator-up.svg"); */
}
.fin-indicators .change-1,
.fin-indicators .change--1 {
	padding-left: 16px;
	position: relative;
}
.fin-indicators .change-1:before,
.fin-indicators .change--1:before {
	content: "";
	width: 12px;
	height: 6px;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.fin-indicators__sponsor {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 8px 16px;
}
.fin-indicators__sponsor span {
	font-size: 12px;
	line-height: 18px;
	color: #9e9eaf;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.article-locked {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.next-article {
	position: fixed;
	bottom: 60px;
	right: 0;
	width: 385px;
	padding: 16px;
	background-color: #212121;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
	border-radius: 2px;
	transform: translate(100%, 0);
	-webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
		background 0.4s ease, transform 0.2s ease;
	-moz-transition: opacity 0.2s ease, visibility 0.2s ease, background 0.4s ease,
		transform 0.2s ease;
	-o-transition: opacity 0.2s ease, visibility 0.2s ease, background 0.4s ease,
		transform 0.2s ease;
	transition: opacity 0.2s ease, visibility 0.2s ease, background 0.4s ease,
		transform 0.2s ease;
}
.next-article__title {
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	width: 310px;
	display: block;
}
.next-article__title span {
	text-transform: capitalize;
}
.next-article__info {
	display: flex;
	width: 310px;
}
.next-article__synopsis {
	margin: 4px 12px 0 0;
	position: relative;
}
.next-article__blurb {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.next-article__image {
	width: 85px;
	height: 85px;
	flex: 0 0 auto;
	display: block;
	margin: 4px 0 0 12px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	overflow: hidden;
	border-radius: 6px;
}
.next-article__image img {
	font-size: 0;
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}
.next-article__next-url {
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	cursor: pointer;
	-webkit-transition: right 0.2s ease;
	-moz-transition: right 0.2s ease;
	-o-transition: right 0.2s ease;
	transition: right 0.2s ease;
	/* background-image: url("../img/basic-arrow-right.svg"); */
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.next-article__date .article-item__date {
	font-size: 10px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin: 0;
}
.next-article__date .article-item__date:before {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 6px;
	background-image: url("/img/icon-time-black.svg");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50%;
}
.next-article__date .article-item__date:before {
	background-image: url("/img/basic-clock-white.svg");
}
.next-article .close-btn {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 42px;
	height: 42px;
	z-index: 10;
	-webkit-transition: transform 0.1s ease;
	-moz-transition: transform 0.1s ease;
	-o-transition: transform 0.1s ease;
	transition: transform 0.1s ease;
	background-image: url("/img/basic-close-white.svg");
	background-position: center;
	background-size: 26px;
	background-repeat: no-repeat;
}
.next-article .close-btn:hover {
	transform: scale(1.3);
}
.next-article:hover {
	background-color: #141414;
}
.next-article:hover .next-article__next-url {
	right: 12px;
}
.related-tags {
	margin-bottom: 16px;
	text-align: left;
}
.related-tags__header {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #909090;
	margin: 12px 0;
}
.related-tags a {
	display: inline-block;
	margin: 0 4px 0 0;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 12px;
	color: #fff;
	background-color: #212121;
	overflow: hidden;
	border-radius: 100px;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.related-tags a:hover {
	background-color: #3b3b3b;
}
:root {
	--box-height: 38px;
	--box-width: 38px;
	--currentColor: #dd1f26;
	--color-black: $on-surface-300;
}
.social-sharing {
	display: flex;
	align-items: center;
}
.social-sharing ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.social-sharing ul li {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.social-sharing ul li {
		width: 34px;
		height: 34px;
	}
}
.social-sharing ul li img {
	width: 100%;
	height: auto;
}
.social-sharing ul li:last-child {
	margin-right: 0;
}
.social-sharing ul li:hover {
	opacity: 0.5;
}
.cta-username--container {
	border: 1px solid #909090;
	padding: 16px 20px;
	margin: 20px 0;
	text-align: center;
	background-color: #e9e9e9;
	overflow: hidden;
	border-radius: 2px;
	display: none;
}
.cta-username__header {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 16px;
	color: #212121;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.cta-username__header {
		font-size: 12px;
		margin-bottom: 8px;
	}
}
.cta-username__description {
	font-size: 16px;
	color: #212121;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.cta-username__description {
		font-size: 12px;
	}
}
.cta-username__btn {
	font-size: 16px;
	color: #fff;
	background-color: #dd1f26;
	outline: 0;
	padding: 12px 12px;
	border: 1px solid #dd1f26;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: inline-block;
	width: auto;
	overflow: hidden;
	border-radius: 100px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	margin-top: 16px;
	max-width: 283px;
	width: 100%;
}
.cta-username__btn:hover,
.cta-username__btn:focus {
	outline: 0;
	background-color: #b0191e;
}
.cta-username__btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.cta-username__btn {
		margin-top: 8px;
	}
}
.article {
	background-color: #fff;
	position: relative;
	padding: 16px;
	overflow: hidden;
	border-radius: 2px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.article {
		width: 100vw;
	}
}
.article--top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.article--top {
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 12px;
	}
}
.article--top-bar {
	display: flex;
	align-items: center;
}
.article--top-bar-right {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.article--top-bar-right span {
	font-size: 12px;
	line-height: 12px;
	color: #212121;
	margin-right: 8px;
}
.article__prime {
	margin: 0 8px 0 0;
}
.article__prime:empty {
	margin: 0;
}
.article__details {
	display: flex;
	flex-direction: column-reverse;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.article__details {
		flex-direction: column;
		margin-top: 8px;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}
}
.article__details div {
	margin-right: 8px;
}
.article__author {
	font-size: 12px;
}
.article__title {
	font-size: 32px;
	color: #212121;
	line-height: 36px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.article__title {
		font-size: 24px;
		line-height: 30px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
}
.article__featured-image {
	position: relative;
	margin: 0 -16px 16px;
}
.article__featured-image img {
	min-width: 100%;
}
.article__date {
	font-size: 10px;
	color: #212121;
	display: inline-flex;
	align-items: center;
	margin: 0;
}
.article__date:before {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	margin-right: 6px;
	background-image: url("/img/icon-time-black.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 50%;
}
.article .bookmark {
	font-size: 0;
	padding-right: 0;
}
.article .bookmark img {
	height: 18px;
}
.article__social-share {
	display: flex;
	justify-content: left;
	align-items: center;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.article__social-share {
		margin-top: 16px;
	}
}
.article__social-share .bookmark {
	flex: 0 0 auto;
}
.article__social-share .bookmark .button__icon {
	border: 1px solid #e9e9e9;
	align-items: center;
	height: 34px;
	justify-content: space-evenly;
	padding: 0 16px;
	font-size: 12px;
	line-height: 30px;
	color: #212121;
	border-radius: 25px;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.article__social-share .bookmark .button__icon:hover,
.article__social-share .bookmark .button__icon:focus {
	background-color: #e9e9e9;
}
.article__social-share .bookmark .button__icon img {
	margin-right: 4px;
}
.article__social-share .bookmark .button__icon.show {
	display: flex;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.article__social-share .bookmark .button__icon {
		padding: 0 8px;
		line-height: 32px;
	}
	.article__social-share .bookmark .button__icon img {
		margin-right: 0;
	}
	.article__social-share .bookmark .button__icon span {
		display: none;
	}
}
.article__social-share .button__icon {
	border: 1px solid #e9e9e9;
	display: flex;
	align-items: center;
	height: 34px;
	justify-content: space-evenly;
	padding: 0 16px;
	font-size: 12px;
	line-height: 30px;
	color: #212121;
	margin-right: 12px;
	border-radius: 25px;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.article__social-share .button__icon {
		margin-right: 8px;
	}
}
.article__social-share .button__icon:last-child {
	margin-right: 0;
}
.article__social-share .button__icon:hover,
.article__social-share .button__icon:focus {
	background-color: #e9e9e9;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.article__social-share .button__icon {
		padding: 0 16px;
		line-height: 32px;
		white-space: nowrap;
	}
}
.article__social-share .button__icon img {
	height: 18px;
	width: auto;
	margin-right: 4px;
}
.article__social-share span {
	font-size: 12px;
	margin-right: 4px;
}
.show-all-comments {
	font-size: 16px;
	color: #fff;
	background-color: #dd1f26;
	outline: 0;
	padding: 12px 12px;
	border: 1px solid #dd1f26;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: inline-block;
	width: auto;
	overflow: hidden;
	border-radius: 100px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 16px auto;
	max-width: 328px;
}
.show-all-comments:hover,
.show-all-comments:focus {
	outline: 0;
	background-color: #b0191e;
}
.show-all-comments:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.show-all-comments {
		max-width: 100%;
	}
}
.coral-thread--container {
	font-size: 0;
}
.coral-thread--container.commentContainer {
	max-height: 600px;
	overflow: hidden;
	margin-bottom: 2em;
	position: relative;
}
.coral-thread--container.commentContainer::after {
	content: "";
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(
		0deg,
		rgb(255, 255, 255) 35%,
		rgba(255, 255, 255, 0) 100%
	);
}
.coral-thread--container:first-child div {
	position: relative;
	z-index: -1;
}
.coral-thread--link {
	position: relative;
	z-index: 1;
}
@media (min-width: 300px) and (max-width: 1024px) {
	#main-content {
		overflow: hidden;
	}
}
.weather-widget {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 12px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.weather-widget {
		color: #000;
	}
}
.weather-widget__data {
	border-left: 1px solid #e9e9e9;
	margin-left: 12px;
	padding: 2px 0 2px 12px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.weather-widget__data {
		border-left: none;
		margin-left: 0;
		padding: 2px 0;
		color: #000;
	}
}
.weather-widget__data--date {
	margin: 0;
}
.weather-widget__data--city {
	font-weight: bold;
	color: #000;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.weather-widget__data--city {
		font-size: 10px;
		color: #000;
	}
}
.weather-widget__image {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	display: block;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.weather-widget__image {
		width: 18px;
		height: 18px;
		order: 2;
		outline: 0;
	}
}
.weather-widget--locked {
	margin-left: 12px;
	min-width: 190px;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.weather-widget--locked {
		min-width: 0;
	}
}
.weather-widget--locked .weather-widget__image {
	flex: 0 0 auto;
	width: 37px;
	height: 24px;
}
.weather-widget--locked .weather-widget__image:after {
	content: "";
	width: 40px;
	height: 26px;
	display: block;
	-webkit-transition: transform 0.2s ease;
	-moz-transition: transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	background-image: url("/img/icon-weather-black.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
@media (min-width: 300px) and (max-width: 1024px) {
	.weather-widget--locked .weather-widget__image:after {
		/* background-image: url("/images/nova/assets/weather/icon-weather-black.svg"); */
	}
}
@media (min-width: 300px) and (max-width: 1024px) {
	.weather-widget--locked .weather-widget__data {
		display: none;
	}
}
.btn {
	display: block;
	color: #fff;
	line-height: 12px;
	letter-spacing: 1px;
	background: #dd1f26;
	background-repeat: no-repeat;
	font-weight: 600;
	font-family: "Arial";
	font-style: normal;
	font-weight: 700;
	font-size: 17px !important;
	line-height: 20px !important;
	text-align: center;
	text-transform: capitalize;
	color: #ffffff;

	width: 100%;
	padding: 15px;
	max-width: 100% !important;
	margin: 40px 0 0 !important;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.btn:hover {
	color: #fff;
	background: #dd1f26;
}
.btn:focus {
	color: #fff;
	opacity: 0.9;
}
.btn:active {
	color: #fff;
	opacity: 0.9;
}
hr {
	border-top: 1px solid #e5e5e5;
}
.left_b {
	border-left: 5px solid #5ee1df;
	padding-left: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.under-citation {
	font-size: 12px;
}

:root {
	--accent-start: #2bb7ff;
	--accent-end: #1b93d8;
	--text-color: #333;
	--gap: 14px;
}

.features {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	max-width: 780px; /* по вкусу */
}

/* Одна строка: иконка + текст */
.feature-item {
	display: flex;
	align-items: flex-start; /* важное: выравнивание по верху, чтобы многострочный текст начинался на уровне центра/верха иконки */
	gap: 12px;
	align-items: center;
}

/* Круг с градиентом и SVG внутри */
.feature-icon {
	flex: 0 0 36px; /* фиксированный размер круга */
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	background: linear-gradient(180deg, var(--accent-start), var(--accent-end));
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.feature-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.feature-text {
	color: var(--text-color);
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
}

@media (max-width: 420px) {
	.feature-item {
		gap: 10px;
	}
	.feature-icon {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
	}
	.feature-icon svg {
		width: 16px;
		height: 16px;
	}
	.feature-text {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.tf-rhs-col {
		display: none;
	}
}

.news-link {
	color: #1f2937;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 600;
	font-size: 24px;
}
.news-link:hover {
	text-decoration-thickness: 2px;
}
.cta-block {
	margin: 12px 0 16px;
	font-size: 16px;
	line-height: 1.5;
}
.text-link {
	color: #1f2937;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 600;
}
.text-link:hover {
	text-decoration-thickness: 2px;
}

.button-link,
.button-link:link,
.button-link:visited,
.button-link:hover,
.button-link:active {
	display: block;
	box-shadow: 0 0 15px rgba(225, 18, 41, 0.7), 0 0 30px rgba(225, 18, 41, 0.4);
	transition: background-color 0.3s ease, transform 0.2s ease,
		box-shadow 0.3s ease;
	animation: pulseGlow 1.5s infinite;
}

.button-link:hover {
	transform: scale(1.05);
	box-shadow: 0 0 25px rgba(225, 18, 41, 1), 0 0 45px rgba(225, 18, 41, 0.6);
}

@keyframes pulseGlow {
	0% {
		box-shadow: 0 0 15px rgba(225, 18, 41, 0.7), 0 0 30px rgba(225, 18, 41, 0.4);
		transform: scale(1);
	}
	50% {
		box-shadow: 0 0 25px rgba(225, 18, 41, 1), 0 0 45px rgba(225, 18, 41, 0.6);
		transform: scale(1.03);
	}
	100% {
		box-shadow: 0 0 15px rgba(225, 18, 41, 0.7), 0 0 30px rgba(225, 18, 41, 0.4);
		transform: scale(1);
	}
}

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