@import '_content/iprotus.Razor/iprotus.Razor.cs6rnhgi4l.bundle.scp.css';

/* /Components/Dialogs/BlazorErrorUi.razor.rz.scp.css */
/*******************************************************************************************************************/

#blazor-error-ui[b-oxq05en4s9] {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	color: darkblue;
	background: lightyellow;
	z-index: 1000;
}
#blazor-error-ui a[b-oxq05en4s9] {
	color: black;
	text-decoration: underline;
	transition: color 0.5s ease;
}
#blazor-error-ui a:hover[b-oxq05en4s9] {
	color: blue;
}
#blazor-error-ui .dismiss[b-oxq05en4s9] {
	position: absolute;
	display: flex;
	justify-content: center;	/* horizontal */
	align-items: center;		/* vertical */
	top: 0;
	right: 0;
	bottom: 0;
	width: 3em;
	padding-bottom: 0.2em;
	cursor: pointer;
	color: black;
	transition: color 0.5s ease;
	transition: background-color 0.5s ease;
}
#blazor-error-ui .dismiss:hover[b-oxq05en4s9] {
	color: white;
	background-color: darkred;
}

/*******************************************************************************************************************/
/* /Components/Dialogs/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cvdqwz7z6y],
.components-reconnect-repeated-attempt-visible[b-cvdqwz7z6y],
.components-reconnect-failed-visible[b-cvdqwz7z6y],
.components-pause-visible[b-cvdqwz7z6y],
.components-resume-failed-visible[b-cvdqwz7z6y],
.components-rejoining-animation[b-cvdqwz7z6y] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cvdqwz7z6y],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cvdqwz7z6y],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cvdqwz7z6y],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cvdqwz7z6y],
#components-reconnect-modal.components-reconnect-retrying[b-cvdqwz7z6y],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cvdqwz7z6y],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cvdqwz7z6y],
#components-reconnect-modal.components-reconnect-failed[b-cvdqwz7z6y],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cvdqwz7z6y] {
    display: block;
}


#components-reconnect-modal[b-cvdqwz7z6y] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-cvdqwz7z6y 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cvdqwz7z6y 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cvdqwz7z6y 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cvdqwz7z6y]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cvdqwz7z6y 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cvdqwz7z6y {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cvdqwz7z6y {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cvdqwz7z6y {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cvdqwz7z6y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cvdqwz7z6y] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cvdqwz7z6y] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cvdqwz7z6y] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cvdqwz7z6y] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cvdqwz7z6y] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cvdqwz7z6y] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cvdqwz7z6y 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cvdqwz7z6y] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cvdqwz7z6y {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/Master.razor.rz.scp.css */
/*******************************************************************************************************************/

.mc_master[b-y5jqgveb33] {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: var(--mc_section-color);
	background-color: var(--mc_section-background-color);
}
.mc_master a[b-y5jqgveb33] {
	color: var(--mc_section-a-color);
	text-decoration: underline;
	transition: color 0.5s ease;
}
.mc_master a:hover[b-y5jqgveb33] {
	color: var(--mc_section-a-color_hover);
}

/*******************************************************************************************************************/

.mc_main[b-y5jqgveb33] {
	flex: 1 1 auto;
	overflow-y: auto;
	margin-top: 5em;
}
.mc_main_home[b-y5jqgveb33] {
	flex: 1;
}

/*******************************************************************************************************************/

.mc_footer[b-y5jqgveb33] {
	flex: 0 0 auto;
}

/*******************************************************************************************************************

@media (max-width: 640.98px) {
}
@media (min-width: 641px) {
	.page {
		flex-direction: row;
	}
	.menubar {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}
}

*******************************************************************************************************************/
/* /Components/Layout/PageSection.razor.rz.scp.css */


/*************************************************************/

.pagesection-splash-outer[b-grhmlm4hfp] {
	display: grid;
	grid-template-columns: 1fr;
}
.pagesection-splash-inner[b-grhmlm4hfp] {
	display: none;
}
.pagesection-splash-innertop[b-grhmlm4hfp] {
	display: none;
}
.pagesection-splash-innerbottom[b-grhmlm4hfp] {
	display: none;
}
.pagesection-splash-impact[b-grhmlm4hfp] {
	display: grid;
	grid-row: 1;
}
.pagesection-splash-impacttop[b-grhmlm4hfp] {
	display: none;
}
.pagesection-splash-impactbuttons[b-grhmlm4hfp] {
	grid-row: 1;
}

/*************************************************************/

