body{overflow:initial}section.sectionQ{color:var(--white)}section.sectionQ#intro{padding-top:calc(8rem + var(--sections-space));padding-bottom:calc(6*var(--sections-space));position:relative;z-index:1;overflow:visible}section.sectionQ#intro .innerQ{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--small-space)}section.sectionQ#intro .innerQ .descriptionQ{font-size:2rem;line-height:1.15;width:min(100%,19em)}section.sectionQ#intro .innerQ .descriptionQ p{font-size:1em;line-height:1.15;text-align:center}section.sectionQ#intro .innerQ .searchFormQ{background:rgba(254,255,239,.9);padding:var(--small-space);border-radius:1.25rem;box-shadow:0 10px 25px rgba(0,0,0,.2);width:100%}section.sectionQ#intro .imgQ{position:absolute;z-index:0;top:0;left:calc(-1*var(--lateral-space));width:calc(100% + 2*var(--lateral-space));height:100%;min-height:1500px;background:linear-gradient(180deg, #077b6e 0%, #fff 25%, rgba(254, 255, 239, 0.8) 47.12%, #077b6e 83.17%)}section.sectionQ#intro .imgQ img{position:absolute;top:8rem;height:calc(100% - 8rem);width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}section.sectionQ#content{position:relative;z-index:2;margin-bottom:var(--sections-space)}section.sectionQ#content .postsListQ{margin-bottom:var(--sections-space)}section.sectionQ#content .postsListQ ul{padding:0;display:grid;grid-template-columns:repeat(auto-fill, minmax(min(100%, max(200px, (100% - 3 * var(--gap)) / 4)), 1fr));gap:var(--gap)}section.sectionQ#content .postsListQ ul li::before{display:none}section.sectionQ#content .postsListQ ul li article{position:relative;width:100%;border-radius:1.25rem;overflow:hidden;box-shadow:0px 1.5rem 1.5rem -0.625rem rgba(0,0,0,.2);background-color:var(--blue)}section.sectionQ#content .postsListQ ul li article .imgQ{display:block;position:relative;z-index:1;width:100%;height:0;padding:0 0 150%}section.sectionQ#content .postsListQ ul li article .imgQ img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}section.sectionQ#content .postsListQ ul li article .infoQ{position:absolute;z-index:2;bottom:0;left:0;height:100%;width:100%;padding:var(--small-space);background:linear-gradient(to bottom, rgba(254, 255, 239, 0) 33.65%, rgba(17, 56, 73, 0.9) 67.79%);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:0}section.sectionQ#content .postsListQ ul li article .infoQ .dateQ{font-size:.875rem;line-height:1;font-weight:600;padding-bottom:.625rem;border-bottom:1px solid rgba(255,255,255,.6);margin-bottom:.625rem}section.sectionQ#content .postsListQ ul li article .infoQ .postTitleQ{font-size:1.125rem;line-height:1.15;font-weight:500;font-family:var(--second-font);margin-bottom:var(--small-space)}section.sectionQ#content .postsListQ ul li article .infoQ .postTitleQ a{width:100%;color:inherit}section.sectionQ#content .postsListQ ul li article .infoQ .postTitleQ a:hover{text-decoration:underline}section.sectionQ#content .postsListQ ul li article .infoQ .moreQ{width:-moz-fit-content;width:fit-content;align-self:flex-end}section.sectionQ#content .paginationQ{display:flex;justify-content:center;align-items:center;gap:1.25rem;font-family:var(--second-font);font-weight:500;font-size:1.125rem;line-height:3rem;color:var(--beige)}section.sectionQ#content .paginationQ .page-numbers{font-family:var(--second-font);font-weight:500;font-size:1.125rem;line-height:3rem;width:3rem;height:3rem;text-align:center;color:var(--beige);display:block;background-color:rgba(254,255,239,0);border:1px solid var(--beige);border-radius:50%;transition:var(--fast-transition)}section.sectionQ#content .paginationQ .page-numbers:hover{color:var(--beige)}section.sectionQ#content .paginationQ .page-numbers.current{color:var(--blue);background-color:var(--beige)}section.sectionQ#content .paginationQ .page-numbers.next,section.sectionQ#content .paginationQ .page-numbers.prev{position:relative;font-size:1.325rem;width:1em;height:1em;line-height:1em;border:none}section.sectionQ#content .paginationQ .page-numbers.next::after,section.sectionQ#content .paginationQ .page-numbers.prev::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3L10.5 7.5L7 13' stroke='%23FEFFEF' stroke-width='2'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;opacity:1;transition:var(--fast-transition)}section.sectionQ#content .paginationQ .page-numbers.prev::after{transform:scaleX(-1)}