html,
body {
	scroll-behavior: smooth !important;
}
html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
article,
aside,
figcaption,
footer,
header,
main,
nav,
section {
	display: block;
}
a {
	background-color: transparent;
}
:focus-visible {
	outline: none;
}
a:active,
a:hover {
	outline: 0;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
input {
	font: inherit;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	box-sizing: border-box;
}
html {
	background-color: #f6f6f6;
}
@media screen and (min-width: 600px) {
	html {
		overflow-y: scroll;
	}
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	position: relative;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
}
h1,
h2,
h3,
h4 {
	margin-top: 0;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-style: normal;
	line-height: 1.3;
}
figure,
picture {
	display: block;
	margin: 0;
}
figure a {
	display: block;
}
figure img,
picture img {
	display: block;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
a {
	transition: 0.3s ease-out color;
}
a:visited {
	color: #0486be;
}
a:focus,
a:hover {
	color: #0486be;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
input[type="email"] {
	padding: 5px;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.mobile-nav__list,
.mobile-subnav__list,
.articles-list,
.footer__mobile-menu .footer__mobile-menu__list,
.footer__mobile-app-button-list,
.sub-nav__list,
.footer__mobile-social-links,
.footer__brand-list .brand-list__item-holder {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub-nav__list > li,
.footer__mobile-social-links > li,
.footer__brand-list .brand-list__item-holder > li {
	display: inline-block;
}
.footer-social-links__text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.article__header,
.article__component {
	padding-right: 15px;
	padding-left: 15px;
}
@media screen and (min-width: 600px) {
	.article__header,
	.article__component {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media screen and (min-width: 768px) {
	.article__header,
	.article__component {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (min-width: 906px) {
	.article__header,
	.article__component {
		padding-right: 30px;
		padding-left: 30px;
	}
}
.article__meta {
	margin-right: 15px;
	margin-left: 15px;
}
@media screen and (min-width: 600px) {
	.article__meta {
		margin-right: 30px;
		margin-left: 30px;
	}
}
@media screen and (min-width: 768px) {
	.article__meta {
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media screen and (min-width: 906px) {
	.article__meta {
		margin-right: 30px;
		margin-left: 30px;
	}
}

.container {
	position: relative;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.container:before,
.container:after {
	display: table;
	content: " ";
}
.container:after {
	clear: both;
}
.page-content .container {
	background-color: #fff;
}
.container-col-holder {
	display: flex;
	flex-direction: row;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.container-col-holder {
		flex-direction: column;
	}
}
@media screen and (min-width: 600px) {
	.container-col-holder:not(.is-full-width):first-child {
		padding-top: 10px;
	}
}
.container-col-holder:last-child > .col > *:last-child {
	margin-bottom: 0;
}
.col {
	width: 100%;
}
@media screen and (min-width: 430px) {
	.col {
		padding-right: 5px;
		float: left;
	}
}
@media screen and (max-width: 767px) {
	.col {
		margin: 0;
		padding: 0;
	}
}
@media screen and (min-width: 768px) {
	.col-wrapper {
		width: 100%;
	}
}
@media screen and (min-width: 600px) {
	.col--primary {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media screen and (min-width: 768px) {
	.col--primary {
		width: calc(100% - 310px);
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		vertical-align: top;
	}
}
@media screen and (min-width: 600px) {
	.col--secondary {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media screen and (min-width: 768px) {
	.col--secondary {
		width: 310px;
		min-width: 310px;
		max-width: 310px;
		padding: 0 10px 10px 0;
		vertical-align: top;
	}
	.col--secondary > *:last-child {
		position: -webkit-sticky;
		position: sticky;
		top: 96px;
	}
}
@media screen and (max-width: 767px) {
	.col--secondary {
		width: 100%;
	}
}
.page-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 890;
}
@media screen and (max-width: 599px) {
	.page-header {
		position: fixed;
	}
}
.page-content {
	margin-bottom: 10px;
}
.page-main-content {
	padding-top: 90px;
}
@media screen and (min-width: 600px) {
	.page-main-content {
		padding-top: 131px;
	}
}
.dfp-space {
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
	text-align: center;
}
.ankeiler {
	position: relative;
}
.tile .ankeiler {
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 10px;
	left: 5px;
	overflow: hidden;
	content-visibility: auto;
	contain-intrinsic-size: 500px 350px;
}
.tile .ankeiler .ankeiler__image {
	position: absolute;
	min-height: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.ankeiler .ankeiler__link {
	text-decoration: none;
}
.ankeiler .ankeiler__link:hover {
	text-decoration: none;
}
.ankeiler .ankeiler__image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #e5e5e5;
	overflow: hidden;
}
.ankeiler .ankeiler__image {
	position: relative;
	min-width: 100%;
}
.ankeiler .ankeiler__header {
	padding-right: 10px;
	padding-left: 10px;
}
.ankeiler .ankeiler__header .icons {
	float: left;
}
.ankeiler .ankeiler__title {
	margin: 0;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.1;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
.ankeiler .ankeiler__body {
	padding: 5px 10px 0;
	font-size: 0.875em;
}
.ankeiler .ankeiler__body-time-location {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1;
	display: flex;
	max-width: 100%;
	white-space: nowrap;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ankeiler:not(.ankeiler--picture) .ankeiler__body-time-location {
	color: #666;
}
.ankeiler .ankeiler__body-location {
	flex: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}
.ankeiler .ankeiler__meta {
	line-height: 1;
}
.ankeiler .ankeiler__meta.meta--price {
	color: #d10a10;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 1em;
}
.ankeiler .ankeiler__meta .meta--price__old {
	text-decoration: line-through;
}
.ankeiler .ankeiler__thumb {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media screen and (max-width: 429px) {
	.tile-small-1x1 .ankeiler {
		right: 10px;
		left: 10px;
		height: 86px;
		contain-intrinsic-size: 100vw 86px;
	}
	.tile-small-1x1 .ankeiler .ankeiler__image-wrapper {
		position: absolute;
		width: 115px;
	}
	.tile-small-1x1 .ankeiler .ankeiler__title {
		display: block;
		display: -webkit-box;
		max-width: 100%;
		max-height: 4.375em;
		margin: 0;
		line-height: 1.25;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		margin-top: 0;
		font-size: 16px;
	}
	.tile-small-1x1 .ankeiler .ankeiler__body {
		padding: 0;
	}
	.tile-small-1x1 .ankeiler .ankeiler__body-text {
		display: none;
	}
}
@media screen and (min-width: 430px) and (max-width: 599px) {
	.tile-small-1x1 .ankeiler .ankeiler__image-wrapper--half {
		height: 50%;
	}
}
@media screen and (min-width: 430px) and (max-width: 599px) {
	.tile-medium-1x1 .ankeiler {
		right: 10px;
		left: 10px;
		contain-intrinsic-size: 50vw 75vw;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.tile-large-1x1 .ankeiler .ankeiler__image-wrapper--half {
		height: 50%;
	}
}
@media screen and (min-width: 768px) and (max-width: 905px) {
	.tile-xlarge-1x1 .ankeiler .ankeiler__image-wrapper--half {
		height: 50%;
	}
}
@media screen and (min-width: 906px) {
	.tile-xlarge-1x1 .ankeiler .ankeiler__image-wrapper--half {
		height: 50%;
	}
}
@media screen and (max-width: 429px) {
	.tile-small-1x2 .ankeiler {
		right: 0;
		bottom: 0;
		left: 0;
		contain-intrinsic-size: 100vw 75vw;
	}
}
@media screen and (min-width: 430px) and (max-width: 599px) {
	.tile-medium-2x1 .ankeiler {
		right: 0;
		left: 0;
		contain-intrinsic-size: 100vw 75vw;
	}
}
@media screen and (min-width: 600px) {
	.tile-large-2x1 .ankeiler .ankeiler__title {
		font-size: 24px;
		line-height: 28px;
	}
}
.ankeiler--picture .ankeiler__header {
	padding: 0;
}
.ankeiler--picture .ankeiler__wrapper {
	background: linear-gradient(
		to bottom,
		transparent 0%,
		rgba(0, 0, 0, 0.8) 100%
	);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: inherit;
	max-height: 100%;
	padding: 20px 10px 10px 10px;
	color: #fff;
}
.ankeiler--picture .ankeiler__title {
	margin-top: 5px;
}
.tile .ankeiler--picture .ankeiler__wrapper {
	box-shadow: none;
}
@media screen and (max-width: 429px) {
	.tile-small-1x2 .ankeiler--picture .ankeiler__wrapper {
		padding-top: 0;
	}
}
.ankeiler--simple {
	padding: 7px 10px;
}
.ankeiler--simple .ankeiler__link {
	color: #292929;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	max-height: 3.125em;
	margin: 0;
	line-height: 1.25;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 0.875em;
	text-decoration: none;
}
.ankeiler--simple .ankeiler__link:visited {
	color: #292929;
}
.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
	color: #d10a10;
	text-decoration: none;
}
@media screen and (max-width: 429px) {
	.ankeiler--simple .ankeiler__link {
		font-size: 1em;
	}
}
.ankeiler--simple .ankeiler__timestamp {
	margin-right: 2px;
	color: #d10a10;
}
.ankeiler--simple-thumb {
	padding: 10px 0;
}
.ankeiler--simple-thumb .ankeiler__link {
	text-decoration: none;
	color: #292929;
	display: flex;
	flex-direction: row;
}
.ankeiler--simple-thumb .ankeiler__link:visited {
	color: #292929;
}
.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover {
	color: #d10a10;
	text-decoration: none;
}
.ankeiler--simple-thumb .ankeiler__thumb {
	flex: 0 0 115px;
	width: 115px;
	height: 86px;
}
.ankeiler--simple-thumb .ankeiler__image {
	min-height: auto;
}
.ankeiler--simple-thumb .ankeiler__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	margin-left: 10px;
	color: #292929;
}
.ankeiler--simple-thumb .ankeiler__title {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	max-height: 4.5em;
	margin: 0;
	line-height: 1.2857142857;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 0.875em;
}
@media screen and (max-width: 429px) {
	.ankeiler--simple-thumb .ankeiler__title {
		display: block;
		display: -webkit-box;
		max-width: 100%;
		max-height: 4.375em;
		margin: 0;
		line-height: 1.25;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		font-size: 16px;
	}
}
.ankeiler--standard .ankeiler__link {
	text-decoration: none;
	color: #292929;
	width: 100%;
	height: 100%;
}
.ankeiler--standard .ankeiler__link:visited {
	color: #292929;
}
.ankeiler--standard .ankeiler__link:focus,
.ankeiler--standard .ankeiler__link:hover {
	color: #292929;
	text-decoration: none;
}
.ankeiler--standard .ankeiler__wrapper {
	padding-top: 5px;
	padding-bottom: 30px;
	background: #fff;
	color: #292929;
	box-shadow: inset 0-1px 0#e5e5e5;
}
.ankeiler--standard .ankeiler__body-time-location {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
}
.tile .ankeiler--standard .ankeiler__wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 24%;
}
@media screen and (max-width: 429px) {
	.tile-small-1x1 .ankeiler--standard .ankeiler__wrapper {
		height: 86px;
		margin-left: 115px;
		padding: 0 10px;
		background: #fff;
		color: #000;
	}
	.tile-small-1x1 .ankeiler--standard .ankeiler__thumb {
		width: 115px;
		height: 86px;
	}
	.tile-small-1x1 .ankeiler--standard .ankeiler__header {
		padding: 0;
	}
	.tile-small-1x1 .ankeiler--standard .ankeiler__body {
		bottom: 0;
	}
}
@media screen and (min-width: 430px) and (max-width: 599px) {
	.tile-medium-1x1 .ankeiler--standard .ankeiler__wrapper {
		min-height: 50%;
	}
	.tile-medium-1x1 .ankeiler--standard .ankeiler__body {
		display: block;
		display: -webkit-box;
		max-width: 100%;
		max-height: 4.5em;
		margin: 0;
		line-height: 1.2857142857;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.tile-large-1x1 .ankeiler--standard .ankeiler__wrapper {
		min-height: 50%;
	}
	.tile-large-1x1 .ankeiler--standard .ankeiler__body {
		display: block;
		display: -webkit-box;
		max-width: 100%;
		max-height: 4.5em;
		margin: 0;
		line-height: 1.2857142857;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}
@media screen and (min-width: 768px) and (max-width: 905px) {
	.tile-xlarge-1x1 .ankeiler--standard .ankeiler__wrapper {
		min-height: 50%;
	}
	.tile-xlarge-1x1
		.ankeiler--standard
		.ankeiler__wrapper.has-long-title
		.ankeiler__body {
		display: none;
	}
	.tile-xlarge-1x1 .ankeiler--standard .ankeiler__body {
		display: -webkit-box;
		max-width: 100%;
		max-height: 4.5em;
		margin: 0;
		line-height: 1.2857142857;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}
@media screen and (min-width: 906px) {
	.tile-xxlarge-1x1 .ankeiler--standard .ankeiler__wrapper {
		min-height: 50%;
	}
	.tile-xxlarge-1x1
		.ankeiler--standard
		.ankeiler__wrapper.has-long-title
		.ankeiler__body {
		display: none;
	}
	.tile-xxlarge-1x1 .ankeiler--standard .ankeiler__body {
		display: -webkit-box;
		max-width: 100%;
		max-height: 4.5em;
		margin: 0;
		line-height: 1.2857142857;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}
.article {
	margin-bottom: 10px;
	background-color: #fff;
}
@media screen and (min-width: 600px) {
	.article {
		margin-right: 5px;
		margin-left: 5px;
	}
}
.article__wrapper {
	padding-top: 20px;
	padding-bottom: 10px;
}
.article__paragraph {
	overflow-wrap: break-word;
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 26px;
}
.article__header,
.article__component {
	position: relative;
}
.article__component--picture {
	padding-right: 0;
	padding-left: 0;
}
.article__subheader {
	margin-bottom: 25px;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 25px;
	line-height: 26px;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	.article__subheader {
		font-size: 18px;
		line-height: 22px;
	}
}
.article__intro {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.article__component {
	width: 100%;
	max-width: 100vw;
	margin-bottom: 15px;
	clear: both;
}
.article__component:empty {
	display: none;
}
.article__component.article__component--subheader {
	margin-bottom: 0;
}
.article__title {
	font-size: 40px;
	line-height: 44px;
}
@media screen and (max-width: 429px) {
	.article__title {
		font-size: 26px;
		line-height: 30px;
	}
}
.article__figure {
	position: relative;
	background-color: #efe8e1;
	overflow: hidden;
}
.article__image {
	position: relative;
	width: initial;
	max-width: 100%;
	min-height: 100px;
}
.button {
	background-clip: padding-box;
	transition: 0.2s ease-out background-color;
	border-color: black;
	background-color: #500009;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	height: 38px;
	padding: 6px 15px 8px;
	border-width: 0;
	border-radius: 3px;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	text-align: center;
	white-space: nowrap;
	box-shadow: inset 0-2px 0 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	vertical-align: middle;
}
.button > * {
	border-color: #1d0003;
}
.button:hover {
	background-color: #500009;
}
.button:enabled:active {
	border-top: 1px solid #1d0003;
	border-bottom-width: 2px;
	border-color: #1d0003;
}
.button:visited {
	color: #fff;
}
.button:focus,
.button:hover {
	color: #fff;
	text-decoration: none;
}
.button--list-block {
	color: #292929;
	display: block;
	width: 100%;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	background-color: #f1ebe5;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.button--list-block:visited {
	color: #292929;
}
.button--list-block:focus,
.button--list-block:hover {
	color: #d10a10;
	text-decoration: none;
}
.button--list-block.has-border {
	border: 1px solid;
	background-color: rgba(255, 255, 255, 0);
}
.button--list-block.has-border:visited {
	color: #fff;
}
.button--list-block.has-border:focus,
.button--list-block.has-border:hover {
	color: #fff;
	text-decoration: none;
}
.button--list-block.has-brand-bordercolor {
	border-color: #d10a10;
	text-decoration: none;
	color: #d10a10;
}
.button--list-block.has-brand-bordercolor:visited {
	color: #d10a10;
}
.button--list-block.has-brand-bordercolor:focus,
.button--list-block.has-brand-bordercolor:hover {
	color: #d10a10;
	text-decoration: none;
}
.comments-counter {
	display: flex;
	align-items: center;
	height: inherit;
	padding: 0 5px;
	background-color: #f6f6f6;
	color: inherit;
}
.comments-counter .comments-counter__text {
	margin-left: 5px;
}
.comments-counter .icons {
	fill: currentColor;
}
.cta {
	text-decoration: none;
	color: #0486be;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 0.875em;
	line-height: 1;
}
.cta:visited {
	color: #02405a;
}
.cta:focus,
.cta:hover {
	color: #02405a;
	text-decoration: none;
}
.figcaption {
	position: relative;
	padding-top: 5px;
	padding-left: 35px;
	background-color: #fff;
	color: #b4b4b4;
	font-size: 14px;
	line-height: 20px;
}
@media screen and (min-width: 600px) {
	.figcaption {
		padding-left: 50px;
	}
}
.figcaption:before {
	position: absolute;
	top: 10px;
	left: 15px;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #d10a10;
	border-left: 5px solid transparent;
	content: "";
}
@media screen and (min-width: 600px) {
	.figcaption:before {
		left: 30px;
	}
}
.page-main-footer {
	background-color: #f6f6f6;
	content-visibility: auto;
	contain-intrinsic-size: 100vw 950px;
}
.footer__bar {
	position: relative;
	top: 27px;
	width: 100%;
	min-height: 120px;
	margin-top: 27px;
	margin-bottom: 27px;
	background-color: #d10a10;
}
@media screen and (max-width: 905px) {
	.footer__bar {
		min-height: 140px;
	}
}
.footer__newsletter-form {
	padding: 10px;
}
.footer__newsletter-form .label-input {
	margin-bottom: 6px;
	color: #fff;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 20px;
	line-height: 24px;
}
.footer__newsletter-form .input {
	width: 100%;
	height: 40px;
	border: solid 1px #b4b4b4;
}
.footer__newsletter-form .button {
	margin-left: 10px;
}
.footer__newsletter-form .form__group {
	margin-bottom: 0;
}
.footer__newsletter-consent__text {
	color: #fff;
	font-size: 0.875em;
	font-style: italic;
}
.footer__newsletter-input-sizer {
	position: relative;
	margin-right: 148px;
	padding-right: 122px;
}
@media screen and (max-width: 905px) {
	.footer__newsletter-input-sizer {
		margin-right: 82px;
	}
}
@media screen and (max-width: 767px) {
	.footer__newsletter-input-sizer {
		margin-right: 10px;
	}
}
.footer__newsletter-input-sizer .button {
	position: absolute;
	top: 0;
	right: 0;
}
.footer-social-links__item {
	margin-right: 10px;
}
.menu-list__link--appstore {
	width: 184px;
	max-width: 100%;
	height: 55px;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #fff;
}
.menu-list__link--appstore:hover,
.menu-list__link--appstore:focus {
	color: #fff;
}
.menu-list__link--appstore .icons {
	max-width: 100%;
}
.footer__mobile-nav {
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #efe8e1;
}
.footer__mobile-nav:before,
.footer__mobile-nav:after {
	display: table;
	content: " ";
}
.footer__mobile-nav:after {
	clear: both;
}
@media screen and (min-width: 768px) {
	.footer__mobile-nav {
		display: none;
	}
}
.footer__mobile-nav .footer-menu__title {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #292929;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 20px;
}
.footer__mobile-menu {
	margin-right: 20px;
	margin-left: 20px;
}
.footer__mobile-menu .footer__mobile-menu__list:before,
.footer__mobile-menu .footer__mobile-menu__list:after {
	display: table;
	content: " ";
}
.footer__mobile-menu .footer__mobile-menu__list:after {
	clear: both;
}
.footer__mobile-menu
	.footer__mobile-menu__list
	.footer__mobile-menu__list-item {
	margin-top: 10px;
	border-bottom: 1px solid #efe8e1;
}
.footer__mobile-sub-menu-label {
	display: block;
	cursor: pointer;
}
.footer__mobile-sub-menu-label .trigger-icon--collapsed {
	float: right;
	color: #500009;
}
input:checked
	+ .toggle-mobile__wrapper
	.footer__mobile-sub-menu-label
	.trigger-icon--collapsed {
	display: none;
}
.footer__mobile-app-button-list {
	margin-top: 10px;
	float: right;
}
.footer__mobile-app-button-list:before,
.footer__mobile-app-button-list:after {
	display: table;
	content: " ";
}
.footer__mobile-app-button-list:after {
	clear: both;
}
.footer__mobile-app-button-list .menu-list__item {
	margin-left: 10px;
}
@media screen and (min-width: 600px) {
	.footer__mobile-app-button-list .menu-list__item {
		float: left;
	}
}
.footer__mobile-social-links {
	float: right;
}
.footer__mobile-social-links .footer-social-links__item:last-child {
	margin-right: 0;
}
.footer__mobile-social-links .footer-social-links__link {
	text-decoration: none;
	color: #500009;
}
.footer__mobile-social-links .footer-social-links__link:visited {
	color: #500009;
}
.footer__mobile-social-links .footer-social-links__link:focus,
.footer__mobile-social-links .footer-social-links__link:hover {
	color: #d10a10;
	text-decoration: none;
}
.footer__brand-list {
	min-height: 80px;
	border-bottom: 1px solid #efe8e1;
	background-color: #fff;
}
.footer__brand-list .brand-list__item-holder {
	margin: 20px 15px 0;
}
.brand-list__item {
	margin-right: 12px;
	margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
	.brand-list__item {
		margin-right: 4px;
	}
}
@media screen and (max-width: 429px) {
	.brand-list__item {
		display: block;
		width: 25%;
		margin-right: 0;
		float: left;
	}
	.brand-list__item .icons {
		width: 70%;
		height: 70%;
	}
}
.footer__dpgmedia {
	min-height: 118px;
	padding: 20px;
	background-color: #fff;
}
.footer__dpgmedia-copy {
	margin-top: 20px;
	color: #b4b4b4;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
}
.center-content {
	text-align: center;
}
.label-input {
	display: block;
	font-weight: bold;
}
.input {
	padding-top: 3px;
	padding-bottom: 4px;
}
.form__group {
	position: relative;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
}
.header-list {
	display: flex;
}
.header-list .header-list__title {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 7px 10px 4px;
	background-color: #d10a10;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 1.25em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.header-list .header-list__title:visited {
	color: #fff;
}
.header-list .header-list__title:focus,
.header-list .header-list__title:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 429px) {
	.header-list .header-list__title {
		font-size: 1em;
	}
}
.header-list .header-list__link {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.header {
	overflow: hidden;
}
.header--section-teaser {
	display: block;
	margin: 0 5px 10px;
	border-bottom: 1px solid #efe8e1;
}
@media screen and (max-width: 599px) {
	.header--section-teaser {
		margin: 10px;
	}
}
.header--section-teaser .header__title {
	display: inline-block;
	max-width: 100%;
	margin: 0;
	padding: 7px 10px 4px;
	background-color: #d10a10;
	color: #fff;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 1.25em;
	line-height: 1;
	text-transform: uppercase;
}
.header__title {
	margin-bottom: 0;
}
.header__title .header__title-text {
	display: inline-block;
	overflow: hidden;
}
.icons {
	vertical-align: middle;
	fill: currentColor;
}
.identity__image {
	width: 50px;
	height: 50px;
	float: left;
	color: #fff;
}
@media screen and (min-width: 600px) {
	.identity__image {
		width: 100%;
		height: 100%;
	}
}
.identity__image.is-mobile {
	display: none;
	margin-left: 10px;
}
@media screen and (max-width: 599px) {
	.identity__image.is-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.identity__image .has-color-on-reversed,
.identity__image .has-white-on-reversed {
	transition: 0.3s ease-out fill;
}
.identity__image .brand-logo {
	width: 100%;
	height: 100%;
}
.identity__image .mobile {
	width: inherit;
	height: inherit;
}
.header__mobile-logo {
	display: flex;
	width: 50px;
	height: 50px;
}
.label {
	text-transform: uppercase;
}
.label--full {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	height: 20px;
	background: #d10a10;
	color: #d10a10;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 0.75em;
}
.label--full .icons {
	width: 13px;
	height: 12px;
	margin-top: 2px;
}
.label--full .label__text {
	padding: 0 6px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width: 429px) {
	.tile-small-1x1 .label--full:not(.is-advertorial) {
		position: absolute;
		bottom: 0;
		left: -115px;
		max-width: 115px;
		margin: 0;
	}
}
@media screen and (min-width: 430px) {
	.ankeiler--standard .label--full {
		position: absolute;
		top: -30px;
		max-width: calc(100% - 20px);
	}
}
.ankeiler--simple-thumb .label--full {
	position: absolute;
	bottom: 0;
	left: 0;
}
.label-article-state {
	position: absolute;
	top: 0;
	right: 0;
}
.label-article-state.is-inline {
	display: inline;
	position: relative;
}
.widget-list__item {
	position: relative;
	border-top: 1px solid #efe8e1;
}
.widget-list__item.has-timeline {
	margin-left: 5px;
	border-top: none;
	border-left: 1px solid #efe8e1;
}
.widget-list__item.has-timeline:nth-child(n + 2)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	width: calc(100% - 5px);
	height: 1px;
	background-color: #efe8e1;
}
.widget-list__item.has-timeline:after {
	content: "";
	position: absolute;
	top: 11px;
	left: -5px;
	width: 9px;
	height: 9px;
}
@media screen and (max-width: 599px) {
	.widget-list__item.has-timeline:after {
		top: 12px;
	}
}
.list--is-numbered {
	counter-reset: listNumberedIndex;
}
.article__meta {
	color: #b4b4b4;
	font-size: 1em;
}
.article__source,
.article__update-text {
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	.article__update {
		display: block;
	}
}
@media screen and (min-width: 600px) {
	.article__update {
		margin-left: 10px;
	}
}
@media screen and (max-width: 599px) {
	.mobile-nav {
		position: fixed;
		top: 50px;
		right: 0;
		bottom: 0;
		transform: translateX(0);
		left: 100%;
		width: 100%;
		height: calc(100% - 50px);
		transition: transform 0.3s ease-out;
		background-color: #fff;
	}
}
@media screen and (min-width: 600px) {
	.mobile-nav {
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.page-header:has(.mobile-nav__trigger:checked) .mobile-nav {
		transform: translateX(-100%);
	}
	.page-header:has(.mobile-nav__trigger:checked) .icon-close {
		display: inline;
	}
	.page-header:has(.mobile-nav__trigger:checked) .icon-menu {
		display: none;
	}
}
.mobile-menu__trigger-label {
	display: none;
	position: absolute;
	top: 50%;
	transform: translate(0, 50%);
	right: 15px;
	color: #fff;
	line-height: 50px;
	z-index: 900;
}
@media screen and (max-width: 599px) {
	.mobile-menu__trigger-label {
		display: block;
	}
}
.mobile-menu__trigger-label .icon-close {
	display: none;
}
.mobile-nav__list,
.mobile-subnav__list {
	height: 100%;
}
.mobile-nav__list .mobile-subnav {
	margin: 2px 0;
}
.mobile-nav__primary {
	position: absolute;
	top: 110px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 110px);
}
.mobile-nav__primary:before,
.mobile-nav__primary:after {
	display: table;
	content: " ";
}
.mobile-nav__primary:after {
	clear: both;
}
.mobile-nav__primary .mobile-nav__list {
	width: 50%;
	padding: 10px;
	background-color: #f6f6f6;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 1.125em;
	overflow: auto;
}
.mobile-nav__primary .mobile-nav__list-label {
	text-decoration: none;
	color: #292929;
	display: flex;
	padding: 0;
	text-transform: uppercase;
}
.mobile-nav__primary .mobile-nav__list-label:visited {
	color: #292929;
}
.mobile-nav__primary .mobile-nav__list-label:focus,
.mobile-nav__primary .mobile-nav__list-label:hover {
	color: #292929;
	text-decoration: none;
}
.mobile-nav__primary .mobile-nav__list-text {
	display: inline;
	max-width: 100%;
	padding: 5px 10px;
	border-radius: 4px;
	color: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mobile-nav__meta {
	display: flex;
	height: 40px;
	margin: 0;
	padding: 10px;
	list-style: none;
}
.mobile-nav__meta .mobile-nav__meta-item {
	color: #292929;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 0.875em;
	line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
}
.mobile-nav__meta .mobile-nav__meta-item:last-child:not(:first-child) {
	text-align: right;
	text-overflow: ellipsis;
	overflow: hidden;
}
.mobile-nav__meta .mobile-nav__meta-item-link {
	text-decoration: none;
	color: #292929;
	display: flex;
	margin-right: 15px;
}
.mobile-nav__meta .mobile-nav__meta-item-link:visited {
	color: #292929;
}
.mobile-nav__meta .mobile-nav__meta-item-link:focus,
.mobile-nav__meta .mobile-nav__meta-item-link:hover {
	color: #292929;
	text-decoration: none;
}
.mobile-nav__meta .mobile-nav__meta-icon {
	margin-right: 5px;
}
.mobile-nav__secondary {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #f5f3f0;
}
.mobile-nav__secondary svg {
	fill: #d10a10;
}
.mobile-subnav__list {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	padding: 12px 10px 50px 20px;
	font-family: "FlamaPro-Basic", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 0.875em;
	font-weight: bold;
	overflow: auto;
}
.mobile-subnav__link {
	text-decoration: none;
	color: #292929;
	display: block;
	padding: 8px 0;
}
.mobile-subnav__link:visited {
	color: #292929;
}
.mobile-subnav__link:focus,
.mobile-subnav__link:hover {
	color: #292929;
	text-decoration: none;
}
.mobile-subnav__trigger:checked + .mobile-subnav .mobile-subnav__list {
	display: block;
}
.mobile-subnav__trigger:checked + .mobile-subnav .mobile-nav__list-label {
	text-decoration: none;
	color: #292929;
}
.mobile-subnav__trigger:checked
	+ .mobile-subnav
	.mobile-nav__list-label:visited {
	color: #292929;
}
.mobile-subnav__trigger:checked + .mobile-subnav .mobile-nav__list-label:focus,
.mobile-subnav__trigger:checked + .mobile-subnav .mobile-nav__list-label:hover {
	color: #292929;
	text-decoration: none;
}
.mobile-subnav__trigger:checked
	+ .mobile-subnav
	.mobile-nav__list-label
	.mobile-nav__list-text {
	background: #d10a10;
	color: #fff;
}
.mobile-nav__search {
	display: flex;
	padding: 10px;
	border-top: 1px solid #f5f3f0;
}
.mobile-nav__meta-item--tv-gids svg {
	position: relative;
	top: -2px;
}
.primary-nav__wrapper {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 599px) {
	.primary-nav__wrapper {
		position: absolute;
		top: 0;
		width: 100%;
		padding: 0 54px 0 0;
	}
	.js-hide-subnav .primary-nav__wrapper {
		border-bottom-color: transparent;
	}
}
@media screen and (min-width: 600px) {
	.primary-nav__wrapper {
		position: relative;
		margin-left: 107px;
	}
}
@media screen and (min-width: 768px) {
	.primary-nav__wrapper {
		margin-left: 107px;
	}
}
@media screen and (min-width: 906px) {
	.primary-nav__wrapper {
		margin-left: 107px;
	}
}
.primary-nav {
	position: relative;
	background-color: #d10a10;
	z-index: 890;
}
.primary-nav__sectionlink {
	color: #fff;
	flex: auto;
	margin: 0 10px;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 1em;
	line-height: 1;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}
.primary-nav__sectionlink:visited {
	color: #fff;
}
.primary-nav__sectionlink:focus,
.primary-nav__sectionlink:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (min-width: 600px) {
	.primary-nav__sectionlink {
		display: none;
	}
}
.primary-nav__profile-link {
	border-radius: 4px;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
}
.primary-nav__profile-link:visited {
	color: #292929;
}
.primary-nav__profile-link:focus,
.primary-nav__profile-link:hover {
	color: #292929;
	text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 429px) {
	.primary-nav__profile-link {
		padding: 3px 7px;
	}
}
@media screen and (min-width: 600px) {
	.primary-nav__profile-link {
		text-decoration: none;
		color: #fff;
		transition: 0.3s ease-out background-color;
		font-size: 1.25em;
	}
	.primary-nav__profile-link:visited {
		color: #fff;
	}
	.primary-nav__profile-link:focus,
	.primary-nav__profile-link:hover {
		color: #fff;
		text-decoration: none;
	}
}
@media screen and (min-width: 600px) {
	.primary-nav__profile-link:hover {
		background-color: rgba(0, 0, 0, 0.25);
		color: #fff;
	}
}
.primary-nav__profile {
	margin: 0 10px;
}
@media screen and (max-width: 599px) {
	.primary-nav__profile {
		margin: 0 0 0 10px;
	}
}
.primary-nav__profile .primary-nav__profile-text {
	display: inline-block;
	padding: 0 10px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
}
@media screen and (max-width: 599px) {
	.primary-nav__profile .primary-nav__profile-text {
		font-size: 12px;
	}
}
.primary-nav__profile-link {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0;
	white-space: nowrap;
}
.primary-nav__profile-link:visited {
	color: #fff;
}
.primary-nav__profile-link:focus,
.primary-nav__profile-link:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 599px) {
	.primary-nav__profile-link {
		height: 50px;
		transform: none;
		transition: 0.3s ease-out color;
		cursor: pointer;
	}
	.primary-nav__profile-link:hover {
		background-color: transparent;
		color: #fff;
	}
}
@media screen and (min-width: 768px) {
	.primary-nav__profile-link {
		padding-left: 0;
		transform: none;
		transition: 0.3s ease-out color;
		cursor: pointer;
	}
	.primary-nav__profile-link:hover {
		background-color: transparent;
		color: #fff;
	}
}
.nav--temptation {
	flex: 1;
	margin: 0 0 0 10px;
	text-align: right;
}
.plus-label {
	padding: 5px 8px;
	background-color: #f3c642;
	color: #292929;
	font-size: 12px;
	line-height: 1;
}
.plus-label:not(.is-inline) {
	position: absolute;
	top: 0;
	right: 0;
}
.plus-label.is-inline {
	display: inline-block;
	padding: 3px 4px;
	font-size: 10px;
}
.plus-label.is-small {
	padding: 3px 5px;
	font-size: 10px;
}
@media screen and (max-width: 429px) {
	.tile-small-1x1 .plus-label {
		padding: 3px 5px;
		font-size: 10px;
	}
}
.premium__text {
	position: relative;
	color: #292929;
	font-family: "FlamaProSemicond-Black", "Arial Black", "Helvetica Neue",
		"Helvetica", "Arial", sans-serif;
	font-size: inherit;
	line-height: inherit;
}
.sharing {
	margin: 30px 0 5px;
	font-size: 16px;
}
.sharing:before,
.sharing:after {
	display: table;
	content: " ";
}
.sharing:after {
	clear: both;
}
.sharing .sharing__list {
	margin: 0;
	padding: 0;
}
.sharing .sharing__list-item {
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
	list-style: none;
}
@media screen and (min-width: 430px) {
	.sharing .sharing__list-item {
		padding-right: 8px;
		padding-bottom: 8px;
	}
}
@media screen and (min-width: 600px) {
	.sharing .sharing__list-item {
		padding-right: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 600px) {
	.sharing .sharing__list-item--whats-app {
		display: none;
	}
}
.sharing .sharing__button {
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
	width: 99px;
	height: 40px;
	padding-right: 2px;
	padding-left: 2px;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 37px;
}
.sharing .sharing__button:visited {
	color: #fff;
}
.sharing .sharing__button:focus,
.sharing .sharing__button:hover {
	color: #fff;
	text-decoration: none;
}
.sharing .sharing__button:hover {
	background-color: #0486be;
}
.sharing .sharing__button:enabled:active {
	border-top: 1px solid #03638c;
	border-bottom-width: 2px;
	border-color: #03638c;
}
.sharing .sharing__icon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}
.sharing .sharing__button--facebook {
	transition: 0.2s ease-out background-color;
	border-color: #1e2e4f;
	background-color: #3b5998;
}
.sharing .sharing__button--facebook > * {
	border-color: #2d4373;
}
.sharing .sharing__button--facebook:hover {
	background-color: #3b5998;
}
.sharing .sharing__button--facebook:enabled:active {
	border-top: 1px solid #2d4373;
	border-bottom-width: 2px;
	border-color: #2d4373;
}
.sharing .sharing__button--twitter {
	transition: 0.2s ease-out background-color;
	border-color: black;
	background-color: #000000;
}
.sharing .sharing__button--twitter > * {
	border-color: black;
}
.sharing .sharing__button--twitter:hover {
	background-color: #000000;
}
.sharing .sharing__button--twitter:enabled:active {
	border-top: 1px solid black;
	border-bottom-width: 2px;
	border-color: black;
}
.sharing .sharing__button--whats-app {
	transition: 0.2s ease-out background-color;
	border-color: #16550c;
	background-color: #2daf18;
	width: 50px;
	text-align: center;
}
.sharing .sharing__button--whats-app > * {
	border-color: #218212;
}
.sharing .sharing__button--whats-app:hover {
	background-color: #2daf18;
}
.sharing .sharing__button--whats-app:enabled:active {
	border-top: 1px solid #218212;
	border-bottom-width: 2px;
	border-color: #218212;
}
.sharing .sharing__button--whats-app .sharing__icon {
	position: relative;
}
@media screen and (max-width: 599px) {
	.sharing .sharing__button--facebook,
	.sharing .sharing__button--twitter,
	.sharing .sharing__button--whats-app {
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	.sharing .sharing__list-item--facebook,
	.sharing .sharing__list-item--twitter,
	.sharing .sharing__list-item--whats-app {
		width: 25%;
	}
}
.a11y-bar__skip-link:not(:focus) {
	display: block;
	height: 1px;
	left: -500vw;
	overflow: hidden;
	position: absolute;
	top: -500vh;
	width: 1px;
	z-index: -1;
}
.slideshow-trigger__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
.slideshow-trigger__wrapper {
	border-radius: 6px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	transition: ease-out 0.3s opacity;
	background-color: rgba(41, 41, 41, 0.3);
	color: #fff;
	opacity: 0;
}
@media screen and (min-width: 600px) {
	.slideshow-trigger__wrapper {
		top: 20px;
		right: 20px;
	}
}
.sub-nav {
	display: block;
	position: relative;
	top: 0;
	z-index: 889;
}
.sub-nav__list {
	margin-left: 130px;
	transition: 1s ease-out height;
	font-size: 14px;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	.sub-nav__list {
		display: flex;
		left: 0;
		flex-wrap: nowrap;
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: scroll;
	}
	.sub-nav__list::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: 100%;
		background: linear-gradient(
			90deg,
			white 0%,
			white 25%,
			rgba(255, 255, 255, 0) 100%
		);
		content: "";
		z-index: 1;
	}
	.sub-nav__list::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 10px;
		height: 100%;
		background: linear-gradient(
			90deg,
			rgba(255, 255, 255, 0) 0%,
			white 75%,
			white 100%
		);
		content: "";
		z-index: 1;
	}
}
.sub-nav__list-item {
	float: left;
	white-space: nowrap;
}
@media screen and (min-width: 600px) {
	.sub-nav__list-item {
		margin-right: 15px;
	}
}
@media screen and (max-width: 599px) {
	.sub-nav__list-item:first-child {
		padding-left: 5px;
	}
	.sub-nav__list-item:last-child {
		padding-right: 5px;
	}
}
.sub-nav__link {
	text-decoration: none;
	color: #000;
	display: flex;
	align-items: center;
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	line-height: 36px;
}
.sub-nav__link:visited {
	color: #000;
}
.sub-nav__link:focus,
.sub-nav__link:hover {
	color: #d10a10;
	text-decoration: none;
}
@media screen and (max-width: 599px) {
	.sub-nav__link {
		line-height: 40px;
		padding: 0 5px;
	}
}
.sub-nav__wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transition: 0.2s ease-out all;
	border-bottom: 1px solid #f1ebe5;
	background-color: #fff;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	.js-hide-subnav .sub-nav__wrapper {
		transform: translate3d(0, -40px, 0);
	}
}
.sub-nav__trigger:checked + .sub-nav__wrapper {
	height: auto;
}
.js-hide-subnav .sub-nav__trigger:checked + .sub-nav__wrapper {
	height: 36px;
}
.layout__component--temptation[data-temptation-position="OORTJE"] {
	min-height: 81px;
	margin-bottom: 10px;
}
[class^="theme--"] .header {
	background-color: transparent;
}
.tile-grid {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.tile-grid:before,
.tile-grid:after {
	display: table;
	content: " ";
}
.tile-grid:after {
	clear: both;
}
.tile {
	position: relative;
	text-align: left;
}
@media screen and (max-width: 429px) {
	.tile {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 430px) {
	.tile {
		float: left;
		flex-grow: 1;
	}
}
@media screen and (max-width: 429px) {
	.tile-small-1x1 {
		width: 100%;
		height: 86px;
	}
}
@media screen and (max-width: 429px) {
	.tile-small-1x2 {
		width: 100%;
		padding-bottom: 75%;
	}
}
@media screen and (min-width: 430px) and (max-width: 599px) {
	.tile-medium-1x1 {
		width: 50%;
		padding-bottom: 75%;
	}
}
@media screen and (min-width: 430px) and (max-width: 599px) {
	.tile-medium-2x1 {
		width: 100%;
		padding-bottom: 75%;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.tile-large-1x1 {
		width: 33.3333333333%;
		padding-bottom: 50%;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.tile-large-2x1 {
		width: 66.6666666667%;
		padding-bottom: 50%;
	}
}
@media screen and (min-width: 768px) and (max-width: 905px) {
	.tile-xlarge-1x1 {
		width: 50%;
		padding-bottom: 75%;
	}
}
@media screen and (min-width: 768px) and (max-width: 905px) {
	.tile-xlarge-2x1 {
		width: 100%;
		padding-bottom: 75%;
	}
}
@media screen and (min-width: 906px) {
	.tile-xxlarge-1x1 {
		width: 33.3333333333%;
		padding-bottom: 50%;
	}
}
@media screen and (min-width: 906px) {
	.tile-xxlarge-2x1 {
		width: 66.6666666667%;
		padding-bottom: 50%;
	}
}
.trigger--hide {
	position: absolute;
	height: 0;
	margin-left: -9999px;
	visibility: hidden;
}
.widget {
	width: 100%;
}
@media screen and (max-width: 599px) {
	.widget {
		width: initial;
		margin-right: 10px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 599px) {
	.widget:last-child {
		margin-bottom: 10px;
	}
}
.widget + .widget,
.widget + .advertisement,
.advertisement + .widget {
	margin-top: 10px;
}
.widget .widget__footer {
	margin-top: 10px;
}
.day {
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	margin-top: 15px;
	font-size: 22px;
	text-align: center;
	background-color: #d10a10;
	color: white;
}
.border_day {
	padding: 10px;
	border: 1px solid #d10a10;
	border-radius: 0px 0px 4px 4px;
}
.border_day.end {
	margin: 0 0 25px 0;
}
.border_day p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.check {
	border: 1px solid;
	max-width: 100%;
	font-family: Arial, Helvetica, sans-serif !important;
	margin-top: 1rem;
}
.check__wrapper {
	padding: 0.5rem;
}
.check__iban {
	margin-bottom: 1rem;
	display: block;
	font-weight: 500;
}
.check__top-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.check__top-col-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 4rem;
}
.check__top-col-1-row {
	display: flex;
	flex-direction: column;
}
.check__top-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
.check__bot {
	border-bottom: 3px solid #000;
}
.check__bot-grid {
	display: grid;
	grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}
.check__bot-grid-col {
	display: flex;
	flex-direction: column;
	border-right: 1px solid #000;
}
.check__bot-grid-col-title {
	font-weight: 500;
	background-color: rgba(128, 128, 128, 0.39);
	border-right: 1px solid #000;
	border-bottom: 3px solid #000;
	padding-left: 2px;
}
@media (max-width: 1200px) {
	.check {
		font-size: 0.8rem;
	}
}
@media (max-width: 1024px) {
	.check {
		font-size: 0.6rem;
	}
}
@media (max-width: 992px) {
	.check {
		font-size: 0.6rem;
	}
}
.instruction h3 {
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 22px;
	font-weight: 700;
	overflow-wrap: break-word;
}
.instruction p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	overflow-wrap: break-word;
}
.instruction {
	padding: 10px;
	border: 1px solid #efe8e1;
	background-color: #f6f6f6;
}
.article__component.article__component--quote .article__quote {
	font-family: "FlamaProSemicond-Basic", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-size: 18px;
	font-style: italic;
	border-left: 5px solid #d10a10;
	padding-left: 5px;
}
.comment {
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-family: Arial, Helvetica, sans-serif;
}
.comment-like {
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	max-width: 96%;
	width: 100%;
	margin: 0 auto;
}
.comment-like__row {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1rem;
}
.comment-like__row i {
	font-size: 1rem;
	color: #7e7e7e;
}
.comment-like__row-block {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}
.comment-actual {
	text-align: right;
	margin-right: 1rem;
	margin-top: 1rem;
	color: #7e7e7e;
}
.comment-content {
	display: flex;
	flex-direction: column;
}
.comment-block {
	margin: 0.5rem 1rem;
	justify-content: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, 0.204);
	padding-bottom: 0.5rem;
}
.block-avatar {
	margin-right: 1rem;
}
.block-avatar img {
	border-radius: 50%;
	width: 50px;
	max-width: none;
}
.block-info-comment span {
	background-color: rgba(0, 0, 0, 0.108);
	display: block;
	padding: 0.4rem;
	border-radius: 10px;
	font-size: 17px;
}
.block-info-comment__name {
	font-weight: 700;
	color: #000;
	font-size: 17px;
}
.block-info-line {
	display: flex;
	flex-direction: column;
	font-size: 0.8rem;
}
.block-info-answer-flex {
	display: flex;
	margin-top: 1.5rem;
}
.block-info-line__date {
	color: rgba(0, 0, 0, 0.44);
}
.block-info-line__like {
	display: flex;
	justify-content: flex-start;
	color: #000000;
	white-space: nowrap;
}
.block-info-line__like_item {
	list-style: none;
	margin-right: 1rem;
}
.block-info-line__like_item a {
	color: #7e7e7e;
}
.comments__more {
	display: block;
	margin: 0 auto;
	color: #3b5998;
	text-align: center;
}
#main-container {
	max-width: 450px;
	margin: 30px auto;
}
.logo {
	max-width: 30%;
}
.green {
	color: #00c500;
}
.gray {
	color: gray;
}
.orange {
	color: orange;
}
.logos-section {
	padding: 50px 0;
}
.logos-wrapper {
	justify-content: space-between;
	align-items: center;
}
.bid-wrapper,
.ask-wrapper {
	font-size: 0.9em;
	font-weight: 700;
	display: flex;
}
.bid-ask-span {
	font-size: 1.7em;
	font-family: "Open Sans", sans-serif;
	z-index: 1;
}
.bid-ask-span {
	transform: rotate3d(0, 1, 0, 0deg);
	animation: flip 10s cubic-bezier(1, 0, 0, 1) 0s infinite;
}
@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}
	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}
	50%,
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@media screen and (max-width: 767px) {
	.row-2-logos {
		flex-direction: column;
		align-items: center;
	}
	#main-container {
		margin: 0;
	}
	.logos-wrapper {
		flex-direction: column;
	}
	.bid-ask-span {
		font-size: 2em;
	}
	.logo {
		display: inline-block;
		margin-bottom: 15px;
	}
	.logo {
		max-width: 100%;
	}
	.logos-section {
		padding-top: 50px;
	}
}
.logos-wrapper {
	display: block;
}
.flex-logos-wrapper {
	display: flex;
}
.logos-row2 {
	margin-top: 20px;
}
.logos-section {
	padding-top: 20px;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
@media (max-width: 768px) {
	.bid-wrapper,
	.ask-wrapper {
		margin: 10px 0;
	}
}

@media all and (max-width: 768px) {
	.bid-ask-span {
		animation: unset;
	}
}
input {
	border-radius: 2px;
}
input {
	border: 1px solid #ccc;
}
::-webkit-input-placeholder {
	color: #bbb;
}
svg {
	fill: white;
}
input {
	width: 100%;
	margin: 0 !important;
}
@media screen and (max-width: 767px) {
	#custom-regbox {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 8px;
	}
	#custom-regbox #main-container {
		width: 100%;
	}
}
.style-link--red {
	color: #d10a10;
	text-decoration: underline;
	transition: all 0.3s ease-out;
}
.style-link--red:visited {
	color: #d10a10;
	text-decoration: underline;
}
.style-link--red:hover {
	color: #0486be;
	text-decoration: underline;
}
*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246/0.5);
	--tw-ring-offset-shadow: 0 0#0000;
	--tw-ring-shadow: 0 0#0000;
	--tw-shadow: 0 0#0000;
	--tw-shadow-colored: 0 0#0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}
*,
::after,
::before {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}
::after,
::before {
	--tw-content: "";
}
:host,
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	line-height: inherit;
}
h1,
h2,
h3,
h4 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
}
strong {
	font-weight: bolder;
}
input {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
figure,
h1,
h2,
h3,
h4,
p {
	margin: 0;
}
ul {
	list-style: none;
}
:disabled {
	cursor: default;
}
img,
svg {
	display: block;
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
}
.relative {
	position: relative;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mt-4 {
	margin-top: 1rem;
}
.block {
	display: block;
}
.flex {
	display: flex;
}
.h-2 {
	height: 0.5rem;
}
.w-full {
	width: 100%;
}
.max-w-lg {
	max-width: 32rem;
}
.cursor-pointer {
	cursor: pointer;
}
.appearance-none {
	-webkit-appearance: none;
	appearance: none;
}
.justify-between {
	justify-content: space-between;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.border-2 {
	border-width: 2px;
}
.border-blue-200 {
	--tw-border-opacity: 1;
	border-color: #ff8427;
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.p-6 {
	padding: 1.5rem;
}
.text-center {
	text-align: center;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.font-bold {
	font-weight: 700;
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
	--tw-text-opacity: 1;
	color: #ff8427;
}
#investmentSlider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ff8427;
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0/0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0#0000),
		var(--tw-ring-shadow, 0 0#0000), var(--tw-shadow);
}
@media (min-width: 768px) {
	.md\:p-8 {
		padding: 2rem;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.sf-hidden {
	display: none !important;
}
.pexi-tm-22190__tm-call2action {
	display: inline-block;
	max-width: 296px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	border: 0;
	border-radius: 5px;
	font-family: FlamaProSemicond-Bold, "Flama Semicondensed", "Helvetica Neue",
		Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
@media screen and (min-width: 600px) {
	.pexi-tm-22190__tm-call2action {
		font-size: 14px;
	}
}
.pexi-tm-22190__tm-call2action:hover {
	background-color: #f1be3b;
}
.pexi-tm-22190__tm-call2action:focus {
	outline-color: #fff;
	outline-style: dotted;
	outline-width: thin;
}
.pexi-tm-22190__tm-call2action:active {
	background-color: #f1be3b;
}
.pexi-tm-22190__tm-call2action,
.pexi-tm-22190__tm-call2action:visited {
	background-color: #f1be3b;
	color: #570003;
}
.pexi-tm-22190__tm-call2action[href] {
	text-decoration: none;
}
.pexi-tm-22190__tm-call2action[href]:focus {
	text-decoration: underline;
}

.pexi-tm-43066,
.pexi-tm-43066 * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pexi-tm-43066 {
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
}

.pexi-tm-43066__container {
	text-align: center;
	margin: auto;
	background-color: #f5f5f5;
	padding: 20px;
}

#pexi-tm-43066__button,
#pexi-tm-43066__button:hover,
#pexi-tm-43066__button:visited,
#pexi-tm-43066__button:focus,
#pexi-tm-43066__button:active {
	font-family: "FlamaProSemicond-Bold", "Arial", "Helvetica Neue", "Helvetica",
		sans-serif;
	font-style: normal;
	font-weight: 750;
	text-transform: uppercase;
	padding: 6px 20px;
	background-color: #d10a10;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 5px;
	width: fit-content;
	height: 32px;
	text-decoration: none;
	position: relative;
	margin: auto;
	margin-top: 10px;
}

#pexi-tm-43066__line1 {
	margin-top: 20px;
	color: #292929;
	line-height: 22.92px;
	font-size: 18px;
	font-weight: 750;
}

#pexi-tm-43066__line2 {
	color: #292929;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19.6px;
	font-size: 14px;
	font-weight: 400;
}

#pexi-tm-43066__line3 {
	color: #292929;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 14px;
}

#pexi-tm-43066__line3 svg {
	vertical-align: bottom;
}

#pexi-tm-43066__copy3 {
	display: inline-block;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	vertical-align: bottom;
}

#pexi-tm-43066__link {
	width: 100%;
	text-decoration: inherit;
	color: inherit;
	cursor: pointer;
}

@media (max-width: 600px) {
	.pexi-tm-43066__container {
		margin: 0px 10px;
		width: calc(100% - 20px);
	}
}

@media (max-width: 320px) {
	.pexi-tm-43066__container {
		margin: 0px 0px;
		width: 100%;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
