@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);
:global(.visually-hidden){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}
svelte-scroller-outer.svelte-3stote{display:block;position:relative;max-width:100%}svelte-scroller-background.svelte-3stote{display:block;position:relative;width:100%}svelte-scroller-foreground.svelte-3stote{display:block;position:relative;z-index:2}svelte-scroller-foreground.svelte-3stote::after{content:' ';display:block;clear:both}svelte-scroller-background-container.svelte-3stote{display:block;position:absolute;width:100%;max-width:100%;pointer-events:none;will-change:transform}
/* GLOBALS */

html, body {
	position: relative;
	width: 100%;
	overscroll-behavior: initial; /* overriding site styles */
	/* height: 100%; */
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib, .maplibregl-ctrl.maplibregl-ctrl-attrib {
    background-color: hsla(0,0%,100%,.7) !important;
}
/* body {
	color: #222;
	background-color: #fff;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 21px;
	line-height: 1.5;
	word-wrap: break-word;
} */

/* COMPONENTS */

 /* .map a {
	color: #206095;
} */

.hidden {
	display: none;
}

 .map a:hover {
	color: #323132;
}

#tooltip {
	font-family: "Lato", sans-serif;
	/* line-height: 18px; */
	font-size: 13.333px;
}
#tooltip .header {
	text-transform: uppercase;
	font-size: .75em;
    fill: #767676;
	color: #767676;
    font-weight: 700;
    letter-spacing: .5px;
	vertical-align: bottom;
}

/* label {
	display: block;
} */

/* input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}  */

/* input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
} */

/* header, section, nav, footer, figure, caption { */
figure {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}
/* 
footer {
	margin: 60px 0 0 0;
}

h1 {
	font-size: 54px;
	line-height: 1.3;
	margin: 30px 0 0 0;
}

h2 {
	font-size: 30px;
	margin: 40px 0 -20px 0;
}

h3 {
	font-size: 22px;
	margin: 40px 0 -10px 0;
}

p {
	margin: 30px 0 0 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

blockquote {
	margin: 30px 0 6px 0;
	font-size: 30px;
	color: #777;
}

small {
	font-size: 14px;
} */

/* CLASSES */

.col-full {
	width: 100%;
}

.col-wide {
	width: 100%;
	max-width: 980px;
	margin: 0 24px;
}

.col-medium {
	width: 100%;
	max-width: 460px;
	/* margin: 0 38px; */
}

.col-narrow {
	width: 100%;
	max-width: 540px;
	margin: 0 24px;
}

.height-full {
	/* min-height: calc(100vh - 160px);
	min-height: calc(100vh - 160px); */
	height: calc(100vh - 160px);
}

.center {
	text-align: center;
}

