/**
 * General styles
 */

:root {
	--font-size-default: 13px;
	--font-size-medium: 18px;
	--font-size-large: 20px;
	--font-size-huge: 26px;
}

html,
body {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

[hidden] {
	display: none !important;
}

a:hover,
a:focus,
button:hover,
button:focus {
	opacity: .85;
}

/**
 * Advertisements
 */

[id*="div-gpt-ad"] {
	display: flex;
	justify-content: center;
}

[id*="div-gpt-ad"].desktop-only {
	display: none;
}

@media all and (min-width: 640px) {
	[id*="div-gpt-ad"].desktop-only {
		display: flex;
	}

	[id*="div-gpt-ad"].mobile-only {
		display: none;
	}
}

.art [id*="div-gpt-ad"] {
	margin: 30px auto;
}

@media all and (min-width: 640px) {
	.c-site-content__aside .banner {
		min-height: 250px;
	}
}

.c-header-banner {
	max-width: 940px;
	min-height: 90px;
	margin: 0 auto 30px;
}

@media all and (max-width: 800px) {
	.c-header-banner {
		min-height: 50px;
	}
}

/**
 * Fixes to main styles
 */

@media all and (min-width: 1380px) {
	.c-site-header .c-logo {
		margin-left: -40px;
	}
}

.c-site-header {
	margin-bottom: 0;
}

@media screen and (max-width: 850px) {
	.c-site-header {
		margin-bottom: 80px;
	}

	.c-site-header::after {
		content: '';
		display: block;
		height: 80px;
		margin-top: 35px;
		background-color: #fff;
	}
}

.c-socials svg {
	width: 24px;
	height: 24px;
}

.c-site-footer__bottom .c-socials svg,
.c-site-footer__bottom .c-socials svg path {
	fill: #fff !important;
}

.c-site-footer__bottom .c-socials [data-social="youtube"] svg path {
	fill: #121750 !important;
}

.c-site-footer__bottom .c-socials [data-social="youtube"] svg circle {
	fill: #fff !important;
}

.c-site-footer__bottom .c-socials svg.icon-instagram path {
	fill: #121750 !important;
}

.c-site-footer__bottom .c-socials svg.icon-instagram circle {
	fill: #fff !important;
}

.c-site-footer__bottom .c-socials svg.icon-tiktok path.cls-2,
.c-site-footer__bottom .c-socials svg.icon-tiktok path.cls-3,
.c-site-footer__bottom .c-socials svg.icon-tiktok path.cls-4 {
	fill: #121750 !important;
}

.c-site-header .c-socials_vertical {
  display: flex;
	flex-flow: row wrap;
  gap: 10px;
  max-width: 96px;
}

@media screen and (max-width: 850px) {
  .c-site-header .c-socials_vertical {
    max-width: none;
		gap: 0;
  }
}

@media screen and (max-width: 520px) {
  .c-site-header .c-socials_vertical {
    display: none;
  }
}

.c-socials_vertical .c-socials__item {
  margin-bottom: 0;
}

.c-header-banner-wrapper {
	padding: 30px 0 15px;
}

@media screen and (max-width: 850px) {
	.c-header-banner-wrapper {
		padding: 30px 0;
	}
}

.c-header-banner {
	margin-bottom: 0;
}

.c-main-menu__wrapper {
	height: auto;
	padding: 15px 0;
}

@media screen and (max-width: 850px) {
	.c-main-menu {
		margin-bottom: 0;
	}

	.c-main-menu__wrapper {
		padding: 0;
	}
}

.c-main-menu,
.c-header-banner-wrapper {
	background-color: #fff;
}

.c-page-accent {
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 850px) {
	.c-page-accent_negative-top {
		margin-top: 0;
	}
}

.article-has-actions {
	position: relative;
}

.c-article-item:hover,
.c-article-item:focus {
	opacity: 1;
}

.c-article-item__title {
	margin: 0;
	font-size: inherit;
	line-height: 1.3;
}

.c-article-item__title:hover {
  text-decoration: none;
	opacity: .85;
}

.c-article-item__image {
	background-color: #000;
}

.c-article-item__no-image {
	background-color: transparent;
}

.c-article-item__image:hover,
.c-article-item__image:focus {
	opacity: 1;
}

.c-article-item__image,
.c-article-item__image img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.c-article__image img,
.c-article-item__image img {
	display: block;
	width: 100%;
	transition: opacity linear 300ms;
}

.c-article-item__image:hover img,
.c-article-item__image:focus img {
	opacity: .85;
}

.c-article-item_accent:hover .c-article-item__image,
.c-article-item__image:hover {
  opacity: 1;
}

@media screen and (max-width: 1310px) {
	.c-article-item.c-article-item_vertical.c-article-item_vertical.c-article-item_video .c-article-item__image {
		width: 100%;
	}
}

.c-article-item__description {
	font-size: 14px;
	margin-top: 10px;
}

.c-article-item__pos {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5em;
	height: 1.5em;
	background-color: #9F9F9F;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700;
	z-index: 1;
}

.c-article-item__admin-actions {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	background-color: #9F9F9F;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.c-article-item__admin-actions:focus-within,
.article-has-actions:hover > .c-article-item__admin-actions,
.c-unordered-list__item:hover > .c-article-item__admin-actions {
	opacity: 1;
	pointer-events: all;
}

.c-article-item__admin-actions *[aria-label] {
	position: relative;
}

.c-article-item__admin-actions *[aria-label]:hover::after,
.c-article-item__admin-actions *[aria-label]:focus::after {
	content: attr(aria-label);
	position: absolute;
	left: 0;
	top: 100%;
	padding: 5px;
	background-color: #121750;
	color: #fff;
}

.c-box__label {
	margin: 0 0 0 -15px;
	font-size: inherit;
	text-transform: uppercase;
}

.c-hero-section img,
.c-figure img {
	width: 100%;
}

.c-currency-list {
	display: flex;
	padding: 0;
	margin: 0;
}

.c-currency-list > div {
	flex: 1;
}

.c-currency-list dt,
.c-currency-list dd {
	display: block;
	margin: 0;
	padding: 3px;
	font-size: 15px;
	text-align: center;
}

.c-currency-list dt {
	color: #898BA8;
	font-weight: normal;
}

.c-currency-list dd {
	font-weight: bold;
	color: #000;
}

.c-heading_floating {
	position: absolute;
	z-index: 10;
}

.c-ordered-list__link:hover,
.c-unordered-list__link:hover,
.c-simple-list__item:hover {
  text-decoration: none;
}

.c-simple-list + .c-heading {
	margin-top: 40px;
}

.c-responsive-media {
	margin: 30px auto;
}

.c-responsive-media_portrait {
	max-width: 480px;
}

.c-responsive-media iframe,
.c-responsive-media video {
	width: 100%;
	height: auto;
}

.c-comments__text {
	width: 100%;
	color: #000;
	word-wrap: break-word;
}

.c-comments__answer {
	margin-top: 10px;
	color: #9F9F9F;
	font-size: 12px;
}

.c-comments__answer a {
	color: #000;
	font-weight: bold;
}

.c-comments__body .c-site-form {
	margin-top: 20px;
}

.c-comments__admin {
	justify-content: flex-start;
}

.c-comments__admin .c-button:not(:first-child) {
	margin-left: 10px;
}

.c-comments__header > div {
	white-space: nowrap;
}

@media screen and (max-width: 450px) {
	.c-comments__header > .c-comments__text {
		margin-bottom: 5px;
	}

	.c-comments__header {
		position: relative;
	}

	.c-comments__item {
		padding: 10px 10px 10px 0;
	}

	.c-comments__anchor {
		position: absolute;
		top: 0;
		right: 0;
	}

	.c-comments__text + div > .c-comments__anchor {
		top: .25em;
	}
}

.c-comments__footer > div {
	margin-left: auto;
}

.c-comments__footer span.c-button {
	opacity: .5;
	cursor: default;
}

.c-comments__text-deleted {
	margin-top: 0;
	color: #9F9F9F;
}

.c-comments__item-deleted .c-comments__body {
	width: 100%;
}

.c-box_theme_light {
	padding-top: 20px;
}

.c-box_theme_light .c-box__secondary {
  top: -15px;
}

.c-box_theme_highlight {
	background-color: #921004;
	color: #fff;
	padding: 15px;
}

.c-box_theme_highlight .c-box__label {
	margin-left: -30px;
	background-color: #C88781;
}

@media all and (max-width: 960px) {
	.c-box_theme_highlight {
		margin-left: -2.5vw;
		margin-right: -2.5vw;
		padding-left: 15px;
		padding-right: 15px;
		width: 100vw;
	}

	.c-box_theme_highlight .c-box__label {
		margin-left: -15px;
	}

	.c-box_theme_highlight .c-box__secondary {
		display: block;
		top: 0;
		right: 0;
	}
}

.c-box_theme_highlight #newsletter-subscribe-form .c-site-form__control {
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 25px;
}

.c-box_theme_highlight #newsletter-subscribe-form .c-button {
	background-color: #C88781;
	border-color: #C88781;
}