.pagesection-impactunder-outer[b-grhmlm4hfp] {
	display: grid;
	grid-template-columns: 1fr;
	padding: 0 2rem;
	opacity: 0.75;
	transform: scale(0.975);
	transform-origin: center;
	transition: opacity 0.5s ease,  transform 0.5s ease;
}
.pagesection-impactunder-outer:hover[b-grhmlm4hfp] {
	opacity: 1;
	transform: scale(1);
}
.pagesection-impactunder-inner[b-grhmlm4hfp] {
	display: grid;
	grid-template-columns: 1fr;
	grid-row: 1;
}
.pagesection-impactunder-innertop[b-grhmlm4hfp] {
	grid-row: 1;
	text-align: center;
	padding: 0 0 2rem 0;
}
.pagesection-impactunder-innerbottom[b-grhmlm4hfp] {
	grid-row: 2;
	text-align: center;
}
.pagesection-impactunder-impact[b-grhmlm4hfp] {
	display: grid;
	grid-template-columns: 1fr;
	grid-row: 2;
}
.pagesection-impactunder-impacttop[b-grhmlm4hfp] {
	grid-row: 1;
	text-align: center;
	padding: 0 0 2rem 0;
}
.pagesection-impactunder-impactbuttons[b-grhmlm4hfp] {
	text-align: center;
	grid-row: 2;
}

@media (min-width: 2200px) {
	.pagesection-impactunder-outer[b-grhmlm4hfp] {
		padding: 0 2.6rem;
	}
}
@media (min-width: 1800px) and (max-width: 2199px) {
	.pagesection-impactunder-outer[b-grhmlm4hfp] {
		padding: 0 2.3rem;
	}
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.pagesection-impactunder-outer[b-grhmlm4hfp] {
		padding: 0 1.7rem;
	}
}
@media (max-width: 999px) {
	.pagesection-impactunder-outer[b-grhmlm4hfp] {
		padding: 0 1.5rem;
		opacity: 1;
		transform: scale(1);
	}
}

/*************************************************************/

.pagesection-impactleft-outer[b-grhmlm4hfp] {
	display: grid;
	grid-template-columns: 35% auto;
	padding: 0 10%;
	opacity: 0.75;
	transform: scale(0.975);
	transform-origin: center;
	transition: opacity 0.5s ease,  transform 0.5s ease;
}
.pagesection-impactleft-outer:hover[b-grhmlm4hfp] {
	opacity: 1;
	transform: scale(1);
}
.pagesection-impactleft-inner[b-grhmlm4hfp] {
	display: flex;
	flex-direction: column;
	grid-column: 2;
	grid-row: 1;
}
.pagesection-impactleft-innertop[b-grhmlm4hfp] {
}
.pagesection-impactleft-innerbottom[b-grhmlm4hfp] {
}
.pagesection-impactleft-impact[b-grhmlm4hfp] {
	grid-column: 1;
	grid-row: 1;
	padding-right: 2rem;
}
.pagesection-impactleft-impacttop[b-grhmlm4hfp] {
	height: 100%;
	mask-image: linear-gradient(to bottom, transparent, black 2%, black 98%, transparent), linear-gradient(to right, transparent, black 2%, black 98%, transparent);
	mask-composite: intersect;
	-webkit-mask-composite: source-in;
}
.pagesection-impactleft-impactbuttons[b-grhmlm4hfp] {
	display: none;
}

@media (min-width: 2200px) {
	.pagesection-impactleft-outer[b-grhmlm4hfp] {
		padding: 0 15%;
	}
}
@media (min-width: 1800px) and (max-width: 2199px) {
	.pagesection-impactleft-outer[b-grhmlm4hfp] {
		padding: 0 12.5%;
	}
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.pagesection-impactleft-outer[b-grhmlm4hfp] {
		padding: 0 5%;
		grid-template-columns: 45% auto;
	}
	.pagesection-impactleft-impact[b-grhmlm4hfp] {
		padding-right: 1rem;
	}
}
@media (max-width: 999px) {
	.pagesection-impactleft-outer[b-grhmlm4hfp] {
		padding: 0 5%;
		grid-template-columns: auto;
		opacity: 1;
		transform: scale(1);
	}
	.pagesection-impactleft-impact[b-grhmlm4hfp] {
		display: none;
	}
}

/*************************************************************/

