<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--- Unit ---*/
.bx-base-pofile-unit-with-cover .bx-def-unit-img p.bx-base-pofile-unit-thumb,
.bx-base-pofile-unit-with-cover .bx-def-unit-img img {
    border: 2px solid rgba(255,255,255,1);
    border-radius: 3rem;
    background-clip: border-box;
    overflow: hidden;
}

.bx-base-pofile-unit-with-cover .bx-def-unit-img img {
    display: block;
    background-color: #ffffff;
}

.bx-base-pofile-unit-with-cover .bx-base-pofile-unit-title a {
    font-weight: 800;
    font-size: 1.25rem;
    color: rgba(29, 75, 96, 1.0);
}

.bx-base-pofile-unit-with-cover .bx-base-general-unit-meta ul.bx-menu-custom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    justify-content: left;
}
.bx-base-pofile-unit-with-cover .bx-base-general-unit-meta ul.bx-menu-custom li {
    -webkit-flex: 0 1 auto; 
    -ms-flex:  0 1 auto; 
    flex:  0 1 auto;
}
.bx-base-pofile-unit-with-cover .bx-base-general-unit-meta ul.bx-menu-custom li.bx-menu-item-stretcher {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}
</pre></body></html>