.middle {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.caption {
	margin-top: 8px;
	text-align: left;
	font-size: 14px;
	color: #777;
}

.inset-medium {
	max-width: 680px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.inset-narrow {
	max-width: 480px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.text-big {
	font-size: 30px;
	margin: 20px 0;
}

.text-small {
	font-size: 14px;
}

.text-indent {
	margin-left: 30px;
}

.text-shadow {
	text-shadow: 0 0 8px #000;
}

.text-bold {
	font-weight: bold;
}

.text-muted {
	color: #777;
}

.mt {
	margin-top: 72px;
}

.mb {
	margin-bottom: 40px;
}

.em {
	padding: 1px 4px 1px 4px;
/*	border-radius: 5px; */
	font-weight: bold;
	white-space: nowrap;
}

.em-muted {
	background-color: #777;
	color: #fff;
}

/* SCROLL-SPECIFIC ELEMENTS */

svelte-scroller-background-container {
	pointer-events: all !important;
}

[slot="foreground"] section {
	padding: 100vh 0 100vh 0;
	max-width: 990px;
    margin: 0 auto;
}

[slot="foreground"] section.header-section {
	/* padding: 100vh 0 100vh 0; */
	max-width: none;
    margin: 0 auto;
	color: var(--text);
}
[slot="foreground"] section.header-section div {
box-shadow: none;
}
.header-section div {
	background-color: var(--background);
}

[slot="foreground"] section + section {
	padding: 0 0 100vh 0;
}

[slot="foreground"] section>div {
	padding: 1.125rem;
	position: relative;
	/* box-shadow: 1px 2px 5px black; */
	/* box-shadow: 1px 3px 5px -1px #757575; */
	box-shadow: 3px 15px 6px -6px rgba(55,55,55,.3);
}

[slot="foreground"] section div::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  opacity: 0.92;
  z-index: -1;
}

[slot="foreground"] section div p {
	margin: 0;
	line-height:normal;
}

[slot="foreground"] section div blockquote p {
	margin: 1rem;
	font-size: 1.3rem;
}

.maplibregl-cooperative-gesture-screen {
    display: none !important;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right, .maplibregl-ctrl-bottom-left, .maplibregl-ctrl-bottom-right, .maplibregl-ctrl-top-left, .maplibregl-ctrl-top-right {
	z-index: 0 !important;
}

/* [slot="foreground"] section div p + p {
	margin-top: 30px;
} */

[slot="foreground"] section div h2 {
	text-align: center;
	margin: 0 auto;
    max-width: 990px;
}

[slot="foreground"] section div blockquote {
	text-align: justify;
    max-width: 590px;
	margin: 0 auto;
}

[slot="foreground"] section div h3 {
	margin: 0 auto;
}

.tippy-box {
	background-color: #222222 !important; 
}

@media (max-width: 540px) {
	.height-full {
	/* min-height: calc(100vh - 145px); */
	/* height: calc(100vh - 245px); */
		height: calc(75vh - 145px);
	}
}

@media (min-width: 992px) {
	.splitscreen svelte-scroller-background {
		width: calc(100% - 480px) !important;
		min-width: 65%;
		margin: 0 0 0 auto;
	}
	.splitscreen [slot="foreground"] section div::before {
		opacity: 0;
	}
	.splitscreen [slot="foreground"] section {
		width: 480px;
		max-width: 35%;
		margin: 0 auto 0 0;
		/* background-color: #fff; */
	}
	.splitscreen [slot="foreground"] section div{
		background-color: #fff;
	}
	.splitscreen [slot="foreground"] .col-medium {
		width: 90%;
		margin: 0 auto;
		padding: 12px 30px;
		/* text-align: center; */
		/* padding: 0;
		margin-left: calc(50vw - 585px); */
	}
	.quotesource {
		text-align: right;
	}
}
div.svelte-13cx2r{position:absolute;bottom:0;background-color:rgba(15,15,15,0.8);width:100%;padding:10px}p.svelte-13cx2r{margin:0 auto;line-height:normal;max-width:1170px;padding:0 9px;color:rgb(240,240,240)}
.sr-only.svelte-1aaodac{position:absolute;left:-10000px;top:auto;overflow:hidden}
hr.svelte-w67ln1{width:75px;height:20px;border:none;border-top:2px solid;margin:0 auto}hr.top.svelte-w67ln1{border-top:none}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.graphic.svelte-dkmyhq.svelte-dkmyhq{margin:1.125rem 0 0}.bottomBorder.svelte-dkmyhq.svelte-dkmyhq{border-bottom:1px solid gray;margin-bottom:20px;padding-bottom:16px}.symbol.svelte-dkmyhq.svelte-dkmyhq{margin-bottom:.6rem}.interactive.svelte-dkmyhq .gray.svelte-dkmyhq{fill:gray !important}.interactive.svelte-dkmyhq text.gray.svelte-dkmyhq{text-decoration:line-through}.interactive.svelte-dkmyhq g.svelte-dkmyhq{cursor:pointer}.bar.svelte-dkmyhq text.svelte-dkmyhq{text-anchor:middle;font-size:clamp(.6rem, 2.6vw, .8rem)}div.svelte-dkmyhq .graphic.svelte-dkmyhq{text-align:center}svg.svelte-dkmyhq.svelte-dkmyhq{width:100%;overflow:visible}.source.svelte-dkmyhq.svelte-dkmyhq{text-align:right;margin-top:14px;font-size:.85rem}
button.svelte-vrcl65.svelte-vrcl65{border:none;cursor:pointer}.notesource.svelte-vrcl65.svelte-vrcl65{text-align:left;font-size:clamp(10px, 3.17vw, 0.8em);padding:0;margin-top:8px}.button-shelf.svelte-vrcl65.svelte-vrcl65{width:48%;text-align:right;display:inline-block}.button-shelf.svelte-vrcl65 button.svelte-vrcl65{color:#1f1e4f;font-size:.9rem;padding:0 6px;background-color:transparent}.hiddenSource.svelte-vrcl65.svelte-vrcl65,.hiddenNotes.svelte-vrcl65.svelte-vrcl65{display:none}.selected.svelte-vrcl65.svelte-vrcl65{text-decoration:underline}
.half.svelte-9xhash.svelte-9xhash{position:relative;left:25px;max-height:22px;width:50%;display:inline-block;color:#727171;cursor:pointer;font-size:.9rem}.half.svelte-9xhash.svelte-9xhash::after{content:'';display:block;position:relative;top:-20px;left:-24px;background:url(data:image/svg+xml,%3Csvg%20width%3D%2211px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2011%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%222px%22%20stroke%3D%22%23727171%22%3E%3Cpath%20d%3D%22M9.5%2018.5L1%209.7%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M9.5.9L1%209.7%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center / 8px;width:20px;height:20px;transform-origin:center center;transform:rotate(90deg);transition:transform 150ms linear, background-color 150ms linear}.half.collapsed.svelte-9xhash.svelte-9xhash::after{transform:rotate(270deg)}section.svelte-9xhash h3.svelte-9xhash{font-weight:900;font-size:1.32rem;font-size:clamp(1.1rem, 3.106vw, 1.32rem);margin:0 0 0.25em;line-height:1.1}section.svelte-9xhash h4.svelte-9xhash{font-weight:600;font-size:1.13rem;font-size:clamp(1rem, 2.659vw, 1.13rem);white-space:normal !important;line-height:1.2}.info.svelte-9xhash.svelte-9xhash{font-size:clamp(10px, 3.17vw, 0.8em)
    }.sr-only.svelte-9xhash.svelte-9xhash{position:absolute;left:-10000px;top:auto;overflow:hidden}
.source.svelte-d10awz,.alt.svelte-d10awz,.photocred.svelte-d10awz,.heddek.svelte-d10awz{background-color:#b5e8f5}.notes.svelte-d10awz{background-color:#b5e8f5}
div.image.svelte-6uxwsr{background-repeat:no-repeat;margin:0 auto;width:100%;max-width:1220px;background-position:center;height:calc(100vh - 160px);transition:all ease-in-out 1s}div.image.reducedMotion.svelte-6uxwsr{transition:all linear 50ms;background-size:contain !important}div.bg.svelte-6uxwsr{position:absolute;top:0;width:100%;background-size:cover}div.filter.svelte-6uxwsr{backdrop-filter:blur(33px);-webkit-backdrop-filter:blur(33px);background-color:rgba(0,0,0,0.6)}div.contain.svelte-6uxwsr{background-size:contain}div.cover.svelte-6uxwsr{background-size:cover}div.overlay.svelte-6uxwsr{width:100%;height:calc(100vh - 100px);background-color:#f7f7ed}.imagepreload.svelte-6uxwsr{min-height:1px;background-size:contain;right:-1px;width:1px;position:absolute;top:-1px}div.zoomed.svelte-6uxwsr{background-position-x:var(--xposition, 50%);background-position-y:var(--yposition, 50%);background-size:var(--zoomAmount, 100%)
        }@media(max-width: 600px){div.cover.svelte-6uxwsr{background-size:190%}div.image.svelte-6uxwsr{height:calc(.8 *(75vh - 145px))}}
.maplibregl-control-container button{margin:0}.map.svelte-14naazv{width:100%;height:calc(100vh - 160px);height:100%}@media(max-width: 512px){.map.svelte-14naazv{width:125vw;transform:scale(.8) translate(-15.5vw, -15.5vw);height:calc(75vh - 145px)}}
.maplibregl-popup-content{padding:5px 10px 8px !important}
img.svelte-1tpoco6.svelte-1tpoco6,.svg.svelte-1tpoco6.svelte-1tpoco6{width:100%}.clampHeight.svelte-1tpoco6.svelte-1tpoco6{width:unset;height:calc(100vh - 150px)
    }.svg.svelte-1tpoco6.svelte-1tpoco6{padding-right:10px}div.image-container.svelte-1tpoco6.svelte-1tpoco6{max-width:990px;margin:0 auto}.image-container.svelte-1tpoco6 div.svelte-1tpoco6{position:absolute;top:50%;transform:translate(0, -50%)}.right.svelte-1tpoco6.svelte-1tpoco6{right:calc((100vw - 1224px)/2)}.center.svelte-1tpoco6.svelte-1tpoco6{left:calc((990px - var(--width)) / 2)}.image-container.svelte-1tpoco6 div.svelte-1tpoco6{width:33%;width:540px}.lastframe.svelte-1tpoco6 div.svelte-1tpoco6{right:unset;left:50%;transform:translate(-50%, -50%);width:650px}@media screen and (max-width: 1080px){.image-container.svelte-1tpoco6 .right.svelte-1tpoco6{right:unset;left:50%;transform:translate(-50%, -50%)}}@media screen and (max-width: 590px){div.image-container.svelte-1tpoco6.svelte-1tpoco6{height:calc((75vh - 145px) * 0.8);position:absolute;top:0;left:50%;transform:translate(-50%, 0%)}.image-container.svelte-1tpoco6 div.svelte-1tpoco6{width:300px;max-width:300px}.image-container.svelte-1tpoco6 .right.svelte-1tpoco6{transform:translate(-50%, -50%);top:50%}.right.svelte-1tpoco6.svelte-1tpoco6{left:calc(50% - 150px)}}
svelte-scroller-foreground{pointer-events:none !important}svelte-scroller-foreground section div{pointer-events:all !important}.framenumber.svelte-1f6ri87{color:white;position:absolute;top:0}

/*# sourceMappingURL=rendercss.map*/