:root{--fa-font:var(--fa-font-solid);--color-orange:#ff8f20;--color-grey:#484848;--color-blue:#00b7bb;--color-dark-blue:#0074e0;--color-blue-rgb:0,183,187;--color-blue-dark:#008c8f;--header-background-color:rgba(var(--color-blue-rgb),1);--header-background-gradient:linear-gradient(68deg,rgba(var(--color-blue-rgb),1) 0%,#9be3e4 100%);--footer-background-color:#00767a;--footer-background-gradient:linear-gradient(112deg,#00767a,#005458);--header-logo-size:80px;--hamburger-menu-color:#fff;--footer-height:140px;--main-bg-color:#fefeff;--accent-bg-color:#eee;--header-min-height:1cm;--footer-min-height:3cm;--font-primary:"Open Sans",Helvetica,Arial,sans-serif;--weight-normal:400;--weight-secondary:600;--weight-bold:700;--weight-heading:800;--shadow-card:rgba(99,99,99,.2) 0px 2px 8px 0px;--shadow-photo:0 0 0.5rem rgba(0,0,0,.5);--radius-card:0.5rem}main{margin-top:2.5rem}main .html-page-grid{display:grid;gap:1rem}@media(min-width:768px){main .html-page-grid{grid-template-columns:300px auto}}main .html-page-grid-title{grid-column:span 1/span 1}@media(min-width:768px){main .html-page-grid-title{grid-column-start:2}main .html-page-grid--no-menu{grid-template-columns:auto}main .html-page-grid--no-menu .html-page-grid-title{grid-column-start:1}}main .html-page-grid .side-menu ul{background-color:#fff;border:1px solid #d3d3d3;border-radius:.5rem;border-top:3px solid var(--color-blue);box-shadow:var(--shadow-card);margin:.25rem;padding:.4rem}main .html-page-grid .side-menu ul li{list-style-type:none;margin-left:0}main .html-page-grid .side-menu ul li:not(:last-of-type){margin-bottom:.15rem}main .html-page-grid .side-menu ul li a{align-items:center;border-radius:.35rem;color:var(--color-grey);display:flex;gap:.5rem;padding:.5rem .6rem;transition:background-color .15s,color .15s}main .html-page-grid .side-menu ul li a:before{color:var(--color-blue);content:"";font-family:Font Awesome\ 6 Free;font-size:.7rem;font-weight:900}main .html-page-grid .side-menu ul li a:hover{background-color:rgba(var(--color-blue-rgb),.08);color:var(--color-blue-dark);text-decoration:none}main .html-page-grid .side-menu ul li.active a{background-color:rgba(var(--color-blue-rgb),.1);color:var(--color-blue-dark);font-weight:600}main .html-page-grid .html-content img{border-radius:.25rem;box-shadow:var(--shadow-card);float:left;margin:1rem;max-width:300px;width:100%}@media screen and (max-width:768px){main .html-page-grid .html-content img{display:block;float:none;margin:1rem auto}}main .html-page-grid .html-content a>img{max-width:150px}main .html-page-grid .html-content p:after{clear:both;content:"";display:table}main .html-page-grid .html-content iframe{margin:0 auto;max-width:100%}main .html-page-grid .html-content ol{list-style-type:numbers}.results-found{margin:1.5rem 0}.card-grid{display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.card-grid__item{background-color:#fff;border:1px solid #d3d3d3;border-radius:var(--radius-card);box-shadow:var(--shadow-card);color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card-grid__item h2,.card-grid__item h3,.card-grid__item h4{font-size:1.15rem;line-height:1.3}.card-grid__item:hover{border-color:var(--color-blue);box-shadow:var(--shadow-photo);transform:translateY(-3px)}.card-grid__item h2{display:-webkit-box;font-weight:600;-webkit-line-clamp:2;line-clamp:2;margin-bottom:.4rem;transition:color .15s;-webkit-box-orient:vertical;overflow:hidden}.card-grid__item:hover h2{color:var(--color-blue)}.card-grid__image{aspect-ratio:16/9;background-color:#f2f2f2;flex:0 0 auto;overflow:hidden}main .html-page-grid .html-content .card-grid__image img{border-radius:0;box-shadow:none;display:block;float:none;height:100%;margin:0;max-height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;width:100%}.card-grid__body{padding:1rem}.card-grid__body p{color:var(--color-grey);display:-webkit-box;font-size:.9rem;-webkit-line-clamp:3;line-clamp:3;line-height:1.4rem;margin:0;-webkit-box-orient:vertical;overflow:hidden}section#themes{display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){section#themes{grid-template-columns:repeat(2,minmax(0,1fr))}}section#themes{margin-bottom:10vh}section#themes .theme-box{background-color:#fff;border:1px solid #d3d3d3;border-radius:var(--radius-card);box-shadow:var(--shadow-card);cursor:pointer;padding:.75rem .75rem 3em;position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}section#themes .theme-box h2,section#themes .theme-box h3,section#themes .theme-box h4{font-size:1.15rem;line-height:1.3}section#themes .theme-box:hover{border-color:var(--color-blue);box-shadow:var(--shadow-photo);transform:translateY(-3px)}section#themes .theme-box h4 a{color:inherit;font-weight:600;text-decoration:none}section#themes .theme-box a.link-theme{bottom:1em;display:block;position:absolute}section#themes .theme-box .publication-date{bottom:.75rem;position:absolute;right:.75rem}@media(max-width:1280px){section#themes .theme-box{align-content:stretch;display:flex;flex-direction:column;flex-wrap:wrap;margin:0;padding:.75rem}section#themes .theme-box .publication-date,section#themes .theme-box a.link-theme{display:block;position:inherit}}.contact-intro{margin-bottom:1.25rem}