<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #eeeeee;
    position: relative;
    padding-bottom: 75px;
}

body, html{
    height: 100%;
}

.hidden {
    display: none;
}

/* SELECT */
.brand-select--cover {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}
.brand-select--cover-caption {
    width: 100%;
    position: relative;
    z-index: 1;
}
.btn-select {
    margin-top: 1rem;
}

/* HEADER */

.main-menu {
    padding: 1rem 10%;
    height: 85px;
}
.main-menu--list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-menu--link,
.main-menu--link:hover,
.main-menu--link:visited {
    color: #000000;
    text-decoration: none;
}
.brand-logo {
    position: absolute;
    z-index: 4;
    top: 2px;
    left: 38px;
    max-width: 130px;
    max-height: 83px;
    display: block;
    height: auto;
}

/* MAIN */

.content{
    margin-top: 25px;
    padding-bottom: 25px;
}

.lang-link {
    display: inline-block;
    width: 75px;
    height: 75px;
    padding: 25px;
    margin: 0 16px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 16px;
}

/* FOOTER */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer-menu {
    padding: 1rem 10%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer-menu--list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.footer-menu--link,
.footer-menu--link:hover,
.footer-menu--link:visited {
    color: #000000;
    text-decoration: none;
}
.footer-menu--logo {
    max-width: 135px;
    height: auto;
    margin: 0 auto 1rem;
}

/* LEGALS */
.legals-table, 
.legals-table th,
.legals-table td{
    border: 1px solid #000000;
    border-collapse: collapse;
}
.legals-table th,
.legals-table td {
    padding: 1rem;
}
.legals-table th {
    text-align: center;
}</pre></body></html>