.pagesection-impactright-outer[b-grhmlm4hfp] {
	display: grid;
	grid-template-columns: auto 35%;
	padding: 0 10%;
	opacity: 0.75;
	transform: scale(0.975);
	transform-origin: center;
	transition: opacity 0.5s ease,  transform 0.5s ease;
}
.pagesection-impactright-outer:hover[b-grhmlm4hfp] {
	opacity: 1;
	transform: scale(1);
}
.pagesection-impactright-inner[b-grhmlm4hfp] {
	display: flex;
	flex-direction: column;
	grid-column: 1;
	grid-row: 1;
}
.pagesection-impactright-innertop[b-grhmlm4hfp] {
}
.pagesection-impactright-innerbottom[b-grhmlm4hfp] {
}
.pagesection-impactright-impact[b-grhmlm4hfp] {
	grid-column: 2;
	grid-row: 1;
	padding-left: 2rem;
}
.pagesection-impactright-impacttop[b-grhmlm4hfp] {
	height: 100%;
	mask-image: linear-gradient(to bottom, transparent, black 2%, black 98%, transparent), linear-gradient(to right, transparent, black 2%, black 98%, transparent);
	mask-composite: intersect;
	-webkit-mask-composite: source-in;
}
.pagesection-impactright-impactbuttons[b-grhmlm4hfp] {
	display: none;
}

@media (min-width: 2200px) {
	.pagesection-impactright-outer[b-grhmlm4hfp] {
		padding: 0 15%;
	}
}
@media (min-width: 1800px) and (max-width: 2199px) {
	.pagesection-impactright-outer[b-grhmlm4hfp] {
		padding: 0 12.5%;
	}
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.pagesection-impactright-outer[b-grhmlm4hfp] {
		padding: 0 5%;
		grid-template-columns: auto 45%;
	}
	.pagesection-impactright-impact[b-grhmlm4hfp] {
		padding-left: 1rem;
	}
}
@media (max-width: 999px) {
	.pagesection-impactright-outer[b-grhmlm4hfp] {
		padding: 0 5%;
		grid-template-columns: auto;
		opacity: 1;
		transform: scale(1);
	}
	.pagesection-impactright-impact[b-grhmlm4hfp] {
		display: none;
	}
}

/*************************************************************/

.pagesection-impactspacer-outer[b-grhmlm4hfp] {
	height: 10rem;
}
.pagesection-impactspacer-inner[b-grhmlm4hfp] {
	display: none;
}
.pagesection-impactspacer-innertop[b-grhmlm4hfp] {
	display: none;
}
.pagesection-impactspacer-innerbottom[b-grhmlm4hfp] {
	display: none;
}
.pagesection-impactspacer-impact[b-grhmlm4hfp] {
	display: none;
}
.pagesection-impactspacer-impacttop[b-grhmlm4hfp] {
	display: none;
}
.pagesection-impactspacer-impactbuttons[b-grhmlm4hfp] {
	display: none;
}

@media (min-width: 2200px) {
	.pagesection-impactspacer-outer[b-grhmlm4hfp] {
		height: 13rem;
	}
}
@media (min-width: 1800px) and (max-width: 2199px) {
	.pagesection-impactspacer-outer[b-grhmlm4hfp] {
		height: 11.5rem;
	}
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.pagesection-impactspacer-outer[b-grhmlm4hfp] {
		height: 8.5rem;
	}
}
@media (max-width: 999px) {
	.pagesection-impactspacer-outer[b-grhmlm4hfp] {
		height: 7.5rem;
	}
}