#password-reset-form .c-button {
	background-color: #898BA8;
	border-color: #898BA8;
}

.c-box__summary {
  margin-bottom: 10px;
}

.l-grid__cell .c-article-item {
	padding: 0;
}

.c-button_tag {
	padding: 6px 15px 8px;
}

.c-button_round {
	padding-left: 10px;
	padding-right: 10px;
	min-width: 46px;
}

.c-button_icon_trash {
	background: url('../images/icon-trash.svg') no-repeat left center;
}

.c-site-form__row_block {
	display: block;
}

.c-site-form__row_list {
	display: block;
	max-height: 180px;
	padding: 10px;
	border: 1px solid #9F9F9F;
	border-radius: 5px;
	overflow: auto;
}

.c-site-form__row_list label {
	display: block;
}

.c-site-form__control[aria-invalid="true"] {
	border-color: #921004;
}

.c-site-form__control_full {
	width: 100%;
}

.c-site-form__error a {
	text-decoration: underline;
}

.c-user-logged-in {
	display: flex !important;
	max-width: 15em;
	margin-right: 0 !important;
	padding-right: 0 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-user-logged-in::after {
	display: none;
}

.c-user-avatar {
	border-radius: 50%;
	object-fit: cover;
}

.c-main-menu__controls {
  justify-content: flex-end;
}

.c-site-header__mobile-user-menu-button {
	display: none;
}

@media screen and (max-width: 1110px){
	.c-main-menu .c-button__text {
		display: block !important;
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0,0,0,0) !important;
		border: 0 !important;
	}
}

