

/** home-bge.scss **/
.row{display:flex;flex-wrap:wrap;align-items:stretch;gap:var(--space-between);justify-content:space-between}.article-block-home{display:flex;padding:15px;gap:var(--space-between);flex-wrap:wrap;align-content:flex-start}@media (min-width: 992px){.article-block-home{padding:0
0 20px 0}}.article-block-home .card-article{width:100%;flex-grow:12;border-radius:15px;overflow:hidden;border:4px
solid var(--card-border-color);box-shadow:0 1px 14px var(--panel-shadow);background-color:var(--card-color);flex-basis:100%}.article-block-home .card-article
.bbcodecontent{margin-bottom:0 !important}.article-block-home .card-article .card-illustration{width:100%;line-height:0;overflow:hidden}.article-block-home .card-article .card-illustration
img{width:100%;object-fit:cover;aspect-ratio:16/6;transition:800ms;background-size:cover}@media (min-width: 992px){.article-block-home .card-article .card-illustration
img{aspect-ratio:16/4}}.article-block-home .card-article .card-content{padding:10px;font-size:12px;font-family:Lato,serif}.article-block-home .card-article .card-content
h2{font-family:"Montserrat",sans-serif;font-weight:500;font-size:16px;margin-bottom:0}.article-block-home .card-article .card-content
h3{font:italic 11px "Merriweather", serif}.article-block-home .card-article .card-content
.comments{float:right}@media (min-width: 992px){.article-block-home .card-article:not(:first-child):not(.view-more){flex-basis:calc(33% - var(--space-between));max-width:calc(33% - var(--space-between) / 3);flex-grow:4}.article-block-home .card-article:not(:first-child):not(.view-more) h2{font-size:14px}.article-block-home .card-article:not(:first-child):not(.view-more) img{aspect-ratio:16/6}}@media (min-width: 992px){.col-9.article-block-home .card-article:not(:first-child){flex-basis:calc(50% - var(--space-between));max-width:calc(50% - var(--space-between) / 2)}}.view-more{padding:25px;font-weight:700;font-size:22px;text-align:center;color:var(--main-color);font-family:"Montserrat",sans-serif}



/** social-bar.scss **/
@charset "UTF-8";.social-bar{background:rgba(255, 255, 255, 0.1);backdrop-filter:blur(5px);border:1px
solid rgba(255, 255, 255, 0.2);box-shadow:0 4px 30px rgba(0, 0, 0, 0.1);position:absolute;bottom:20px;right:0;padding:5px;white-space:nowrap;max-width:35vw;display:flex;justify-content:space-between;border-radius:15px}@media (min-width: 992px){.social-bar{max-width:calc(100vw - 60px);padding:8px;bottom:30px}}.social-bar .social-link{margin-right:5px;display:flex;width:48px}@media (min-width: 992px){.social-bar .social-link{width:32px;margin-right:15px}}.social-bar .social-link:last-child{margin-right:0}.social-bar
a{max-width:50%}.social-bar
img{border-radius:5px;max-width:100%}