/*************************************************************/
/* /Components/Layout/Splash.razor.rz.scp.css */
.mc_splash[b-lmlgpw9z90] {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100dvh;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-color: var(--mc_splash-background-color);
	background-blend-mode: var(--mc_splash-background-blend-mode);
}
.mc_splash_top[b-lmlgpw9z90] {
	height: 5.5rem;
}
.mc_splash_center[b-lmlgpw9z90] {
    display: flex;
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.mc_splash_bottom[b-lmlgpw9z90] {
	display: flex;
	height: 5.5rem;
	text-align: right;
	flex-direction: column;
	justify-content: flex-end;
}
.mc_splash_bottom span[b-lmlgpw9z90] {
	color: var(--mc_splash_bottom-span-color);
	font-style: italic;
	font-weight: bold;
	font-size: 1.7rem;
	padding: 0.5rem;
}

/*******************************************************************************************************************/

@media (min-width: 2200px) {
	.mc_splash_top[b-lmlgpw9z90] {
		height: 7.15rem;
	}
	.mc_splash_bottom[b-lmlgpw9z90] {
		height: 7.15rem;
	}
	.mc_splash_bottom span[b-lmlgpw9z90] {
		font-size: 2.21rem;
		padding: 0.65rem;
	}
}
@media (min-width: 1800px) and (max-width: 2199px) {
	.mc_splash_top[b-lmlgpw9z90] {
		height: 6.325rem;
	}
	.mc_splash_bottom[b-lmlgpw9z90] {
		height: 6.325rem;
	}
	.mc_splash_bottom span[b-lmlgpw9z90] {
		font-size: 1.995rem;
		padding: 0.575rem;
	}
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.mc_splash_top[b-lmlgpw9z90] {
		height: 4.675rem;
	}
	.mc_splash_bottom[b-lmlgpw9z90] {
		height: 4.675rem;
	}
	.mc_splash_bottom span[b-lmlgpw9z90] {
		font-size: 1.445rem;
		padding: 0.425rem;
	}
}
@media (max-width: 999px) {
	.mc_splash_top[b-lmlgpw9z90] {
		height: 4.125rem;
	}
	.mc_splash_bottom[b-lmlgpw9z90] {
		height: 4.675rem;
	}
	.mc_splash_bottom span[b-lmlgpw9z90] {
		font-size: 1.275rem;
		padding: 0.375rem;
	}
}

/* /Components/Pages/Tests.razor.rz.scp.css */
.tests_button[b-aitoweaasc] {
	display: inline-block;
	margin: 1em;
	padding: 0.5em 1em;
	background-color: #1b6ec2;
	color: #fff;
	border: 2px solid black;
	cursor: pointer;
}
.tests_red[b-aitoweaasc] {
	color: red;
}
.tests_blue[b-aitoweaasc] {
	color: blue;
}
.tests_green[b-aitoweaasc] {
	color: green;
}
/* /Components/Sections/Footer.razor.rz.scp.css */
/*******************************************************************************************************************/

.mc_footer[b-nryjanbish] {
	display: grid;
	grid-template-columns: repeat(3, 33%);
	grid-template-rows: repeat(2, auto);
	justify-items: center;
	align-items: center;
	padding: 1em;
	color: var(--mc_header-color);
	background-color: var(--mc_header-background-color);
}
.mc_footer_box[b-nryjanbish] {
	width: min-content;
	padding: 1.5rem;
}
.mc_footer > div > div[b-nryjanbish] {
	white-space: nowrap;
}

/*******************************************************************************************************************/

.mc_footer_addressbox[b-nryjanbish] {
	display: grid;
	grid-template-columns: min-content min-content;
	grid-template-rows: min-content;
	gap: 0.5rem;
}
.mc_footer_addressbox_phone[b-nryjanbish] {
	/*display: block;*/
	display: none;
}

/*******************************************************************************************************************/

.mc_footer_legalbox[b-nryjanbish] {
	/*display: grid;*/
	display: none;
	grid-template-columns: min-content min-content;
	grid-template-rows: min-content;
	gap: 5.5rem;
	grid-column: span 3;
}

/*******************************************************************************************************************/
/* Free flags download here: https://flagpedia.net/download/images */

.mc_footer_addr_flag[b-nryjanbish] {
	display: inline-block;
	height: 24px;
	margin-top: 0.5em;
}
.mc_footer_addresslink[b-nryjanbish] {
	cursor: pointer;
	text-decoration: none;
	color: var(--mc_section-a-color);
	transition: color 0.5s ease;
}
.mc_footer_addresslink:hover[b-nryjanbish] {
	color: var(--mc_section-a-color_hover);
}
/* mc_footer_emaillink moved to global CSS (app.css) to avoid scoping issues. */
.mc_footer_phonelink[b-nryjanbish] {
	cursor: pointer;
	text-decoration: none;
	color: var(--mc_section-a-color);
	transition: color 0.5s ease;
}
.mc_footer_phonelink:hover[b-nryjanbish] {
	color: var(--mc_section-a-color_hover);
}

/*******************************************************************************************************************/
/* Dialogs                                                                                                         */
/*******************************************************************************************************************/

.mc_legal_dialog_content[b-nryjanbish] {
}
.mc_legal_dialog_buttonbox[b-nryjanbish] {
	padding: 1rem;
	text-align: center;
}
.mc_legal_dialog_hspacer[b-nryjanbish] {
	height: 2px;
	width: 100%;
	background-color: var(--mcdialog-vspacer-background);
}
.mc_legal_dialog_button[b-nryjanbish] {
	display: inline-block;
	cursor: pointer;
	padding: 1rem 2rem;
	border-radius: 2rem;
	font-weight: bold;
	font-size: 1.1rem;
	color: var(--mc_section-buttondiv-color);
	background-color: var(--mc_section-buttondiv-background-color);
	transition: padding 0.5s ease, color 0.5s ease, background-color 0.5s ease;
}
.mc_legal_dialog_button:hover[b-nryjanbish] {
	padding: 1rem 3rem;
	color: var(--mc_section-buttondiv-color_hover);
	background-color: var(--mc_section-buttondiv-background-color_hover);
}

/*******************************************************************************************************************/

.mc_contactdialog_outer[b-nryjanbish] {
	display: grid;
	grid-template-columns: min-content;
	grid-template-rows: repeat(auto, min-content);
	justify-items: center;
	justify-content: center;
	gap: 2rem;
}
.mc_contactdialog_outer div[b-nryjanbish] {
}
.mc_contactdialog_addressbox[b-nryjanbish] {
	display: grid;
	grid-template-columns: repeat(2, min-content);
	grid-template-rows: repeat(auto, min-content);
	gap: 0.5rem;
	width: min-content;
	padding: 1rem 3rem;
}
.mc_contactdialog_buttonbox[b-nryjanbish] {
	padding: 1rem;
	text-align: center;
}
.mc_contactdialog_hspacer[b-nryjanbish] {
	height: 2px;
	width: 50%;
	background-color: var(--mcdialog-vspacer-background);
}
.mc_contactdialog_button[b-nryjanbish] {
	display: inline-block;
	cursor: pointer;
	padding: 1rem 2rem;
	border-radius: 2rem;
	font-weight: bold;
	font-size: 1.1rem;
	color: var(--mc_section-buttondiv-color);
	background-color: var(--mc_section-buttondiv-background-color);
	transition: padding 0.5s ease, color 0.5s ease, background-color 0.5s ease;
}
.mc_contactdialog_button:hover[b-nryjanbish] {
	padding: 1rem 3rem;
	color: var(--mc_section-buttondiv-color_hover);
	background-color: var(--mc_section-buttondiv-background-color_hover);
}

/*******************************************************************************************************************/

.mc_contactform_outer[b-nryjanbish] {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-template-rows: auto;
	gap: 0.5rem;
}
.mc_contactform_outer div[b-nryjanbish] {
}
.mc_contactform_label[b-nryjanbish] {
	text-align: right;
}
.mc_contactform_input[b-nryjanbish] {
}
.mc_contactform_input input[b-nryjanbish] {
	width: 100%;
	border: none;
}
.mc_contactform_text[b-nryjanbish] {
}
.mc_contactform_text textarea[b-nryjanbish] {
	width: 100%;
	min-height: 10rem;
	border: none;
}
.mc_contactform_buttons[b-nryjanbish] {
	grid-column: span 2;
	text-align: center;
}

/*******************************************************************************************************************/
/* Media queries                                                                                                   */
/*******************************************************************************************************************/

@media (min-width: 2200px) {
}
@media (min-width: 1800px) and (max-width: 2199px) {
}
@media (min-width: 1000px) and (max-width: 1399px) {
}
@media (max-width: 999px) {
	.mc_footer[b-nryjanbish] {
		grid-template-columns: repeat(1, 100%);
		grid-template-rows: repeat(4, auto);
	}
	.mc_footer_legalbox[b-nryjanbish] {
		grid-template-columns: repeat(1, min-content);
		grid-template-rows: repeat(2, auto);
		gap: 0.5rem;
		justify-items: center;
		grid-column: span 1;
	}
}
/* /Components/Sections/Header.razor.rz.scp.css */
/*******************************************************************************************************************/

.mc_header[b-8f9fayv5hj] {
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 0.5em;
	min-width: 300px;
	color: var(--mc_header-color);
	background-color: var(--mc_header-background-color);
	z-index: 10;
}
.mc_header_spacer[b-8f9fayv5hj] {
	height: 5em;
}
.mc_header_logo[b-8f9fayv5hj] {
	cursor: pointer;
	width: 10.5em;
	height: 4em;
	margin-left: 1em;
	float: left;
	background-size: 10em 4em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-image: var(--mc_header_logo-background-image);
	border-radius: 0.5em;
	transition: background-color 0.5s ease;
}
.mc_header_logo:hover[b-8f9fayv5hj] {
	background-color: var(--mc_header_menu-div-hover);
}
.mc_header_menu[b-8f9fayv5hj] {
	display: inline-block;
	height: 4em;
	padding-right: 1em;
	float: right;
}

/*******************************************************************************************************************/

/*.mc_header_menuitem {
	cursor: pointer;
	color: var(--mc_header_menuitem-color);
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	transition: color 0.5s ease;
}
::deep .mc_header_menuitem.active {
	color: var(--mc_header_menuitem-color-active);
}
.mc_header_menuitem:hover {
	color: var(--mc_header_menuitem-color-hover);
}
::deep .mc_header_menuitem.active:hover {
	color: var(--mc_header_menuitem-color-active);
}*/

.mc_header_menuitem[b-8f9fayv5hj] {
	display: inline-block;
	height: 3em;
	line-height: 3em;
	border-radius: 0.5em;
	padding: 0 1em;
	cursor: pointer;
	color: var(--mc_header_menuitem-color);
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	transition: color 0.5s ease, background-color 0.5s ease;
}
.mc_header_menuitem:hover[b-8f9fayv5hj] {
	color: var(--mc_header_menuitem-color-hover);
	background-color: var(--mc_header_menu-div-hover);
}

@media (max-width: 1199px) {
	.mc_header_menuitem[b-8f9fayv5hj] {
		display: none;
	}
}

/*******************************************************************************************************************/

/*.mc_header_menu span {
	display: inline-block;
	height: 3em;
	line-height: 3em;
	border-radius: 0.5em;
	padding: 0 1em;
	transition: background-color 0.5s ease;
}
.mc_header_menu span:hover {
	background-color: var(--mc_header_menu-div-hover);
}*/

/*******************************************************************************************************************/

.mc_header_menuicon_darkmode[b-8f9fayv5hj] {
	display: inline-block;
	height: 3em;
	line-height: 3em;
	border-radius: 0.5em;
	padding: 0 1em;
	cursor: pointer;
	color: var(--mc_header_menuitem-color);
	font-size: 1.3em;
	transition: background-color 0.5s ease;
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-image: var(--mc_header_menuicon-span);
}
.mc_header_menuicon_darkmode:hover[b-8f9fayv5hj] {
	background-color: var(--mc_header_menu-div-hover);
}

/*******************************************************************************************************************/

.mc_header_menuicon_language[b-8f9fayv5hj] {
	display: inline-block;
	cursor: pointer;
	height: 3em;
	line-height: 3em;
	border-radius: 0.5em;
	padding: 0 0.5em;
	font-size: 1.3em;
	transition: background-color 0.5s ease;
}
.mc_header_menuicon_language:hover[b-8f9fayv5hj] {
	background-color: var(--mc_header_menu-div-hover);
}
.mc_header_menuicon_language img[b-8f9fayv5hj] {
	display: inline-block;
	width: 32px;
	height: 24px;
}

/*******************************************************************************************************************/

.mc_languagemenu[b-8f9fayv5hj] {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, auto);
	border-radius: 1em;
	padding: 1em;
	background-color: var(--mc_header-popupmenu-background-color);
	gap: 0.5em;
	z-index: 9999;
}
.mc_languagemenu div[b-8f9fayv5hj] {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	border-radius: 0.5em;
	padding: 0.5em;
	background-color: var(--mc_header-popupmenu-background-color);
	transition: background-color 0.5s ease;
}
.mc_languagemenu div:hover[b-8f9fayv5hj] {
	cursor: pointer;
	background-color: var(--mc_header-popupmenu-background-color-hover);
}
.mc_languagemenu img[b-8f9fayv5hj] {
	width: 20px;
	height: 15px;
	margin: 0 0.5em;
}
.mc_languagemenu span[b-8f9fayv5hj] {
	font-weight: bold;
	margin: 0 0.5em;
}
/* /Components/Sections/Home/HomeSplash.razor.rz.scp.css */

