* {
	box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
a,
img,
b,
ul,
li,
article,
aside,
figure,
figcaption,
footer,
header,
main,
nav,
section,
time {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

ul {
	list-style: none;
}

body {
	background-color: #ffffff;
}

:focus-visible {
	box-shadow: 0 0 0 0.125rem #ffffff;
	outline: 0.125rem solid #000000;
	outline-offset: 0.125rem;
}
em {
	font-style: italic !important;
	border-left: 3px solid red !important;
	padding-left: 10px !important;
}

b {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 20px !important;
}
.day {
	text-align: center;
	padding: 5px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #394088;
}

.days {
	border: 1px solid #394088;
	padding: 0px 5px 5px 5px;
	padding: 10px;
	border-radius: 6px;
}

.check {
	box-shadow: 0px 0px 10px 0px #000;
	max-width: 100%;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #fff;
}
.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;
}
.bank__logo {
}
.check__top-col-title {
}
.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 4fr 1.5fr 0.1fr 1.5fr;
}
.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;
}
.check__thanks {
	text-align: right;
	display: block;
	margin: 0.5rem 2rem;
}

@media (max-width: 1200px) {
	.check {
		font-size: 0.9rem;
	}
}
@media (max-width: 1024px) {
	.check {
		font-size: 0.8rem;
	}
}
@media (max-width: 992px) {
	.check {
		font-size: 0.7rem;
	}
}