@media all and (max-width: 850px) {
	.c-main-menu__controls .c-menu__dropdown .c-button .c-button__text {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0,0,0,0) !important;
		border: 0 !important;
	}

	.c-main-menu__controls .c-menu__dropdown,
	.c-main-menu__controls .c-menu__item {
		margin: 0 15px 0 0;
	}

	.c-main-menu__controls .c-menu__sub {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 9999;
		background-color: #fff;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		display: none;
		z-index: 99999;
	}

	.c-main-menu__controls .c-menu__dropdown_active .c-menu__sub {
		display: block;
		padding-top: 20vh;
	}

	.c-site-header__mobile-user-menu-button {
		display: block;
		position: absolute;
		top: 15px;
		left: 15px;
		padding-left: 20px;
		z-index: 99999;
	}

	.c-site-header__mobile-user-menu-button::before,
	.c-site-header__mobile-user-menu-button::after {
		content: "";
		display: block;
		width: 18px;
		height: 4px;
		position: absolute;
		left: 0;
		top: 10px;
		border-radius: 2px;
		background-color: #121750;
	}

	.c-site-header__mobile-user-menu-button::before {
		transform: rotate(-45deg);
	}

	.c-site-header__mobile-user-menu-button::after {
		transform: rotate(45deg);
	}

	.c-site-header .c-weather-widget {
		align-items: flex-end;
	}
}

.c-weather-widget {
  width: auto;
}

.c-site-form__note {
	width: 100%;
	padding: 10px;
	border-left: 5px solid #121750;
	word-break: break-word;
	overflow: hidden;
}

.c-page-accent .c-heading_floating {
	margin-top: 10px;
}

.c-page-accent .c-unordered-list {
	font-weight: 400;
}

.c-page-accent .c-unordered-list .c-article-item__date {
	margin-top: 0;
}

.c-page-accent .c-unordered-list__item {
	font-size: 18px;
}

.c-page-accent .c-article-item {
  align-items: stretch;
}

.c-page-accent .c-article-item__image {
  background: none;
}

