@charset "utf-8";

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	overflow: auto;
	overflow-x: hidden;
	line-height: 0;
	color: #000000;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
	text-decoration: none;
}

p {
	padding: 0.25rem 0rem 0.25rem 0rem;
}

* {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

hr {
    background-color: transparent;
    border-top: 1px solid #01407F;
}

.dividehr {
	width: 100%;
	display: inline-block;
	padding: 0rem 1rem 1rem 1rem;
}

.container {
	margin-top: 8.25rem;
	width: 100%;
	height: 65rem;
	position: relative;
	text-align: center;
}

.container .content {
	position: absolute;
	top: 32rem;
	width: 100%;
	z-index: 2;
	padding: 0rem;
}

.container .slide {
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	transition: opacity 1.5s ease-in-out;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
    }

.container .slide.show {
	opacity: 1;
}

main {
	text-align: center;
}

#table {
	display: inline-table;
	padding: 1rem 1rem 0rem 1rem;
	width: 100%;
	text-align: center;
}

#intro {
	display: table-cell;
	width: 55%;
	padding: 1rem 1rem 0rem 1rem;
	line-height: 1.25;
	text-align: center;
	vertical-align: top;
}

#title {
	text-align: center;
	line-height: 0.5;
	width: 100%;
}

#titlehr {
	width: 5rem;
	display: inline-block;
}

#text {
	text-align: left;
}

#let {
	display: table-cell;
	width: 45%;
	padding: 1rem 1rem 0rem 1rem;
	text-align: center;
}

#let img {
	width: 100%;
	border-radius: 1rem;
}

#let-res {
	width: 50%;
	display: table-cell;
	padding: 0rem 1rem 0rem 1rem;
	vertical-align: top;
	line-height: 2.5;
	text-align: center;
}

#let-com {
	width: 50%;
	display: table-cell;
	padding: 0rem 1rem 0rem 1rem;
	vertical-align: top;
	line-height: 2.5;
	text-align: center;
}

aside {
	width: 100%;
	padding: 0rem 1rem 0rem 1rem;
}

.infotable {
	display: inline-table;
	padding: 0rem 1rem 0rem 1rem;
	width: 100%;
}

.tenants {
	display: table-cell;
	width: 50%;
	padding: 0rem 0rem 0rem 0rem;
	line-height: 1.25;
	text-align: center;
	vertical-align: top;
}

.tenants-inner {
	display: inline-table;
	padding: 0rem 0rem 0rem 0rem;
	line-height: 1.25;
}

.tenants-inner-image {
	display: table-cell;
	width: 20rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 0;
}

.tenants-inner-image img {
	width: 100%;
	border: solid;
	border-width: thin;
	border-color: #000000;
}

.tenants-inner-text {
	display: table-cell;
	width: 20rem;
	padding: 0rem 0rem 0rem 1.5rem;
	vertical-align: top;
	text-align: left;
}

.contacts {
	display: table-cell;
	width: 50%;
	padding: 0rem 0rem 0rem 0rem;
	line-height: 1.25;
	text-align: center;
	vertical-align: top;
}

.contacts-inner {
	display: inline-table;
	padding: 0rem 0rem 0rem 0rem;
	line-height: 1.25;
}

.contacts-inner-image {
	display: table-cell;
	width: 20rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 0;
}

.contacts-inner-image img {
	width: 100%;
	border: solid;
	border-width: thin;
	border-color: #000000;
}

.contacts-inner-text {
	display: table-cell;
	width: 20rem;
	padding: 0rem 0rem 0rem 1.5rem;
	vertical-align: top;
	text-align: left;
}

.link-title {
	padding: 0rem 0rem 0.5rem 0rem;
}

@media all and (min-width: 3400px) {
.container {
   margin-top: 7rem;
}
}

@media all and (max-width: 1180px) {
.container {
	margin-top: 0;
	height: 63rem;
}
.container .content {
	top: 21rem;
}

#table {
	width: 80%;
}
#intro {
	display: block;
	width: 100%;
}
#let {
	display: inline-block;
	width: 80%;
	padding: 1rem 0rem 0rem 0rem;
}
.tenants-inner-image, .contacts-inner-image {
	width: 12.5rem;
}
.tenants-inner-text, .contacts-inner-text {
	width: 17.5rem;
}
}

@media all and (max-width: 868px) {
.container {
	margin-top: 0;
	height: 73.5rem;
}
.container .content {
	top: 16rem;
}
#table {
	width: 100%;
}
.tenants, .contacts {
	display: block;
	width: 100%;
	padding: 0rem 0rem 1.5rem 0rem;
}
.tenants-inner-image, .contacts-inner-image {
	width: 17.5rem;
}
.tenants-inner-text, .contacts-inner-text {
	width: 20rem;
}
}

@media all and (max-width: 668px) {
.container {
	margin-top: 0;
	height: 65.5rem;
}
.container .content {
	top: 10rem;
}
#intro {
	padding: 1rem 0rem 0rem 0rem;
}
#let {
	padding: 0rem;
	width: 100%;
}
.infotable {
	padding: 0rem;
}
.tenants, .contacts {
	display: block;
	width: 100%;
	padding: 0.5rem 1rem 0.5rem 1rem;
}
.tenants-inner-image, .contacts-inner-image {
	width: 16rem;
}
.tenants-inner-text, .contacts-inner-text {
	width: 20rem;
}
.dividehr {
	padding: 0rem 1rem 0.5rem 1rem;
}
}

@media all and (min-width: 468px) {
.infotable468 {
	display: none;
}
}

@media all and (max-width: 468px) {
.container {
	margin-top: 0;
	height: 109rem;
}
.container .content {
	top: 7.5rem;
}
.infotable {
	display: none;
}
.infotable468 {
	display: block;
}
#intro {
	padding: 1rem 0rem 1rem 0rem;
}
#let-res, #let-com {
	display: block;
	width: 100%;
	line-height: 2;
}
.tenants-inner-image, .contacts-inner-image {
	display: block;
	width: 100%;
	padding: 0rem 0rem 1rem 0rem;
}
.tenants-inner-text, .contacts-inner-text {
	display: block;
	width: 100%;
	padding: 0rem 0rem 0.75rem 0rem;
}
}