.reg {
	margin-top: 1rem;
	font-size: 1.1rem;
	line-height: 30px;
}
.reg__title {
	font-weight: 700;
}
.reg__list {
	max-width: 85%;
	margin: 0 auto;

	gap: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.reg__item {
	font-size: 1.1rem;
	line-height: 30px;
	margin-bottom: 0.5rem;
	font-weight: normal;
}
.reg__item a {
	font-weight: 700;
}
.reg__item a:hover {
	color: #3b5998;
}

a {
	color: #b80000;
	text-decoration: none;
}

.comment {
	margin-top: 2rem;
	margin-bottom: 2rem;
	max-width: 95%;
}
.comment-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.comment-content {
	display: flex;
	flex-direction: column;
}

.comment-block {
	margin-top: 1rem;
	display: flex;
	justify-content: flex-start;
	border-top: 1px solid #767d843c;
	padding-top: 0.5rem;
}
.comment-block-answer {
	margin-left: 2rem;
}
.block-avatar {
	margin-right: 1rem;
}
.block-avatar img {
	border-radius: 50%;
	width: 50px;
}
.block-info {
	width: 100%;
}
.block-info-comment {
	position: relative;
}
.block-info-comment__svg {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	font-size: 0.8rem;
}
.block-info-comment__svg svg {
	background-color: #62626237;
	border-radius: 50%;
	fill: #303030;
	width: 20px;
	padding: 5px;
}
.block-info-comment__name {
	font-weight: 700;
	color: #052962;
	padding-bottom: 1rem;
}
.block-info-comment__name span {
	font-size: 0.8rem;
	font-weight: normal;
	color: #30303093;
	padding-left: 0.5rem;
}
.block-info-line {
	display: flex;
	flex-direction: column;
}

.block-info-line__like {
	display: flex;
	justify-content: flex-end;
	color: #626262;
	font-weight: normal;
	font-size: 0.7rem;
}

.comments__more {
	display: block;
	margin: 0 auto;
	color: #3b5998;
	text-align: center;
}

.footer-logo {
	display: block;
	margin: 0 auto;
	padding-bottom: 15px;
}

.ssrcss-vvyq0-GlobalNavigationContent {
	padding-top: 15px;
	padding-bottom: 15px;
}

.ssrcss-1a6al6l-ChameleonGlobalNavigation {
	font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 1.2307692307692308;
	background: #ffffff;
	color: #141414;
	box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
}

.ssrcss-1ocoo3l-Wrap {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0.5rem;
	max-width: 63rem;
}

@media (min-width: 25rem) {
	.ssrcss-1ocoo3l-Wrap {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media (min-width: 80rem) {
	.ssrcss-1ocoo3l-Wrap {
		max-width: 80rem;
	}
}

.ssrcss-vvyq0-GlobalNavigationContent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

@media (max-width: 37.5rem) {
	.ssrcss-vvyq0-GlobalNavigationContent {
		padding: 0 0.25rem;
	}
}

.ssrcss-g08l83-GlobalNavigationItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

@media (min-width: 37.5rem) {
	.ssrcss-g08l83-GlobalNavigationItem {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
}

.ssrcss-1f39n02-VisuallyHidden {
	position: absolute;
	overflow: hidden;
	margin: 0;
	width: 1px;
	height: 1px;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.ssrcss-xi5oyi-StyledIcon {
	display: block;
	height: 100%;
	width: 100%;
	fill: currentcolor;
}

.ssrcss-1y713bi-NavItemHoverState {
	position: relative;
	-webkit-text-decoration: none;
	text-decoration: none;
	display: inline-block;
}

.ssrcss-1y713bi-NavItemHoverState:after {
	content: "";
	display: block;
	background-color: #000000;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0.625rem;
	height: 0.125rem;
	width: 66%;
	opacity: 0;
}

.ssrcss-1y713bi-NavItemHoverState:hover:after,
.ssrcss-1y713bi-NavItemHoverState:focus:after {
	width: 100%;
	opacity: 1;
}

.ssrcss-m0mljx-NavigationLink-MenuToggleControlLink {
	display: block;
	height: 100%;
	line-height: 4rem;
	-webkit-text-decoration: inherit;
	text-decoration: inherit;
	color: inherit;
	white-space: nowrap;
	text-align: center;
	min-width: 3rem;
	min-width: 2.5rem;
}

.ssrcss-m0mljx-NavigationLink-MenuToggleControlLink:hover .e1gviwgp18:after,
.ssrcss-m0mljx-NavigationLink-MenuToggleControlLink:focus .e1gviwgp18:after {
	width: 100%;
	opacity: 1;
}

@media (min-width: 23.4375rem) {
	.ssrcss-m0mljx-NavigationLink-MenuToggleControlLink {
		text-align: center;
		min-width: 2.5rem;
	}
}

@media (min-width: 23.4375rem) {
	.ssrcss-m0mljx-NavigationLink-MenuToggleControlLink {
		min-width: 3rem;
	}
}

.ssrcss-69nf57-LastGlobalNavigationItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

@media (min-width: 37.5rem) {
	.ssrcss-69nf57-LastGlobalNavigationItem {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
}

.ssrcss-6500z4-GlobalNavigationItem-GlobalNavigationBurger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 2.5rem;
}

@media (min-width: 37.5rem) {
	.ssrcss-6500z4-GlobalNavigationItem-GlobalNavigationBurger {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
}

.ssrcss-6500z4-GlobalNavigationItem-GlobalNavigationBurger:hover > * > *:after,
.ssrcss-6500z4-GlobalNavigationItem-GlobalNavigationBurger:focus > * > *:after {
	width: 100%;
	opacity: 100%;
}

@media (min-width: 23.4375rem) {
	.ssrcss-6500z4-GlobalNavigationItem-GlobalNavigationBurger {
		width: 3rem;
	}
}

@media (min-width: 37.5rem) {
	.ssrcss-6500z4-GlobalNavigationItem-GlobalNavigationBurger {
		display: none;
	}
}

.ssrcss-1myt22i-BurgerMenuIconWrapper {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 1.5rem;
	height: 1.375rem;
	vertical-align: -0.5em;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
}

@media (min-width: 37.5rem) {
	.ssrcss-1myt22i-BurgerMenuIconWrapper {
		display: none;
	}
}

@media (prefers-reduced-motion: no-preference) {
}

@supports (display: grid) {
}

.ssrcss-sr8qwz-CallToActionLink:focus-visible {
	outline: none;
	box-shadow: none;
}

@media (min-width: 56.25rem) {
	.ssrcss-q03fby-ContainerWithSidebarWrapper {
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: minmax(0, 1fr) 18.75rem;
	}
}

.ssrcss-1ki8hfp-StyledZone {
	max-width: 50rem;
}

.ssrcss-pv1rh6-ArticleWrapper {
	font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
	font-weight: 400;
	font-feature-settings: "";
	font-size: 1rem;
	line-height: 1.375;
	color: #141414;
	margin: 1rem 0 1.5rem 0;
	padding-bottom: 1.5rem;
}

.ssrcss-1eqcsb1-HeadingWrapper {
	padding-bottom: 1rem;
	margin-top: 2.5rem;
}

.ssrcss-1eqcsb1-HeadingWrapper
	> *:not([hidden]):not(style):not(.visually-hidden)
	~ *:not([hidden]):not(style):not(.visually-hidden) {
	margin-top: 1rem;
}

.ssrcss-15xko80-StyledHeading {
	font-family: ReithSerif, Helvetica, Arial, freesans, sans-serif;
	font-weight: 500;
	font-feature-settings: "";
	font-size: 2rem;
	line-height: 1.125;
	margin: 0;
	color: #141414;
}

@media (min-width: 37.5rem) {
	.ssrcss-15xko80-StyledHeading {
		font-size: 2.75rem;
		line-height: 1.0909090909090908;
	}
}

.ssrcss-15xko80-StyledHeading:focus {
	outline-style: none;
}

.ssrcss-15xko80-StyledHeading:focus-visible {
	outline-style: auto;
}

.ssrcss-1xpwu3-MetadataStripContainer {
	font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
	font-weight: 400;
	font-feature-settings: "";
	font-size: 0.8125rem;
	line-height: 1.2307692307692308;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-box-flex-wrap: wrap-reverse;
	-webkit-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	margin-top: -0.25rem;
	color: #545658;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.ssrcss-13nu8ri-GroupChildrenForWrapping {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ssrcss-30fcoe-MetadataStripItem {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	margin-top: 0.25rem;
	margin-right: 0.875rem;
	max-width: 100%;
	position: relative;
}

.ssrcss-30fcoe-MetadataStripItem::before {
	content: "";
	border: 0.0625rem solid #8a8c8e;
	background-color: #8a8c8e;
	position: absolute;
	left: -0.5rem;
}

.ssrcss-m5j4pi-MetadataContent {
	display: inline-block;
	max-width: 100%;
}

.ssrcss-1pvwv4b-MetadataSnippet {
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
}

.ssrcss-1if1g9v-MetadataText {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
}

.ssrcss-1mh4yp1-IconContainer {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
	padding-right: 0.25em;
}

.ssrcss-i42p3a-Button:focus-visible {
	outline: none;
	box-shadow: none;
}

.ssrcss-1iwzhjp-Button:focus-visible {
	outline: none;
	box-shadow: none;
}

.ssrcss-1v2rvfo-Button:focus-visible {
	outline: none;
	box-shadow: none;
}

.ssrcss-wpgbih-StyledFigure {
	font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
	font-weight: 400;
	font-feature-settings: "";
}

.ssrcss-ab5fd8-StyledFigureContainer {
	position: relative;
}

.ssrcss-evoj7m-Image {
	display: block;
	width: 100%;
	height: auto;
}

.ssrcss-tvuve5-StyledFigureCopyright {
	font-size: 0.75rem;
	line-height: 1.3333333333333333;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #141414;
	color: #f6f6f6;
	padding: 0.25rem;
	text-transform: uppercase;
}

.ssrcss-1mget3o-StyledFigureCaption {
	font-size: 0.875rem;
	line-height: 1.2857142857142858;
	color: #545658;
	border-left: 1px solid #8a8c8e;
	margin-top: 0.5rem;
	padding-left: 0.5rem;
}

.ssrcss-1bdte2-BylineComponentWrapper {
	margin: 1.5rem auto;
	max-width: 50rem;
}

.ssrcss-h3c0s8-ContributorContainer {
	display: grid;
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	row-gap: 0.5rem;
	grid-template-columns: 1fr;
	gap: 1rem 0.5rem;
	color: #545658;
}

.ssrcss-h3c0s8-ContributorContainer > :last-child {
	margin-bottom: 0;
}

.ssrcss-1u2in0b-Container-ContributorDetails {
	grid-column: 1/3;
}

.ssrcss-1u2in0b-Container-ContributorDetails > :last-child {
	margin-bottom: 0;
}

.ssrcss-68pt20-Text-TextContributorName {
	font-size: 0.8125rem;
	line-height: 1.2307692307692308;
	margin-bottom: 0.25rem;
	color: #545658;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 700;
	color: #141414;
}

@media (min-width: 37.5rem) {
	.ssrcss-68pt20-Text-TextContributorName {
		font-size: 1.125rem;
		line-height: 1.222222222222222;
	}
}

.ssrcss-84ltp5-Text {
	font-size: 0.8125rem;
	line-height: 1.2307692307692308;
	margin-bottom: 0.25rem;
	color: #545658;
}

.ssrcss-11r1m41-RichTextComponentWrapper {
	margin: 1rem 0;
	max-width: 36.25rem;
}

.ssrcss-7uxr49-RichTextContainer {
	color: #141414;
	overflow-wrap: break-word;
}

.ssrcss-7uxr49-RichTextContainer
	> *:not([hidden]):not(style):not(.visually-hidden)
	~ *:not([hidden]):not(style):not(.visually-hidden) {
	margin-top: 1rem;
}

.ssrcss-1q0x1qg-Paragraph {
	margin: 0;
}

.ssrcss-18mjolk-ComponentWrapper {
	margin: 1.5rem 0;
	max-width: 50rem;
}

.ssrcss-q4zz1q-StyledHeading {
	font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
	font-weight: 700;
	font-feature-settings: "";
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0;
	color: #141414;
}

@media (min-width: 37.5rem) {
	.ssrcss-q4zz1q-StyledHeading {
		font-size: 1.5rem;
		line-height: 1.1666666666666667;
	}
}

.ssrcss-q4zz1q-StyledHeading:focus {
	outline-style: none;
}

.ssrcss-q4zz1q-StyledHeading:focus-visible {
	outline-style: auto;
}

.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
	box-sizing: border-box;
}

@media (min-width: 0rem) and (max-width: 24.9375rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 25rem) and (max-width: 37.4375rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 37.5rem) and (max-width: 56.1875rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 56.25rem) and (max-width: 62.9375rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 63rem) and (max-width: 79.9375rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 80rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 0rem) and (max-width: 24.9375rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		padding-top: 0.75rem;
	}
}

@media (min-width: 25rem) and (max-width: 37.4375rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		padding-top: 0.75rem;
	}
}

@media (min-width: 37.5rem) and (max-width: 56.1875rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		padding-top: 0.75rem;
	}
}

@media (min-width: 56.25rem) and (max-width: 62.9375rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		padding-top: 0.75rem;
	}
}

@media (min-width: 63rem) and (max-width: 79.9375rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		padding-top: 0.75rem;
	}
}

