/* /Components/Abstractions/Articles/ArticleContentView.razor.rz.scp.css */
.article-content-view[b-okmq9g3q58] {
	color: var(--mud-palette-text-primary);
	font-size: 18px;
	line-height: 1.75;
}

.article-content-view > :first-child[b-okmq9g3q58] {
	margin-top: 0px;
}

.article-content-view > :last-child[b-okmq9g3q58] {
	margin-bottom: 0px;
}

.article-content-view-title[b-okmq9g3q58] {
	margin-bottom: 12px;
	margin-top: 34px;
	color: var(--mud-palette-text-primary);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.22;
}

.article-content-view-subtitle[b-okmq9g3q58] {
	margin-bottom: 10px;
	margin-top: 28px;
	color: var(--mud-palette-text-primary);
	font-size: 23px;
	font-weight: 760;
	line-height: 1.28;
}

.article-content-view-paragraph[b-okmq9g3q58] {
	margin-bottom: 18px;
	margin-top: 0px;
	color: var(--mud-palette-text-secondary);
}

.article-content-view-quote[b-okmq9g3q58] {
	margin: 34px 0px;
	padding: 30px 34px;
	border-radius: 8px;
	background: color-mix(in srgb, var(--mud-palette-primary) 6%, var(--mud-palette-background));
	color: var(--mud-palette-text-primary);
}

.article-content-view-quote-mark[b-okmq9g3q58] {
	display: block;
	margin-bottom: 10px;
	color: var(--mud-palette-primary);
	font-size: 34px;
	font-weight: 850;
	line-height: 1;
}

.article-content-view-quote-text[b-okmq9g3q58] {
	margin: 0px;
	color: var(--mud-palette-text-primary);
	font-size: 20px;
	line-height: 1.6;
}

.article-content-view-quote-attribution[b-okmq9g3q58] {
	margin-top: 12px;
	color: var(--mud-palette-text-secondary);
	font-size: 15px;
	line-height: 1.5;
}

.article-content-view-image[b-okmq9g3q58] {
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
}

.article-content-view-image img[b-okmq9g3q58] {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.article-content-view-caption[b-okmq9g3q58] {
	margin-top: 8px;
	color: var(--mud-palette-text-secondary);
	font-size: 14px;
	line-height: 1.5;
}

.article-content-view-list[b-okmq9g3q58] {
	margin-bottom: 22px;
	margin-top: 0px;
	padding-left: 24px;
	color: var(--mud-palette-text-secondary);
}

.article-content-view-list li + li[b-okmq9g3q58] {
	margin-top: 6px;
}
/* /Components/Entities/Articles/ArticleMetadata.razor.rz.scp.css */
.root[b-zrkpdty3i2] {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.separator[b-zrkpdty3i2] {
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: var(--mud-palette-primary);
}

[b-zrkpdty3i2] p.topic {
	color: var(--mud-palette-primary);
}

[b-zrkpdty3i2] p.date {
	color: var(--mud-palette-text-secondary);
	text-transform: none;
}
/* /Components/Entities/Articles/ArticlePreviewCard.razor.rz.scp.css */

.article-preview-card[b-3iyolrj0pu] {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    gap: 12px;
    padding: 28px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
    border-radius: 8px;
    background: var(--mud-palette-surface);
    box-shadow: 0 14px 38px color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
}

.article-preview-card a[b-3iyolrj0pu] {
    margin-top: auto;
    padding-top: 22px;
    color: var(--mud-palette-primary);
    font-weight: 820;
    text-decoration: none;
}

[b-3iyolrj0pu] p.eyebrow {
    margin-bottom: 0.25rem;
}
/* /Components/Entities/Articles/ArticlePreviewGrid.razor.rz.scp.css */
.article-preview-section[b-3cr8hhuawg] {
	padding: 92px 0;
	background: var(--homepage-section-background, var(--mud-palette-background));
}

.article-preview-grid[b-3cr8hhuawg] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.article-archive-card[b-3cr8hhuawg] {
	display: flex;
	position: relative;
	min-height: 230px;
	overflow: hidden;
	flex-direction: column;
	gap: 12px;
	padding: 28px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 24%, transparent);
	border-radius: 8px;
	background: color-mix(in srgb, var(--mud-palette-primary) 8%, var(--mud-palette-surface));
	color: var(--mud-palette-text-primary);
	box-shadow: 0 14px 38px color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.article-archive-card[b-3cr8hhuawg]::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: var(--mud-palette-primary);
	content: "";
}

.article-archive-card:is(:hover, :focus-visible)[b-3cr8hhuawg] {
	border-color: color-mix(in srgb, var(--mud-palette-primary) 48%, transparent);
	box-shadow: 0 18px 44px color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
	transform: translateY(-2px);
}

.article-archive-card:focus-visible[b-3cr8hhuawg] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

.archive-card-header[b-3cr8hhuawg] {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
}

.archive-card-header[b-3cr8hhuawg]  p {
	margin: 0;
}

.archive-card-icon[b-3cr8hhuawg] {
	display: inline-grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--mud-palette-primary);
	color: var(--mud-palette-primary-text);
}

.archive-card-icon[b-3cr8hhuawg]  .mud-icon-root {
	font-size: 22px;
}

.article-archive-card strong[b-3cr8hhuawg] {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin-top: auto;
	padding-top: 22px;
	color: var(--mud-palette-primary);
}

.article-archive-card strong[b-3cr8hhuawg]  .mud-icon-root {
	font-size: 20px;
	transition: transform 160ms ease;
}

.article-archive-card:is(:hover, :focus-visible) strong[b-3cr8hhuawg]  .mud-icon-root {
	transform: translateX(4px);
}

@media (max-width: 900px) {
	.article-preview-grid[b-3cr8hhuawg] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.article-preview-grid[b-3cr8hhuawg] {
		grid-template-columns: 1fr;
	}
}
/* /Components/Entities/Buttons/CallToActionButton.razor.rz.scp.css */
[b-4j24uyuoai] .root {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid var(--mud-palette-primary);
	border-radius: 8px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	text-decoration-thickness: 2px;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease,
		box-shadow 160ms ease;
}

[b-4j24uyuoai] .root:hover,
[b-4j24uyuoai] .root:focus-visible {
	background: color-mix(in srgb, var(--mud-palette-primary) 8%, transparent);
	color: var(--mud-palette-primary);
}

[b-4j24uyuoai] .root:focus-visible {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 3px;
}

[b-4j24uyuoai] .primary {
	background: var(--mud-palette-primary);
	color: var(--mud-palette-primary-text);
	box-shadow: 0 18px 34px color-mix(in srgb, var(--mud-palette-primary) 26%, transparent);
}

[b-4j24uyuoai] .primary:hover,
[b-4j24uyuoai] .primary:focus-visible {
	background: color-mix(in srgb, var(--mud-palette-primary) 88%, var(--mud-palette-text-primary));
	border-color: color-mix(in srgb, var(--mud-palette-primary) 88%, var(--mud-palette-text-primary));
	color: var(--mud-palette-primary-text);
}

[b-4j24uyuoai] .secondary {
	background: transparent;
}

@media (max-width: 1180px) {
	[b-4j24uyuoai] .root {
		min-height: 48px;
		padding: 0 20px;
	}
}

@media (max-width: 560px) {
	[b-4j24uyuoai] .root {
		min-height: 44px;
		padding: 0 16px;
		font-size: 13px;
	}
}

@media (max-width: 400px) {
	[b-4j24uyuoai] .root {
		min-height: 46px;
		padding: 0 14px;
	}
}
/* /Components/Entities/Buttons/CallToActionButtonGroup.razor.rz.scp.css */
.root[b-0i497qhmw1] {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

@media (max-width: 860px) {
	.root[b-0i497qhmw1] {
		margin-top: 28px;
	}
}

@media (max-width: 560px) {
	.root[b-0i497qhmw1] {
		gap: 8px;
		margin-top: 24px;
	}
}

@media (max-width: 400px) {
	.root[b-0i497qhmw1] {
		margin-top: 22px;
	}
}
/* /Components/Entities/Content/BlockHeading.razor.rz.scp.css */
.root[b-85qc1e5edk] {
	margin: 0 0 4px;
	color: var(--mud-palette-text-primary);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.2;
	text-wrap: balance;
}

.small[b-85qc1e5edk] {
	font-size: 1.0625rem;
	line-height: 1.25;
	letter-spacing: 0;
}

.large[b-85qc1e5edk] {
	font-size: clamp(1.75rem, 2.8vw, 2rem);
	line-height: 1.18;
}

.flush[b-85qc1e5edk] {
	margin-bottom: 0;
}
/* /Components/Entities/Content/ContentEyebrow.razor.rz.scp.css */
.root[b-oh5uzt5my8] {
    display: block;
    margin: 0 0 1.125rem;
    color: var(--mud-palette-text-secondary);
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.025em;
    line-height: 1.3;
    text-transform: uppercase;
    text-wrap: balance;
}

.root.flush[b-oh5uzt5my8] {
    margin-bottom: 0;
}
/* /Components/Entities/Content/ContentPanel.razor.rz.scp.css */
.root[b-cdmmx1euxx] {
	display: grid;
	gap: 22px;
	padding: clamp(24px, 4vw, 40px);
	background: color-mix(in srgb, var(--mud-palette-primary) 5%, transparent);
	border-radius: var(--mud-default-borderradius);
}

@media (max-width: 600px) {
	.root[b-cdmmx1euxx] {
		padding: 24px;
	}
}
/* /Components/Entities/Content/ContentSection.razor.rz.scp.css */
.root[b-vvymeykl4r] {
	padding: clamp(64px, 8vw, 100px) 0;
	background: var(--homepage-section-background, var(--mud-palette-background));
}

.compact[b-vvymeykl4r] {
	padding: clamp(48px, 6vw, 72px) 0;
}

.large[b-vvymeykl4r] {
	padding: clamp(72px, 9vw, 116px) 0;
}

.muted[b-vvymeykl4r] {
	background: color-mix(in srgb, var(--mud-palette-primary) 4%, var(--mud-palette-background));
}
/* /Components/Entities/Content/EditorialList.razor.rz.scp.css */
.root[b-hqw5wn4xeh] {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.root > li[b-hqw5wn4xeh],
[b-hqw5wn4xeh] li {
	position: relative;
	padding-left: 28px;
	color: var(--mud-palette-text-primary);
	font-size: 1.03rem;
	line-height: 1.65;
}

.root > li[b-hqw5wn4xeh]::before,
[b-hqw5wn4xeh] li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--mud-palette-primary);
	content: "";
}
/* /Components/Entities/Content/FactChip.razor.rz.scp.css */
[b-6kebskqsut] .root {
	font-weight: 650;
	line-height: 1.2;
}
/* /Components/Entities/Content/FactChipList.razor.rz.scp.css */
.root[b-hf2c495y8g] {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.flush[b-hf2c495y8g] {
	margin-top: 0;
}
/* /Components/Entities/Content/HandwrittenNote.razor.rz.scp.css */
.root[b-bd2ueo781p] {
	display: grid;
	width: fit-content;
	color: var(--mud-palette-primary);
	font-family: "Segoe Print", "Bradley Hand ITC", cursive;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.spacing-default[b-bd2ueo781p] {
	margin-top: 30px;
}

.spacing-large[b-bd2ueo781p] {
	margin-top: 34px;
}

.root span[b-bd2ueo781p] {
	white-space: nowrap;
}

.arrow[b-bd2ueo781p] {
	width: 138px;
	height: 54px;
	margin-top: 35px;
	margin-right: -50px;
	margin-left: auto;
	overflow: visible;
}

.arrow-up .arrow[b-bd2ueo781p] {
	margin-top: 12px;
	margin-right: 24px;
	transform: rotate(-90deg);
	transform-origin: 76% 50%;
}

.arrow path[b-bd2ueo781p] {
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 1024px) {
	.root[b-bd2ueo781p] {
		font-size: 20px;
	}
}

@media (max-width: 760px) {
	.spacing-large[b-bd2ueo781p] {
		margin-top: 24px;
	}

	.arrow[b-bd2ueo781p] {
		display: none;
	}
}

@media (max-width: 560px) {
	.root[b-bd2ueo781p] {
		font-size: 19px;
	}

	.spacing-default[b-bd2ueo781p] {
		margin-top: 18px;
	}
}

@media (max-width: 430px) {
	.root span[b-bd2ueo781p] {
		white-space: normal;
	}
}
/* /Components/Entities/Content/IconContentList.razor.rz.scp.css */
.root[b-uwznp1b647] {
	display: grid;
	gap: 18px;
}

.root.with-top-divider[b-uwznp1b647] {
	padding-top: 28px;
	border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
}

.items[b-uwznp1b647] {
	display: grid;
	gap: 18px;
}
/* /Components/Entities/Content/IconContentListItem.razor.rz.scp.css */
.root[b-xhbb4fi4jp] {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.icon[b-xhbb4fi4jp] {
	display: grid;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-items: center;
	border-radius: 999px;
	background: color-mix(in srgb, var(--mud-palette-primary) 9%, var(--mud-palette-surface));
	color: var(--mud-palette-primary);
}

[b-xhbb4fi4jp] .icon .mud-icon-root {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

.content[b-xhbb4fi4jp] {
	display: grid;
	gap: 4px;
	min-width: 0;
}
/* /Components/Entities/Content/SectionCopy.razor.rz.scp.css */
.root[b-n9e1t1dj0y] {
	display: grid;
	gap: 8px;
	max-width: 560px;
	color: var(--mud-palette-text-secondary);
	font-size: 18px;
	line-height: 1.7;
	text-wrap: pretty;
}

.spacing-default[b-n9e1t1dj0y] {
	margin-top: 22px;
}

.spacing-large[b-n9e1t1dj0y] {
	margin-top: 48px;
}

.primary[b-n9e1t1dj0y] {
	color: var(--mud-palette-text-primary);
}

.small[b-n9e1t1dj0y] {
	font-size: 15px;
	line-height: 1.55;
}

.large[b-n9e1t1dj0y] {
	font-size: 18px;
	line-height: 1.7;
}

.wide[b-n9e1t1dj0y] {
	max-width: 720px;
}

.unbounded[b-n9e1t1dj0y] {
	max-width: none;
}

.root > p[b-n9e1t1dj0y],
[b-n9e1t1dj0y] p {
	margin: 0;
}

.root[b-n9e1t1dj0y]  strong {
	font-weight: 850;
}

@media (max-width: 1024px) {
	.large[b-n9e1t1dj0y] {
		font-size: 19px;
	}

	.spacing-large[b-n9e1t1dj0y] {
		margin-top: 36px;
	}
}

@media (max-width: 900px) {
	.root[b-n9e1t1dj0y] {
		max-width: none;
	}

	.spacing-large[b-n9e1t1dj0y] {
		margin-top: 28px;
	}
}

@media (max-width: 560px) {
	.root[b-n9e1t1dj0y],
	.large[b-n9e1t1dj0y] {
		font-size: 17px;
		line-height: 1.65;
	}

	.small[b-n9e1t1dj0y] {
		font-size: 15px;
		line-height: 1.55;
	}
}
/* /Components/Entities/Content/SectionEyebrow.razor.rz.scp.css */
.root[b-j1eb93qul9] {
	margin: 0 0 10px;
	color: var(--mud-palette-primary);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.inverted[b-j1eb93qul9] {
	color: var(--mud-palette-primary-lighten);
}

.flush[b-j1eb93qul9] {
	margin-bottom: 0;
}
/* /Components/Entities/Content/SectionHeading.razor.rz.scp.css */
.root[b-24fug9l4aa] {
	display: grid;
	gap: 10px;
	max-width: 720px;
	margin: 0 0 34px;
}

.title[b-24fug9l4aa] {
	margin: 0;
	color: var(--mud-palette-text-primary);
	font-size: 40px;
	font-weight: 850;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.15;
	text-wrap: balance;
}

.inverted .title[b-24fug9l4aa] {
	color: var(--mud-palette-primary-text);
}

.flush[b-24fug9l4aa] {
	margin-bottom: 0;
}

@media (max-width: 900px) {
	.title[b-24fug9l4aa] {
		font-size: 32px;
	}
}

@media (max-width: 520px) {
	.title[b-24fug9l4aa] {
		font-size: 29px;
	}
}
/* /Components/Entities/Content/SectionLead.razor.rz.scp.css */
.root[b-qqcq5uu0ik] {
	max-width: 430px;
	margin: 22px 0 0;
	color: var(--mud-palette-text-secondary);
	font-size: 18px;
	line-height: 1.65;
	text-wrap: pretty;
}

.inverted[b-qqcq5uu0ik] {
	color: var(--mud-palette-primary-text);
}

.flush[b-qqcq5uu0ik] {
	margin-top: 0;
}

@media (max-width: 760px) {
	.root[b-qqcq5uu0ik] {
		max-width: none;
		font-size: 17px;
	}
}
/* /Components/Entities/FrequentlyAskedQuestions/FrequentlyAskedQuestionSection.razor.rz.scp.css */
.root[b-bfsqjo8j5r] {
	padding: 92px 0 106px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--mud-palette-secondary) 9%, var(--mud-palette-surface)) 0%, var(--mud-palette-surface) 58%, color-mix(in srgb, var(--mud-palette-secondary) 7%, var(--mud-palette-surface)) 100%);
}

.layout[b-bfsqjo8j5r] {
	display: grid;
	grid-template-columns: fit-content(560px) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
	margin-top: 56px;
}

.question-list[b-bfsqjo8j5r],
.answer-card[b-bfsqjo8j5r] {
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
	border-radius: 8px;
	background: color-mix(in srgb, var(--mud-palette-surface) 94%, transparent);
	box-shadow: 0 18px 42px color-mix(in srgb, var(--mud-palette-text-primary) 5%, transparent);
}

.question-list[b-bfsqjo8j5r] {
	display: grid;
	align-content: start;
	min-width: min(420px, 100%);
	overflow: hidden;
}

.question-button[b-bfsqjo8j5r] {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	width: 100%;
	min-height: 50px;
	padding: 0 22px 0 30px;
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	background: transparent;
	color: var(--mud-palette-text-primary);
	font: inherit;
	font-size: 18px;
	font-weight: 450;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
}

.question-button:last-child[b-bfsqjo8j5r] {
	border-bottom: 0;
}

.question-button[b-bfsqjo8j5r]::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: transparent;
	content: "";
}

.question-button:is(:hover, :focus-visible)[b-bfsqjo8j5r],
.question-button.selected[b-bfsqjo8j5r] {
	background: color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-surface));
	color: var(--mud-palette-primary);
}

