.glossary-post{background-color:#faf8f4;padding-bottom:9.2rem;width:85%;margin:auto}
.glossary-post-crumb{padding-top:6.4rem}
.glossary-post-container{display:flex;justify-content:space-between}
.glossary-post-container-left{width:65%}
.glossary-post-container-left-title{font-size:3.6rem;color:#3e3e3e;font-weight:500;line-height:4.8rem;border-bottom:1px solid #e1e1e1}
.glossary-post-container-left-content{margin:0;padding-top:2.4rem;padding-bottom:6.4rem;padding-right:12rem}
.glossary-post-container-left-content>p{padding-bottom:.8rem}
.glossary-post-container-left-content>h3{padding-bottom:1.6rem}
.glossary-post-container-left-line{display:block;height:1px;color:#e1e1e1;background-color:#e1e1e1;width:50%;margin-bottom:3.8rem}
.glossary-post-container-left-expert{margin-top:2rem;display:flex;gap:3.2rem}
.glossary-post-container-left-expert-photo{max-width:17rem;max-height:17rem;width:100%;height:100%;padding:3.2rem;background-color:#f5f2ed}
.glossary-post-container-left-expert-photo-image{width:100%;height:100%}
.glossary-post-container-left-expert-content{display:flex;flex-direction:column;justify-content:space-between}
.glossary-post-container-left-expert-content-title{padding-bottom:.8rem;line-height:2.4rem}
.glossary-post-container-left-expert-content-text{width:110%;padding-bottom:1.6rem;margin:0;font-size:1.4rem;line-height:2rem}
.glossary-post-container-right{width:30%}
.glossary-post-container-right-title{padding-bottom:.8rem}
.glossary-post-container-right-text{padding-bottom:1.2rem}
.glossary-post-container-right-search{margin-bottom:3.8rem;display:flex;justify-content:flex-start}
.glossary-post-container-right-search-input{width:100%;max-width:24rem;border:.1rem solid #d9d9d9;border-radius:.4rem;padding-left:2rem;font-family:"DM Sans",sans-serif;font-size:1.4rem}
.glossary-post-container-right-search-input:focus{outline:0;box-shadow:none}
.glossary-post-container-right-search-button{position:relative;right:2%;display:flex;justify-content:center;align-items:center;height:4.8rem;max-width:4.8rem;background-color:#35a106;border-radius:.4rem;border:none}
.glossary-post-container-right-search-button>svg{position:absolute;margin:0}
.glossary-post-posts{position:relative}
.glossary-post-posts-buttons{position:absolute;width:100%;max-width:32rem;display:flex;align-items:center;justify-content:flex-end;top:2%}
.glossary-post-posts-buttons-button{cursor:pointer;padding:0;display:flex;justify-content:center;align-items:center;z-index:1;background-color:rgba(0,0,0,0);border:none}
.glossary-post-posts-buttons-button:disabled{pointer-events:none;opacity:.5}
.glossary-post-posts-buttons-button-next{transform:rotate(180deg)}
.glossary-post-posts-articles{padding-left:0;display:flex;justify-content:flex-start;flex-wrap:nowrap;list-style:none;position:relative;flex-wrap:inherit;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;max-width:32rem}
.glossary-post-posts-articles::-webkit-scrollbar{display:none}
.glossary-post-posts-articles-letter{width:100%;min-width:100%;flex:unset}
.glossary-post-posts-articles-letter-title{border-bottom:1px solid #e1e1e1}
.glossary-post-posts-articles-letter-articles{padding-top:1.6rem;display:flex;flex-direction:column;gap:1.2rem}
.glossary-post-posts-articles-letter-articles-article{font-size:1.8rem;text-decoration:none;color:#6f6f6f}
.glossary-post-posts-articles-letter-articles-article:hover{color:#35a106;text-decoration:underline}
@media(max-width:990px){
.glossary-post{width:100%}
.glossary-post-crumb{padding-top:.8rem;border-bottom:1px solid #e9e9e9}
.glossary-post-container{flex-direction:column}
.glossary-post-container-left{width:100%}
.glossary-post-container-left-content{padding-right:0}
.glossary-post-container-left-expert{flex-direction:column}
.glossary-post-container-left-expert-photo-image{width:100%;height:100%}
.glossary-post-container-right{width:100%}
}