.article_list .article_list__post_button{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:.4rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.4rem;color:var(--Primary-Brand,#ffa06a);font-size:1.5rem;font-weight:500;line-height:120%;letter-spacing:-.018rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}@media(hover:hover)and (pointer:fine){.article_list .article_list__post_button:hover{color:var(--color-secondary)}}.article_list .article_list__post_button svg{rotate:180deg}.article_list .article_list__categories{overflow:visible}.article_list .article_list__categories .swiper-slide{width:auto!important}.article_list .article_list__category{padding-inline:1.2rem;height:2.7rem;border:1px solid var(--secondary-60);color:var(--secondary-60,#97787d);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.4rem;font-size:1.4rem;font-weight:400;line-height:140%;border-radius:100rem;letter-spacing:-.0322rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.article_list .article_list__category::before{content:"";width:3px;height:3px;border-radius:50%;background-color:currentColor;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}@media(hover:hover)and (pointer:fine){.article_list .article_list__category:hover{background-color:var(--color-primary);color:var(--color-secondary);border-color:var(--color-primary)}}.article_list .article_list__category.active{background-color:var(--secondary-60);color:#fff;pointer-events:none}.article_list .swiper-slide-article{height:auto;width:auto!important}.article_list .article_list__posts_wrapper{overflow:visible}.article_list .article_list__description{color:var(--secondary-80)}@media(min-width:768px){.article_list .article_list__description{max-width:42.6rem}}.article_list .article_list__post{border-radius:.4rem;-webkit-box-shadow:6px 6px 25px 0 rgba(0,0,0,.1);box-shadow:6px 6px 25px 0 rgba(0,0,0,.1);overflow:hidden;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:28.9rem}@media(min-width:768px){.article_list .article_list__post{width:31.6rem}}.article_list .article_list__post .article_list__post_link{display:block;cursor:pointer;position:relative}.article_list .article_list__post .article_list__post_link>img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.article_list .article_list__post .article_list__post_link .article_list__post_logo{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;width:12.35rem;height:6.36rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:1.33rem;padding-left:1rem;padding-right:1rem;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,50% 76%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,50% 76%,0 100%)}.article_list .article_list__post .article_list__post_link .article_list__post_logo img{max-width:100%;display:block}.article_list .article_list__post .article_list__post_content{background:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article_list .article_list__post .article_list__post_category{color:var(--secondary-80)!important;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article_list .article_list__post .article_list__post_category::before{content:"";border-radius:50%;width:3px;height:3px;background-color:var(--secondary-80);border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.article_list .article_list__post .article_list__post_title{cursor:pointer;color:var(--color-secondary)}@media(hover:hover)and (pointer:fine){.article_list .article_list__post .article_list__post_title:hover{color:var(--color-primary)}}.article_list .article_list__post .article_list__post_date{color:var(--secondary-60)}.article_list .article_list__progress_bar{height:2px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(min-width:992px){.article_list .article_list__progress_bar{height:4px}}.article_list .swiper-progress-bar-filled{max-width:100%}.article_list__loading_icon.rotating-svg svg{-webkit-animation:rotate-loader 1s linear infinite;animation:rotate-loader 1s linear infinite}.article_list__loading_overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(255,255,255,.7);z-index:1000}.article_list__loading_overlay::after,.article_list__loading_overlay::before{position:absolute;height:100%;width:200vw;background:inherit;z-index:1;display:block;content:""}.article_list__loading_overlay::before{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.article_list__loading_overlay::after{right:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}@-webkit-keyframes rotate-loader{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-loader{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}