.question-button.selected[b-bfsqjo8j5r]::before {
	background: var(--mud-palette-primary);
}

.question-button:focus-visible[b-bfsqjo8j5r] {
	z-index: 1;
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: -2px;
}

.question-button span[b-bfsqjo8j5r] {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.question-icon[b-bfsqjo8j5r] {
	color: var(--mud-palette-primary);
	font-size: 26px;
}

.answer-card[b-bfsqjo8j5r] {
	display: grid;
	align-content: start;
	min-height: 100%;
	padding: 46px 48px 42px;
}

.answer-panels[b-bfsqjo8j5r] {
	display: grid;
}

.answer-panel[b-bfsqjo8j5r] {
	grid-area: 1 / 1;
	visibility: hidden;
	pointer-events: none;
}

.answer-panel.selected[b-bfsqjo8j5r] {
	visibility: visible;
	pointer-events: auto;
}

.answer-heading[b-bfsqjo8j5r] {
	display: grid;
	gap: 10px;
	padding-bottom: 18px;
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 14%, transparent);
}

.answer-secondary[b-bfsqjo8j5r] {
	margin-top: 44px;
	padding-top: 30px;
	border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
}

.secondary-content[b-bfsqjo8j5r] {
	display: grid;
	gap: 9px;
	border-radius: 8px;
}

.answer-secondary[b-bfsqjo8j5r]  .mud-alert-message {
	display: grid;
	gap: 9px;
}

.answer-secondary[b-bfsqjo8j5r]  .secondary-content strong {
	font-size: 16px;
	font-weight: 850;
	line-height: 1.3;
}

.answer-secondary[b-bfsqjo8j5r]  .secondary-content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
}

.answer-secondary[b-bfsqjo8j5r]  .secondary-content a {
	display: inline-flex;
	gap: 14px;
	align-items: center;
	width: fit-content;
	margin-top: 8px;
	color: var(--mud-palette-primary);
	font-size: 17px;
	font-weight: 850;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.24rem;
}

.answer-secondary[b-bfsqjo8j5r]  .secondary-content a:is(:hover, :focus-visible) {
	color: color-mix(in srgb, var(--mud-palette-primary) 82%, var(--mud-palette-text-primary));
}

