.articles{display:flex;flex-direction:column;align-items:center;justify-content:center;justify-content:flex-start;background-color:#000;position:relative}.articles:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-size:auto;background-position:top;background-repeat:no-repeat;opacity:1;z-index:0}@media screen and (min-width:1025px){.articles:before{background-image:url(/assets/background_images/bg-main-stretched.png)}}@media screen and (max-width:1024px){.articles:before{background-image:url(/assets/background_images/bg-main.webp)}.articles>*{position:relative;z-index:1}}.articles__content{width:100%;margin-top:4rem;margin-bottom:4rem;position:relative}.articles__filters{width:100%;max-width:max-content;padding:0 2rem;margin-bottom:3rem;position:relative}@media screen and (max-width:1024px){.articles__filters{padding:0 1.5rem;max-width:100%;display:none}}.articles__filters-row{display:flex;gap:.5rem;position:relative;justify-content:center;background:#1e1e1e;border-radius:2rem;padding:.5rem}@media screen and (max-width:1024px){.articles__filters-row{border-radius:.5rem}}@media screen and (max-width:900px){.articles__filters-row{flex-wrap:wrap;gap:.25rem;border-radius:.5rem}}@media screen and (min-width:601px)and (max-width:900px){.articles__filters-row{gap:1rem;flex-wrap:nowrap}}@media screen and (max-width:600px){.articles__filters-row{border-radius:.5rem}}.articles__filters-button{padding:.75rem 1.5rem;background:rgba(0,0,0,0);border:none;color:hsla(0,0%,100%,.7019607843);font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s ease;position:relative;z-index:1;white-space:nowrap}@media screen and (max-width:1024px){.articles__filters-button{border-radius:.5rem}}@media screen and (max-width:900px){.articles__filters-button{padding:.5rem 1rem;font-size:.875rem;border-radius:.5rem}}@media screen and (min-width:601px)and (max-width:900px){.articles__filters-button{flex:1;width:100%}}@media screen and (max-width:600px){.articles__filters-button{padding:.4rem .75rem;font-size:.75rem;border-radius:.5rem}}.articles__filters-button.active,.articles__filters-button:hover{color:hsla(0,0%,100%,.9490196078)}.articles__filters-indicator{position:absolute;background:#d31212;border-radius:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:0;height:calc(100% - 1rem);top:.5rem;padding:0 .5rem;will-change:transform,width;transform-origin:left center}@media screen and (max-width:1024px){.articles__filters-indicator{border-radius:.5rem}}@media screen and (max-width:900px){.articles__filters-indicator{border-radius:.5rem}}@media screen and (max-width:600px){.articles__filters-indicator{border-radius:.5rem}}.articles__logo-mobile{display:none;width:100%;padding:1.5rem 1rem;border-bottom:1px solid #b00e0e;margin-bottom:2rem;background-image:url(/assets/background_images/bg-generic.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.articles__logo-mobile-title{font-family:DM Sans,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:hsla(0,0%,100%,.9490196078);margin:0;text-align:center}.articles__category{display:flex;flex-direction:column;align-items:center;justify-content:center;justify-content:flex-start;padding:0 2rem;gap:1rem;margin-bottom:4rem}.articles__category-header{width:100%;max-width:1600px;margin:0 auto;border-bottom:1px solid hsla(0,0%,100%,.1)}@media screen and (max-width:600px){.articles__category-header{border-bottom:1px solid #b00e0e}}.articles__category-title{font-family:"Instrument Serif",serif;font-size:2rem;font-weight:400;color:hsla(0,0%,100%,.9490196078);margin-bottom:1rem;letter-spacing:normal}.articles__category-title-dot{color:#d31212}.articles__category-description{font-family:DM Sans,sans-serif;font-size:1rem;color:hsla(0,0%,100%,.7019607843);line-height:1.6;max-width:1248px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.articles__category-description--expanded{-webkit-line-clamp:unset;line-clamp:unset;overflow:visible;text-overflow:unset}.articles__category-description--spaced{margin-bottom:2rem}.articles__category-read-more-button{background:none;border:none;padding:0;font-family:DM Sans,sans-serif;font-size:1rem;color:hsla(0,0%,100%,.9490196078);cursor:pointer;text-decoration:underline;margin-top:.5rem;margin-bottom:2rem;display:block;text-align:left}.articles__list{width:100%;max-width:100rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;row-gap:2rem;margin-bottom:4rem}.articles__item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;justify-content:center;gap:1rem;width:100%;border-radius:.5rem;transition:all .2s ease}.articles__item:hover{transform:none}.articles__item-link{width:100%;text-decoration:none}.articles__item-figure{position:relative;width:100%;aspect-ratio:1;margin:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#1e1e1e;border-radius:.25rem}.articles__item-image{width:100%;height:100%;object-fit:contain;transition:transform .3s cubic-bezier(.4,0,.2,1);border-radius:.25rem}.articles__item-image.placeholder{object-fit:fill}.articles__item-figure:hover .articles__item-image{transform:scale(1.03)}.articles__item-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;justify-content:center;gap:.5rem}@media screen and (max-width:600px){.articles__item-info{gap:.25rem;width:100%}}.articles__item-title{font-family:DM Sans,sans-serif;font-size:1.25rem;color:hsla(0,0%,100%,.9490196078);font-weight:700;margin:0}@media screen and (max-width:600px){.articles__item-title{margin-bottom:0}}.articles__item-title:after{content:".";color:#d31212}.articles__item-type-price-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}@media screen and (max-width:600px){.articles__item-type-price-wrapper{flex-direction:row;justify-content:space-between;align-items:center;gap:0;width:100%}}.articles__item-type{font-family:DM Sans,sans-serif;font-size:1rem;color:hsla(0,0%,100%,.7019607843);font-weight:400;margin:.25rem 0}@media screen and (max-width:600px){.articles__item-type{margin:0}}.articles__item-price{font-family:DM Sans,sans-serif;font-size:1rem;color:hsla(0,0%,100%,.9490196078);font-weight:400;margin:0}@keyframes colorChange{0%{background:#b00e0e}50%{background:#4caf50}to{background:#4caf50}}@media screen and (max-width:1200px){.articles__list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:900px){.articles__list{grid-template-columns:repeat(2,1fr)}.articles__category{padding:0 1.5rem}}@media screen and (max-width:600px){.articles__list{grid-template-columns:1fr}.articles__category{padding:0 1rem 1rem;margin-bottom:4rem}.articles__category:last-child{margin-bottom:0;padding-bottom:0}}