@media (min-width: 80rem) {
	.ssrcss-ykosa2-OnwardJourneysContainerWrapper {
		padding-top: 0.75rem;
	}
}

.ssrcss-12dgk66-PromoGroupWrapper {
	margin-top: 1rem;
	font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
	font-weight: 400;
	font-feature-settings: "";
	font-size: 1rem;
	line-height: 1.375;
	color: #141414;
}

.ssrcss-12dgk66-PromoGroupWrapper > ul {
	display: grid;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;
}

@media (min-width: 0rem) and (max-width: 24.9375rem) {
	.ssrcss-12dgk66-PromoGroupWrapper > ul {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 25rem) and (max-width: 37.4375rem) {
	.ssrcss-12dgk66-PromoGroupWrapper > ul {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 37.5rem) and (max-width: 56.1875rem) {
	.ssrcss-12dgk66-PromoGroupWrapper > ul {
		grid-template-columns: repeat(3, 1fr);
		padding-bottom: 1.5rem;
	}
}

@media (min-width: 56.25rem) and (max-width: 62.9375rem) {
	.ssrcss-12dgk66-PromoGroupWrapper > ul {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 63rem) and (max-width: 79.9375rem) {
	.ssrcss-12dgk66-PromoGroupWrapper > ul {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 80rem) {
	.ssrcss-12dgk66-PromoGroupWrapper > ul {
		grid-template-columns: 1fr;
	}
}

.ssrcss-12dgk66-PromoGroupWrapper
	> ul
	> *:not([hidden]):not(style):not(.visually-hidden)
	~ *:not([hidden]):not(style):not(.visually-hidden) {
	margin-top: 0;
}

.ssrcss-1020bd1-Stack {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ssrcss-1020bd1-Stack
	> *:not([hidden]):not(style):not(.visually-hidden)
	~ *:not([hidden]):not(style):not(.visually-hidden) {
	margin-top: 1rem;
}

@media (min-width: 25rem) {
	.ssrcss-1020bd1-Stack
		> *:not([hidden]):not(style):not(.visually-hidden)
		~ *:not([hidden]):not(style):not(.visually-hidden) {
		margin-top: 1.5rem;
	}
}

@media (min-width: 0rem) and (max-width: 24.9375rem) {
	.ssrcss-2pgqep-PromoItem {
		margin-bottom: 1rem;
	}
}

@media (min-width: 25rem) and (max-width: 37.4375rem) {
	.ssrcss-2pgqep-PromoItem {
		margin-bottom: 1rem;
	}
}

@media (min-width: 37.5rem) and (max-width: 56.1875rem) {
	.ssrcss-2pgqep-PromoItem {
		margin-bottom: 1rem;
	}
}

@media (min-width: 56.25rem) and (max-width: 62.9375rem) {
	.ssrcss-2pgqep-PromoItem {
		margin-bottom: 1rem;
	}
}

@media (min-width: 63rem) and (max-width: 79.9375rem) {
	.ssrcss-2pgqep-PromoItem {
		margin-bottom: 1rem;
	}
}

@media (min-width: 80rem) {
	.ssrcss-2pgqep-PromoItem {
		margin-bottom: 1rem;
	}
}

.ssrcss-h10ero-Promo {
	font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
	font-weight: 400;
	font-feature-settings: "";
	font-size: 0.875rem;
	line-height: 1.2857142857142858;
	position: relative;
	height: 100%;
	background: #f6f6f6;
	outline: solid transparent;
	color: #545658;
}

.ssrcss-fn1ha4-PromoCompact {
	height: 100%;
}

.ssrcss-fn1ha4-PromoCompact .e1f5wbog8 {
	height: 100%;
}

.ssrcss-xekq2n-PromoContent {
	box-sizing: border-box;
	padding: 0.5rem !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media (min-width: 56.25rem) {
	.ssrcss-xekq2n-PromoContent {
		padding: 1rem !important;
	}
}

.ssrcss-xekq2n-PromoContent > * {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.ssrcss-xekq2n-PromoContent
	> *:not([hidden]):not(style):not(.visually-hidden)
	~ *:not([hidden]):not(style):not(.visually-hidden) {
	margin-top: 0.5rem;
}

.ssrcss-i9iip6-PromoLink {
	display: block;
	font-size: 1rem;
	line-height: 1.25;
	color: #141414;
}

@media (min-width: 37.5rem) {
	.ssrcss-i9iip6-PromoLink {
		font-size: 1.125rem;
		line-height: 1.222222222222222;
	}
}

.ssrcss-i9iip6-PromoLink:link {
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #141414;
}

.ssrcss-i9iip6-PromoLink:visited {
	color: #545658;
}

.ssrcss-i9iip6-PromoLink:link:hover .e1f5wbog5,
.ssrcss-i9iip6-PromoLink:visited:hover .e1f5wbog5,
.ssrcss-i9iip6-PromoLink:link:focus .e1f5wbog5,
.ssrcss-i9iip6-PromoLink:visited:focus .e1f5wbog5 {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	color: #b80000;
}

@supports (text-decoration-color: transparent) {
	.ssrcss-i9iip6-PromoLink:link:hover .e1f5wbog5,
	.ssrcss-i9iip6-PromoLink:visited:hover .e1f5wbog5,
	.ssrcss-i9iip6-PromoLink:link:focus .e1f5wbog5,
	.ssrcss-i9iip6-PromoLink:visited:focus .e1f5wbog5 {
		text-decoration-line: underline;
		text-decoration-thickness: 2px;
	}
}

.ssrcss-i9iip6-PromoLink::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.ssrcss-17zglt8-PromoHeadline {
	font-family: ReithSerif, Helvetica, Arial, freesans, sans-serif;
	font-weight: 500;
	font-feature-settings: "";
	display: inline;
}

.ssrcss-1y7k614-FooterStack {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.ssrcss-lny69r-StyledHeading:focus-visible {
	outline-style: auto;
}

.ssrcss-ib6b4j-Button:focus-visible {
	outline: none;
	box-shadow: none;
}

.ssrcss-1hq4gmv-Placeholder {
	position: relative;
	display: block;
	padding-bottom: 56.25%;
}

.ssrcss-1hq4gmv-Placeholder img {
	overflow: hidden;
	position: absolute;
	inset: 0px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
