<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wpresentations-block .wpresentations-items {
    align-content: flex-start;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    display: grid;
    font-size: 14px;
    padding: 25px;
    position: relative;
    row-gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.wpresentations-block .wpresentations-items .name {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    color: #222;
    text-decoration: none;
}
.wpresentations-block .wpresentations-items &gt; .name:hover { text-decoration: none; }
.wpresentations-block .wpresentations-items .items-presentations &gt; div {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(202px, 1fr));
}
.wpresentations-block .items-presentations .show-more-presentations {
    display: flex;
    margin-top: 20px;
    transition: all .3s linear;
    align-items: center;
    font-size: 16px;
}
.wpresentations-block .items-presentations .show-more-presentations &gt; span.angle-down {
    margin-left: 10px;
}
.wpresentations-block .items-presentations .show-more-presentations.active &gt; span.angle-down {
    transform: rotateX(180deg);
}
.wpresentations-block .wpresentations-items .items-presentations .item.hide {
    display: none;
}
.wpresentations-block .wpresentations-items .items-presentations .item {
    display: block;
}
.wpresentations-block .wpresentations-items .items-subcategories {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin-bottom: 20px;
}
.wpresentations-block .wpresentations-items .items-subcategories &gt; a { color: #222; }
.wpresentations-block .wpresentations-items .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    overflow: hidden;
}
.wpresentations-block .wpresentations-items .items-presentations .img {
    height: 150px;
    overflow: hidden;
}
.wpresentations-block .wpresentations-items .items-subcategories .img {
    height: 175px;
    overflow: hidden;
}
.wpresentations-block .wpresentations-items .img img {
    max-width: 100%;
}
.wpresentations-block .wpresentations-items .item-name { font-size: 16px; margin-top: 6px; line-height: 17px; font-weight: 600; }
.wpresentations-block .wpresentations-items .items-presentations .content { position: relative; border-radius: 4px; cursor: pointer; }
.wpresentations-block .wpresentations-items .hover-content {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.wpresentations-block .wpresentations-items .items-presentations .hover-block &gt; a { text-decoration: none; color: #222; }
.wpresentations-block .wpresentations-items .hover-content .pdf-icon {
    width: 40px;
    height: 40px;
}
.wpresentations-block .wpresentations-items .hover-content .pdf-icon img {
    max-width: 100%;
}
.wpresentations-block .wpresentations-items .items-presentations .content:hover .hover-content {
    display: flex;
}
.wpresentations-block .wpresentations-items .items-presentations .content .hover-content svg {
    color: #fff;
}
.wpresentations-block .wpresentations-items .items-presentations .content .hover-content &gt; a,
.wpresentations-block .wpresentations-items .items-presentations .content .hover-content &gt; span {
    margin-right: 10px;
}
.wpresentations-block .wpresentations-items .items-presentations .content .hover-content &gt; span { position: relative; z-index: 1; }
.wpresentations-block .wpresentations-items .items-presentations .content .hover-content &gt; a:last-child,
.wpresentations-block .wpresentations-items .items-presentations .content .hover-content &gt; span:last-child { margin-right: 0; }</pre></body></html>