.c-page-accent .c-article-item__image img {
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

.c-page-accent .c-article-item__content_vertically-aligned {
  min-height: 0;
}

.c-heading_label {
	margin-left: -15px;
}

.c-main-menu__controls .c-button_simple {
	font-weight: 400;
}

.u-text-color-light-blue {
	color: #898BA8;
}

.c-breadcrumbs__item::after {
	margin: 0;
}

.c-breadcrumbs__item:last-child::after {
	display: none;
}

span.c-breadcrumbs__item:hover {
	color: #898BA8;
}

.c-site-form__row_align_left {
	justify-content: flex-start;
}

.c-site-form__row_align_left * + * {
	margin-left: 20px;
}

.c-site-form__row_align_left label {
	min-width: 95px;
}

.c-site-form__row_medium-label {
	justify-content: flex-start;
}

.c-site-form__row_medium-label label {
	width: 180px;
}

.c-site-form__row_medium-label .c-site-form__control,
.c-site-form__row_medium-label .c-button {
	width: 220px;
}

.c-site-form__row_medium-label .c-button {
	margin-top: 20px;
}

form .c-button {
	margin-bottom: 20px;
}

form .c-button_simple {
	margin-bottom: 0;
}

.native-share-button {
	display: none;
}

.native-share-button.native-share-available {
	display: inline-block;
}

.c-pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.c-button-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.c-button-group__centered {
	justify-content: center;
}

.c-text .c-button:not(.c-button_cta) {
  color: #fff;
  text-decoration: none;
}

.c-text li ul,
.c-text li ol {
	margin-top: 10px;
}

.c-unordered-list__accent .c-unordered-list__link {
	font-size: 18px;
}

.c-unordered-list__accent .c-article-item__author {
	display: block;
	color: #898BA8;
	font-weight: 400;
}

.c-unordered-list__accent .c-unordered-list__item {
	padding-left: 24px;
}

.c-unordered-list__accent .c-unordered-list__item::before {
  top: 19px;
  width: 12px;
  height: 12px;
  background: #E6D1CF;
}

.c-article-item_rounded .c-article-item__title {
	margin-bottom: 10px;
}

.c-article-item_rounded .c-article-item__author {
	color: #000000;
	font-size: 15px;
}

.c-article-item_rounded .c-article-item__image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
	aspect-ratio: 1 / 1;
}

.c-article__header header {
	aspect-ratio: 3 / 2;
	padding-bottom: 36px;
}

@media all and (max-width: 700px) {
	.c-article__header header {
		aspect-ratio: auto;
	}
}

.c-article__image,
.c-article__image > img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.c-article__header .c-article__share {
	margin-top: 0;
	padding-top: 10px;
}

.c-article__content {
	max-width: 780px;
}

.c-videos hr {
	width: 100%;
	margin: 20px 0;
}

.c-article-item_video .c-article-item__image,
.c-article_video .c-article__image {
	position: relative;
}

.c-article-item_video .c-article-item__image::after {
	content: '';
	position: absolute;
	left: 8px;
	bottom: 8px;
	width: 40px;
	height: 40px;
	background: url('/assets/images/icon-video.svg') center no-repeat;
	background-size: contain;
}

@media all and (min-width: 640px) {
	.c-article-item_video.c-article-item_vertical .c-article-item__image::after {
		left: 20px;
		bottom: 20px;
		width: 69px;
		height: 69px;
	}

	.c-article-item_video.c-article-item_accent .c-article-item__image::after {
		left: 20px;
		bottom: 20px;
		width: 69px;
		height: 69px;
	}
}

.c-article_video .c-article__image > button {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 90px;
	height: 90px;
}

.c-site-footer__back-to-top {
	width: max-content;
}

.c-site-footer__back-to-top svg {
	display: block;
	margin: 0 auto 10px;
}

li.c-site-footer__menu_item:not(:last-child) {
	margin-bottom: 20px;
}

#login-form {
	overflow: hidden;
}

#login-form .l-grid__cell {
	display: flex;
	flex-direction: column;
}

#login-form .l-grid__cell > *,
#login-form .l-grid__cell ol {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#login-form .l-grid__cell ol > li:last-child,
.u-theme-mediapool .c-button {
	margin-top: auto;
}

.u-theme-mediapool p {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.3333;
}

.c-article-content {
	overflow: hidden;
}

.c-article-content h2 {
	font-size: 26px;
}

.c-article-content blockquote {
	display: block;
	margin: 0 auto;
	max-width: 80%;
	background-color: #DCDDEF;
	text-align: center;
	padding: 25px;
	font-size: 25px;
}

.c-article-content blockquote:not(:last-child) {
	margin-bottom: 40px;
}

.c-article-content cite {
	margin-top: 20px;
	display: block;
	font-size: 15px;
	color: #898BA8;
	font-weight: bold;
	font-style: normal;
}