.answer-secondary[b-bfsqjo8j5r]  .secondary-content a:focus-visible {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

@media (max-width: 960px) {
	.root[b-bfsqjo8j5r] {
		padding: 76px 0 88px;
	}

	.layout[b-bfsqjo8j5r] {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 44px;
	}

	.answer-card[b-bfsqjo8j5r] {
		padding: 38px 36px;
	}
}

@media (max-width: 560px) {
	.root[b-bfsqjo8j5r] {
		padding: 64px 0 72px;
	}

	.layout[b-bfsqjo8j5r] {
		margin-top: 36px;
	}

	.question-button[b-bfsqjo8j5r] {
		min-height: 68px;
		padding: 0 18px 0 22px;
		font-size: 16px;
	}

	.question-icon[b-bfsqjo8j5r] {
		font-size: 22px;
	}

	.answer-card[b-bfsqjo8j5r] {
		padding: 30px 24px;
	}

	.answer-secondary[b-bfsqjo8j5r] {
		margin-top: 32px;
		padding-top: 24px;
	}
}
/* /Components/Entities/Friends/FriendLogoCarousel.razor.rz.scp.css */
.root[b-tmbtzyvseu] {
	position: relative;
	overflow: hidden;
	padding: 112px 0 104px;
	background: var(--homepage-section-background, var(--mud-palette-background));
}

.fluid-field[b-tmbtzyvseu] {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.fluid-field path[b-tmbtzyvseu] {
	fill: color-mix(in srgb, var(--mud-palette-secondary) 11%, transparent);
}

.root[b-tmbtzyvseu]  .mud-container {
	position: relative;
	z-index: 1;
}

.header[b-tmbtzyvseu],
.carousel[b-tmbtzyvseu] {
	position: relative;
	z-index: 1;
}

.carousel[b-tmbtzyvseu] {
	position: relative;
}

.friends-link-row[b-tmbtzyvseu] {
	display: flex;
	justify-content: flex-end;
	margin-top: 8px;
}

.friends-link[b-tmbtzyvseu] {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	padding: 8px 0;
	color: var(--mud-palette-primary);
	font-weight: 800;
	text-decoration: none;
}

.friends-link:is(:hover, :focus-visible)[b-tmbtzyvseu] {
	color: var(--mud-palette-primary-darken);
}

.friends-link:focus-visible[b-tmbtzyvseu] {
	border-radius: 4px;
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

.friends-link[b-tmbtzyvseu]  .mud-icon-root {
	font-size: 22px;
	transition: transform 160ms ease;
}

.friends-link:is(:hover, :focus-visible)[b-tmbtzyvseu]  .mud-icon-root {
	transform: translateX(4px);
}

.viewport[b-tmbtzyvseu] {
	--logo-gap: 12px;
	--visible-logo-count: var(--desktop-visible-logo-count, 4);
	--visible-logo-gap-width: var(--desktop-visible-logo-gap-width, 36px);
	padding-bottom: 35px;
	padding-top: 35px;
	min-width: 0;
	width: 100%;
	overflow: hidden;
}

.logo-track[b-tmbtzyvseu] {
	display: flex;
	gap: var(--logo-gap);
	transform: translateX(calc(var(--selected-logo-index, 0) * -1 * ((100% - var(--visible-logo-gap-width)) / var(--visible-logo-count) + var(--logo-gap))));
	transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.logo-track.without-transition[b-tmbtzyvseu] {
	transition: none;
}

.logo-card[b-tmbtzyvseu] {
	display: grid;
	flex: 0 0 calc((100% - var(--visible-logo-gap-width)) / var(--visible-logo-count));
	aspect-ratio: 1;
	min-height: 112px;
	place-items: center;
	padding: 20px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 6%, transparent);
	border-radius: 8px;
	background: color-mix(in srgb, var(--mud-palette-surface) 92%, transparent);
	box-shadow: 0 4px 10px color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.logo-card:is(a:hover, a:focus-visible)[b-tmbtzyvseu] {
	border-color: color-mix(in srgb, var(--mud-palette-primary) 24%, transparent);
	box-shadow: 0 10px 21px color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
	transform: translateY(-2px);
}

.logo-card:focus-visible[b-tmbtzyvseu] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

.logo-card img[b-tmbtzyvseu] {
	width: 100%;
	height: 58px;
	object-fit: contain;
	filter: grayscale(1) saturate(0) contrast(0.72);
	mix-blend-mode: multiply;
	opacity: 0.62;
	transition: filter 160ms ease, opacity 160ms ease;
}

.logo-card:is(a:hover, a:focus-visible) img[b-tmbtzyvseu] {
	filter: grayscale(1) saturate(0) contrast(0.95);
	opacity: 0.82;
}

.navigation-button[b-tmbtzyvseu] {
	display: inline-grid;
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 999px;
	background: var(--mud-palette-surface);
	color: var(--mud-palette-primary);
	cursor: pointer;
	box-shadow: 0 10px 24px color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	transform: translateY(-50%);
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.navigation-button:first-child[b-tmbtzyvseu] {
	left: -62px;
}

.navigation-button:last-child[b-tmbtzyvseu] {
	right: -62px;
}

.navigation-button:is(:hover, :focus-visible):not(:disabled)[b-tmbtzyvseu] {
	border-color: color-mix(in srgb, var(--mud-palette-primary) 34%, transparent);
	color: var(--mud-palette-primary-darken);
	transform: translateY(-50%) translateY(-1px);
}

.navigation-button:disabled[b-tmbtzyvseu] {
	cursor: default;
	opacity: 0.7;
	transform: translateY(-50%);
}

.navigation-button:focus-visible[b-tmbtzyvseu] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

@media (max-width: 1420px) {
	.carousel[b-tmbtzyvseu] {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 18px;
		align-items: center;
	}

	.viewport[b-tmbtzyvseu] {
		--visible-logo-count: var(--tablet-visible-logo-count, 3);
		--visible-logo-gap-width: var(--tablet-visible-logo-gap-width, 24px);
	}

	.navigation-button[b-tmbtzyvseu] {
		position: static;
		transform: none;
	}

	.navigation-button:first-child[b-tmbtzyvseu] {
		left: auto;
	}

	.navigation-button:last-child[b-tmbtzyvseu] {
		right: auto;
	}

	.navigation-button:is(:hover, :focus-visible):not(:disabled)[b-tmbtzyvseu] {
		transform: translateY(-1px);
	}

	.navigation-button:disabled[b-tmbtzyvseu] {
		transform: none;
	}
}

@media (max-width: 680px) {
	.root[b-tmbtzyvseu] {
		padding: 72px 0 68px;
	}

	.fluid-field[b-tmbtzyvseu] {
		width: 100%;
		transform: none;
	}

	.viewport[b-tmbtzyvseu] {
		--visible-logo-count: var(--mobile-visible-logo-count, 2);
		--visible-logo-gap-width: var(--mobile-visible-logo-gap-width, 12px);
	}

	.navigation-button[b-tmbtzyvseu] {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 460px) {
	.viewport[b-tmbtzyvseu] {
		--visible-logo-count: var(--smallest-visible-logo-count, 1);
		--visible-logo-gap-width: var(--smallest-visible-logo-gap-width, 0px);
	}
}

.friend-logo[b-tmbtzyvseu] {
	display: block;
	width: 100%;
	height: 100%;
}

.friend-logo[b-tmbtzyvseu]  svg {
	display: block;
	width: 100%;
	height: 100%;
}
/* /Components/Entities/Hero/HeroDescription.razor.rz.scp.css */
.root[b-blf9exj0e3] {
	max-width: 560px;
	margin: 28px 0 0;
	color: var(--mud-palette-text-primary);
	font-size: 21px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.58;
}

.flush[b-blf9exj0e3] {
	margin-top: 0;
}

@media (max-width: 1180px) {
	.root[b-blf9exj0e3] {
		max-width: 500px;
		font-size: 19px;
		line-height: 1.54;
	}
}

@media (max-width: 860px) {
	.root[b-blf9exj0e3] {
		max-width: 470px;
		margin-top: 22px;
		font-size: 17px;
		line-height: 1.54;
	}
}

@media (max-width: 560px) {
	.root[b-blf9exj0e3] {
		max-width: 390px;
		margin-top: 18px;
		font-size: 15.5px;
		line-height: 1.48;
	}
}

@media (max-width: 400px) {
	.root[b-blf9exj0e3] {
		max-width: 330px;
		margin-top: 16px;
		font-size: 14.5px;
		line-height: 1.43;
	}
}
/* /Components/Entities/Hero/HeroTitle.razor.rz.scp.css */
.root[b-p1d17a5dw0] {
	max-width: 680px;
	margin: 14px 0 0;
	color: var(--mud-palette-text-primary);
	font-size: clamp(44px, 4vw, 66px);
	font-weight: 850;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.08;
	text-wrap: balance;
}

.flush[b-p1d17a5dw0] {
	margin-top: 0;
}

@media (max-width: 1180px) {
	.root[b-p1d17a5dw0] {
		max-width: 590px;
		font-size: clamp(36px, 4.4vw, 52px);
	}
}

@media (max-width: 860px) {
	.root[b-p1d17a5dw0] {
		max-width: 520px;
		font-size: clamp(34px, 6.2vw, 44px);
		line-height: 1.1;
	}
}

@media (max-width: 560px) {
	.root[b-p1d17a5dw0] {
		font-size: clamp(29px, 8.5vw, 35px);
		line-height: 1.12;
	}
}

@media (max-width: 400px) {
	.root[b-p1d17a5dw0] {
		margin-top: 10px;
		font-size: clamp(27px, 8.2vw, 31px);
		line-height: 1.11;
	}
}
/* /Components/Entities/Hero/SubPageHero.razor.rz.scp.css */
.root[b-ibz9p9glli] {
	position: relative;
	overflow: hidden;
	padding: 92px 0 70px;
	background:
		linear-gradient(110deg, color-mix(in srgb, var(--mud-palette-secondary) 10%, var(--mud-palette-surface)) 0%, var(--mud-palette-surface) 52%, color-mix(in srgb, var(--mud-palette-secondary) 8%, var(--mud-palette-surface)) 100%);
}

.shape[b-ibz9p9glli] {
	position: absolute;
	bottom: -145px;
	width: min(54vw, 720px);
	height: auto;
	color: color-mix(in srgb, var(--mud-palette-secondary) 11%, transparent);
	pointer-events: none;
}

.shape path[b-ibz9p9glli] {
	fill: currentColor;
}

.blob-1[b-ibz9p9glli] {
	right: -150px;
}

.blob-2[b-ibz9p9glli] {
	right: -180px;
	bottom: -185px;
	width: min(56vw, 760px);
	transform: rotate(8deg);
}

.content[b-ibz9p9glli] {
	position: relative;
	z-index: 1;
}

[b-ibz9p9glli] .sub-page-hero-title {
	max-width: 100%;
}

.copy[b-ibz9p9glli] {
	/*max-width: var(--sub-page-hero-copy-max-width, 800px);*/
}

@media (max-width: 900px) {
	.root[b-ibz9p9glli] {
		padding: 70px 0 54px;
	}
}

@media (max-width: 560px) {
	.root[b-ibz9p9glli] {
		padding: 56px 0 46px;
	}

	.shape[b-ibz9p9glli] {
		right: -170px;
		width: 520px;
	}

	.blob-2[b-ibz9p9glli] {
		right: -190px;
		width: 560px;
	}
}
/* /Components/Entities/Introductions/IntroSection.razor.rz.scp.css */
.body[b-2kyw2wcmeo] {
	padding-top: 30px;
}

.actions[b-2kyw2wcmeo] {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.actions[b-2kyw2wcmeo]  a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 22%, transparent);
	border-radius: 8px;
	color: var(--mud-palette-primary);
	font-weight: 820;
	text-decoration: none;
}

.actions[b-2kyw2wcmeo]  a:is(:hover, :focus-visible) {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.25rem;
}

.actions[b-2kyw2wcmeo]  a:focus-visible {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

@media (max-width: 760px) {
	.body[b-2kyw2wcmeo] {
		padding-top: 0;
	}
}
/* /Components/Entities/Links/LinkArrow.razor.rz.scp.css */
.root[b-oapnxs8hsf] {
	display: inline-grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border-radius: 999px;
	background: var(--mud-palette-primary);
	color: var(--mud-palette-primary-text);
}

[b-oapnxs8hsf] .icon {
	font-size: 18px;
}
/* /Components/Entities/Locations/KjrwLocationsSection.razor.rz.scp.css */
.root[b-rfkj0mwf9p] {
	padding: 96px 0 104px;
	background: var(--homepage-section-background, var(--mud-palette-background));
}

.heading[b-rfkj0mwf9p] {
	max-width: 780px;
}

.cards[b-rfkj0mwf9p] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin-top: 48px;
}

.card[b-rfkj0mwf9p] {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 18px;
	padding: 18px 20px 20px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 14%, transparent);
	border-radius: 12px;
	background: color-mix(in srgb, var(--mud-palette-surface) 38%, transparent);
	color: var(--mud-palette-text-primary);
	text-decoration: none;
	transition:
		border-color 160ms ease,
		background-color 160ms ease;
}

.card:hover[b-rfkj0mwf9p],
.card:focus-visible[b-rfkj0mwf9p] {
	border-color: color-mix(in srgb, var(--mud-palette-primary) 42%, transparent);
	background: color-mix(in srgb, var(--mud-palette-primary) 3%, var(--mud-palette-surface));
}

.card:focus-visible[b-rfkj0mwf9p] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

.line-art[b-rfkj0mwf9p] {
	display: block;
	width: 100%;
	height: 220px;
	background: var(--mud-palette-primary);
	-webkit-mask-image: var(--kjrw-location-line-art);
	mask-image: var(--kjrw-location-line-art);
	-webkit-mask-position: center bottom;
	mask-position: center bottom;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.card-footer[b-rfkj0mwf9p] {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
}

.card-footer[b-rfkj0mwf9p]  .mud-icon-root {
	flex-shrink: 0;
	color: var(--mud-palette-primary);
	font-size: 26px;
	transition: transform 160ms ease;
}

.card:hover .card-footer[b-rfkj0mwf9p]  .mud-icon-root,
.card:focus-visible .card-footer[b-rfkj0mwf9p]  .mud-icon-root {
	transform: translateX(3px);
}

@media (max-width: 1120px) {
	.cards[b-rfkj0mwf9p] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.line-art[b-rfkj0mwf9p] {
		height: 260px;
	}
}

@media (max-width: 700px) {
	.root[b-rfkj0mwf9p] {
		padding: 76px 0 82px;
	}

	.cards[b-rfkj0mwf9p] {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}

	.card[b-rfkj0mwf9p] {
		padding: 16px 18px 18px;
	}

	.line-art[b-rfkj0mwf9p] {
		height: min(68vw, 260px);
	}
}

@media (max-width: 560px) {
	.root[b-rfkj0mwf9p] {
		padding: 64px 0 70px;
	}
}
/* /Components/Entities/Questions/QuestionFormPanel.razor.rz.scp.css */
div.question-form[b-latbaqhdij] {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

[b-latbaqhdij] .field,
[b-latbaqhdij] .full {
	min-width: 0;
}

[b-latbaqhdij] .cta {
	margin-top: 25px;
	float: right;
}

[b-latbaqhdij] .full {
	grid-column: 1 / -1;
}

[b-latbaqhdij] .question-form .mud-input-outlined-border {
	border-color: color-mix(in srgb, var(--mud-palette-text-primary) 16%, transparent);
	border-radius: 12px;
}

[b-latbaqhdij] .question-form .mud-input-control {
	margin: 0;
}

[b-latbaqhdij] .question-form .mud-input-outlined {
	min-height: 52px;
}

[b-latbaqhdij] .question-form textarea.mud-input-slot {
	min-height: 128px;
}

@media (max-width: 760px) {
	div.question-form[b-latbaqhdij] {
		grid-template-columns: 1fr;
	}

	[b-latbaqhdij] .field {
		grid-column: 1 / -1;
	}
}
/* /Components/Entities/Questions/QuestionFormSection.razor.rz.scp.css */
.contact-section[b-51fptamcv4] {
	position: relative;
	padding: 94px 0 98px;
	overflow: hidden;
	background: var(--homepage-section-background, var(--mud-palette-background));
}

.fluid-field[b-51fptamcv4] {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.fluid-field path[b-51fptamcv4] {
	fill: color-mix(in srgb, var(--mud-palette-secondary) 12%, transparent);
}

.layout[b-51fptamcv4] {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(0, 1.42fr);
	gap: 76px;
	align-items: start;
}

.introduction[b-51fptamcv4] {
	padding-top: 5px;
}

.form-card[b-51fptamcv4] {
	position: relative;
	padding-top: 0;
}

@media (max-width: 760px) {
	.contact-section[b-51fptamcv4] {
		padding: 64px 0 72px;
	}

	.fluid-field[b-51fptamcv4] {
		width: 172%;
		transform: none;
	}

	.layout[b-51fptamcv4] {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.introduction[b-51fptamcv4] {
		padding-top: 0;
	}
}
/* /Components/Entities/Sections/ProcessSection.razor.rz.scp.css */
.root[b-jyz4fvabj6] {
	--step-gap: 58px;

	display: grid;
	gap: var(--step-gap);
	align-content: start;
}

.step[b-jyz4fvabj6] {
	position: relative;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 38px;
	align-items: start;
}

.step:not(:last-child)[b-jyz4fvabj6]::after {
	position: absolute;
	top: 104px;
	left: 45px;
	width: 1px;
	height: calc(100% + var(--step-gap) - 116px);
	background: color-mix(in srgb, var(--mud-palette-text-primary) 14%, transparent);
	content: "";
}

.number[b-jyz4fvabj6] {
	position: relative;
	z-index: 1;
	display: grid;
	width: 92px;
	height: 92px;
	align-items: center;
	justify-items: center;
	border-radius: 999px;
	background: color-mix(in srgb, var(--mud-palette-primary) 10%, var(--mud-palette-surface));
	color: var(--mud-palette-primary);
	font-size: 34px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: 0;
}

.content[b-jyz4fvabj6] {
	display: grid;
	gap: 12px;
	padding-top: 12px;
}

@media (max-width: 900px) {
	.root[b-jyz4fvabj6] {
		--step-gap: 44px;
	}
}

@media (max-width: 560px) {
	.step[b-jyz4fvabj6] {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 20px;
	}

	.step:not(:last-child)[b-jyz4fvabj6]::after {
		top: 76px;
		left: 31px;
		height: calc(100% + var(--step-gap) - 88px);
	}

	.number[b-jyz4fvabj6] {
		width: 64px;
		height: 64px;
		font-size: 26px;
	}

	.content[b-jyz4fvabj6] {
		gap: 8px;
		padding-top: 3px;
	}

}
/* /Components/Entities/Sections/SplitSection.razor.rz.scp.css */
.root[b-hywsnbnn9v] {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background: var(--homepage-section-background, var(--mud-palette-background));
}

.root[b-hywsnbnn9v]::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
	content: "";
}

.root.without-top-divider[b-hywsnbnn9v]::before {
	display: none;
}

.layout[b-hywsnbnn9v] {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 3px minmax(0, 1fr);
	gap: 58px;
	align-items: stretch;
}

.panel[b-hywsnbnn9v] {
	display: grid;
	align-content: start;
}

.divider[b-hywsnbnn9v] {
	width: 1px;
	min-height: 100%;
	background: color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent)
}

.muted-divider .layout[b-hywsnbnn9v] {
	grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
	gap: 72px;
}

.muted-divider .divider[b-hywsnbnn9v] {
	width: 1px;
	background: color-mix(in srgb, var(--mud-palette-text-primary) 11%, transparent);
}

@media (max-width: 900px) {
	.root[b-hywsnbnn9v] {
		padding: 72px 0;
	}

	.layout[b-hywsnbnn9v],
	.muted-divider .layout[b-hywsnbnn9v] {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.divider[b-hywsnbnn9v] {
		width: 100%;
		height: 3px;
		min-height: 0;
	}

	.muted-divider .divider[b-hywsnbnn9v] {
		width: 100%;
		height: 1px;
	}
}

@media (max-width: 520px) {
	.root[b-hywsnbnn9v] {
		padding: 60px 0;
	}
}
/* /Components/Entities/Services/ServiceOverview.razor.rz.scp.css */
.root[b-i5j0ea4hwi] {
	padding: 96px 0;
	background: var(--homepage-section-background, var(--mud-palette-background));
}

.layout[b-i5j0ea4hwi] {
	display: grid;
	grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
	gap: 0;
	align-items: start;
}

.intro[b-i5j0ea4hwi] {
	position: sticky;
	top: 104px;
	padding-right: 48px;
}

.facts dt[b-i5j0ea4hwi] {
	margin: 0;
	color: var(--mud-palette-primary);
	font-size: 13px;
	font-weight: 600;
	font-style: "italic";
	line-height: 1.35;
	text-transform: uppercase;
}

.services[b-i5j0ea4hwi] {
	display: grid;
	padding-left: 48px;
	border-left: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
}

.service[b-i5j0ea4hwi] {
	padding: 32px 0;
}

.service:first-child[b-i5j0ea4hwi] {
	padding-top: 0;
}

.service + .service[b-i5j0ea4hwi] {
	border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 9%, transparent);
}

.content[b-i5j0ea4hwi] {
	display: grid;
	gap: 24px;
}

.heading[b-i5j0ea4hwi] {
	display: grid;
	gap: 10px;
}

.facts[b-i5j0ea4hwi] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: start;
	max-width: 760px;
	margin: 0;
}

.facts div[b-i5j0ea4hwi] {
	display: grid;
	gap: 6px;
	align-content: start;
}

.facts dd[b-i5j0ea4hwi] {
	margin: 0;
	color: var(--mud-palette-text-primary);
	font-size: 16px;
	line-height: 1.55;
}

.link[b-i5j0ea4hwi] {
	color: var(--mud-palette-primary);
	font-weight: 820;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 42px;
	border-radius: 8px;
	font-weight: 820;
	text-decoration: none;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.25rem;
}

.link:is(:hover, :focus-visible)[b-i5j0ea4hwi] {
	text-decoration: underline;
}

.link:focus-visible[b-i5j0ea4hwi] {
	border-radius: 6px;
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

@media (max-width: 900px) {
	.layout[b-i5j0ea4hwi] {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.intro[b-i5j0ea4hwi] {
		position: static;
		max-width: 720px;
		padding-right: 0;
		padding-bottom: 38px;
		border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
	}

	.services[b-i5j0ea4hwi] {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 620px) {
	.root[b-i5j0ea4hwi] {
		padding: 64px 0;
	}

	.service[b-i5j0ea4hwi] {
		padding: 28px 0;
	}

	.facts[b-i5j0ea4hwi] {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}
/* /Components/Entities/Subjects/SubjectCard.razor.rz.scp.css */
.root[b-xn61furi9z] {
	position: relative;
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 72px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
	border-radius: 8px;
	background: var(--mud-palette-surface);
	color: var(--mud-palette-text-primary);
	text-decoration: none;
	box-shadow: 0 10px 26px color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.root:is(:hover, :focus-visible)[b-xn61furi9z] {
	border-color: color-mix(in srgb, var(--mud-palette-primary) 34%, transparent);
	box-shadow: 0 16px 34px color-mix(in srgb, var(--mud-palette-text-primary) 14%, transparent);
	transform: translateY(-1px);
}

.root.current[b-xn61furi9z] {
	border-color: color-mix(in srgb, var(--mud-palette-primary) 36%, transparent);
	background: color-mix(in srgb, var(--mud-palette-primary) 7%, var(--mud-palette-surface));
}

.root:focus-visible[b-xn61furi9z] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

.artwork-frame[b-xn61furi9z] {
	position: relative;
	align-self: stretch;
	overflow: hidden;
	min-width: 0;
}

.artwork[b-xn61furi9z] {
	position: absolute;
	bottom: -14px;
	left: -25px;
	width: 126px;
	max-width: none;
	height: 82px;
	object-fit: contain;
	object-position: left bottom;
}

.content[b-xn61furi9z] {
	display: grid;
	min-width: 0;
	padding: 8px 10px 8px 8px;
}

.content[b-xn61furi9z]  .subject-description {
	font-size: 14px;
	line-height: 1.5;
	text-wrap: wrap;
}

.action[b-xn61furi9z] {
	margin-right: 14px;
}

@media (max-width: 1279px) {
	.root[b-xn61furi9z] {
		grid-template-columns: 80px minmax(0, 1fr) auto;
	}

	.artwork[b-xn61furi9z] {
		left: -16px;
		width: 112px;
		height: 76px;
	}
}

@media (max-width: 620px) {
	.content[b-xn61furi9z] {
		padding-right: 12px;
	}

	.action[b-xn61furi9z] {
		margin-right: 12px;
	}
}

@media (max-width: 420px) {
	.root[b-xn61furi9z] {
		grid-template-columns: clamp(54px, 18vw, 76px) minmax(0, 1fr) auto;
		min-height: clamp(64px, 20vw, 72px);
	}

	.artwork[b-xn61furi9z] {
		bottom: clamp(-12px, -3vw, -9px);
		left: clamp(-14px, -3.3vw, -10px);
		width: clamp(78px, 24vw, 100px);
		height: clamp(54px, 16.2vw, 68px);
	}

	.content[b-xn61furi9z] {
		display: grid;
		padding: clamp(5px, 1.7vw, 8px) clamp(4px, 1.9vw, 8px);
	}

	.content[b-xn61furi9z]  .subject-title {
		font-size: clamp(14px, 4vw, 17px);
		line-height: 1.2;
	}

	.content[b-xn61furi9z]  .subject-description {
		font-size: clamp(12px, 3.3vw, 14px);
		line-height: 1.4;
	}

	.action[b-xn61furi9z] {
		margin-right: clamp(6px, 2.9vw, 12px);
	}
}
/* /Components/Entities/Subjects/SubjectCardGrid.razor.rz.scp.css */
.root[b-jnzu3k9nbl] {
	padding: 92px 0;
	background: var(--homepage-section-background, var(--mud-palette-surface));
}

.grid[b-jnzu3k9nbl] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px 18px;
}

@media (max-width: 1279px) {
	.grid[b-jnzu3k9nbl] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.grid[b-jnzu3k9nbl] {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.root[b-jnzu3k9nbl] {
		padding: 64px 0;
	}
}
/* /Components/Entities/Subjects/SubjectExamplesSection.razor.rz.scp.css */
.root[b-6ahseywz9x] {
	padding: 90px 0 72px;
	background: var(--mud-palette-surface);
}

.examples[b-6ahseywz9x] {
	display: grid;
	margin-top: 42px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
	border-radius: 8px;
	background: color-mix(in srgb, var(--mud-palette-surface) 94%, transparent);
	box-shadow: 0 18px 42px color-mix(in srgb, var(--mud-palette-text-primary) 5%, transparent);
}

.example[b-6ahseywz9x] {
	display: grid;
	grid-template-columns: 4px minmax(0, 1fr);
	gap: 42px;
	align-items: center;
	min-height: 64px;
	padding: 12px 36px;
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 9%, transparent);
}

.example:last-child[b-6ahseywz9x] {
	border-bottom: 0;
}

.marker[b-6ahseywz9x] {
	width: 4px;
	height: 38px;
	border-radius: 999px;
	background: var(--mud-palette-primary);
}

@media (max-width: 900px) {
	.root[b-6ahseywz9x] {
		padding: 76px 0 62px;
	}

	.example[b-6ahseywz9x] {
		gap: 28px;
		min-height: 82px;
		padding: 20px 28px;
	}

}

@media (max-width: 560px) {
	.root[b-6ahseywz9x] {
		padding: 64px 0 54px;
	}

	.examples[b-6ahseywz9x] {
		margin-top: 32px;
	}

	.example[b-6ahseywz9x] {
		gap: 18px;
		min-height: 74px;
		padding: 18px 20px;
	}

	.marker[b-6ahseywz9x] {
		height: 32px;
	}

}
/* /Components/Entities/Subjects/SubjectReassuranceSection.razor.rz.scp.css */
.root[b-uamiquyrsz] {
	padding: 26px 0 78px;
	background: var(--mud-palette-surface);
}

.card[b-uamiquyrsz] {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr) auto;
	gap: 30px;
	align-items: center;
	min-height: 118px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 16%, transparent);
	border-radius: 8px;
	background:
		linear-gradient(100deg, color-mix(in srgb, var(--mud-palette-primary) 8%, var(--mud-palette-surface)) 0%, color-mix(in srgb, var(--mud-palette-primary) 4%, var(--mud-palette-surface)) 100%);
	box-shadow: 0 18px 42px color-mix(in srgb, var(--mud-palette-text-primary) 5%, transparent);
}

.artwork-frame[b-uamiquyrsz] {
	position: relative;
	align-self: stretch;
	min-height: 118px;
	overflow: hidden;
}

.artwork[b-uamiquyrsz] {
	position: absolute;
	bottom: -28px;
	left: -18px;
	width: 210px;
	max-width: none;
	height: 142px;
	object-fit: contain;
	object-position: left bottom;
}

.copy[b-uamiquyrsz] {
	display: grid;
	gap: 8px;
	padding: 24px 0;
}

.action[b-uamiquyrsz] {
	margin-right: 24px;
}

@media (max-width: 820px) {
	.card[b-uamiquyrsz] {
		grid-template-columns: 140px minmax(0, 1fr);
		gap: 20px;
		padding-right: 22px;
	}

	.artwork[b-uamiquyrsz] {
		left: -30px;
		width: 180px;
	}

	.action[b-uamiquyrsz] {
		grid-column: 2;
		width: fit-content;
		margin: 0 0 24px;
	}
}

@media (max-width: 560px) {
	.root[b-uamiquyrsz] {
		padding-bottom: 62px;
	}

	.card[b-uamiquyrsz] {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 0 22px 24px;
	}

	.artwork-frame[b-uamiquyrsz] {
		min-height: 88px;
		margin: 0 -22px;
	}

	.artwork[b-uamiquyrsz] {
		bottom: -44px;
		left: -20px;
		width: 160px;
		height: 128px;
	}

	.copy[b-uamiquyrsz] {
		padding: 0;
	}

	.action[b-uamiquyrsz] {
		grid-column: auto;
		margin-top: 22px;
	}
}
/* /Components/Entities/TrustMarkers/TrustMarkerList.razor.rz.scp.css */
.root[b-4n6sb8omk2] {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	margin-top: 38px;
	color: var(--mud-palette-text-primary);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.3;
}

.separator[b-4n6sb8omk2] {
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: var(--mud-palette-primary);
}

@media (max-width: 900px) {
	.root[b-4n6sb8omk2] {
		margin-top: 32px;
		font-size: 13px;
	}
}

@media (max-width: 560px) {
	.root[b-4n6sb8omk2] {
		gap: 12px;
		margin-top: 28px;
		font-size: 11px;
	}
}
/* /Components/Loaders/CircularIconLoader.razor.rz.scp.css */
[b-7wkm1ul2fv] {
    position: relative;
    width: 100%;
    height: 100%;
}

[b-7wkm1ul2fv] .icon-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
    height: 70% !important;
    color: var(--mud-palette-background);
}

[b-7wkm1ul2fv] .mud-progress-circular {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}
/* /Components/Shapes/Circle.razor.rz.scp.css */
[b-izvj3pybxr] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

[b-izvj3pybxr] .circle-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* 
        This makes sure that the circle is a bounding-circle for the content rectangle.
        The number 1.414 is derived from the square root of 2, which comes from the formula:
            diameter / sqrt(2)
    */
    width: calc(100% / 1.414);
    height: calc(100% / 1.414);
}

[b-izvj3pybxr] .circle-content svg {
    width: 100%;
    height: 100%;
}
/* /Sections/Content/Components/Bars/AppBar.razor.rz.scp.css */
.root[b-2enpdiazlm] {
	position: relative;
	z-index: 100;
}

	.root[b-2enpdiazlm]  .bar {
		height: 4rem;
		border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
		background: color-mix(in srgb, var(--mud-palette-surface) 94%, transparent);
		backdrop-filter: blur(18px);
		box-shadow: 0 18px 46px color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
		color: var(--mud-palette-text-primary);
	}

		.root[b-2enpdiazlm]  .bar .mud-toolbar {
			min-height: 4rem;
			padding: 0;
		}

	.root[b-2enpdiazlm]  .container {
		display: flex;
		align-items: center;
		padding-inline: 1.5rem;
	}

	.root[b-2enpdiazlm]  .brand {
		display: inline-flex;
		align-items: center;
		gap: 0.625rem;
		color: var(--mud-palette-primary);
		font-size: 1rem;
		font-weight: 800;
		text-decoration: none;
		transition: opacity 140ms ease;
	}

		.root[b-2enpdiazlm]  .brand:hover {
			opacity: 0.84;
		}

		.root[b-2enpdiazlm]  .brand:focus-visible {
			border-radius: 0.5rem;
			outline: 2px solid var(--mud-palette-primary);
			outline-offset: 0.25rem;
		}

	.root[b-2enpdiazlm]  .mark {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.125rem;
		height: 2.125rem;
		border-radius: 0.5rem;
		background-color: var(--mud-palette-primary);
		color: var(--mud-palette-primary-text);
	}

.desktop[b-2enpdiazlm] {
	display: flex;
	align-items: center;
	gap: 0.125rem;
	white-space: nowrap;
}

.root[b-2enpdiazlm]  .item {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	min-width: auto;
	height: 2.75rem;
	padding-inline: 0.875rem;
	background-color: transparent;
	background-image: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-primary));
	background-repeat: no-repeat;
	background-position: left 0.75rem bottom;
	background-size: 0 4px;
	color: var(--mud-palette-text-primary);
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	text-decoration: none;
	text-transform: none;
	transition: color 180ms ease, background-size 300ms cubic-bezier(0.65, 0, 0.35, 1);
}

	.root[b-2enpdiazlm]  .item:is(:hover, :focus-visible, :active, .active),
	.navigation-area[open] > .item[b-2enpdiazlm] {
		background-color: transparent;
		background-size: calc(100% - 1.5rem) 4px;
		color: var(--mud-palette-primary);
	}

	.root[b-2enpdiazlm]  .item:focus-visible {
		outline: 2px solid var(--mud-palette-primary);
		outline-offset: 2px;
	}

.navigation-area[b-2enpdiazlm] {
	position: relative;
}

	.navigation-area > summary[b-2enpdiazlm]::-webkit-details-marker {
		display: none;
	}

	.navigation-area[b-2enpdiazlm]  .expand-icon {
		color: var(--mud-palette-primary);
		font-size: 1.1rem;
		transition: transform 140ms ease;
	}

	.navigation-area[open][b-2enpdiazlm]  .expand-icon {
		transform: rotate(180deg);
	}

.root[b-2enpdiazlm]  .toggle {
	display: none;
	width: 2.75rem;
	height: 2.75rem;
	color: var(--mud-palette-text-primary);
}

	.root[b-2enpdiazlm]  .toggle:is(:hover, :focus-visible) {
		background-color: var(--mud-palette-action-default-hover);
		color: var(--mud-palette-primary);
	}

	.root[b-2enpdiazlm]  .toggle:focus-visible {
		outline: 2px solid var(--mud-palette-primary);
		outline-offset: 2px;
	}

/* Dropdown menu */

.menu[b-2enpdiazlm] {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	z-index: 110;
	width: 16rem;
	overflow: hidden;
	border-radius: 0.25rem;
	background-color: var(--mud-palette-surface);
	box-shadow: var(--mud-elevation-8);
}

	.menu[b-2enpdiazlm]  .menu-item {
		display: block;
		position: relative;
		min-height: 2.875rem;
		padding: 0.75rem 0.875rem;
		color: var(--mud-palette-text-primary);
		font-size: 0.9rem;
		font-weight: 500;
		line-height: 1.25;
		text-decoration: none;
		transition: background-color 140ms ease, color 140ms ease;
	}

		.menu[b-2enpdiazlm]  .menu-item::before {
			position: absolute;
			top: 0;
			left: 0;
			width: 3px;
			height: 100%;
			content: "";
			pointer-events: none;
			transition: background-color 140ms ease;
		}

		.menu[b-2enpdiazlm]  .menu-item:is(:hover, :focus-visible) {
			background-color: var(--mud-palette-action-default-hover);
			color: var(--mud-palette-primary);
		}

			.menu[b-2enpdiazlm]  .menu-item:is(:hover, :focus-visible)::before {
				background-color: var(--mud-palette-primary-darken);
			}

		.menu[b-2enpdiazlm]  .menu-item.active {
			background-color: var(--mud-palette-action-default-hover);
			color: var(--mud-palette-primary);
			font-weight: 650;
		}

			.menu[b-2enpdiazlm]  .menu-item.active::before {
				background-color: var(--mud-palette-primary);
			}

			.menu[b-2enpdiazlm]  .menu-item.active:is(:hover, :focus-visible)::before {
				background-color: var(--mud-palette-primary-darken);
			}

@media (max-width: 1100px) {
	.root[b-2enpdiazlm]  .container {
		padding-inline: 1rem;
	}

	.desktop[b-2enpdiazlm] {
		gap: 0;
	}

	.root[b-2enpdiazlm]  .item {
		padding-inline: 0.625rem;
		background-position: left 0.5rem bottom;
		font-size: 0.825rem;
	}

		.root[b-2enpdiazlm]  .item:is(:hover, :focus-visible, :active, .active),
		.navigation-area[open] > .item[b-2enpdiazlm] {
			background-color: transparent;
			background-size: calc(100% - 1rem) 4px;
		}
}

@media (max-width: 959.98px) {
	.desktop[b-2enpdiazlm] {
		display: none;
	}

	.root[b-2enpdiazlm]  .toggle {
		display: inline-flex;
	}
}

@media (max-width: 420px) {
	.root[b-2enpdiazlm]  .container {
		padding-inline: 0.75rem;
	}

	.root[b-2enpdiazlm]  .brand {
		gap: 0.5rem;
	}

	.root[b-2enpdiazlm]  .mark {
		width: 2rem;
		height: 2rem;
	}

	.root[b-2enpdiazlm]  .toggle {
		width: 2.5rem;
		height: 2.5rem;
	}
}
/* /Sections/Content/Components/Drawers/AppDrawer.razor.rz.scp.css */
.root[b-rjp4u36am1]  .drawer {
	border-left: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
	background-color: var(--mud-palette-surface);
	color: var(--mud-palette-text-primary);
}

.root[b-rjp4u36am1]  .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 auto;
	max-height: 4rem;
	border-bottom: 1px solid var(--mud-palette-lines-default);
}

.brand[b-rjp4u36am1] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: inherit;
	text-decoration: none;
}

.mark[b-rjp4u36am1] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.625rem;
	background-color: var(--mud-palette-primary);
	color: var(--mud-palette-primary-text);
	box-shadow: 0 10px 22px color-mix(in srgb, var(--mud-palette-primary) 22%, transparent);
}

