/* HumanSans is licensed under OFL: ./humansans/Lisence_HumanSans_OFL.txt */

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
	font-family: "HumanSans";
	src: url("./humansans/HumanSans-Light.woff2") format("woff2");
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: "HumanSans";
	src: url("./humansans/HumanSans-LightOblique.woff2") format("woff2");
	font-style: italic;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: "HumanSans";
	src: url("./humansans/HumanSans-Regular.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "HumanSans";
	src: url("./humansans/HumanSans-Medium.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "HumanSans";
	src: url("./humansans/HumanSans-Bold.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

/* ==========================================================================
   Global Styles (tokens, reset, base elements, reusable text classes)
   ========================================================================== */

:root {
	--color-bg: #111117;
	--color-text: rgb(255 255 255 / 0.85);
	--color-link: rgb(255 255 255 / 0.55);
	--alpha-logo: 0.85;
	--body-line-height: 1.4;
	--body-line-size: calc(1rem * var(--body-line-height));
	--page-padding: clamp(1.3rem, 4vw, 2.3rem);
	--logo-height: 2.25rem; /* equals 27pt at 12pt root font size */
	--logo-width: 13.83rem; /* equals 166pt at 12pt root font size */ 
	--logo-baseline-from-bottom-ratio: 0.0531914894; /* 0.5 / 9.4 */
}

html {
	font-size: 12pt;
	background-color: var(--color-bg);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	min-height: 100vh;
	min-height: 100dvh;
	font-family: "HumanSans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: var(--body-line-height);
	color: var(--color-text);
	background-color: transparent;
	background-image: url("./spectrum-rays-scroll.svg");
	background-repeat: no-repeat;
	background-size: max(100vw, 67vh) auto;
	background-position: top left;
	background-attachment: scroll;
	position: relative;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	background-image: url("./spectrum-base-fixed.svg");
	background-repeat: no-repeat;
	background-size: max(100vw, 67vh) auto;
	background-position: top left;
	pointer-events: none;
	z-index: -1;
}

h1,
h2,
h3 {
	margin: 0;
	font-weight: 300;
}

h1 {
	font-size: 3rem;
	line-height: 1;
}

h2 {
	font-size: 1.5rem;
	line-height: 1.12;
}

h3 {
	font-size: 0.8rem;
	line-height: var(--body-line-height);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

h3.textheading {
	margin-bottom: calc(0.5 * var(--body-line-size));
}

p {
	margin: 0;
}

p.textbody {
	margin-top: calc(0.5 * var(--body-line-size));
}


ol, ul {
	margin: 0;
	padding-left: 1.2rem;
}

li+li {
	margin-top: calc(0.25 * var(--body-line-size));
}


a {
	color: var(--color-link);
	font-weight: 500;
	text-decoration: none;
}

a:visited {
	color: var(--color-link);
}

a:hover,
a:active,
a:focus-visible {
	text-decoration: underline;
}

code {
    font-family: monospace;
}

/* ==========================================================================
   Common Elements (shared layout/components across pages)
   ========================================================================== */

.top-logo {
	margin-bottom: calc(1 * var(--body-line-size) - var(--logo-baseline-from-bottom-ratio) * var(--logo-height));
}

.page {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	padding: var(--page-padding);
	width: min(100%, calc(60ch + var(--page-padding)));
	margin-inline: auto;
}

.page-content {
	margin-top: calc(1 * var(--body-line-size));
}

.page-footer {
	margin-top: auto;
	padding-top: 1.4rem;
	text-align: center;
}

.block-centered {
	width: max-content;
	max-width: 100%;
	margin-inline: auto;
}

.logo {
	display: block;
	width: auto;
    max-width: max(100vw - 2 * var(--page-padding), 0.5 * var(--logo-width));
	height: var(--logo-height);
	filter: brightness(0) saturate(100%) invert(100%);
	opacity: var(--alpha-logo);
	line-height: 0.8em; /* for alt text */
	font-weight: 600; /* for alt text */
}

.svg-icon {
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	color: var(--color-text);
	vertical-align: -0.2em;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.svg-icon--email {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Crect%20x%3D%275%27%20y%3D%279%27%20width%3D%2722%27%20height%3D%2714%27%20rx%3D%272%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%272%27%2F%3E%3Cpath%20d%3D%27M5%2011l11%208%2011-8%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%272%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Crect%20x%3D%275%27%20y%3D%279%27%20width%3D%2722%27%20height%3D%2714%27%20rx%3D%272%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%272%27%2F%3E%3Cpath%20d%3D%27M5%2011l11%208%2011-8%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%272%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
}

.svg-icon--phone {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20d%3D%27M10%2015h12l2%2013H8l2-13Z%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%272%27%2F%3E%3Cpath%20d%3D%27M7.878%2014.38c-.829%201.272-2.997.311-3.758-1.002-.76-1.314-.311-2.997%201.002-3.758%207.252-4.198%2014.504-4.198%2021.756%200%201.313.761%201.762%202.444%201.002%203.758-.761%201.313-2.862%202.227-3.758%201.002-3.983-5.451-12.627-5.551-16.244%200Z%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%272%27%20stroke-miterlimit%3D%272%27%2F%3E%3Ccircle%20cx%3D%2712.7%27%20cy%3D%2719%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2716%27%20cy%3D%2719%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2719.5%27%20cy%3D%2719%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2712.7%27%20cy%3D%2722%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2716%27%20cy%3D%2722%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2719.5%27%20cy%3D%2722%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2712.7%27%20cy%3D%2725%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2716%27%20cy%3D%2725%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2719.5%27%20cy%3D%2725%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20d%3D%27M10%2015h12l2%2013H8l2-13Z%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%272%27%2F%3E%3Cpath%20d%3D%27M7.878%2014.38c-.829%201.272-2.997.311-3.758-1.002-.76-1.314-.311-2.997%201.002-3.758%207.252-4.198%2014.504-4.198%2021.756%200%201.313.761%201.762%202.444%201.002%203.758-.761%201.313-2.862%202.227-3.758%201.002-3.983-5.451-12.627-5.551-16.244%200Z%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%272%27%20stroke-miterlimit%3D%272%27%2F%3E%3Ccircle%20cx%3D%2712.7%27%20cy%3D%2719%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2716%27%20cy%3D%2719%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2719.5%27%20cy%3D%2719%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2712.7%27%20cy%3D%2722%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2716%27%20cy%3D%2722%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2719.5%27%20cy%3D%2722%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2712.7%27%20cy%3D%2725%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2716%27%20cy%3D%2725%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3Ccircle%20cx%3D%2719.5%27%20cy%3D%2725%27%20r%3D%270.7%27%20fill%3D%27none%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.25%27%2F%3E%3C%2Fsvg%3E");
}

.svg-icon--location {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C11.03 3 7 7.03 7 12c0 7 9 17 9 17s9-10 9-17c0-4.97-4.03-9-9-9z' fill='none' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='16' cy='12' r='2.5' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C11.03 3 7 7.03 7 12c0 7 9 17 9 17s9-10 9-17c0-4.97-4.03-9-9-9z' fill='none' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='16' cy='12' r='2.5' fill='%23000'/%3E%3C/svg%3E");
}

.svg-icon--web {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%201334%201334%27%3E%3Cpath%20transform%3D%27matrix%281.907814%200%200%201.907814%20-892.017705%20-1340.35409%29%27%20fill%3D%27currentColor%27%20fill-rule%3D%27evenodd%27%20d%3D%27M817%20759.344C978.521%20759.344%201109.656%20890.479%201109.656%201052C1109.656%201213.521%20978.521%201344.656%20817%201344.656C655.479%201344.656%20524.344%201213.521%20524.344%201052C524.344%20890.479%20655.479%20759.344%20817%20759.344ZM690.377%201109.267C686.332%201120.228%20682.897%201131.222%20680.152%201142.18C678.481%201148.853%20677.067%201155.513%20675.934%201162.141C678.899%201164.885%20681.338%201168.19%20683.084%201171.886C690.418%201172.244%20697.853%201172.301%20705.363%201172.077C706.79%201168.116%20708.835%201164.448%20711.381%201161.192C703.49%201144.394%20696.489%201126.98%20690.377%201109.267ZM692.123%20951.785C693.229%20972.242%20695.737%20993.72%20699.656%201015.555C699.942%201015.595%20700.228%201015.637%20700.512%201015.682C707.681%201004.141%20715.323%20992.826%20723.346%20981.819C717.499%20973.124%20714.085%20962.659%20714.085%20951.403C714.085%20951.077%20714.088%20950.751%20714.094%20950.426C708.835%20948.968%20703.633%20947.629%20698.499%20946.413C696.622%20948.47%20694.479%20950.279%20692.123%20951.785ZM825.419%20917.477C822.505%20920.067%20819.599%20922.713%20816.705%20925.412C820.901%20933.142%20823.285%20941.997%20823.285%20951.403C823.285%20953.305%20823.188%20955.183%20822.998%20957.034C834.449%20962.504%20845.834%20968.324%20857.055%20974.453C896.535%20996.017%20933.932%201021.404%20965.119%201048.616C969.036%201047.306%20973.227%201046.596%20977.583%201046.596C983.742%201046.596%20989.572%201048.016%20994.764%201050.545C998.624%201047.044%201002.331%201043.521%201005.873%201039.983C1005.647%201039.394%201005.437%201038.798%201005.245%201038.193C1003.269%201037.539%201001.285%201036.844%20999.292%201036.108C948.821%201017.476%20892.597%20973.103%20853.378%20925.021C852.233%20923.617%20851.103%20922.21%20849.987%20920.8C847.626%20921.243%20845.191%20921.475%20842.702%20921.475C836.502%20921.475%20830.637%20920.037%20825.419%20917.477ZM774.622%201162.92C832.607%201149.819%20890.697%201124.011%20938.899%201092.937C938.486%201090.656%20938.271%201088.307%20938.271%201085.908C938.271%201080.65%20939.306%201075.631%20941.182%201071.045C912.26%201046.195%20877.68%201023.047%20841.351%201003.203C831.011%20997.556%20820.526%20992.176%20809.983%20987.105C799.968%20998.677%20785.175%201006.003%20768.685%201006.003C761.698%201006.003%20755.015%201004.688%20748.872%201002.292C741.912%201011.881%20735.264%201021.714%20729%201031.73C735.938%201039.916%20740.125%201050.506%20740.125%201062.066C740.125%201077.319%20732.836%201090.884%20721.554%201099.463C727.084%201115.367%20733.381%201131.006%20740.448%201146.116C741.083%201146.085%20741.721%201146.07%20742.363%201146.07C755.711%201146.07%20767.515%201152.737%20774.622%201162.92ZM768.685%20925.195C754.221%20925.195%20742.477%20936.939%20742.477%20951.403C742.477%20965.868%20754.221%20977.611%20768.685%20977.611C783.15%20977.611%20794.893%20965.868%20794.893%20951.403C794.893%20936.939%20783.15%20925.195%20768.685%20925.195ZM922.431%20821.602C895.929%20809.442%20866.972%20801.723%20836.517%20799.398C832.793%20809.18%20834.063%20821.183%20837.981%20834.161C838.848%20837.033%20839.851%20839.945%20840.982%20842.888C841.552%20842.863%20842.126%20842.851%20842.702%20842.851C850.157%20842.851%20857.13%20844.931%20863.072%20848.541C882.615%20836.622%20901.754%20827.695%20919.66%20822.396C920.587%20822.122%20921.51%20821.857%20922.431%20821.602ZM688.795%201270.512C726.413%201292.646%20770.235%201305.344%20817%201305.344C822.011%201305.344%20826.989%201305.198%20831.928%201304.911C799.29%201285.664%20771.175%201257.691%20747.699%201224.334C745.954%201224.571%20744.173%201224.694%20742.363%201224.694C727.711%201224.694%20714.921%201216.661%20708.16%201204.763C707.723%201204.779%20707.286%201204.793%20706.85%201204.807C697.677%201205.094%20688.607%201204.999%20679.672%201204.501C677.794%201206.976%20675.56%201209.167%20673.047%201210.997C674.397%201231.856%20679.378%201251.902%20688.795%201270.512ZM1046.468%201159.434C1061.783%201126.81%201070.344%201090.397%201070.344%201052C1070.344%201049.05%201070.293%201046.111%201070.193%201043.185C1067.748%201043.793%201065.254%201044.292%201062.715%201044.683C1057.203%201054.01%201047.043%201060.272%201035.433%201060.272C1034.239%201060.272%201033.06%201060.206%201031.9%201060.077C1026.769%201065.34%201021.317%201070.576%201015.571%201075.763C1016.435%201079%201016.895%201082.401%201016.895%201085.908C1016.895%201090.862%201015.977%201095.603%201014.301%201099.97C1018.286%201105.148%201021.987%201110.346%201025.38%201115.552C1034.888%201130.143%201042.024%201144.845%201046.468%201159.434ZM603.53%201188.413C614.772%201205.959%20628.118%201222.03%20643.209%201236.269C641.862%201228.879%20640.942%201221.379%20640.427%201213.788C632.944%201210.089%20627.129%201203.519%20624.424%201195.521C617.295%201193.496%20610.323%201191.132%20603.53%201188.413ZM890.368%201294.54C941.583%201279.047%20985.968%201247.761%201017.846%201206.359C1022.418%201182.877%201013.995%201158.086%20997.933%201133.438C995.658%201129.947%20993.23%201126.462%20990.66%201122.989C986.568%201124.434%20982.167%201125.22%20977.583%201125.22C970.321%201125.22%20963.515%201123.247%20957.675%201119.807C905.813%201153.397%20843.06%201181.118%20780.458%201195.118C779.391%201199.297%20777.655%201203.21%20775.369%201206.734C805.339%201248.965%20843.474%201281.645%20890.368%201294.54ZM1052.145%20957.601C1035.048%20915.1%201006.757%20878.288%20970.93%20850.824C958.679%20847.732%20944.387%20849.243%20928.956%20853.809C913.848%20858.28%20897.831%20865.723%20881.464%20875.581C881.825%20877.721%20882.014%20879.92%20882.014%20882.163C882.014%20889.343%20880.085%20896.075%20876.718%20901.87C887.175%20914.901%20899.048%20927.701%20911.743%20939.736C943.054%20969.421%20979.485%20994.524%201013.013%201006.247C1018.747%201000.497%201026.677%20996.936%201035.433%20996.936C1036.888%20996.936%201038.321%20997.035%201039.725%20997.225C1040.48%20995.907%201041.206%20994.591%201041.901%20993.277C1048.47%20980.872%201052.327%20968.838%201052.145%20957.601ZM802.824%20799.047C772.758%20800.708%20744.083%20807.623%20717.702%20818.886C713.968%20822.917%20710.724%20828.029%20707.817%20833.923C699.639%20850.503%20694.671%20872.835%20692.596%20898.69C698.211%20902.422%20702.569%20907.897%20704.895%20914.341C711.323%20915.852%20717.85%20917.542%20724.455%20919.4C734.38%20905.712%20750.501%20896.803%20768.685%20896.803C777.479%20896.803%20785.79%20898.887%20793.152%20902.587C796.968%20899.007%20800.807%20895.515%20804.662%20892.114C803.832%20888.936%20803.39%20885.601%20803.39%20882.163C803.39%20873.006%20806.527%20864.577%20811.785%20857.891C807.442%20847.348%20804.401%20837.137%20802.869%20827.516C801.262%20817.421%20801.222%20807.877%20802.824%20799.047ZM668.23%20846.972C645.288%20863.654%20625.249%20884.091%20609.019%20907.377C621.461%20905.375%20635.209%20904.836%20650.009%20905.768C652.669%20902.318%20656.025%20899.432%20659.865%20897.319C661.32%20878.83%20664.136%20861.862%20668.23%20846.972ZM584.954%20950.237C571.259%20981.388%20563.656%201015.813%20563.656%201052C563.656%201081.697%20568.777%201110.208%20578.183%201136.697C594.098%201149.024%20612.106%201157.78%20631.536%201163.513C634.923%201159.968%20639.124%201157.208%20643.837%201155.532C645.072%201148.454%20646.589%201141.345%20648.374%201134.221C651.579%201121.423%20655.652%201108.572%20660.484%201095.766C651.685%201087.23%20646.213%201075.282%20646.213%201062.066C646.213%201045.523%20654.786%201030.967%20667.727%201022.602C663.351%20998.615%20660.571%20975.015%20659.38%20952.575C653.696%20949.316%20649.116%20944.344%20646.347%20938.366C620.639%20936.895%20598.926%20939.678%20584.954%20950.237Z%27%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%201334%201334%27%3E%3Cpath%20transform%3D%27matrix%281.907814%200%200%201.907814%20-892.017705%20-1340.35409%29%27%20fill%3D%27currentColor%27%20fill-rule%3D%27evenodd%27%20d%3D%27M817%20759.344C978.521%20759.344%201109.656%20890.479%201109.656%201052C1109.656%201213.521%20978.521%201344.656%20817%201344.656C655.479%201344.656%20524.344%201213.521%20524.344%201052C524.344%20890.479%20655.479%20759.344%20817%20759.344ZM690.377%201109.267C686.332%201120.228%20682.897%201131.222%20680.152%201142.18C678.481%201148.853%20677.067%201155.513%20675.934%201162.141C678.899%201164.885%20681.338%201168.19%20683.084%201171.886C690.418%201172.244%20697.853%201172.301%20705.363%201172.077C706.79%201168.116%20708.835%201164.448%20711.381%201161.192C703.49%201144.394%20696.489%201126.98%20690.377%201109.267ZM692.123%20951.785C693.229%20972.242%20695.737%20993.72%20699.656%201015.555C699.942%201015.595%20700.228%201015.637%20700.512%201015.682C707.681%201004.141%20715.323%20992.826%20723.346%20981.819C717.499%20973.124%20714.085%20962.659%20714.085%20951.403C714.085%20951.077%20714.088%20950.751%20714.094%20950.426C708.835%20948.968%20703.633%20947.629%20698.499%20946.413C696.622%20948.47%20694.479%20950.279%20692.123%20951.785ZM825.419%20917.477C822.505%20920.067%20819.599%20922.713%20816.705%20925.412C820.901%20933.142%20823.285%20941.997%20823.285%20951.403C823.285%20953.305%20823.188%20955.183%20822.998%20957.034C834.449%20962.504%20845.834%20968.324%20857.055%20974.453C896.535%20996.017%20933.932%201021.404%20965.119%201048.616C969.036%201047.306%20973.227%201046.596%20977.583%201046.596C983.742%201046.596%20989.572%201048.016%20994.764%201050.545C998.624%201047.044%201002.331%201043.521%201005.873%201039.983C1005.647%201039.394%201005.437%201038.798%201005.245%201038.193C1003.269%201037.539%201001.285%201036.844%20999.292%201036.108C948.821%201017.476%20892.597%20973.103%20853.378%20925.021C852.233%20923.617%20851.103%20922.21%20849.987%20920.8C847.626%20921.243%20845.191%20921.475%20842.702%20921.475C836.502%20921.475%20830.637%20920.037%20825.419%20917.477ZM774.622%201162.92C832.607%201149.819%20890.697%201124.011%20938.899%201092.937C938.486%201090.656%20938.271%201088.307%20938.271%201085.908C938.271%201080.65%20939.306%201075.631%20941.182%201071.045C912.26%201046.195%20877.68%201023.047%20841.351%201003.203C831.011%20997.556%20820.526%20992.176%20809.983%20987.105C799.968%20998.677%20785.175%201006.003%20768.685%201006.003C761.698%201006.003%20755.015%201004.688%20748.872%201002.292C741.912%201011.881%20735.264%201021.714%20729%201031.73C735.938%201039.916%20740.125%201050.506%20740.125%201062.066C740.125%201077.319%20732.836%201090.884%20721.554%201099.463C727.084%201115.367%20733.381%201131.006%20740.448%201146.116C741.083%201146.085%20741.721%201146.07%20742.363%201146.07C755.711%201146.07%20767.515%201152.737%20774.622%201162.92ZM768.685%20925.195C754.221%20925.195%20742.477%20936.939%20742.477%20951.403C742.477%20965.868%20754.221%20977.611%20768.685%20977.611C783.15%20977.611%20794.893%20965.868%20794.893%20951.403C794.893%20936.939%20783.15%20925.195%20768.685%20925.195ZM922.431%20821.602C895.929%20809.442%20866.972%20801.723%20836.517%20799.398C832.793%20809.18%20834.063%20821.183%20837.981%20834.161C838.848%20837.033%20839.851%20839.945%20840.982%20842.888C841.552%20842.863%20842.126%20842.851%20842.702%20842.851C850.157%20842.851%20857.13%20844.931%20863.072%20848.541C882.615%20836.622%20901.754%20827.695%20919.66%20822.396C920.587%20822.122%20921.51%20821.857%20922.431%20821.602ZM688.795%201270.512C726.413%201292.646%20770.235%201305.344%20817%201305.344C822.011%201305.344%20826.989%201305.198%20831.928%201304.911C799.29%201285.664%20771.175%201257.691%20747.699%201224.334C745.954%201224.571%20744.173%201224.694%20742.363%201224.694C727.711%201224.694%20714.921%201216.661%20708.16%201204.763C707.723%201204.779%20707.286%201204.793%20706.85%201204.807C697.677%201205.094%20688.607%201204.999%20679.672%201204.501C677.794%201206.976%20675.56%201209.167%20673.047%201210.997C674.397%201231.856%20679.378%201251.902%20688.795%201270.512ZM1046.468%201159.434C1061.783%201126.81%201070.344%201090.397%201070.344%201052C1070.344%201049.05%201070.293%201046.111%201070.193%201043.185C1067.748%201043.793%201065.254%201044.292%201062.715%201044.683C1057.203%201054.01%201047.043%201060.272%201035.433%201060.272C1034.239%201060.272%201033.06%201060.206%201031.9%201060.077C1026.769%201065.34%201021.317%201070.576%201015.571%201075.763C1016.435%201079%201016.895%201082.401%201016.895%201085.908C1016.895%201090.862%201015.977%201095.603%201014.301%201099.97C1018.286%201105.148%201021.987%201110.346%201025.38%201115.552C1034.888%201130.143%201042.024%201144.845%201046.468%201159.434ZM603.53%201188.413C614.772%201205.959%20628.118%201222.03%20643.209%201236.269C641.862%201228.879%20640.942%201221.379%20640.427%201213.788C632.944%201210.089%20627.129%201203.519%20624.424%201195.521C617.295%201193.496%20610.323%201191.132%20603.53%201188.413ZM890.368%201294.54C941.583%201279.047%20985.968%201247.761%201017.846%201206.359C1022.418%201182.877%201013.995%201158.086%20997.933%201133.438C995.658%201129.947%20993.23%201126.462%20990.66%201122.989C986.568%201124.434%20982.167%201125.22%20977.583%201125.22C970.321%201125.22%20963.515%201123.247%20957.675%201119.807C905.813%201153.397%20843.06%201181.118%20780.458%201195.118C779.391%201199.297%20777.655%201203.21%20775.369%201206.734C805.339%201248.965%20843.474%201281.645%20890.368%201294.54ZM1052.145%20957.601C1035.048%20915.1%201006.757%20878.288%20970.93%20850.824C958.679%20847.732%20944.387%20849.243%20928.956%20853.809C913.848%20858.28%20897.831%20865.723%20881.464%20875.581C881.825%20877.721%20882.014%20879.92%20882.014%20882.163C882.014%20889.343%20880.085%20896.075%20876.718%20901.87C887.175%20914.901%20899.048%20927.701%20911.743%20939.736C943.054%20969.421%20979.485%20994.524%201013.013%201006.247C1018.747%201000.497%201026.677%20996.936%201035.433%20996.936C1036.888%20996.936%201038.321%20997.035%201039.725%20997.225C1040.48%20995.907%201041.206%20994.591%201041.901%20993.277C1048.47%20980.872%201052.327%20968.838%201052.145%20957.601ZM802.824%20799.047C772.758%20800.708%20744.083%20807.623%20717.702%20818.886C713.968%20822.917%20710.724%20828.029%20707.817%20833.923C699.639%20850.503%20694.671%20872.835%20692.596%20898.69C698.211%20902.422%20702.569%20907.897%20704.895%20914.341C711.323%20915.852%20717.85%20917.542%20724.455%20919.4C734.38%20905.712%20750.501%20896.803%20768.685%20896.803C777.479%20896.803%20785.79%20898.887%20793.152%20902.587C796.968%20899.007%20800.807%20895.515%20804.662%20892.114C803.832%20888.936%20803.39%20885.601%20803.39%20882.163C803.39%20873.006%20806.527%20864.577%20811.785%20857.891C807.442%20847.348%20804.401%20837.137%20802.869%20827.516C801.262%20817.421%20801.222%20807.877%20802.824%20799.047ZM668.23%20846.972C645.288%20863.654%20625.249%20884.091%20609.019%20907.377C621.461%20905.375%20635.209%20904.836%20650.009%20905.768C652.669%20902.318%20656.025%20899.432%20659.865%20897.319C661.32%20878.83%20664.136%20861.862%20668.23%20846.972ZM584.954%20950.237C571.259%20981.388%20563.656%201015.813%20563.656%201052C563.656%201081.697%20568.777%201110.208%20578.183%201136.697C594.098%201149.024%20612.106%201157.78%20631.536%201163.513C634.923%201159.968%20639.124%201157.208%20643.837%201155.532C645.072%201148.454%20646.589%201141.345%20648.374%201134.221C651.579%201121.423%20655.652%201108.572%20660.484%201095.766C651.685%201087.23%20646.213%201075.282%20646.213%201062.066C646.213%201045.523%20654.786%201030.967%20667.727%201022.602C663.351%20998.615%20660.571%20975.015%20659.38%20952.575C653.696%20949.316%20649.116%20944.344%20646.347%20938.366C620.639%20936.895%20598.926%20939.678%20584.954%20950.237Z%27%2F%3E%3C%2Fsvg%3E");
}

.svg-icon--light {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2048%2048%27%3E%3Cpath%20d%3D%27M22.5%2041V24H11.35c-.515%200-.927-.208-1.236-.625-.309-.417-.38-.858-.214-1.325l4.3-13.95c.204-.625.572-1.131%201.106-1.519A3.053%203.053%200%200%201%2017.1%206h13.8c.661%200%201.259.194%201.793.581.534.388.903.894%201.107%201.519l4.3%2013.95c.167.467.096.908-.213%201.325-.309.417-.721.625-1.237.625H25.5v17h3a3%203%200%200%201%203%203h-15a3%203%200%200%201%203-3h3Zm-9.15-20h21.3l-3.7-12h-13.9l-3.7%2012Z%27%20fill%3D%27currentColor%27%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2048%2048%27%3E%3Cpath%20d%3D%27M22.5%2041V24H11.35c-.515%200-.927-.208-1.236-.625-.309-.417-.38-.858-.214-1.325l4.3-13.95c.204-.625.572-1.131%201.106-1.519A3.053%203.053%200%200%201%2017.1%206h13.8c.661%200%201.259.194%201.793.581.534.388.903.894%201.107%201.519l4.3%2013.95c.167.467.096.908-.213%201.325-.309.417-.721.625-1.237.625H25.5v17h3a3%203%200%200%201%203%203h-15a3%203%200%200%201%203-3h3Zm-9.15-20h21.3l-3.7-12h-13.9l-3.7%2012Z%27%20fill%3D%27currentColor%27%2F%3E%3C%2Fsvg%3E");
}

.svg-icon--interior {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2048%2048%27%3E%3Cpath%20d%3D%27M9.65%2042c-.4%200-.75-.15-1.05-.45-.3-.3-.45-.65-.45-1.05v-2.1h-.65c-1.528%200-2.826-.535-3.896-1.604C2.535%2035.726%202%2034.428%202%2032.9V20.7c0-1.7.517-2.992%201.55-3.875%201.033-.883%202.25-1.325%203.65-1.325v-4.3c0-1.533.483-2.783%201.45-3.75C9.617%206.483%2010.867%206%2012.4%206h23.25c1.533%200%202.775.483%203.725%201.45.95.967%201.425%202.217%201.425%203.75v4.3c1.4%200%202.617.442%203.65%201.325%201.033.883%201.55%202.175%201.55%203.875v12.2c0%201.528-.535%202.826-1.604%203.896-1.07%201.069-2.368%201.604-3.896%201.604h-.65v2.1c0%20.4-.15.75-.45%201.05-.3.3-.65.45-1.05.45s-.75-.15-1.05-.45c-.3-.3-.45-.65-.45-1.05v-2.1H12.15v2.1c0%20.4-.15.75-.45%201.05-.3.3-.65.45-1.05.45Zm-2.15-6.6h33c.667%200%201.25-.25%201.75-.75s.75-1.083.75-1.75V20.7c0-.667-.2-1.2-.6-1.6-.4-.4-.933-.6-1.6-.6s-1.2.2-1.6.6-.6.933-.6%201.6v8.8H9.4v-8.8c0-.667-.2-1.2-.6-1.6-.4-.4-.933-.6-1.6-.6s-1.2.2-1.6.6-.6.933-.6%201.6v12.2c0%20.667.25%201.25.75%201.75s1.083.75%201.75.75Zm4.9-8.9h23.2v-5.8c0-1.033.233-1.892.7-2.575.467-.683.967-1.225%201.5-1.625v-5.3c0-.667-.2-1.2-.6-1.6-.4-.4-.929-.6-1.587-.6H12.387c-.658%200-1.187.2-1.587.6-.4.4-.6.933-.6%201.6v5.3c.533.4%201.033.942%201.5%201.625.467.683.7%201.542.7%202.575v5.8Z%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2724%27%20cy%3D%2713.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2731.5%27%20cy%3D%2713.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2724%27%20cy%3D%2721.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2716.5%27%20cy%3D%2713.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2716.5%27%20cy%3D%2721.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2731.5%27%20cy%3D%2721.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2048%2048%27%3E%3Cpath%20d%3D%27M9.65%2042c-.4%200-.75-.15-1.05-.45-.3-.3-.45-.65-.45-1.05v-2.1h-.65c-1.528%200-2.826-.535-3.896-1.604C2.535%2035.726%202%2034.428%202%2032.9V20.7c0-1.7.517-2.992%201.55-3.875%201.033-.883%202.25-1.325%203.65-1.325v-4.3c0-1.533.483-2.783%201.45-3.75C9.617%206.483%2010.867%206%2012.4%206h23.25c1.533%200%202.775.483%203.725%201.45.95.967%201.425%202.217%201.425%203.75v4.3c1.4%200%202.617.442%203.65%201.325%201.033.883%201.55%202.175%201.55%203.875v12.2c0%201.528-.535%202.826-1.604%203.896-1.07%201.069-2.368%201.604-3.896%201.604h-.65v2.1c0%20.4-.15.75-.45%201.05-.3.3-.65.45-1.05.45s-.75-.15-1.05-.45c-.3-.3-.45-.65-.45-1.05v-2.1H12.15v2.1c0%20.4-.15.75-.45%201.05-.3.3-.65.45-1.05.45Zm-2.15-6.6h33c.667%200%201.25-.25%201.75-.75s.75-1.083.75-1.75V20.7c0-.667-.2-1.2-.6-1.6-.4-.4-.933-.6-1.6-.6s-1.2.2-1.6.6-.6.933-.6%201.6v8.8H9.4v-8.8c0-.667-.2-1.2-.6-1.6-.4-.4-.933-.6-1.6-.6s-1.2.2-1.6.6-.6.933-.6%201.6v12.2c0%20.667.25%201.25.75%201.75s1.083.75%201.75.75Zm4.9-8.9h23.2v-5.8c0-1.033.233-1.892.7-2.575.467-.683.967-1.225%201.5-1.625v-5.3c0-.667-.2-1.2-.6-1.6-.4-.4-.929-.6-1.587-.6H12.387c-.658%200-1.187.2-1.587.6-.4.4-.6.933-.6%201.6v5.3c.533.4%201.033.942%201.5%201.625.467.683.7%201.542.7%202.575v5.8Z%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2724%27%20cy%3D%2713.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2731.5%27%20cy%3D%2713.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2724%27%20cy%3D%2721.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2716.5%27%20cy%3D%2713.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2716.5%27%20cy%3D%2721.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3Ccircle%20cx%3D%2731.5%27%20cy%3D%2721.75%27%20r%3D%271.5%27%20fill%3D%27currentColor%27%2F%3E%3C%2Fsvg%3E");
}

.phone-groups > span:after {
	content: " "; /* U+00A0 NO-BREAK SPACE */
	font-size: 0.7em;
}

.phone-groups > span:last-child {
	margin-right: 0;
}

.phone-groups > span.area-code::after {
	content: " / "; /* U+202F NARROW NO-BREAK SPACE */
	font-size: 1em;
}

div + .content-block, .content-block:has(+ div) {
	margin-top: calc(1.5 * var(--body-line-size));
}

/* ==========================================================================
   Index Page Context
   ========================================================================== */

.index-hero {
	margin-top: 0;
	padding-top: max(1.4rem, calc(38.2vh - var(--page-padding) - (var(--logo-height) * (1 - var(--logo-baseline-from-bottom-ratio)))));
	padding-top: max(1.4rem, calc(38.2dvh - var(--page-padding) - (var(--logo-height) * (1 - var(--logo-baseline-from-bottom-ratio)))));
	width: max-content;
	max-width: 100%;
	margin-inline: auto;
}

.logo-block {
	display: grid;
	gap: 0.8rem;
}

.logo-block + .logo-block {
	margin-top: 0.8rem;
}

.logo-block h2 {
	line-height: 1em;
}

.logo-block .svg-icon {
	margin-right: 0.3rem;
}

.contact-block {
	margin-top: calc(3 * var(--body-line-size));
	padding-right: 1ch;
}

/* ==========================================================================
   Impressum Page Context
   ========================================================================== */