@media screen and (max-width: 850px) {
	.c-article-content blockquote {
		max-width: 90%;
		padding: 20px;
		font-size: 20px;
	}

	.c-article-content blockquote:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 319px) {
	.c-article-content blockquote {
			padding: 10px;
			font-size: 16px;
	}
}

.c-article-content img {
	max-width: 100%;
	height: auto !important;
}

@media screen and (min-width: 640px) {
	.c-info_left {
		float: left;
		margin-left: 0;
		margin-right: 30px;
		max-width: 50%;
	}

	.c-info_right {
		float: right;
		margin-left: 0;
		margin-left: 30px;
		max-width: 50%;
	}

	.c-info .c-article-item_vertical {
		max-width: 300px;
		padding: 0;
	}
}

.c-article-item_accent {
	overflow: hidden;
}

.c-article-item__secondary {
	margin-bottom: 5px;
	color: #898BA8;
}

.c-article-item_highlighted .c-article-item__secondary {
	color: #921004;
}

.c-article-item_accent .c-article-item__title + .c-article-item__secondary {
  margin-top: 15px;
}

.c-unordered-list__item.c-article-item_highlighted {
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 25px;
	padding-right: 24px;
}

.c-unordered-list__item.c-article-item_highlighted:not(:first-child) {
	margin-top: -1px;
	border-top: 1px solid #DCDDEF;
}

.c-unordered-list__item.c-article-item_highlighted::before {
	left: 10px;
}

.c-live-label {
	color: #921004;
}

.c-live-label::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 5px;
	background: currentColor;
}

@media screen and (max-width: 850px) and (max-height: 400px) {
	.c-main-menu .c-menu {
		justify-content: flex-start;
		padding-top: 20px;
		padding-bottom: 20px;
		overflow: auto;
	}
}

.c-main-menu__search:not([hidden]) {
	display: block;
}

.c-logo:hover {
  transform: none;
}

.c-logo * {
	transition: all ease 200ms;
}

.c-logo:hover #bg,
.c-logo:focus #bg,
.c-logo:hover #slogan,
.c-logo:focus #slogan {
	fill: #121750;
}

#rect {
	rx: 0;
	transform-origin: 15px 15px;
}

.c-logo:hover #rect,
.c-logo:focus #rect {
	fill: #121750;
	transform: rotate(180deg);
	rx: 15px;
}

#home {
	opacity: 0;
}

.c-logo:hover #home,
.c-logo:focus #home {
	opacity: 1;
}

