@charset "UTF-8";.section-posts{padding:var(--default-padding) 0}.section-posts .main-top{gap:clamp(16px,1.25vw,2rem)}.section-posts .main-top *{text-align:center}.section-posts__inner{display:flex;flex-direction:column;align-items:center;gap:4rem}.section-posts__list{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(8px,1.25vw,2rem)}.section-posts__item{width:100%;display:flex}.section-posts .posts-card{display:flex;flex-direction:column;gap:3.2rem;padding:clamp(18px,2.34375vw,3.2rem);border-radius:2rem;border:.1rem solid rgba(255,255,255,.2);background:linear-gradient(0deg,rgba(217,51,29,0) 0,rgba(217,51,29,0) 100%),#000;justify-content:space-between;position:relative;width:100%;overflow:hidden;z-index:1;--opacity:0;min-height:clamp(310px,39.0625vw,50rem)}.section-posts .posts-card:before{pointer-events:none;inset:0;position:absolute;content:"";display:flex;background-color:var(--bg-f);z-index:-1;transition:opacity .25s cubic-bezier(.33,1,.68,1);opacity:var(--opacity)}.section-posts .posts-card__date{color:var(--cl-a);font-size:clamp(16px,1.125vw,1.8rem);font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.054rem;opacity:.7;white-space:nowrap}.section-posts .posts-card .main-button{margin:-8px 0 0;height:clamp(35px,2.75vw,4.4rem);width:-moz-fit-content;width:fit-content;grid-column:1/-1;align-self:flex-end;font-size:clamp(16px,1.25vw,2rem);transition:opacity .25s cubic-bezier(.33,1,.68,1)}.section-posts .posts-card__labels{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.section-posts .posts-card__label{border-radius:4rem;border:.1rem solid rgba(255,255,255,.2);padding:clamp(8px,.87890625vw,1rem) 2rem;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;color:var(--cl-a);font-size:clamp(14px,1vw,1.6rem);font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.048rem}@media (min-width:576px){.section-posts .posts-card .main-button{position:absolute;bottom:clamp(18px,2.34375vw,3.2rem);right:clamp(18px,2.34375vw,3.2rem)}}@media (min-width:1024px){.section-posts .posts-card .main-button{opacity:var(--opacity)}}@media (max-width:1023.98px){.section-posts__item:only-child{grid-column:1/-1}.section-posts .posts-card{aspect-ratio:1}}@media (max-width:1023.98px) and (min-width:576px){.section-posts__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:766.98px){.section-posts__inner>.main-button{margin-top:-16px}}@media screen and (max-width:645px) and (min-width:576px){.section-posts .posts-card .main-button{left:clamp(18px,2.34375vw,3.2rem);right:initial;bottom:45px}}@media (max-width:575.98px){.section-posts__list{grid-template-columns:100%}.section-posts .posts-card{padding:3.2rem}.section-posts .posts-card__date{letter-spacing:-.48px;grid-column:1/2;grid-row:1}.section-posts .posts-card__labels{justify-content:flex-end}.section-posts .posts-card__label{letter-spacing:-.042rem}.section-posts .posts-card__title{grid-column:1/-1}.section-posts .posts-card{display:grid;grid-template-columns:1fr auto;align-items:flex-start}}@media (hover:hover){.section-posts .posts-card:hover{--opacity:1}}@media (hover:none){.section-posts .posts-card:active{--opacity:1}}