/*******************************************************************************************************************/

.mc_splash_nwnlnbng[b-nb7nuod6r2] {
	margin: 0;
}
.mc_splash_grid[b-nb7nuod6r2] {
	display: grid;
	grid-template-columns: repeat(2, 24rem);
	grid-template-rows: repeat(2, 16rem);
	gap: 0.5em 0.5em;
}
.mc_splash_grid span[b-nb7nuod6r2] {
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 0.5em;
}
.mc_splash_nw[b-nb7nuod6r2] {
	display: flex;
	height: 16rem;
	text-align: right;
	flex-direction: column;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(/images/sides/NoWater.png);
	background-position: right bottom;
}
.mc_splash_nl[b-nb7nuod6r2] {
	display: flex;
	height: 16rem;
	text-align: left;
	flex-direction: column;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(/images/sides/NoLife.png);
	background-position: left bottom;
}
.mc_splash_nb[b-nb7nuod6r2] {
	display: flex;
	height: 16rem;
	text-align: right;
	flex-direction: column;
	justify-content: flex-start;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(/images/sides/NoBlue.png);
	background-position: right top;
}
.mc_splash_ng[b-nb7nuod6r2] {
	display: flex;
	height: 16rem;
	text-align: left;
	flex-direction: column;
	justify-content: flex-start;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(/images/sides/NoGreen.png);
	background-position: left top;
}
.mc_splash_quote[b-nb7nuod6r2] {
	height: 2rem;
	text-align: center;
	font-size: 0.9rem;
	font-style: italic;
	font-weight: bold;
}
.mc_splash_quote span[b-nb7nuod6r2] {
	color: var(--mc_splash_quote-span-color);
	font-style: italic;
	font-weight: bold;
	font-size: 0.8rem;
	padding: 0.5rem;
}
.mc_splash_quote span a[b-nb7nuod6r2] {
	color: var(--mc_splash_quote-span-color-a);
	text-decoration: underline;
	transition: color 0.5s ease;
}
.mc_splash_quote span a:hover[b-nb7nuod6r2] {
	color: var(--mc_splash_quote-span-color-a_hover);
}