.title[b-rjp4u36am1] {
	color: var(--mud-palette-primary);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
}

.root[b-rjp4u36am1]  .close {
	flex: 0 0 auto;
	border-radius: 0.625rem;
	color: var(--mud-palette-text-secondary);
}

.root[b-rjp4u36am1]  .close:is(:hover, :focus-visible) {
	color: var(--mud-palette-primary);
}

.root[b-rjp4u36am1]  .close:focus-visible {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 2px;
}

.root[b-rjp4u36am1]  .navigation {
	flex: 1 1 auto;
}

/* Direct navigation links */

.root[b-rjp4u36am1]  .link > .mud-nav-link {
	min-height: 3rem;
	padding: 0.75rem 2.5rem;
	color: var(--mud-palette-text-primary);
	font-size: 0.925rem;
	font-weight: 600;
	transition: background-color 140ms ease, color 140ms ease;
}

.root[b-rjp4u36am1]  .link > .mud-nav-link:is(:hover, :focus-visible) {
	color: var(--mud-palette-primary);
}

.root[b-rjp4u36am1]  .link > .mud-nav-link:focus-visible {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: -2px;
}

.root[b-rjp4u36am1]  .link > .mud-nav-link.active {
	color: var(--mud-palette-primary);
	font-weight: 700;
	box-shadow: inset 3px 0 0 var(--mud-palette-primary);
}

/* Group headings */

.root[b-rjp4u36am1]  .group {
	border-radius: 0;
}

.root[b-rjp4u36am1]  .group > .mud-nav-link {
	min-height: 3rem;
	padding: 0.75rem 2.5rem;
	border-radius: 0;
	color: var(--mud-palette-text-primary);
	font-size: 0.925rem;
	font-weight: 600;
	transition: background-color 140ms ease, color 140ms ease;
}

.root[b-rjp4u36am1]  .group > .mud-nav-link:is(:hover, :focus-visible) {
	color: var(--mud-palette-primary);
}

.root[b-rjp4u36am1]  .group > .mud-nav-link:focus-visible {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: -2px;
}

.root[b-rjp4u36am1]  .group.active > .mud-nav-link {
	color: var(--mud-palette-primary);
	font-weight: 700;
}

.root[b-rjp4u36am1]  .group > .mud-nav-link .mud-nav-link-expand-icon {
	color: var(--mud-palette-primary);
}

.root[b-rjp4u36am1]  .group .mud-collapse-container {
	position: relative;
	padding-bottom: 0.25rem;
}

.root[b-rjp4u36am1]  .group .mud-collapse-container::before {
	position: absolute;
	z-index: 1;
	top: 0.125rem;
	bottom: 0.375rem;
	left: 2rem;
	width: 2px;
	border-radius: 999px;
	background-color: var(--mud-palette-lines-default);
	content: "";
	pointer-events: none;
}

/* Nested navigation links */

.root[b-rjp4u36am1]  .child {
	position: relative;
}

.root[b-rjp4u36am1]  .child::before {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 2rem;
	width: 2px;
	background-color: transparent;
	content: "";
	pointer-events: none;
	transition: background-color 140ms ease;
}

.root[b-rjp4u36am1]  .child:is(:hover, :focus-within)::before {
	background-color: var(--mud-palette-primary-darken);
}

.root[b-rjp4u36am1]  .child > .mud-nav-link {
	min-height: 3rem;
	padding: 0.75rem 2.5rem 0.75rem 3.5rem;
	border-radius: 0;
	font-size: 0.875rem;
	font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
	.root[b-rjp4u36am1]  .close,
	.root[b-rjp4u36am1]  .link > .mud-nav-link,
	.root[b-rjp4u36am1]  .group > .mud-nav-link,
	.root[b-rjp4u36am1]  .child::before {
		transition: none;
	}
}
/* /Sections/Content/Components/Footers/AppFooter.razor.rz.scp.css */
.root[b-y5iw592n06] {
    border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
    background-color: var(--mud-palette-background);
    color: var(--mud-palette-text-primary);
}

.content[b-y5iw592n06] {
    display: grid;
    grid-template-columns: 1.2fr 1.45fr 1.25fr 0.9fr 0.8fr;
    gap: clamp(1.75rem, 3vw, 3.5rem);
    padding-block: 3.5rem;
}

.section[b-y5iw592n06] {
    min-width: 0;
}
.root p[b-y5iw592n06],
.root address[b-y5iw592n06],
.root dt[b-y5iw592n06],
.root dd[b-y5iw592n06] {
    margin: 0;
    color: var(--mud-palette-text-secondary);
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.65;
}

.root strong[b-y5iw592n06],
.label[b-y5iw592n06] {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.address[b-y5iw592n06] {
    display: flex;
    flex-direction: column;
}

.schedule[b-y5iw592n06] {
    display: grid;
    gap: 1rem;
}

.schedule-entry[b-y5iw592n06] {
    display: grid;
    gap: 0.125rem;
}

.contact-links[b-y5iw592n06] {
    display: grid;
    gap: 1rem;
}

.links[b-y5iw592n06] {
    display: grid;
    gap: 0.625rem;
}

.root a[b-y5iw592n06] {
    color: var(--mud-palette-text-primary);
    text-decoration: none;
    transition: color 140ms ease;
}

    .root a:is(:hover, :focus-visible)[b-y5iw592n06] {
        color: var(--mud-palette-primary);
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 0.25rem;
    }

    .root a:focus-visible[b-y5iw592n06] {
        border-radius: 0.25rem;
        outline: 2px solid var(--mud-palette-primary);
        outline-offset: 0.25rem;
    }

.text-link[b-y5iw592n06] {
    display: inline-flex;
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
}

.social-links[b-y5iw592n06] {
    display: grid;
    gap: 1rem;
}

.contact-link[b-y5iw592n06],
.social-link[b-y5iw592n06] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    width: fit-content;
    min-height: 1.5rem;
    color: var(--mud-palette-text-secondary) !important;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.25rem;
}

    .contact-link:is(:hover, :focus-visible)[b-y5iw592n06],
    .social-link:is(:hover, :focus-visible)[b-y5iw592n06] {
        color: var(--mud-palette-primary) !important;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 0.25rem;
    }

.contact-icon[b-y5iw592n06],
.social-icon[b-y5iw592n06] {
    flex: 0 0 auto;
    width: 1.125rem;
    height: 1.125rem;
    fill: currentColor;
}

[b-y5iw592n06] .contact-icon {
    flex: 0 0 auto;
    width: 1.125rem;
    height: 1.125rem;
    fill: currentColor;
    font-size: 1.125rem;
}

.bottom[b-y5iw592n06] {
    padding-block: 1.25rem;
    border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
}

    .bottom p[b-y5iw592n06] {
        font-size: 0.75rem;
        line-height: 1.6;
    }

@media (max-width: 1199.98px) {
    .content[b-y5iw592n06] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 2.75rem;
    }
}

