.blogPage{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;min-height:calc(100vh - 208px);padding-bottom:88px}@media(max-width:800px){.blogPage{min-height:calc(100vh - 96px);padding-bottom:32px}}.blogItem{display:flex;flex-direction:column;height:max-content;width:100%;cursor:pointer;transition:scale .2s ease-in;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.blogItem_text{margin-top:16px;transition:opacity .5s ease-in-out;opacity:0}.blogItem_text.visible{opacity:1}.blogItem_date{color:#7b7b7b}.blogItem_title{color:#000}.blogItem_subtitle{color:#7b7b7b}.blogItem_links{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap;height:max-content;width:100%}.blogItem_links_link{color:#7b7b7b}.blogItem:hover{scale:1.01;transition:scale .1s ease-in}.categoriesTabs{height:max-content;width:100%;position:relative}.categoriesTabs_container{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:scroll;gap:16px;height:max-content;padding-bottom:10px}.categoriesTabs_container::-webkit-scrollbar{display:none}.categoriesTabs:after{content:"";position:absolute;border-bottom:1px solid #e0e0e0;bottom:0;height:1px;width:100%}@media(max-width:600px){.categoriesTabs:after{bottom:16px}}.categoriesTabs .tab-slider{position:absolute;z-index:100;bottom:0;height:2px;background-color:#000;transition:left .3s ease-in-out,width .5s ease-in-out}.categoriesTabs_item{width:max-content;cursor:pointer;white-space:nowrap;margin-right:32px;position:relative;transition:color .2s ease-in-out;color:gray}.categoriesTabs_item:hover{color:#000;transition:color .2s ease-in}.categoriesTabs_item.activeTab{color:#000;border-bottom-color:#000}@media(max-width:600px){.categoriesTabs_item{gap:0;margin-right:16px}.categoriesTabs{padding-bottom:16px;border-bottom:none}}:export{fontMain:"Manrope",monospace;h1:h1;h2:48px;h3:48px;h1mobile:32px;h2mobile:24px;blackLight:#0e0e0e;blue:#0070f3;gray:#7b7b7b;lightGray:#f4f5f8;darkGray:#4a4747;white:#fff}.blogGallery{width:100%;background-color:#fff;display:flex;flex-direction:column}.blogGallery_content{margin-top:32px;display:grid;width:100%;grid-template-columns:repeat(12,1fr);grid-row-gap:60px;grid-column-gap:24px}@media(max-width:800px){.blogGallery_content{display:flex;flex-direction:column;gap:32px}}@media(max-width:600px){.blogGallery_content{margin-top:16px}}.blogGallery .post-wrapper{width:100%;grid-column:span 3}.blogGallery .post-wrapper img{height:180px}.blogGallery .post-wrapper:first-child,.blogGallery .post-wrapper:nth-child(11n){width:100%;grid-column:span 6}.blogGallery .post-wrapper:first-child img,.blogGallery .post-wrapper:nth-child(11n) img{height:360px}.blogGallery .post-wrapper:nth-child(10n+4),.blogGallery .post-wrapper:nth-child(10n+5),.blogGallery .post-wrapper:nth-child(10n+6){width:100%;grid-column:span 4}.blogGallery .post-wrapper:nth-child(10n+4) img,.blogGallery .post-wrapper:nth-child(10n+5) img,.blogGallery .post-wrapper:nth-child(10n+6) img{height:240px}.blogGallery_gradient-tab{pointer-events:none;display:none;content:"";width:40vw;height:32px;color:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);position:absolute;right:0}@media(max-width:600px){.blogGallery_gradient-tab{display:block}}