/*******************************************************************************************************************/

@media (min-width: 2200px) {
	.mc_splash_nwnlnbng[b-nb7nuod6r2] {
		scale: 1.30;
	}
}
@media (min-width: 1800px) and (max-width: 2199px) {
	.mc_splash_nwnlnbng[b-nb7nuod6r2] {
		scale: 1.15;
	}
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.mc_splash_nwnlnbng[b-nb7nuod6r2] {
		scale: 0.85;
	}
}
@media (max-width: 999px) {
	.mc_splash_nwnlnbng[b-nb7nuod6r2] {
		scale: 0.75;
	}
	.mc_splash_grid[b-nb7nuod6r2] {
		grid-template-columns: repeat(1, 24rem);
		grid-template-rows: repeat(4, 16rem);
	}
	.mc_splash_nl[b-nb7nuod6r2] {
		text-align: right;
	}
	.mc_splash_nb[b-nb7nuod6r2] {
		justify-content: flex-end;
	}
	.mc_splash_ng[b-nb7nuod6r2] {
		text-align: right;
		justify-content: flex-end;
	}
}
/* /Components/Sections/Home/MainHeadline.razor.rz.scp.css */

.mainhead_logo[b-irgsz5593x] {
	width: 20em;
	height: 8em;
	margin: 0 auto 4em auto;
	background-size: 20em 8em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-image: var(--mc_header_logo-background-image-large);
}
/* /Components/Sections/LoremIpsum.razor.rz.scp.css */
.mc_loremipsum[b-k1bqyegmib] {
	padding: 2em;
	color: var(--mc_section-color);
	background-color: var(--mc_section-background-color);
}
.mc_loremipsum h1[b-k1bqyegmib] {
	font-size: 2.5em;
	font-weight: bold;
}
.mc_loremipsum h2[b-k1bqyegmib] {
	font-size: 2em;
	font-weight: bold;
}
.mc_loremipsum h3[b-k1bqyegmib] {
	font-size: 1.5em;
	font-weight: bold;
}
.mc_loremipsum a[b-k1bqyegmib] {
	color: var(--mc_section-a-color);
	transition: color 0.5s ease;
}
.mc_loremipsum a:hover[b-k1bqyegmib] {
	color: var(--mc_section-a-color_hover);
}
/* /Components/Sections/Phoslock/PhoslockHeadline.razor.rz.scp.css */