@media screen and (max-width: 850px) {
	.c-site-header .c-logo_brand .c-logo__image {
		width: 240px;
		max-width: calc( 90vw - 80px );
		height: auto;
	}

	.c-logo__image svg {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 450px) {
	.c-site-header .c-weather-widget {
		top: 43px;
	}
}

.c-site-content-home {
	display: grid;
	grid-template-columns: 1fr 300px;
	column-gap: 90px;
	row-gap: 0;
}

@media screen and (max-width: 1110px) {
	.c-site-content-home {
		column-gap: 40px;
	}
}

@media screen and (max-width: 960px) {
	.c-site-content {
		display: block;
	}
}

.c-site-content-home .c-site-content__main {
  width: auto;
}

.c-site-content-home .c-site-content__aside {
	grid-column: 2;
	grid-row: span 2;
}

@keyframes slide-up {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.c-notification_floating {
	width: 1300px;
	max-width: 95vw;
	padding-top: 55px;
	padding-right: 70px;
	transform: translateY(100%);
	animation: 300ms ease-in-out 1s forwards slide-up;
	z-index: 10;
}

.c-notification__close {
	position: absolute;
	right: -15px;
	top: -15px;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.c-notification__decoration svg {
	width: 37px;
}

.c-notification_floating .c-notification__decoration {
	position: static;
	margin-left: 10px;
}

.c-notification_floating .c-notification__close .icon-x-light,
.c-notification_floating .c-notification__close .icon-x {
	display: none;
}

.c-notification_floating .c-notification__close:hover .icon-x-light,
.c-notification_floating .c-notification__close:focus .icon-x-light,
.c-notification_floating .c-notification__close:hover .icon-x,
.c-notification_floating .c-notification__close:focus .icon-x {
	display: block;
}

.c-notification_floating .c-notification__close:hover .icon-heart-light,
.c-notification_floating .c-notification__close:focus .icon-heart-light,
.c-notification_floating .c-notification__close:hover .icon-heart,
.c-notification_floating .c-notification__close:focus .icon-heart {
	display: none;
}

.c-notification_floating .c-notification__controls {
	width: max-content;
}

.c-notification_floating .c-notification__controls .c-button {
	flex-wrap: nowrap;
	white-space: nowrap;
}

.c-notification_floating .c-notification__content {
	width: auto;
}

@media all and (max-width: 960px) {
	.c-notification_floating {
		flex-direction: column;
		padding-right: 25px;
	}

	.c-notification_floating .c-notification__content,
	.c-notification_floating .c-notification__controls {
		width: 100%;
	}

	.c-notification_floating .c-notification__content {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 420px) {
	.c-notification_floating .c-notification__controls {
		flex-direction: column;
		align-items: flex-start;
	}

	.c-notification_floating .c-notification__controls .c-button_simple {
		margin-top: 10px;
	}

	.c-notification_floating .c-notification__controls .c-button_simple .c-button__text {
		display: inline;
		width: auto;
	}
}

@media all and (max-width: 300px) {
	.c-notification_floating .c-notification__controls .c-button {
		flex-wrap: wrap;
		white-space: normal;
	}
}

.c-notification_compact {
	gap: 20px;
	padding: 30px;
	border-radius: 0;
	align-items: center;
}

.c-notification_compact .c-notification__content {
	width: auto;
	margin: 0;
	padding: 0;
	flex: 1;
}

.c-notification_compact .c-notification__controls {
	flex: 0 1 auto;
	width: fit-content;
}

.c-notification_compact .c-notification__label + .c-notification__content,
.c-notification_compact .c-notification__label ~ .c-notification__controls {
	margin-top: 25px;
}

.c-notification_compact .c-heading:only-child {
	margin: 0;
}

@media all and (max-width: 480px) {
	.c-notification_compact {
		flex-direction: column;
	}
}

.c-notification_info {
	background-color: #DCDDEF;
	color: #121750;
}

.c-notification_warn {
	background-color: #F4E7E5;
	color: #121750;
}

.c-notification_warn .c-notification__label {
	background-color: #921004;
	color: #fff;
}

.c-notification_warn .c-notification__decoration {
	background-color: transparent;
}

[id*="div-gpt-ad"] {
	max-width: 100% !important;
	overflow: hidden;
}

.c-article-content [id*="div-gpt-ad"] {
	margin: 30px auto;
}

iframe {
	display: block;
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

.glide img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.glide .glide__arrow {
  top: calc(50% - 24px);
}

.twitter-tweet {
	margin: 30px auto !important;
}

.c-acordeon button[aria-expanded] {
	margin-left: auto;
	margin-right: auto;
}

.c-acordeon button[aria-expanded]::after {
	content: '';
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-left: 1em;
	border-right: 5px solid currentColor;
	border-bottom: 5px solid currentColor;
	transform: rotate(45deg) translateY(-.125em);
	transform-origin: 66.6667% 66.6667%;
	transition: transform linear 200ms;
}

.c-acordeon button[aria-expanded="true"]::after {
	transform: rotate(-135deg) translateY(.25em);
}

body.xmas:not(.news-article) {
	background-image: url('/assets/images/xmas/christmass_800.jpg');
	background-size: cover;
	background-attachment: fixed;
}

@media all and (min-width: 1440px) {
	body.xmas:not(.news-article) {
		background-image: url('/assets/images/xmas/christmass_1440.jpg');
	}
}

@media all and (min-width: 1920px) {
	body.xmas:not(.news-article) {
		background-image: url('/assets/images/xmas/christmass_1920.jpg');
	}
}

.c-poll__option {
	font-size: 18px;
}

.c-share-widget__items svg {
	width: 24px;
	height: 24px;
}

.c-site-footer__actions {
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 20px;
}

@media all and (min-width: 360px) {
	.c-site-footer__actions .c-site-footer__logo {
		max-width: calc(100% - 180px);
	}
}


.c-site-footer__actions .c-socials {
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
	margin-top: 5px;
}

@media all and (max-width: 450px) {
	.c-site-footer__actions .c-socials {
		margin-top: 0;
	}
}

.icon-checkmark,
.icon-error,
.icon-email {
	width: 100px;
	height: 100px;
}

.subscribe-popup-container .c-popup__body {
	background-color: #921004;
	color: #fff;
}

.subscribe-popup-container .c-popup__header {
	background-color: #C88781;
	color: #fff;
}

.subscribe-popup-container .c-button {
  background-color: #C88781;
  border-color: #C88781;
}