@media (max-width: 760px) {
    .content[b-y5iw592n06] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .content[b-y5iw592n06] {
        grid-template-columns: 1fr;
        gap: 2.25rem;
        padding-block: 2.75rem;
    }

    .section[b-y5iw592n06] {
        text-align: center;
    }

    .address[b-y5iw592n06] {
        align-items: center;
    }

    .contact-links[b-y5iw592n06] {
        justify-items: center;
    }

    .schedule-entry[b-y5iw592n06],
    .links[b-y5iw592n06],
    .social-links[b-y5iw592n06] {
        justify-items: center;
    }

    .contact-link[b-y5iw592n06],
    .social-link[b-y5iw592n06] {
        justify-self: center;
    }

    .bottom[b-y5iw592n06] {
        padding-block: 1rem;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .root a[b-y5iw592n06] {
        transition: none;
    }
}
/* /Sections/Content/ContentLayout.razor.rz.scp.css */
[b-hetsytjjjy] .site-frame .mud-main-content {
    padding-top: 76px;
    background: var(--mud-palette-background);
}

[b-hetsytjjjy] .site-frame .site-navigation {
    height: 76px;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
    background: color-mix(in srgb, var(--mud-palette-surface) 94%, transparent);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 46px color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
    color: var(--mud-palette-text-primary);
    overflow: visible;
}

[b-hetsytjjjy] .site-frame ::deep .site-navigation .mud-toolbar {
    width: 100%;
    max-width: 1380px;
    min-height: 76px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
    overflow: visible;
}

@media (max-width: 760px) {
    [b-hetsytjjjy] .site-frame .mud-main-content {
        padding-top: 116px;
    }

    [b-hetsytjjjy] .site-frame .site-navigation {
        height: auto;
        min-height: 108px;
    }

    [b-hetsytjjjy] .site-frame .site-navigation .mud-toolbar {
        flex-wrap: wrap;
        gap: 8px;
        min-height: 108px;
        overflow: visible;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    [b-hetsytjjjy] .site-frame .site-navigation .mud-toolbar > .mud-spacer {
        display: none;
    }
}
/* /Sections/Content/Pages/Articles/Components/ArticleDetail.razor.rz.scp.css */
.root[b-9vuvkaxia4] {
	min-height: 100%;
	background:
		radial-gradient(circle at 86% 4%, color-mix(in srgb, var(--mud-palette-secondary) 10%, transparent), transparent 28rem),
		var(--mud-palette-background);
}

.hero[b-9vuvkaxia4] {
	padding: clamp(56px, 8vw, 92px) 0 0px;
}


[b-9vuvkaxia4] .hero .article-title {
	max-width: 1280px;
	padding-top: 26px;
	margin: 14px 0 0;
	color: var(--mud-palette-text-primary);
	font-size: clamp(44px, 4vw, 66px);
	font-weight: 850;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.08;
	text-wrap: balance;
}

.body[b-9vuvkaxia4] {
	padding: 0 0 clamp(86px, 10vw, 132px);
}

.shell[b-9vuvkaxia4] {
	margin: 0 auto;
}

.header[b-9vuvkaxia4] {
	display: grid;
}

.introduction[b-9vuvkaxia4] {
	padding-left: 24px;
	margin-top: 26px;
	margin-bottom: 26px;
	border-left: 4px solid var(--mud-palette-primary);
}

.introduction[b-9vuvkaxia4]  .introduction-copy {
	font-style: italic;
}

@media (max-width: 720px) {
	.hero[b-9vuvkaxia4] {
		padding: 44px 0 34px;
	}

	.body[b-9vuvkaxia4] {
		padding-bottom: 80px;
	}

	.introduction[b-9vuvkaxia4] {
		padding-left: 18px;
	}
}
/* /Sections/Content/Pages/Articles/Components/ArticleShareLinks.razor.rz.scp.css */
.root[b-3d3rm935mc] {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 48px;
	align-items: center;
	justify-content: end;
}

[b-3d3rm935mc] .label {
	margin-right: 4px;
	color: var(--mud-palette-text-primary);
}

.button[b-3d3rm935mc],
[b-3d3rm935mc] .button {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	color: var(--mud-palette-primary);
	background: color-mix(in srgb, var(--mud-palette-primary) 7%, transparent);
	text-decoration: none;
}

.button:hover[b-3d3rm935mc],
.button:focus-visible[b-3d3rm935mc],
[b-3d3rm935mc] .button:hover,
[b-3d3rm935mc] .button:focus-visible {
	background: color-mix(in srgb, var(--mud-palette-primary) 13%, transparent);
}

.button:focus-visible[b-3d3rm935mc],
[b-3d3rm935mc] .button:focus-visible {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 3px;
}

.icon[b-3d3rm935mc] {
	width: 16px;
	height: 16px;
	color: currentColor;
}
/* /Sections/Content/Pages/Articles/Components/ArticlesList.razor.rz.scp.css */
.root[b-7oy13cvr9m] {
	padding: clamp(56px, 8vw, 92px) 0 clamp(72px, 9vw, 112px);
	background: var(--mud-palette-surface);
}

.list[b-7oy13cvr9m] {
	display: grid;
	max-width: 980px;
}

.article[b-7oy13cvr9m] {
	display: grid;
	gap: 16px;
	padding: 0 0 clamp(38px, 6vw, 54px);
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
}

.article + .article[b-7oy13cvr9m] {
	padding-top: clamp(38px, 6vw, 54px);
}

.article:last-child[b-7oy13cvr9m] {
	padding-bottom: 0;
	border-bottom: 0;
}

.header[b-7oy13cvr9m] {
	display: grid;
	gap: 12px;
}

.read-more[b-7oy13cvr9m] {
	width: fit-content;
	margin-top: 2px;
	color: var(--mud-palette-primary);
	font-weight: 850;
	text-decoration: none;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.read-more:hover[b-7oy13cvr9m],
.read-more:focus-visible[b-7oy13cvr9m] {
	text-decoration: underline;
}

.read-more:focus-visible[b-7oy13cvr9m] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

@media (max-width: 720px) {
	.root[b-7oy13cvr9m] {
		padding: 48px 0 72px;
	}

	.article[b-7oy13cvr9m],
	.article + .article[b-7oy13cvr9m] {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.article:first-child[b-7oy13cvr9m] {
		padding-top: 0;
	}

	.article:last-child[b-7oy13cvr9m] {
		padding-bottom: 0;
	}
}
/* /Sections/Content/Pages/Articles/Components/ArticleSupportPrompt.razor.rz.scp.css */
.root[b-z04ov39z6x] {
	display: grid;
	gap: 28px;
	margin-top: 42px;
}

.divider[b-z04ov39z6x] {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
	color: var(--mud-palette-primary);
}

.divider span[b-z04ov39z6x] {
	width: 24px;
	height: 2px;
	background: currentColor;
}

[b-z04ov39z6x] .mud-icon-root {
	font-size: 22px;
}

[b-z04ov39z6x] a {
	color: var(--mud-palette-primary);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
/* /Sections/Content/Pages/Contacts/Components/ContactChannelsCard.razor.rz.scp.css */
.root[b-bogubfkdh0] {
	height: 100%;
	padding: 30px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 8px;
	background: var(--mud-palette-surface);
	box-shadow: 0 4px 12px color-mix(in srgb, var(--mud-palette-text-primary) 7%, transparent);
}

.channels[b-bogubfkdh0] {
	display: grid;
	margin-top: 20px;
}

.channel[b-bogubfkdh0] {
	display: flex;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	color: var(--mud-palette-text-primary);
	text-decoration: none;
}

.channel:first-child[b-bogubfkdh0] {
	border-top: 0;
	padding-top: 0;
}

.channel:last-child[b-bogubfkdh0] {
	padding-bottom: 0;
}

.channel:focus-visible[b-bogubfkdh0] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

.icon-frame[b-bogubfkdh0] {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--mud-palette-primary) 5%, transparent);
	color: var(--mud-palette-primary);
}

.icon[b-bogubfkdh0],
[b-bogubfkdh0] .icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
	font-size: 18px;
}

.channel-copy[b-bogubfkdh0] {
	min-width: 0;
	flex: 1;
}

.channel-action[b-bogubfkdh0] {
	display: inline-flex;
}

@media (max-width: 560px) {
	.root[b-bogubfkdh0] {
		padding: 24px;
	}

	.channel[b-bogubfkdh0] {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.channel-action[b-bogubfkdh0] {
		display: none;
	}
}
/* /Sections/Content/Pages/Contacts/Components/ContactHero.razor.rz.scp.css */
.root[b-10najcd6x8] {
	overflow: hidden;
	padding: 86px 0 72px;
	background:
		radial-gradient(circle at 86% 10%, color-mix(in srgb, var(--mud-palette-secondary) 12%, transparent), transparent 28rem),
		var(--mud-palette-surface);
}

.layout[b-10najcd6x8] {
	max-width: 760px;
}

@media (max-width: 760px) {
	.root[b-10najcd6x8] {
		padding: 62px 0 54px;
	}
}
/* /Sections/Content/Pages/Contacts/Components/ContactHoursSection.razor.rz.scp.css */
.root[b-y6my6mzod2] {
	padding: 86px 0 92px;
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	background: var(--mud-palette-surface);
	scroll-margin-top: 96px;
}

.cards[b-y6my6mzod2] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 34px;
}

.card[b-y6my6mzod2] {
	min-width: 0;
	padding: 32px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 10px;
	background: var(--mud-palette-surface);
	box-shadow: 0 14px 34px color-mix(in srgb, var(--mud-palette-text-primary) 7%, transparent);
	scroll-margin-top: 96px;
}

.card-heading[b-y6my6mzod2] {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 24px;
	color: var(--mud-palette-primary);
}

.opening-hours[b-y6my6mzod2] {
	display: grid;
	gap: 16px;
	margin: 0;
}

.opening-hours div[b-y6my6mzod2] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
}

.opening-hours div:last-child[b-y6my6mzod2] {
	padding-bottom: 0;
	border-bottom: 0;
}

dt[b-y6my6mzod2],
dd[b-y6my6mzod2] {
	margin: 0;
}

dt[b-y6my6mzod2] {
	color: var(--mud-palette-text-primary);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.45;
}

dd[b-y6my6mzod2] {
	color: var(--mud-palette-text-secondary);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.6;
}

.consultation-hours[b-y6my6mzod2] {
	display: grid;
	gap: 22px;
}

.consultation-hour[b-y6my6mzod2] {
	display: grid;
	gap: 6px;
}

@media (max-width: 760px) {
	.root[b-y6my6mzod2] {
		padding: 66px 0 72px;
	}

	.cards[b-y6my6mzod2] {
		grid-template-columns: 1fr;
	}

	.card[b-y6my6mzod2] {
		padding: 26px 24px;
	}
}

@media (max-width: 460px) {
	.opening-hours div[b-y6my6mzod2] {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}
/* /Sections/Content/Pages/Contacts/Components/ContactLocationSection.razor.rz.scp.css */
.root[b-3fmp11sjo2] {
	padding: 90px 0 98px;
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	background: var(--mud-palette-background);
	scroll-margin-top: 96px;
}

.layout[b-3fmp11sjo2] {
	display: grid;
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
	gap: 72px;
	align-items: center;
	margin-top: 34px;
}

.address-block[b-3fmp11sjo2] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 26px 24px;
	align-items: start;
}

[b-3fmp11sjo2] .location-icon {
	grid-row: span 2;
	width: 44px;
	height: 44px;
	color: var(--mud-palette-primary);
	font-size: 44px;
}

address[b-3fmp11sjo2] {
	display: grid;
	gap: 6px;
	margin: 0;
	color: var(--mud-palette-text-primary);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.45;
}

address strong[b-3fmp11sjo2] {
	font-size: 24px;
	font-weight: 850;
	line-height: 1.2;
}

[b-3fmp11sjo2] .address-block .mud-button-root {
	grid-column: 2;
	width: fit-content;
	margin-top: 18px;
}

[b-3fmp11sjo2] .address-block .mud-icon-root {
	width: 32px;
	height: 32px;
	margin-left: 6px;
	font-size: 18px;
}

.map-frame[b-3fmp11sjo2] {
	overflow: hidden;
	min-height: 320px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 14px;
	background: var(--mud-palette-surface);
	box-shadow: 0 18px 42px color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
}

iframe[b-3fmp11sjo2] {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	border: 0;
}

@media (max-width: 900px) {
	.layout[b-3fmp11sjo2] {
		grid-template-columns: 1fr;
		gap: 38px;
	}
}

@media (max-width: 560px) {
	.root[b-3fmp11sjo2] {
		padding: 68px 0 76px;
	}

	.address-block[b-3fmp11sjo2] {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	[b-3fmp11sjo2] .location-icon {
		grid-row: auto;
	}

	[b-3fmp11sjo2] .address-block .mud-button-root {
		grid-column: 1;
	}

	address[b-3fmp11sjo2] {
		font-size: 18px;
	}

	address strong[b-3fmp11sjo2] {
		font-size: 21px;
	}
}
/* /Sections/Content/Pages/Contacts/Components/ContactMapSection.razor.rz.scp.css */
.root[b-bvr5kr6d0n] {
	padding: 28px 0 24px;
	background: var(--mud-palette-background);
	margin-bottom: 60px;
}

.map-card[b-bvr5kr6d0n] {
	position: relative;
	height: clamp(340px, 42vw, 470px);
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 8px;
	background: color-mix(in srgb, var(--mud-palette-text-primary) 5%, var(--mud-palette-background));
	box-shadow: 0 16px 42px color-mix(in srgb, var(--mud-palette-text-primary) 7%, transparent);
}

iframe[b-bvr5kr6d0n] {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	border: 0;
	filter: saturate(0.82) contrast(0.96);
}

.overlay[b-bvr5kr6d0n] {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 32px;
	pointer-events: none;
}

.address-card[b-bvr5kr6d0n] {
	display: grid;
	gap: 18px;
	width: min(330px, 100%);
	padding: 26px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 8px;
	background: color-mix(in srgb, var(--mud-palette-surface) 94%, transparent);
	box-shadow: 0 22px 52px color-mix(in srgb, var(--mud-palette-text-primary) 16%, transparent);
	pointer-events: auto;
}

address[b-bvr5kr6d0n] {
	display: grid;
	gap: 5px;
	color: var(--mud-palette-text-primary);
	font-style: normal;
}

address strong[b-bvr5kr6d0n] {
	font-weight: 850;
}

address span[b-bvr5kr6d0n] {
	color: var(--mud-palette-text-secondary);
}

[b-bvr5kr6d0n] .directions-button {
	min-height: 44px;
}

@media (max-width: 720px) {
	.map-card[b-bvr5kr6d0n] {
		height: 520px;
	}

	.overlay[b-bvr5kr6d0n] {
		align-items: flex-start;
		padding-top: 26px;
	}
}
/* /Sections/Content/Pages/Contacts/Components/ContactOverviewSection.razor.rz.scp.css */
.root[b-xxe6pzixlh] {
	padding: 64px 0 28px;
	background: var(--mud-palette-background);
}

.layout[b-xxe6pzixlh] {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	grid-template-areas: "channels question";
	gap: 24px;
	align-items: stretch;
}

.layout.with-socials[b-xxe6pzixlh] {
	grid-template-areas:
		"channels question"
		"socials socials";
}

.channels[b-xxe6pzixlh] {
	grid-area: channels;
	display: grid;
}

.question[b-xxe6pzixlh] {
	grid-area: question;
	display: grid;
	scroll-margin-top: 96px;
}

.socials[b-xxe6pzixlh] {
	grid-area: socials;
}

@media (max-width: 980px) {
	.layout[b-xxe6pzixlh] {
		grid-template-columns: 1fr;
		grid-template-areas:
			"channels"
			"question";
	}

	.layout.with-socials[b-xxe6pzixlh] {
		grid-template-areas:
			"channels"
			"question"
			"socials";
	}
}

@media (max-width: 640px) {
	.root[b-xxe6pzixlh] {
		padding-top: 42px;
	}
}
/* /Sections/Content/Pages/Contacts/Components/ContactPracticalInformationSection.razor.rz.scp.css */
.opening-hours[b-mb2yt8tvyu] {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
}

.opening-hours div[b-mb2yt8tvyu] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
}

.opening-hours dt[b-mb2yt8tvyu] {
	color: var(--mud-palette-text-primary);
}

.opening-hours dd[b-mb2yt8tvyu] {
	margin: 0;
	color: var(--mud-palette-text-secondary);
}

.consultation-hours[b-mb2yt8tvyu] {
	display: grid;
	gap: 18px;
	margin-top: 22px;
}

.consultation-hour[b-mb2yt8tvyu] {
	display: grid;
	gap: 6px;
}

@media (max-width: 959px) {
	.information-panel[b-mb2yt8tvyu] {
		margin-left: 30px;
		margin-right: 30px;
	}
}
/* /Sections/Content/Pages/Contacts/Components/ContactPurposeSection.razor.rz.scp.css */
.root[b-mx3oof8qxm] {
	padding: 86px 0 92px;
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	background: var(--mud-palette-background);
}

.cards[b-mx3oof8qxm] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin-top: 34px;
}

.card[b-mx3oof8qxm] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 20px;
	min-height: 210px;
	padding: 30px 28px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 10px;
	background: var(--mud-palette-surface);
	color: var(--mud-palette-text-primary);
	text-decoration: none;
	box-shadow: 0 14px 34px color-mix(in srgb, var(--mud-palette-text-primary) 7%, transparent);
	transition:
		border-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.card:hover[b-mx3oof8qxm],
.card:focus-visible[b-mx3oof8qxm] {
	border-color: color-mix(in srgb, var(--mud-palette-primary) 32%, transparent);
	box-shadow: 0 18px 40px color-mix(in srgb, var(--mud-palette-primary) 11%, transparent);
	transform: translateY(-2px);
}

.card:focus-visible[b-mx3oof8qxm] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

[b-mx3oof8qxm] .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--mud-palette-primary) 11%, var(--mud-palette-surface));
	color: var(--mud-palette-primary);
	font-size: 28px;
}

.content[b-mx3oof8qxm] {
	display: grid;
	align-content: start;
	gap: 12px;
	min-width: 0;
}

em[b-mx3oof8qxm] {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	color: var(--mud-palette-primary);
	font-size: 14px;
	font-style: normal;
	font-weight: 850;
	line-height: 1.3;
}

em[b-mx3oof8qxm]  .mud-icon-root {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

@media (max-width: 1180px) {
	.cards[b-mx3oof8qxm] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.root[b-mx3oof8qxm] {
		padding: 66px 0 72px;
	}

	.cards[b-mx3oof8qxm] {
		grid-template-columns: 1fr;
	}

	.card[b-mx3oof8qxm] {
		min-height: 0;
		padding: 26px 24px;
	}
}
/* /Sections/Content/Pages/Contacts/Components/ContactQuestionCard.razor.rz.scp.css */
.root[b-x4o7idtl1y] {
	display: grid;
	align-content: start;
	height: 100%;
	gap: 20px;
	padding: 30px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 8px;
	background: var(--mud-palette-surface);
	box-shadow: 0 4px 12px color-mix(in srgb, var(--mud-palette-text-primary) 7%, transparent);
}

.root[b-x4o7idtl1y]  .cta {
	float: none;
}

.root[b-x4o7idtl1y]  .note {
	justify-self: center;
}

@media (max-width: 560px) {
	.root[b-x4o7idtl1y] {
		padding: 24px;
	}
}

.root[b-x4o7idtl1y]  .assurance {
	font-size: 15px;
	line-height: 1.55;
	color: var(--mud-palette-text-secondary);
	margin-top: 30px;
	margin-bottom: 8px;
}
/* /Sections/Content/Pages/Contacts/Components/ContactReachOptionsSection.razor.rz.scp.css */
.root[b-2fv2wgrrpc] {
	padding: 82px 0 88px;
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	background: var(--mud-palette-surface);
}

.cards[b-2fv2wgrrpc] {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	max-width: calc(4 * 228px + 3 * 18px);
	margin: 34px auto 0;
}

.card[b-2fv2wgrrpc] {
	display: grid;
	flex: 1 1 190px;
	max-width: 228px;
	min-height: 178px;
	padding: 28px 22px 24px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 10px;
	background: var(--mud-palette-surface);
	box-shadow: 0 14px 34px color-mix(in srgb, var(--mud-palette-text-primary) 7%, transparent);
	color: var(--mud-palette-text-primary);
	text-align: center;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

	.card:hover[b-2fv2wgrrpc],
	.card:focus-visible[b-2fv2wgrrpc] {
		border-color: color-mix(in srgb, var(--mud-palette-primary) 32%, transparent);
		box-shadow: 0 18px 40px color-mix(in srgb, var(--mud-palette-primary) 11%, transparent);
		transform: translateY(-2px);
	}

	.card:focus-visible[b-2fv2wgrrpc] {
		outline: 2px solid var(--mud-palette-primary);
		outline-offset: 4px;
	}

.icon-frame[b-2fv2wgrrpc] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 20px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--mud-palette-primary) 11%, var(--mud-palette-surface));
	color: var(--mud-palette-primary);
}

.icon[b-2fv2wgrrpc],
[b-2fv2wgrrpc] .icon {
	width: 30px;
	height: 30px;
	fill: currentColor;
	font-size: 30px;
}

@media (max-width: 1040px) {
	.cards[b-2fv2wgrrpc] {
		max-width: calc(3 * 228px + 2 * 18px);
	}
}

@media (max-width: 780px) {
	.cards[b-2fv2wgrrpc] {
		max-width: calc(2 * 228px + 1 * 18px);
	}
}

@media (max-width: 640px) {
	.root[b-2fv2wgrrpc] {
		padding: 64px 0 70px;
	}

	.cards[b-2fv2wgrrpc] {
		max-width: none;
	}

	.card[b-2fv2wgrrpc] {
		flex-basis: 100%;
		max-width: none;
		min-height: 154px;
	}
}
/* /Sections/Content/Pages/Contacts/Components/ContactSocialsCard.razor.rz.scp.css */
.root[b-od32bkp0m1] {
	padding: 30px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 8px;
	background: var(--mud-palette-surface);
	box-shadow: 0 4px 12px color-mix(in srgb, var(--mud-palette-text-primary) 7%, transparent);
}

.links[b-od32bkp0m1] {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	margin-top: 22px;
}

.link[b-od32bkp0m1] {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
	padding: 11px 13px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 8px;
	color: var(--mud-palette-text-primary);
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.link:hover[b-od32bkp0m1],
.link:focus-visible[b-od32bkp0m1] {
	border-color: color-mix(in srgb, var(--mud-palette-primary) 34%, transparent);
	background: color-mix(in srgb, var(--mud-palette-primary) 5%, transparent);
	color: var(--mud-palette-primary);
}

.link:focus-visible[b-od32bkp0m1] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 3px;
}

.icon[b-od32bkp0m1] {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	color: var(--mud-palette-primary);
}

.link span[b-od32bkp0m1] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 980px) {
	.links[b-od32bkp0m1] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.links[b-od32bkp0m1] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.root[b-od32bkp0m1] {
		padding: 24px;
	}

	.links[b-od32bkp0m1] {
		grid-template-columns: 1fr;
	}
}
/* /Sections/Content/Pages/Contacts/ContactPage.razor.rz.scp.css */
.root[b-yp3xm31tbq] {
	background: var(--mud-palette-background);
}
/* /Sections/Content/Pages/Homes/Components/HomepageHero.razor.rz.scp.css */
.root[b-r3v0rxzo8w] {
	--hero-wash-color: color-mix(in srgb, var(--mud-palette-secondary) 10%, var(--mud-palette-surface));
	--hero-veil-color: color-mix(in srgb, var(--hero-wash-color) 92%, var(--mud-palette-primary));
	--hero-corner-wash-color: color-mix(in srgb, var(--mud-palette-secondary) 18%, var(--mud-palette-surface));
	--hero-corner-veil-color: color-mix(in srgb, var(--hero-corner-wash-color) 82%, var(--mud-palette-primary));

	position: relative;
	isolation: isolate;
	height: 70vh;
	min-height: 600px;
	overflow: hidden;
	background-color: var(--mud-palette-background);
	background-position: center 40%;
	background-size: cover;
	color: var(--mud-palette-text-primary);
}

.root[b-r3v0rxzo8w]::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(
			90deg,
			color-mix(in srgb, var(--hero-veil-color) 96%, transparent) 0%,
			color-mix(in srgb, var(--hero-veil-color) 91%, transparent) 32%,
			color-mix(in srgb, var(--hero-veil-color) 66%, transparent) 45%,
			color-mix(in srgb, var(--hero-veil-color) 24%, transparent) 58%,
			transparent 72%
		);
	pointer-events: none;
}

