.slider-component{position:static;display:block}
.slider-component-mobile{display:none}
.studies{background-color:#faf8f4;padding:4rem 0}
.studies-mobile-posts{display:none;margin-bottom:0}
.studies-navigation{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:2.4rem}
.studies-navigation-content{display:flex;flex-direction:column;justify-content:center;width:100%}
.studies-navigation-content-title{padding-bottom:.8rem;font-size:1.8rem;font-weight:500;color:#161616}
.studies-navigation-content-text{font-size:1.6rem;font-weight:400}
.studies-navigation-buttons{display:flex;gap:1.2rem}
.studies-navigation-buttons-previous{cursor:pointer;display:flex;justify-content:center;align-items:center;height:4.8rem;width:4.8rem;background-color:#faf8f4;border:.1rem solid #e1e1e1;border-radius:50%;transform:rotate(90deg)}
.studies-navigation-buttons-previous:disabled{pointer-events:none;opacity:.5}
.studies-navigation-buttons-previous:hover{color:#2b7b0a;border-color:#2b7b0a}
.studies-navigation-buttons-next{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:0;height:4.8rem;width:4.8rem;background-color:#faf8f4;border:.1rem solid #e1e1e1;border-radius:50%;transform:rotate(270deg)}
.studies-navigation-buttons-next:disabled{pointer-events:none;opacity:.5}
.studies-navigation-buttons-next:hover{color:#2b7b0a;border-color:#2b7b0a}
.studies-posts{display:flex;gap:3.6rem;padding:0;position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overflow:hidden}
.studies-posts-post{display:flex;flex-direction:column;width:calc(50% - 24px);min-width:calc(50% - 24px)}
.studies-posts-post-photo{max-height:36rem;width:100%;height:100%;padding-bottom:2.4rem;aspect-ratio:1/.65}
.studies-posts-post-photo-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.4rem}
.studies-posts-post-title{font-size:2.6rem;line-height:100%;padding-bottom:1.6rem;font-weight:500}
.studies-posts-post-title>a{text-decoration:none;color:#3e3e3e;font-weight:500}
.studies-posts-post-content{margin:0;padding-bottom:1.6rem}
.studies-posts-post-link{color:#161616}
.studies-posts-post-link:hover{color:#35a106}
@media(max-width:990px){
.slider-component{display:none}
.slider-component-mobile{display:block}
.studies-navigation{flex-direction:column;gap:3.6rem}
.studies{padding-bottom:4rem}
.studies-posts-post-photo-image{max-height:36rem}
.studies-mobile-posts{display:flex;gap:3.6rem;padding:0;position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;margin-top:0}
.studies-mobile-posts-post{display:flex;flex-direction:column;width:100%;min-width:100%;height:100%;padding-bottom:3.2rem}
.studies-mobile-posts-post-photo{display:flex}
.studies-mobile-posts-post-link{text-decoration:none}
.studies-mobile-posts-post-tags{display:flex;flex-wrap:wrap;gap:1.6rem;padding-bottom:1.6rem}
.studies-mobile-posts-post-tags-tag{margin:0;padding:1.2rem 2rem;background-color:#e9e9e9;font-size:1.2rem;font-weight:500;color:#3e3e3e;border-radius:.4rem}
.studies-mobile-posts-post-title{font-size:1.8rem}
}