<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');

html, body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.info-hotspot-modal {
	width: 350px;
	background-color: transparent;
}

.info-hotspot-header,
.info-hotspot-close-wrapper,
.info-hotspot-text {
	background-color: #FFFFFF !important;
	color: #3e3e3e;
}

.info-hotspot-title {
	font-weight: bold;
}

#titleBar, #autorotateToggle {
	display: none;
}

.info-hotspot .info-hotspot-header, .info-hotspot .info-hotspot-icon-wrapper {
  width: 32px !important;
  height: 32px !important;
}

.info-hotspot-modal .info-hotspot-icon-wrapper {
	display: none;
}

.info-hotspot-modal .info-hotspot-title-wrapper {
	left: 0;
}

.info-hotspot-modal .info-hotspot-text {
	bottom: unset;
	transition: opacity 0.3s ease-in-out !important;
}

.info-hotspot-modal .info-hotspot-header {
	transition: opacity 0.3s ease-in-out !important;
}

.info-hotspot-modal .info-hotspot-header {
	border-radius: 8px 8px 0 0 !important;
}

.info-hotspot-close-wrapper {
	border-radius: 0 8px 0 0 !important;
	padding-right: 6px;
	padding-top: 6px;
}

.info-hotspot-text {
	border-radius: 0 0 8px 8px;
}

.info-hotspot-modal .info-hotspot-header {
	top: 50%;
	transform: translate(0, -50px);
}
.info-hotspot-modal .info-hotspot-text {
	top: 50%;
}

.info-hotspot-close-wrapper {
	width: 32px !important;
	height: 32px !important;
}

.info-hotspot-modal {
	width: 100%;
}
.info-hotspot-modal .info-hotspot-header {
	max-width: 350px;
}
.info-hotspot-modal .info-hotspot-text {
	max-width: 350px;
}

.info-hotspot-modal .info-hotspot-title-wrapper {
	padding: 15px;
}
.info-hotspot-modal .info-hotspot-text {
	padding: 15px;
}



</pre></body></html>