.root[b-r3v0rxzo8w]::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(
			ellipse 74% 90% at -10% 108%,
			color-mix(in srgb, var(--hero-corner-veil-color) 100%, transparent) 0%,
			color-mix(in srgb, var(--hero-corner-veil-color) 92%, transparent) 24%,
			color-mix(in srgb, var(--hero-corner-veil-color) 70%, transparent) 44%,
			color-mix(in srgb, var(--hero-corner-veil-color) 30%, transparent) 62%,
			transparent 78%
		);
	pointer-events: none;
}

[b-r3v0rxzo8w] .content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 600px;
	padding-top: 104px;
	padding-bottom: 104px;
}

.copy[b-r3v0rxzo8w] {
	position: relative;
	width: min(43vw, 690px);
	padding-left: 32px;
}

.copy[b-r3v0rxzo8w]::before {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 0;
	width: 4px;
	border-radius: 8px;
	background: var(--mud-palette-primary);
}

@media (max-width: 1180px) {
	.root[b-r3v0rxzo8w] {
		min-height: 600px;
		background-position: 54% 42%;
	}

	.root[b-r3v0rxzo8w]::before {
		background:
			linear-gradient(
				90deg,
				color-mix(in srgb, var(--hero-veil-color) 96%, transparent) 0%,
				color-mix(in srgb, var(--hero-veil-color) 92%, transparent) 38%,
				color-mix(in srgb, var(--hero-veil-color) 70%, transparent) 53%,
				color-mix(in srgb, var(--hero-veil-color) 26%, transparent) 68%,
				transparent 84%
			);
	}

	.copy[b-r3v0rxzo8w] {
		width: min(48vw, 590px);
	}
}

@media (max-width: 860px) {
	.root[b-r3v0rxzo8w] {
		height: auto;
		min-height: auto;
		background-position: 58% 44%;
	}

	.root[b-r3v0rxzo8w]::before {
		background:
			linear-gradient(
				90deg,
				color-mix(in srgb, var(--hero-veil-color) 96%, transparent) 0%,
				color-mix(in srgb, var(--hero-veil-color) 90%, transparent) 48%,
				color-mix(in srgb, var(--hero-veil-color) 62%, transparent) 74%,
				color-mix(in srgb, var(--hero-veil-color) 24%, transparent) 100%
			);
	}

	[b-r3v0rxzo8w] .content {
		align-items: flex-start;
		height: auto;
		min-height: 500px;
		padding-top: 62px;
		padding-bottom: 62px;
	}

	.copy[b-r3v0rxzo8w] {
		width: min(76%, 520px);
		padding-left: 26px;
	}

}

@media (max-width: 560px) {
	.root[b-r3v0rxzo8w] {
		background-position: 60% 46%;
	}

	.root[b-r3v0rxzo8w]::before {
		background:
			linear-gradient(
				90deg,
				color-mix(in srgb, var(--hero-veil-color) 95%, transparent) 0%,
				color-mix(in srgb, var(--hero-veil-color) 89%, transparent) 68%,
				color-mix(in srgb, var(--hero-veil-color) 58%, transparent) 100%
			);
	}

	[b-r3v0rxzo8w] .content {
		min-height: 440px;
		padding-top: 46px;
		padding-bottom: 44px;
	}

	.copy[b-r3v0rxzo8w] {
		width: min(100%, 470px);
		padding-left: 22px;
	}

}

@media (max-width: 400px) {
	.root[b-r3v0rxzo8w] {
		background-position: 63% 48%;
	}

	.root[b-r3v0rxzo8w]::before {
		background:
			linear-gradient(
				90deg,
				color-mix(in srgb, var(--hero-veil-color) 96%, transparent) 0%,
				color-mix(in srgb, var(--hero-veil-color) 92%, transparent) 76%,
				color-mix(in srgb, var(--hero-veil-color) 62%, transparent) 100%
			);
	}

	[b-r3v0rxzo8w] .content {
		min-height: 405px;
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.copy[b-r3v0rxzo8w] {
		padding-left: 18px;
	}

	.copy[b-r3v0rxzo8w]::before {
		width: 3px;
	}

}
/* /Sections/Content/Pages/Homes/Components/HomepageIntroduction.razor.rz.scp.css */
.item[b-sp7itpfxtd] {
	display: grid;
	align-content: start;
}
/* /Sections/Content/Pages/Homes/Pages/HomePage.razor.rz.scp.css */
.homepage-section.surface[b-8osyc6ldwj] {
	--homepage-section-background: var(--mud-palette-surface);
}

.homepage-section.tinted[b-8osyc6ldwj] {
	--homepage-section-background: var(--mud-palette-background);
}

.homepage-section.shaped[b-8osyc6ldwj] {
	--homepage-section-background: var(--mud-palette-surface);
}

#onderwerpen[b-8osyc6ldwj],
#stel-je-vraag[b-8osyc6ldwj] {
	scroll-margin-top: 88px;
}
/* /Sections/Content/Pages/Organisations/Instances/AboutUs/Components/AboutUsHero.razor.rz.scp.css */
.root[b-nac479pwr9]  .hero-note {
	margin-top: 0;
}

@media (max-width: 560px) {
	.root[b-nac479pwr9]  .hero-note {
		max-width: 100%;
	}
}
/* /Sections/Content/Pages/Organisations/Instances/AboutUs/Components/AboutUsImpactSection.razor.rz.scp.css */
.root[b-5s7ijtzwxw] {
	padding: 52px 0 47px;
	background: var(--mud-palette-primary);
}

.metrics[b-5s7ijtzwxw] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.metric[b-5s7ijtzwxw] {
	display: grid;
	gap: 12px;
	padding: 28px 24px;
	text-align: center;
}

.value[b-5s7ijtzwxw] {
	color: white;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1;
}

.underscript[b-5s7ijtzwxw] {
	color: white;
	font-size: clamp(0.5rem, 1.5vw, 1rem);
}

@media (max-width: 900px) {
	.root[b-5s7ijtzwxw] {
		padding: 72px 0 76px;
	}

	.metrics[b-5s7ijtzwxw] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 42px;
	}
}

@media (max-width: 520px) {
	.root[b-5s7ijtzwxw] {
		padding: 62px 0 66px;
	}

	.metrics[b-5s7ijtzwxw] {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.metric[b-5s7ijtzwxw] {
		padding: 24px 20px;
	}
}
/* /Sections/Content/Pages/Organisations/Instances/AboutUs/Components/AboutUsIntroductionSection.razor.rz.scp.css */
.item[b-pllk9r0kwi] {
	display: grid;
	align-content: start;
}
/* /Sections/Content/Pages/Organisations/Instances/AboutUs/Components/AboutUsTestimonialsSection.razor.rz.scp.css */
.root[b-ag96v93ltt] {
	padding: 92px 0 98px;
	background: var(--mud-palette-background);
}

.heading[b-ag96v93ltt] {
	max-width: 760px;
}

.cards[b-ag96v93ltt] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 48px;
}

.card[b-ag96v93ltt] {
	display: grid;
	align-content: start;
	gap: 24px;
	padding: 32px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 12px;
	background: var(--mud-palette-surface);
	box-shadow: 0 16px 38px color-mix(in srgb, var(--mud-palette-text-primary) 7%, transparent);
}

.card-heading[b-ag96v93ltt] {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.icon-frame[b-ag96v93ltt] {
	display: inline-flex;
	width: 58px;
	height: 58px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: color-mix(in srgb, var(--mud-palette-primary) 11%, var(--mud-palette-surface));
	color: var(--mud-palette-primary);
}

.icon-frame[b-ag96v93ltt]  .mud-icon-root {
	font-size: 30px;
}

[b-ag96v93ltt] .role {
	padding-top: 7px;
}

.divider[b-ag96v93ltt] {
	height: 1px;
	background: color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
}

[b-ag96v93ltt] .quote p {
	text-wrap: pretty;
}

@media (max-width: 820px) {
	.root[b-ag96v93ltt] {
		padding: 74px 0 80px;
	}

	.cards[b-ag96v93ltt] {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}

	.card[b-ag96v93ltt] {
		min-height: 0;
	}
}

@media (max-width: 520px) {
	.root[b-ag96v93ltt] {
		padding: 62px 0 68px;
	}

	.card[b-ag96v93ltt] {
		padding: 26px 24px;
	}
}
/* /Sections/Content/Pages/Organisations/Instances/AboutUs/Components/AboutUsTimelineSection.razor.rz.scp.css */
.root[b-i2ro9marfz] {
	padding: 100px 0;
	background: color-mix(in srgb, var(--mud-palette-secondary) 7%, var(--mud-palette-surface));
}

.heading[b-i2ro9marfz] {
	max-width: 780px;
}

.timeline[b-i2ro9marfz] {
	position: relative;
	display: grid;
	gap: 12px;
	margin: 64px 0 0;
	padding: 0;
	list-style: none;
}

.timeline[b-i2ro9marfz]::before {
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 50%;
	width: 2px;
	background: color-mix(in srgb, var(--mud-palette-primary) 24%, transparent);
	content: "";
	transform: translateX(-50%);
}

.timeline-item[b-i2ro9marfz] {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
	min-height: 230px;
}

.entry[b-i2ro9marfz] {
	display: grid;
	align-content: center;
	max-width: 470px;
	padding: 26px 0;
}

.timeline-item:nth-child(odd) .entry[b-i2ro9marfz] {
	grid-column: 1;
	justify-self: end;
	text-align: right;
}

.timeline-item:nth-child(even) .entry[b-i2ro9marfz] {
	grid-column: 3;
	justify-self: start;
}

.marker[b-i2ro9marfz] {
	z-index: 1;
	grid-row: 1;
	grid-column: 2;
	align-self: center;
	justify-self: center;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: var(--mud-palette-primary);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--mud-palette-primary) 22%, transparent);
}

@media (max-width: 900px) {
	.root[b-i2ro9marfz] {
		padding: 78px 0;
	}

	.timeline[b-i2ro9marfz] {
		gap: 8px;
		margin-top: 48px;
	}

	.timeline[b-i2ro9marfz]::before {
		left: 10px;
		transform: none;
	}

	.timeline-item[b-i2ro9marfz] {
		grid-template-columns: 42px minmax(0, 1fr);
		min-height: 0;
	}

	.timeline-item:nth-child(odd) .entry[b-i2ro9marfz],
	.timeline-item:nth-child(even) .entry[b-i2ro9marfz] {
		grid-column: 2;
		justify-self: stretch;
		max-width: none;
		text-align: left;
	}

	.entry[b-i2ro9marfz] {
		padding: 24px 0 38px;
	}

	.marker[b-i2ro9marfz] {
		grid-column: 1;
		align-self: start;
		justify-self: start;
		margin-top: 31px;
		margin-left: 3px;
	}
}

@media (max-width: 520px) {
	.root[b-i2ro9marfz] {
		padding: 64px 0;
	}

	.timeline-item[b-i2ro9marfz] {
		grid-template-columns: 34px minmax(0, 1fr);
	}
}
/* /Sections/Content/Pages/Organisations/Instances/ManagementBoards/Components/ManagementBoardMemberCard.razor.rz.scp.css */
.card[b-2mt0mnuf1s] {
    display: grid;
    grid-template-columns: 156px minmax(0, 1fr);
    min-width: 0;
    min-height: 188px;
    overflow: hidden;
    background: var(--mud-palette-surface);
    border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
    border-radius: 18px;
    box-shadow: 0 10px 28px color-mix(in srgb, var(--mud-palette-text-primary) 5%, transparent);
}

.portrait-frame[b-2mt0mnuf1s] {
    width: 100%;
    height: 100%;
    min-height: 188px;
    overflow: hidden;
    background: color-mix(in srgb, var(--mud-palette-secondary) 18%, var(--mud-palette-surface));
}

.portrait[b-2mt0mnuf1s] {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 188px;
    object-fit: cover;
    object-position: center;
}

.portrait-placeholder[b-2mt0mnuf1s] {
    position: relative;
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 188px;
    place-items: center;
    overflow: hidden;
    background: radial-gradient(circle at -34px -38px, rgba(255, 255, 255, .44) 0 104px, transparent 105px), radial-gradient(circle at 122px 214px, rgba(36, 19, 26, .04) 0 136px, transparent 137px), linear-gradient(145deg, #f2ede4 0%, #e5ded3 100%);
}

[b-2mt0mnuf1s] .portrait-placeholder-icon {
    position: relative;
    z-index: 1;
    color: color-mix(in srgb, var(--mud-palette-text-primary) 16%, transparent);
    font-size: 134px;
}

.card-content[b-2mt0mnuf1s] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 24px 22px;
}

.copy[b-2mt0mnuf1s] {
    display: grid;
    gap: 8px;
}

.copy-wrapper[b-2mt0mnuf1s] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 16px;
}

.copy-title[b-2mt0mnuf1s] {
    min-width: 0;
    flex: 1 1 auto;
}

[b-2mt0mnuf1s] .role {
    padding-top: 6px;
    letter-spacing: .08em;
}

.divider[b-2mt0mnuf1s] {
    height: 1px;
    margin: 8px 0;
    background: color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
}

.linked-in-link[b-2mt0mnuf1s] {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: color-mix(in srgb, var(--mud-palette-text-primary) 72%, transparent);
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 150ms ease, transform 150ms ease;
}

    .linked-in-link:hover[b-2mt0mnuf1s] {
        background: var(--mud-palette-primary);
        transform: translateY(-1px);
    }

.linked-in-mark[b-2mt0mnuf1s] {
    font-size: .82rem;
    font-weight: 850;
    line-height: 1;
}