.phoslockhead_lefttext[b-qlbcm9mvrp] {
	text-align: left;
	width: 75%;
	margin: 0 auto;
}

@media (min-width: 2200px) {
}
@media (min-width: 1800px) and (max-width: 2199px) {
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.phoslockhead_lefttext[b-qlbcm9mvrp] {
		width: 85%;
	}
}
@media (max-width: 999px) {
	.phoslockhead_lefttext[b-qlbcm9mvrp] {
		width: 95%;
	}
}
/* /Components/Sections/Phoslock/SplashPhoslock.razor.rz.scp.css */

.splash-inner[b-desl9dk3aq] {
	width: 50%;
	padding: 5em;
	background-color: var(--mc_splash_inner-background-color);
	transform: scale(0.975);
	transition: background-color 0.5s ease,  transform 0.5s ease;
}
.splash-inner:hover[b-desl9dk3aq] {
	background-color: var(--mc_splash_inner-background-color_hover);
	transform: scale(1);
}

@media (min-width: 2200px) {
	.splash-inner[b-desl9dk3aq] {
	}
}
@media (min-width: 1800px) and (max-width: 2199px) {
	.splash-inner[b-desl9dk3aq] {
	}
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.splash-inner[b-desl9dk3aq] {
		width: 70%;
		padding: 3em;
	}
}
@media (max-width: 999px) {
	.splash-inner[b-desl9dk3aq] {
		width: 90%;
		padding: 2em;
		background-color: var(--mc_splash_inner-background-color_hover);
		transform: scale(1);
	}
}
/* /Components/Sections/Science/ScienceSplash.razor.rz.scp.css */

