<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Lato', sans-serif;
    color: #1b3d6b;
}
a {
    font-weight: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.pageHeaderStripeArea {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageHeaderStripeArea li {
    width: 25%;
    height: 2vh;
    margin: 0;
    padding: 0;
    background-color: #1b3d6b;
}
.pageHeaderStripeArea li:nth-child(1) {
    background-color: #0faeae;
}
.pageHeaderStripeArea li:nth-child(2) {
    background-color: #1686b4;
}
.pageHeaderStripeArea li:nth-child(3) {
    background-color: #055a8b;
}
.pageHeaderStripeArea li:nth-child(4) {
    background-color: #1b3d6b;
}


.contentArea {
    height: 88vh;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.addressInformation {
    text-align: center;
}
.addressInformation img {
    width: 30vw;
    margin: 0 auto 20px;
}
.addressInformation p {
    font-weight: 300;
    font-size: 1.1rem;
    margin: 0 0 10px;
    letter-spacing: 0.1px;
}
.addressInformation p.telephone {
    font-weight: 400;
    font-size: 1.4rem;
}


.footerArea {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footerArea hr {
    border: none;
    border-bottom: 1px solid #1b3d6b;
    width: 98%;
    margin: 10px auto;
    clear: both;
}
.footerArea p {
    margin: 0 auto 5px;
    text-align: center;
}

.footerIconsLeft,
.footerIconsRight {
    margin: 0 1% 15px;
}

.footerIconsLeft {
    float: left;
    padding-top: 40px;
}
.footerIconsRight {
    float: right;
}

.footerIconsLeft img,
.footerIconsRight img {
    height: 70px;
    margin: 0 10px;
}

.footerIconsLeft img {
    height: 30px;
}</pre></body></html>