@media (max-width: 560px) {
    .card[b-2mt0mnuf1s] {
        grid-template-columns: 1fr;
    }

    .portrait-frame[b-2mt0mnuf1s],
    .portrait[b-2mt0mnuf1s],
    .portrait-placeholder[b-2mt0mnuf1s] {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .card-content[b-2mt0mnuf1s] {
        padding: 22px;
    }
}
/* /Sections/Content/Pages/Organisations/Instances/ManagementBoards/Components/ManagementBoardMemberGrid.razor.rz.scp.css */
.root[b-zxpmvbu7ex] {
	padding: 88px 0;
	background: #f8f1ef;
}

.content[b-zxpmvbu7ex] {
	display: grid;
	gap: 32px;
}

.heading[b-zxpmvbu7ex] {
	max-width: 760px;
}

.cards[b-zxpmvbu7ex] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

@media (max-width: 960px) {
	.cards[b-zxpmvbu7ex] {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.root[b-zxpmvbu7ex] {
		padding: 64px 0;
	}
}
/* /Sections/Content/Pages/Organisations/Instances/ManagementBoards/Components/ManagementBoardTopicIntroduction.razor.rz.scp.css */
.item[b-dq5wrochd8] {
	display: grid;
	align-content: start;
}

[b-dq5wrochd8] .title {
	font-size: max(28px, min(40px, 3vw));
	text-wrap-mode: nowrap;
}
/* /Sections/Content/Pages/Organisations/Instances/Vacancies/Components/VacancyCard.razor.rz.scp.css */
.root[b-mm2d9enb7d] {
	padding: clamp(50px, 8vw, 56px) 0;
	background: radial-gradient(circle at 10% 0%, color-mix(in srgb, var(--mud-palette-primary) 7%, transparent), transparent 34rem), var(--mud-palette-background);
}

.vacancy[b-mm2d9enb7d] {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
	grid-template-areas:
		"intro details"
		"action details";
	column-gap: clamp(40px, 7vw, 96px);
	row-gap: 24px;
	align-items: start;
	padding: clamp(8px, 1vw, 16px) 0;
}

.intro[b-mm2d9enb7d] {
	grid-area: intro;
	position: relative;
	padding-top: 4px;
}

.details[b-mm2d9enb7d] {
	grid-area: details;
}

.action[b-mm2d9enb7d] {
	grid-area: action;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.action[b-mm2d9enb7d]  .contact-button {
	margin-top: 0;
	padding: 0 26px;
}

@media (min-width: 961px) {
	.vacancy-reversed[b-mm2d9enb7d] {
		grid-template-areas:
			"details intro"
			"details action";
	}
}

@media (max-width: 960px) {
	.vacancy[b-mm2d9enb7d],
	.vacancy-reversed[b-mm2d9enb7d] {
		grid-template-columns: 1fr;
		grid-template-areas:
			"intro"
			"details"
			"action";
		gap: 40px;
	}
}

@media (max-width: 600px) {
	.root[b-mm2d9enb7d] {
		padding: 48px 0;
	}

	.action[b-mm2d9enb7d]  .contact-button {
		width: 100%;
	}
}
/* /Sections/Content/Pages/Services/Instances/Events/Components/ServiceEventsContactFormPanel.razor.rz.scp.css */
div.event-form[b-0ou8lvvcci] {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

[b-0ou8lvvcci] .field,
[b-0ou8lvvcci] .full {
	min-width: 0;
}

[b-0ou8lvvcci] .cta {
	margin-top: 25px;
	float: right;
}

[b-0ou8lvvcci] .full {
	grid-column: 1 / -1;
}

[b-0ou8lvvcci] .event-form .mud-input-outlined-border {
	border-color: color-mix(in srgb, var(--mud-palette-text-primary) 16%, transparent);
	border-radius: 12px;
}

[b-0ou8lvvcci] .event-form .mud-input-control {
	margin: 0;
}

[b-0ou8lvvcci] .event-form .mud-input-outlined {
	min-height: 52px;
}

[b-0ou8lvvcci] .event-form textarea.mud-input-slot {
	min-height: 128px;
}

[b-0ou8lvvcci] .event-form .mud-button-root {
	min-height: 48px;
	border-radius: 12px;
	background: var(--mud-palette-primary);
	font-weight: 800;
	text-transform: uppercase;
	box-shadow: 0 16px 30px color-mix(in srgb, var(--mud-palette-primary) 22%, transparent);
}

@media (max-width: 760px) {
	div.event-form[b-0ou8lvvcci] {
		grid-template-columns: 1fr;
	}

	[b-0ou8lvvcci] .field {
		grid-column: 1 / -1;
	}
}
/* /Sections/Content/Pages/Services/Instances/Events/Components/ServiceEventsContactSection.razor.rz.scp.css */
.contact-section[b-ljp51bdqqc] {
	position: relative;
	scroll-margin-top: 76px;
	padding: 94px 0 98px;
	overflow: hidden;
	background: var(--homepage-section-background, var(--mud-palette-background));
}

.fluid-field[b-ljp51bdqqc] {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.fluid-field path[b-ljp51bdqqc] {
	fill: color-mix(in srgb, var(--mud-palette-secondary) 12%, transparent);
}

.layout[b-ljp51bdqqc] {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(0, 1.42fr);
	gap: 76px;
	align-items: start;
}

.introduction[b-ljp51bdqqc] {
	padding-top: 5px;
}

.form-card[b-ljp51bdqqc] {
	position: relative;
	padding-top: 0;
}

@media (max-width: 760px) {
	.contact-section[b-ljp51bdqqc] {
		padding: 64px 0 72px;
	}

	.fluid-field[b-ljp51bdqqc] {
		width: 172%;
		transform: none;
	}

	.layout[b-ljp51bdqqc] {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.introduction[b-ljp51bdqqc] {
		padding-top: 0;
	}
}
/* /Sections/Content/Pages/Services/Instances/Events/Components/ServiceEventsContributions.razor.rz.scp.css */
.introduction[b-errpi6fj8f] {
	display: grid;
	align-content: start;
	padding-top: 4px;
}

.contribution-lists[b-errpi6fj8f] {
	display: grid;
	gap: 30px;
	align-content: start;
}

.event-type-list[b-errpi6fj8f] {
	display: grid;
	gap: 16px;
	padding-top: 28px;
	border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
}

.chips[b-errpi6fj8f] {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

@media (max-width: 900px) {
	.introduction[b-errpi6fj8f] {
		padding-top: 0;
	}
}

@media (max-width: 560px) {

	.chips[b-errpi6fj8f] {
		gap: 10px;
	}
}
/* /Sections/Content/Pages/Services/Instances/Events/Components/ServiceEventsPreparation.razor.rz.scp.css */
.root[b-zxsfpyjg8k] {
	padding: 92px 0;
	background: var(--mud-palette-surface);
}

.card[b-zxsfpyjg8k] {
	display: grid;
	grid-template-columns: minmax(220px, .36fr) minmax(0, 1fr);
	gap: 48px;
	padding: 42px 48px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-secondary) 38%, var(--mud-palette-text-primary) 8%);
	border-radius: 8px;
	background:
		linear-gradient(130deg, color-mix(in srgb, var(--mud-palette-secondary) 21%, var(--mud-palette-surface)) 0%, color-mix(in srgb, var(--mud-palette-secondary) 8%, var(--mud-palette-surface)) 100%);
}

@media (max-width: 800px) {
	.root[b-zxsfpyjg8k] {
		padding: 70px 0;
	}

	.card[b-zxsfpyjg8k] {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 34px 28px;
	}

}

@media (max-width: 520px) {
	.root[b-zxsfpyjg8k] {
		padding: 58px 0;
	}

	.card[b-zxsfpyjg8k] {
		padding: 28px 22px;
	}

}
/* /Sections/Content/Pages/Services/Instances/Events/Components/ServiceEventsProcess.razor.rz.scp.css */
.shape[b-mk1i58coat] {
	position: absolute;
	z-index: 0;
	bottom: -290px;
	left: -250px;
	width: min(52vw, 660px);
	height: auto;
	color: color-mix(in srgb, var(--mud-palette-secondary) 11%, transparent);
	pointer-events: none;
}

.shape path[b-mk1i58coat] {
	fill: currentColor;
}

.introduction[b-mk1i58coat] {
	display: grid;
	align-content: start;
	padding-top: 18px;
}

@media (max-width: 900px) {
	.shape[b-mk1i58coat] {
		bottom: -260px;
		left: -290px;
		width: 620px;
	}

	.introduction[b-mk1i58coat] {
		padding-top: 0;
	}
}

@media (max-width: 560px) {
	.shape[b-mk1i58coat] {
		bottom: -220px;
		left: -330px;
		width: 560px;
	}
}
/* /Sections/Content/Pages/Services/Instances/Events/Components/ServiceEventsTypeChip.razor.rz.scp.css */
.root[b-20k6jpz591] {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
	border-radius: 8px;
	background: var(--mud-palette-surface);
	color: var(--mud-palette-text-primary);
	font-size: 14px;
	line-height: 1.2;
}

[b-20k6jpz591] .root .mud-icon-root {
	width: 18px;
	height: 18px;
	color: var(--mud-palette-primary);
	font-size: 18px;
}

[b-20k6jpz591] .mud-icon-root {
	fill: var(--mud-palette-primary);
}
/* /Sections/Content/Pages/Services/Instances/Events/ServiceEventsPage.razor.rz.scp.css */
.root[b-uv2bsqpw6u] {
	background: var(--mud-palette-surface);
	color: var(--mud-palette-text-primary);
}
/* /Sections/Content/Pages/Services/Instances/GuestLessons/Components/ServiceGuestLessonCard.razor.rz.scp.css */
.root[b-dt8mwc6ofp] {
	display: grid;
	grid-template-areas: "icon summary facts takeaway";
	grid-template-columns: 128px minmax(300px, 1fr) minmax(340px, .82fr) minmax(260px, .52fr);
	gap: 24px;
	align-items: stretch;
	padding: 0;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
	border-radius: 8px;
	background: var(--mud-palette-surface);
	box-shadow: 0 18px 42px color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
}

.icon-area[b-dt8mwc6ofp] {
	grid-area: icon;
	display: grid;
	align-items: center;
	justify-items: center;
	min-height: 132px;
	padding: 22px 0 22px 22px;
}

.icon-backdrop[b-dt8mwc6ofp] {
	position: relative;
	display: grid;
	width: 104px;
	height: 104px;
	align-items: center;
	justify-items: center;
	border-radius: 999px;
	background: color-mix(in srgb, var(--mud-palette-secondary) 34%, var(--mud-palette-surface));
	color: var(--mud-palette-primary);
}

.icon-backdrop[b-dt8mwc6ofp]::before,
.icon-backdrop[b-dt8mwc6ofp]::after {
	position: absolute;
	z-index: 0;
	border-radius: 55% 45% 62% 38%;
	background: color-mix(in srgb, var(--mud-palette-secondary) 16%, transparent);
	content: "";
}

.icon-backdrop[b-dt8mwc6ofp]::before {
	inset: -22px -16px 22px 12px;
	transform: rotate(-22deg);
}

.icon-backdrop[b-dt8mwc6ofp]::after {
	inset: 24px 10px -20px -24px;
	transform: rotate(20deg);
}

[b-dt8mwc6ofp] .icon-backdrop .mud-icon-root {
	position: relative;
	z-index: 1;
	width: 48px;
	height: 48px;
	font-size: 48px;
}

.summary[b-dt8mwc6ofp] {
	grid-area: summary;
	display: grid;
	align-content: start;
	gap: 10px;
	min-width: 0;
	padding: 22px 0;
}

.facts[b-dt8mwc6ofp] {
	grid-area: facts;
	display: grid;
	gap: 10px;
	align-content: center;
	min-width: 340px;
	margin: 0;
	padding: 22px 0 22px 24px;
	border-left: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
}

.fact[b-dt8mwc6ofp] {
	display: grid;
	grid-template-columns: max-content minmax(112px, 1fr);
	gap: 16px;
	align-items: start;
}

.fact dt[b-dt8mwc6ofp],
.fact dd[b-dt8mwc6ofp] {
	min-width: 0;
	margin: 0;
	color: var(--mud-palette-text-primary);
	font-size: 14px;
	line-height: 1.35;
}

.fact dt[b-dt8mwc6ofp] {
	display: grid;
	grid-template-columns: 18px max-content;
	gap: 8px;
	align-items: center;
	font-weight: 800;
	white-space: nowrap;
}

[b-dt8mwc6ofp] .fact .mud-icon-root {
	width: 17px;
	height: 17px;
	color: var(--mud-palette-primary);
	font-size: 17px;
}

.fact dd[b-dt8mwc6ofp] {
	font-weight: 500;
	justify-self: end;
	text-align: right;
	white-space: nowrap;
}

.takeaway[b-dt8mwc6ofp] {
	grid-area: takeaway;
	display: grid;
	align-content: start;
	gap: 12px;
	min-width: 260px;
	padding: 22px 26px 30px;
	background:
		linear-gradient(140deg, color-mix(in srgb, var(--mud-palette-secondary) 22%, var(--mud-palette-surface)) 0%, color-mix(in srgb, var(--mud-palette-secondary) 11%, var(--mud-palette-surface)) 100%);
}

[b-dt8mwc6ofp] .takeaway-eyebrow {
	margin-bottom: 0;
	font-size: 12px;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.root[b-dt8mwc6ofp] {
		grid-template-areas: none;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		column-gap: 0;
		row-gap: 24px;
	}

	.icon-area[b-dt8mwc6ofp] {
		grid-area: auto;
		grid-column: 1 / 3;
		grid-row: 1;
		padding: 22px 0 0 22px;
	}

	.summary[b-dt8mwc6ofp] {
		grid-area: auto;
		grid-column: 3 / 13;
		grid-row: 1;
		padding: 22px 22px 0 24px;
	}

	.summary[b-dt8mwc6ofp] {
		align-content: start;
	}

	.facts[b-dt8mwc6ofp] {
		position: relative;
		grid-area: auto;
		grid-column: 1 / 7;
		grid-row: 2;
		min-width: 0;
		padding: 24px 24px 22px 22px;
		border-top: 0;
		border-left: 0;
	}

	.facts[b-dt8mwc6ofp]::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 200%;
		height: 1px;
		background: color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
		content: "";
	}

	.takeaway[b-dt8mwc6ofp] {
		grid-area: auto;
		grid-column: 7 / 13;
		grid-row: 2;
		min-width: 0;
		padding-top: 24px;
		border-radius: 0 0 8px 0;
	}
}

@media (max-width: 760px) {
	.root[b-dt8mwc6ofp] {
		grid-template-areas:
			"icon"
			"summary"
			"facts"
			"takeaway";
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.icon-area[b-dt8mwc6ofp] {
		grid-area: icon;
		grid-column: auto;
		grid-row: auto;
		justify-items: start;
		min-height: 92px;
		padding: 20px 20px 0;
	}

	.summary[b-dt8mwc6ofp] {
		grid-area: summary;
		grid-column: auto;
		grid-row: auto;
		padding: 0 20px;
	}

	.icon-backdrop[b-dt8mwc6ofp] {
		width: 84px;
		height: 84px;
	}

	[b-dt8mwc6ofp] .icon-backdrop .mud-icon-root {
		width: 40px;
		height: 40px;
		font-size: 40px;
	}

	.facts[b-dt8mwc6ofp] {
		grid-area: facts;
		grid-column: auto;
		grid-row: auto;
		min-width: 0;
		padding: 20px;
	}

	.facts[b-dt8mwc6ofp]::before {
		width: 100%;
	}

	.fact[b-dt8mwc6ofp] {
		grid-template-columns: max-content minmax(112px, 1fr);
		gap: 14px;
	}

	.takeaway[b-dt8mwc6ofp] {
		grid-area: takeaway;
		grid-column: auto;
		grid-row: auto;
		min-width: 0;
		padding: 24px 20px;
		border-radius: 0;
	}
}

@media (max-width: 460px) {
	.fact[b-dt8mwc6ofp] {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.fact dd[b-dt8mwc6ofp] {
		justify-self: start;
		text-align: left;
		white-space: normal;
	}
}
/* /Sections/Content/Pages/Services/Instances/GuestLessons/Components/ServiceGuestLessonsContactFormPanel.razor.rz.scp.css */
div.guest-lesson-form[b-uwv5daaw5s] {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

[b-uwv5daaw5s] .field,
[b-uwv5daaw5s] .full {
	min-width: 0;
}

[b-uwv5daaw5s] .cta {
	margin-top: 25px;
	float: right;
}

[b-uwv5daaw5s] .full {
	grid-column: 1 / -1;
}

[b-uwv5daaw5s] .guest-lesson-form .mud-input-outlined-border {
	border-color: color-mix(in srgb, var(--mud-palette-text-primary) 16%, transparent);
	border-radius: 12px;
}

[b-uwv5daaw5s] .guest-lesson-form .mud-input-control {
	margin: 0;
}

[b-uwv5daaw5s] .guest-lesson-form .mud-input-outlined {
	min-height: 52px;
}

[b-uwv5daaw5s] .guest-lesson-form textarea.mud-input-slot {
	min-height: 128px;
}

[b-uwv5daaw5s] .guest-lesson-form .mud-button-root {
	min-height: 48px;
	border-radius: 12px;
	background: var(--mud-palette-primary);
	font-weight: 800;
	text-transform: uppercase;
	box-shadow: 0 16px 30px color-mix(in srgb, var(--mud-palette-primary) 22%, transparent);
}

@media (max-width: 760px) {
	div.guest-lesson-form[b-uwv5daaw5s] {
		grid-template-columns: 1fr;
	}

	[b-uwv5daaw5s] .field {
		grid-column: 1 / -1;
	}
}
/* /Sections/Content/Pages/Services/Instances/GuestLessons/Components/ServiceGuestLessonsContactSection.razor.rz.scp.css */
.contact-section[b-jzd76dsbbn] {
	position: relative;
	scroll-margin-top: 76px;
	padding: 94px 0 98px;
	overflow: hidden;
	background: var(--homepage-section-background, var(--mud-palette-background));
}

.fluid-field[b-jzd76dsbbn] {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.fluid-field path[b-jzd76dsbbn] {
	fill: color-mix(in srgb, var(--mud-palette-secondary) 12%, transparent);
}

.layout[b-jzd76dsbbn] {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(0, 1.42fr);
	gap: 76px;
	align-items: start;
}

.introduction[b-jzd76dsbbn] {
	padding-top: 5px;
}

.form-card[b-jzd76dsbbn] {
	position: relative;
	padding-top: 0;
}

@media (max-width: 760px) {
	.contact-section[b-jzd76dsbbn] {
		padding: 64px 0 72px;
	}

	.fluid-field[b-jzd76dsbbn] {
		width: 172%;
		transform: none;
	}

	.layout[b-jzd76dsbbn] {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.introduction[b-jzd76dsbbn] {
		padding-top: 0;
	}
}
/* /Sections/Content/Pages/Services/Instances/GuestLessons/Components/ServiceGuestLessonsOverview.razor.rz.scp.css */
.root[b-dsb5mz3c6a] {
	padding: 96px 0 104px;
	background: var(--mud-palette-surface);
}

.heading[b-dsb5mz3c6a] {
	display: grid;
	gap: 20px;
	max-width: 760px;
	margin-bottom: 42px;
}

.lessons[b-dsb5mz3c6a] {
	display: grid;
	gap: 20px;
}

@media (max-width: 900px) {
	.root[b-dsb5mz3c6a] {
		padding: 72px 0 78px;
	}

	.heading[b-dsb5mz3c6a] {
		margin-bottom: 34px;
	}

}

@media (max-width: 560px) {
	.root[b-dsb5mz3c6a] {
		padding: 60px 0 64px;
	}
}
/* /Sections/Content/Pages/Services/Instances/GuestLessons/ServiceGuestLessonsPage.razor.rz.scp.css */
.root[b-6tdp30m0js] {
	background: var(--mud-palette-surface);
	color: var(--mud-palette-text-primary);
}
/* /Sections/Content/Pages/Services/Instances/LegalAid/Components/ServiceLegalAidSteps.razor.rz.scp.css */
.shape[b-plueim0v4q] {
	position: absolute;
	z-index: 0;
	bottom: -290px;
	left: -250px;
	width: min(52vw, 660px);
	height: auto;
	color: color-mix(in srgb, var(--mud-palette-secondary) 11%, transparent);
	pointer-events: none;
}

.shape path[b-plueim0v4q] {
	fill: currentColor;
}

.introduction[b-plueim0v4q] {
	display: grid;
	align-content: start;
	padding-top: 18px;
}

@media (max-width: 900px) {
	.shape[b-plueim0v4q] {
		bottom: -260px;
		left: -290px;
		width: 620px;
	}

	.introduction[b-plueim0v4q] {
		padding-top: 0;
	}
}

@media (max-width: 560px) {
	.shape[b-plueim0v4q] {
		bottom: -220px;
		left: -330px;
		width: 560px;
	}
}
/* /Sections/Content/Pages/Services/Instances/LegalAid/ServiceLegalAidPage.razor.rz.scp.css */
.root[b-6wteh7v95l] {
	background: var(--mud-palette-surface);
	color: var(--mud-palette-text-primary);
}
/* /Sections/Content/Pages/Supports/Instances/Donates/Components/DonatesImpactSection.razor.rz.scp.css */
.root[b-rbds5sajxj] {
	padding: 32px 0 0px;
	background: var(--mud-palette-surface);
}

.heading[b-rbds5sajxj] {
	max-width: 850px;
}

.cards[b-rbds5sajxj] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
	margin-top: 52px;
}

[b-rbds5sajxj] .impact-card {
	align-content: start;
	gap: 30px;
	height: 100%;
	border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 15%, transparent);
	background: color-mix(in srgb, var(--mud-palette-primary) 4%, var(--mud-palette-background));
}

[b-rbds5sajxj] .donation-card {
	background: color-mix(in srgb, var(--mud-palette-secondary) 10%, var(--mud-palette-background));
}

.card-heading[b-rbds5sajxj] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.card-icon[b-rbds5sajxj] {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 2px solid var(--mud-palette-primary);
	border-radius: 50%;
	color: var(--mud-palette-primary);
}

.card-icon.filled[b-rbds5sajxj] {
	background: var(--mud-palette-primary);
	color: var(--mud-palette-primary-text);
}

.benefits[b-rbds5sajxj] {
	display: grid;
	gap: 18px;
	padding-top: 26px;
	border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
}

.benefit[b-rbds5sajxj] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

[b-rbds5sajxj] .benefit-icon {
	margin-top: 2px;
	color: var(--mud-palette-primary);
}

.action[b-rbds5sajxj] {
	align-self: end;
	padding-top: 4px;
}

@media (max-width: 820px) {
	.root[b-rbds5sajxj] {
		padding: 76px 0 82px;
	}

	.cards[b-rbds5sajxj] {
		grid-template-columns: 1fr;
		margin-top: 42px;
	}
}

@media (max-width: 520px) {
	.root[b-rbds5sajxj] {
		padding: 64px 0 70px;
	}

	.cards[b-rbds5sajxj] {
		gap: 22px;
		margin-top: 34px;
	}

	.card-heading[b-rbds5sajxj] {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.card-icon[b-rbds5sajxj] {
		width: 48px;
		height: 48px;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Donates/Components/DonatesInformationSection.razor.rz.scp.css */
.root[b-yt1rsks49y] {
	padding: 100px 0 106px;
	background: var(--mud-palette-background);
}

.heading[b-yt1rsks49y] {
	max-width: 820px;
}

.information-grid[b-yt1rsks49y] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
	margin-top: 52px;
}

[b-yt1rsks49y] .information-panel {
	align-content: start;
	height: 100%;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 9%, transparent);
	background: var(--mud-palette-surface);
	box-shadow: 0 16px 38px color-mix(in srgb, var(--mud-palette-text-primary) 6%, transparent);
}

.information-list[b-yt1rsks49y] {
	display: grid;
	margin: 0;
}

.information-item[b-yt1rsks49y] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
}

.information-item:first-child[b-yt1rsks49y] {
	padding-top: 4px;
}

.information-item:last-child[b-yt1rsks49y] {
	padding-bottom: 0;
	border-bottom: 0;
}

.information-copy[b-yt1rsks49y] {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.information-copy dd[b-yt1rsks49y] {
	margin: 0;
	overflow-wrap: anywhere;
}

[b-yt1rsks49y] .copy-button {
	color: var(--mud-palette-primary);
}

[b-yt1rsks49y] .copy-button:focus-visible {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 2px;
}

[b-yt1rsks49y] .bank-notice {
	margin-top: 4px;
	border-radius: var(--mud-default-borderradius);
}

[b-yt1rsks49y] .bank-notice a {
	color: inherit;
	font-weight: 700;
}

.anbi-panel[b-yt1rsks49y] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	margin-top: 30px;
	padding: clamp(24px, 4vw, 34px);
	border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 14%, transparent);
	border-radius: var(--mud-default-borderradius);
	background:
		linear-gradient(100deg, color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-surface)) 0%, var(--mud-palette-surface) 100%);
	box-shadow: 0 14px 34px color-mix(in srgb, var(--mud-palette-text-primary) 5%, transparent);
}

.anbi-copy[b-yt1rsks49y] {
	display: grid;
	gap: 8px;
}

.anbi-logo[b-yt1rsks49y] {
	display: block;
	width: 104px;
	height: auto;
}

@media (max-width: 820px) {
	.root[b-yt1rsks49y] {
		padding: 76px 0 88px;
	}

	.information-grid[b-yt1rsks49y] {
		grid-template-columns: 1fr;
		margin-top: 42px;
	}
}

@media (max-width: 520px) {
	.root[b-yt1rsks49y] {
		padding: 64px 0 72px;
	}

	.information-grid[b-yt1rsks49y] {
		gap: 22px;
		margin-top: 34px;
	}

	.anbi-panel[b-yt1rsks49y] {
		grid-template-columns: 68px minmax(0, 1fr);
		column-gap: 18px;
		row-gap: 16px;
		padding: 22px;
	}

	.anbi-copy[b-yt1rsks49y] {
		display: contents;
	}

	.anbi-title[b-yt1rsks49y] {
		align-self: center;
	}

	.anbi-description[b-yt1rsks49y] {
		grid-column: 1 / -1;
	}

	.anbi-logo[b-yt1rsks49y] {
		width: 68px;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Donates/Components/DonatesVolunteerSection.razor.rz.scp.css */
.root[b-k273dpdjtg] {
	padding: 26px 0 78px;
	background: var(--mud-palette-surface);
}

.card[b-k273dpdjtg] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	min-height: 118px;
	overflow: hidden;
	padding: 0 14px 0 28px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 16%, transparent);
	border-radius: 8px;
	background: color-mix(in srgb, var(--mud-palette-secondary) 10%, var(--mud-palette-background));
	box-shadow: 0 18px 42px color-mix(in srgb, var(--mud-palette-text-primary) 5%, transparent);
}
.copy[b-k273dpdjtg] {
	display: grid;
	gap: 8px;
	padding: 32px 0;
}

.action[b-k273dpdjtg] {
	display: inline-grid;
	place-items: center;
	justify-self: end;
	padding: 10px;
	border-radius: 50%;
	text-decoration: none;
}

.action:focus-visible[b-k273dpdjtg] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 2px;
}

.action[b-k273dpdjtg]  .root {
	transition: background-color 140ms ease, transform 140ms ease;
}

.action:is(:hover, :focus-visible)[b-k273dpdjtg]  .root {
	background: color-mix(in srgb, var(--mud-palette-primary) 82%, var(--mud-palette-text-primary));
	transform: translateX(2px);
}

.mobile-action[b-k273dpdjtg] {
	display: none;
}

@media (max-width: 820px) {
	.card[b-k273dpdjtg] {
		gap: 18px;
	}
}

@media (max-width: 560px) {
	.root[b-k273dpdjtg] {
		padding-bottom: 62px;
	}

	.card[b-k273dpdjtg] {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		padding: 22px;
	}

	.copy[b-k273dpdjtg] {
		padding: 0;
	}

	.action[b-k273dpdjtg] {
		display: none;
	}

	.mobile-action[b-k273dpdjtg] {
		display: block;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Donates/DonatesPage.razor.rz.scp.css */
.funding-spacing[b-ucda7a72hc]  > section {
	padding-top: 85px;
	padding-bottom: 85px;
}

.faq-spacing[b-ucda7a72hc]  > section {
	padding-top: 69px;
	padding-bottom: 80px;
}

@media (max-width: 960px) {
	.faq-spacing[b-ucda7a72hc]  > section {
		padding-top: 57px;
		padding-bottom: 66px;
	}
}

@media (max-width: 900px) {
	.funding-spacing[b-ucda7a72hc]  > section {
		padding-top: 61px;
		padding-bottom: 61px;
	}
}

@media (max-width: 560px) {
	.faq-spacing[b-ucda7a72hc]  > section {
		padding-top: 48px;
		padding-bottom: 54px;
	}
}

@media (max-width: 520px) {
	.funding-spacing[b-ucda7a72hc]  > section {
		padding-top: 51px;
		padding-bottom: 51px;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Friends/Components/FriendsOverviewSection.razor.rz.scp.css */
.root[b-pogzs49srq] {
	position: relative;
	padding: 100px 0 108px;
	overflow: hidden;
	background: var(--mud-palette-surface);
}

.root[b-pogzs49srq]::before {
	position: absolute;
	top: 0;
	right: 0;
	width: min(30vw, 440px);
	aspect-ratio: 1;
	background: color-mix(in srgb, var(--mud-palette-secondary) 10%, var(--mud-palette-surface));
	clip-path: polygon(100% 0, 100% 100%, 0 0);
	content: "";
	pointer-events: none;
}

.root[b-pogzs49srq]  .mud-container {
	position: relative;
	z-index: 1;
}

.heading[b-pogzs49srq] {
	max-width: 780px;
}

.friends[b-pogzs49srq] {
	margin-top: 58px;
	border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
}

.friend[b-pogzs49srq] {
	display: grid;
	grid-template-columns: minmax(190px, 250px) minmax(0, 1fr) auto;
	gap: 48px;
	align-items: center;
	padding: 34px 0;
	border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
}

.logo[b-pogzs49srq] {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.logo img[b-pogzs49srq] {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
	filter: grayscale(1) saturate(0);
	opacity: 0.78;
}

.friend-copy[b-pogzs49srq] {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.website-link[b-pogzs49srq] {
	display: inline-flex;
	gap: 14px;
	align-items: center;
	justify-self: end;
	color: var(--mud-palette-primary);
	text-decoration: none;
	white-space: nowrap;
}

.website-link:is(:hover, :focus-visible)[b-pogzs49srq] {
	color: var(--mud-palette-primary-darken);
}

.website-link:focus-visible[b-pogzs49srq] {
	border-radius: 4px;
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 5px;
}

.website-link[b-pogzs49srq]  .mud-icon-root {
	font-size: 22px;
	transition: transform 160ms ease;
}

.website-link:hover[b-pogzs49srq]  .mud-icon-root {
	transform: translateX(4px);
}

@media (max-width: 760px) {
	.root[b-pogzs49srq] {
		padding: 76px 0 82px;
	}

	.root[b-pogzs49srq]::before {
		width: 54vw;
	}

	.friends[b-pogzs49srq] {
		margin-top: 44px;
	}

	.friend[b-pogzs49srq] {
		grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1.28fr);
		gap: 18px 30px;
		align-items: start;
		padding: 32px 0;
	}

	.logo[b-pogzs49srq] {
		grid-row: 1 / 3;
		height: 98px;
	}

	.logo img[b-pogzs49srq] {
		max-height: 98px;
	}

	.website-link[b-pogzs49srq] {
		grid-column: 2;
		justify-self: start;
	}
}

@media (max-width: 520px) {
	.root[b-pogzs49srq] {
		padding: 64px 0 70px;
	}

	.friends[b-pogzs49srq] {
		margin-top: 36px;
	}

	.friend[b-pogzs49srq] {
		grid-template-columns: minmax(104px, 0.65fr) minmax(0, 1.35fr);
		gap: 16px 20px;
		padding: 28px 0;
	}

	.logo[b-pogzs49srq] {
		height: 86px;
	}

	.logo img[b-pogzs49srq] {
		max-height: 86px;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Sponsors/Components/SponsorsContactFormPanel.razor.rz.scp.css */
div.sponsor-form[b-vhdlvgnwsa] {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

[b-vhdlvgnwsa] .field,
[b-vhdlvgnwsa] .full {
	min-width: 0;
}

[b-vhdlvgnwsa] .cta {
	margin-top: 25px;
	float: right;
}

[b-vhdlvgnwsa] .full {
	grid-column: 1 / -1;
}

[b-vhdlvgnwsa] .sponsor-form .mud-input-outlined-border {
	border-color: color-mix(in srgb, var(--mud-palette-text-primary) 16%, transparent);
	border-radius: 12px;
}

[b-vhdlvgnwsa] .sponsor-form .mud-input-control {
	margin: 0;
}

[b-vhdlvgnwsa] .sponsor-form .mud-input-outlined {
	min-height: 52px;
}

[b-vhdlvgnwsa] .sponsor-form textarea.mud-input-slot {
	min-height: 128px;
}

[b-vhdlvgnwsa] .sponsor-form .mud-button-root {
	min-height: 48px;
	border-radius: 12px;
	background: var(--mud-palette-primary);
	font-weight: 800;
	text-transform: uppercase;
	box-shadow: 0 16px 30px color-mix(in srgb, var(--mud-palette-primary) 22%, transparent);
}

@media (max-width: 760px) {
	div.sponsor-form[b-vhdlvgnwsa] {
		grid-template-columns: 1fr;
	}

	[b-vhdlvgnwsa] .field {
		grid-column: 1 / -1;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Sponsors/Components/SponsorsContactSection.razor.rz.scp.css */
.contact-section[b-ulszobtg47] {
	position: relative;
	scroll-margin-top: 76px;
	padding: 94px 0 98px;
	overflow: hidden;
	background: var(--mud-palette-background);
}

.fluid-field[b-ulszobtg47] {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.fluid-field path[b-ulszobtg47] {
	fill: color-mix(in srgb, var(--mud-palette-secondary) 12%, transparent);
}

.layout[b-ulszobtg47] {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(0, 1.42fr);
	gap: 76px;
	align-items: start;
}

.introduction[b-ulszobtg47] {
	padding-top: 5px;
}

.form-card[b-ulszobtg47] {
	position: relative;
}

@media (max-width: 760px) {
	.contact-section[b-ulszobtg47] {
		padding: 64px 0 72px;
	}

	.fluid-field[b-ulszobtg47] {
		width: 172%;
	}

	.layout[b-ulszobtg47] {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.introduction[b-ulszobtg47] {
		padding-top: 0;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Sponsors/Components/SponsorsContributionsSection.razor.rz.scp.css */
.introduction[b-3kuj4ritxv] {
	display: grid;
	align-content: start;
	padding-top: 4px;
}

.contribution-lists[b-3kuj4ritxv] {
	display: grid;
	gap: 30px;
	align-content: start;
}

@media (max-width: 900px) {
	.introduction[b-3kuj4ritxv] {
		padding-top: 0;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Sponsors/Components/SponsorsProcessSection.razor.rz.scp.css */
.shape[b-iag2jd90xn] {
	position: absolute;
	z-index: 0;
	bottom: -290px;
	left: -250px;
	width: min(52vw, 660px);
	height: auto;
	color: color-mix(in srgb, var(--mud-palette-secondary) 11%, transparent);
	pointer-events: none;
}

.shape path[b-iag2jd90xn] {
	fill: currentColor;
}

.introduction[b-iag2jd90xn] {
	display: grid;
	align-content: start;
	padding-top: 18px;
}

@media (max-width: 900px) {
	.shape[b-iag2jd90xn] {
		bottom: -260px;
		left: -290px;
		width: 620px;
	}

	.introduction[b-iag2jd90xn] {
		padding-top: 0;
	}
}

@media (max-width: 560px) {
	.shape[b-iag2jd90xn] {
		bottom: -220px;
		left: -330px;
		width: 560px;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Sponsors/Components/SponsorsRecognitionSection.razor.rz.scp.css */
.root[b-zn7y19fdcj] {
	scroll-margin-top: 88px;
	padding: 100px 0 104px;
	background: var(--mud-palette-surface);
}

.heading[b-zn7y19fdcj] {
	max-width: 860px;
}

.elaborate-grid[b-zn7y19fdcj] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 52px;
}

.elaborate-card[b-zn7y19fdcj] {
	display: grid;
	grid-template-columns: minmax(160px, 0.38fr) minmax(0, 0.62fr);
	gap: 30px;
	align-items: center;
	min-height: 260px;
	padding: 34px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 9%, transparent);
	border-radius: 12px;
	background: var(--mud-palette-background);
	box-shadow: 0 16px 38px color-mix(in srgb, var(--mud-palette-text-primary) 6%, transparent);
}

.elaborate-card:only-child[b-zn7y19fdcj] {
	grid-column: 1 / -1;
	max-width: 880px;
}

.elaborate-logo[b-zn7y19fdcj],
.simple-logo[b-zn7y19fdcj] {
	display: grid;
	place-items: center;
	min-width: 0;
	border-radius: 8px;
	background: var(--mud-palette-surface);
}

.elaborate-logo[b-zn7y19fdcj] {
	height: 148px;
	padding: 24px;
}

a.elaborate-logo[b-zn7y19fdcj],
a.simple-logo[b-zn7y19fdcj] {
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.elaborate-logo:is(:hover, :focus-visible)[b-zn7y19fdcj],
a.simple-logo:is(:hover, :focus-visible)[b-zn7y19fdcj] {
	box-shadow: 0 10px 24px color-mix(in srgb, var(--mud-palette-text-primary) 9%, transparent);
	transform: translateY(-2px);
}

a.elaborate-logo:focus-visible[b-zn7y19fdcj],
a.simple-logo:focus-visible[b-zn7y19fdcj] {
	outline: 2px solid var(--mud-palette-primary);
	outline-offset: 4px;
}

.elaborate-logo img[b-zn7y19fdcj] {
	width: min(100%, 240px);
	height: 92px;
	object-fit: contain;
}

.elaborate-copy[b-zn7y19fdcj] {
	display: grid;
	gap: 14px;
}

.simple-sponsors[b-zn7y19fdcj] {
	display: grid;
	gap: 24px;
	margin-top: 54px;
	padding-top: 36px;
	border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 10%, transparent);
}

.simple-grid[b-zn7y19fdcj] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.simple-logo[b-zn7y19fdcj] {
	height: 138px;
	padding: 24px;
	border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 7%, transparent);
}

.simple-logo img[b-zn7y19fdcj] {
	width: min(100%, 190px);
	height: 66px;
	object-fit: contain;
	filter: grayscale(1) saturate(0) contrast(0.82);
	opacity: 0.76;
}

@media (max-width: 960px) {
	.elaborate-grid[b-zn7y19fdcj] {
		grid-template-columns: 1fr;
	}

	.elaborate-card:only-child[b-zn7y19fdcj] {
		grid-column: auto;
	}

	.simple-grid[b-zn7y19fdcj] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.root[b-zn7y19fdcj] {
		padding: 76px 0 82px;
	}

	.elaborate-grid[b-zn7y19fdcj] {
		margin-top: 42px;
	}

	.elaborate-card[b-zn7y19fdcj] {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.elaborate-logo[b-zn7y19fdcj] {
		height: 132px;
	}

	.simple-grid[b-zn7y19fdcj] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.root[b-zn7y19fdcj] {
		padding: 64px 0 70px;
	}

	.elaborate-grid[b-zn7y19fdcj] {
		gap: 22px;
		margin-top: 34px;
	}

	.elaborate-card[b-zn7y19fdcj] {
		padding: 24px;
	}

	.simple-sponsors[b-zn7y19fdcj] {
		margin-top: 42px;
	}

	.simple-grid[b-zn7y19fdcj] {
		grid-template-columns: 1fr;
	}

	.simple-logo[b-zn7y19fdcj] {
		height: 122px;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Sponsors/Components/SponsorsValueSection.razor.rz.scp.css */
.topic[b-hbj0g1c0we] {
	display: grid;
	gap: 16px;
}

@media (max-width: 900px) {
	.organisation-topic[b-hbj0g1c0we] {
		margin-top: 0;
	}
}

@media (max-width: 520px) {
	.topic[b-hbj0g1c0we] {
		margin-top: 34px;
	}

	.organisation-topic[b-hbj0g1c0we] {
		margin-top: 0;
	}
}
/* /Sections/Content/Pages/Supports/Instances/Sponsors/SponsorsPage.razor.rz.scp.css */
.root[b-9cu9gg7f3t] {
	background: var(--mud-palette-surface);
	color: var(--mud-palette-text-primary);
}

.sponsor-section.surface[b-9cu9gg7f3t] {
	--homepage-section-background: var(--mud-palette-surface);
}

.sponsor-section.tinted[b-9cu9gg7f3t] {
	--homepage-section-background: var(--mud-palette-background);
}