.splash-inner[b-7mzc98y9bv] {
	width: 50%;
	padding: 5em;
	background-color: var(--mc_splash_inner-background-color);
	transform: scale(0.975);
	transition: background-color 0.5s ease,  transform 0.5s ease;
}
.splash-inner:hover[b-7mzc98y9bv] {
	background-color: var(--mc_splash_inner-background-color_hover);
	transform: scale(1);
}

@media (min-width: 2200px) {
	.splash-inner[b-7mzc98y9bv] {
	}
}
@media (min-width: 1800px) and (max-width: 2199px) {
	.splash-inner[b-7mzc98y9bv] {
	}
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.splash-inner[b-7mzc98y9bv] {
		width: 70%;
		padding: 3em;
	}
}
@media (max-width: 999px) {
	.splash-inner[b-7mzc98y9bv] {
		width: 90%;
		padding: 2em;
		background-color: var(--mc_splash_inner-background-color_hover);
		transform: scale(1);
	}
}
/* /Components/Sections/Science/SienceHeadline.razor.rz.scp.css */

.sciencehead_text[b-mkvtdokbj5] {
	text-align: left;
	width: 75%;
	margin: 0 auto;
}

@media (min-width: 2200px) {
}
@media (min-width: 1800px) and (max-width: 2199px) {
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.sciencehead_text[b-mkvtdokbj5] {
		width: 85%;
	}
}
@media (max-width: 999px) {
	.sciencehead_text[b-mkvtdokbj5] {
		width: 95%;
	}
}
/* /Components/Sections/Services/ContinuousRnD.razor.rz.scp.css */

.randd_text[b-cdbrbsouc6] {
	text-align: left;
	width: 75%;
	margin: 0 auto;
}

@media (min-width: 2200px) {
}
@media (min-width: 1800px) and (max-width: 2199px) {
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.randd_text[b-cdbrbsouc6] {
		width: 85%;
	}
}
@media (max-width: 999px) {
	.randd_text[b-cdbrbsouc6] {
		width: 95%;
	}
}
/* /Components/Sections/Services/SplashRnD.razor.rz.scp.css */

.splash-inner[b-mg70qpmzxz] {
	width: 50%;
	padding: 5em;
	background-color: var(--mc_splash_inner-background-color);
	transform: scale(0.975);
	transition: background-color 0.5s ease,  transform 0.5s ease;
}
.splash-inner:hover[b-mg70qpmzxz] {
	background-color: var(--mc_splash_inner-background-color_hover);
	transform: scale(1);
}

@media (min-width: 2200px) {
	.splash-inner[b-mg70qpmzxz] {
	}
}
@media (min-width: 1800px) and (max-width: 2199px) {
	.splash-inner[b-mg70qpmzxz] {
	}
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.splash-inner[b-mg70qpmzxz] {
		width: 70%;
		padding: 3em;
	}
}
@media (max-width: 999px) {
	.splash-inner[b-mg70qpmzxz] {
		width: 90%;
		padding: 2em;
		background-color: var(--mc_splash_inner-background-color_hover);
		transform: scale(1);
	}
}
/* /Components/Sections/Services/SplashServices.razor.rz.scp.css */

.splash-inner[b-gdq1taaxnz] {
	width: 50%;
	padding: 5em;
	background-color: var(--mc_splash_inner-background-color);
	transform: scale(0.975);
	transition: background-color 0.5s ease,  transform 0.5s ease;
}
.splash-inner:hover[b-gdq1taaxnz] {
	background-color: var(--mc_splash_inner-background-color_hover);
	transform: scale(1);
}

@media (min-width: 2200px) {
	.splash-inner[b-gdq1taaxnz] {
	}
}
@media (min-width: 1800px) and (max-width: 2199px) {
	.splash-inner[b-gdq1taaxnz] {
	}
}
@media (min-width: 1000px) and (max-width: 1399px) {
	.splash-inner[b-gdq1taaxnz] {
		width: 70%;
		padding: 3em;
	}
}
@media (max-width: 999px) {
	.splash-inner[b-gdq1taaxnz] {
		width: 90%;
		padding: 2em;
		background-color: var(--mc_splash_inner-background-color_hover);
		transform: scale(1);
	}
}
