.newsDetails__wrapper,.newsList__container{width:100%;max-width:1240px;padding:0 20px;margin:0 auto}.newsDetails__banner__pic__img,.newsCard__pic__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.newsCard{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;color:#1c1650;text-decoration:none;width:100%;max-width:460px;margin:0 auto;min-height:350px}@media only screen and (min-width: 850px){.newsCard{max-width:none;margin:0}}.newsCard__tag{position:absolute;top:20px;left:20px;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px}.newsCard__tag span{background-color:#44af70;color:#fff;font-size:.6875rem;font-weight:700;padding:3px 10px 5px;border-radius:999px}.newsCard__pic{position:relative;height:190px;overflow:hidden}@media only screen and (min-width: 400px){.newsCard__pic{height:220px}}@media only screen and (min-width: 500px){.newsCard__pic{height:240px}}@media only screen and (min-width: 850px){.newsCard__pic{height:190px}}.newsCard__pic__img{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.newsCard__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.newsCard__content__title{font-size:1.25rem;text-transform:uppercase;font-weight:700;padding-bottom:3px;-webkit-transition:color .5s;transition:color .5s}.newsCard__content__date{font-size:.75rem}.newsCard__content__text{font-size:.875rem;line-height:1.6;color:#405261;padding:12px 0 8px}.newsCard__content__link{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:12px}.newsCard__content__link span{font-size:.875rem;font-weight:700;padding-bottom:8px;border-bottom:1px solid #1c1650;-webkit-transition:color .5s,border-color .5s;transition:color .5s,border-color .5s}@media only screen and (min-width: 1200px){.newsCard:hover .newsCard__pic__img{-webkit-transform:scale(1.1);transform:scale(1.1)}}@media only screen and (min-width: 1200px){.newsCard:hover .newsCard__content__title{color:#dc8b66}}@media only screen and (min-width: 1200px){.newsCard:hover .newsCard__content__link span{color:#dc8b66;border-bottom-color:#dc8b66}}.newsList__list__item:nth-child(1){min-height:400px}@media only screen and (min-width: 850px){.newsList__list__item:nth-child(1){min-height:1px}}.newsList__list__item:nth-child(1) .newsCard{height:100%;color:#fff}.newsList__list__item:nth-child(1) .newsCard__pic{position:absolute;top:0;left:0;width:100%;height:100%}.newsList__list__item:nth-child(1) .newsCard__pic:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%)}.newsList__list__item:nth-child(1) .newsCard__content{position:absolute;bottom:0;left:0;z-index:2;width:100%;padding:30px}.newsList__list__item:nth-child(1) .newsCard__content__title{color:#fff}@media only screen and (min-width: 1200px){.newsList__list__item:nth-child(1) .newsCard__content__title{font-size:1.875rem}}.newsList__list__item:nth-child(1) .newsCard__content__text{display:none;color:#fff}@media only screen and (min-width: 1200px){.newsList__list__item:nth-child(1) .newsCard__content__text{display:block}}.newsList__list__item:nth-child(1) .newsCard__content__link span{color:#44af70;border-bottom-color:#44af70}.newsList{padding-bottom:40px}@media only screen and (min-width: 850px){.newsList{padding-bottom:75px}}@media only screen and (min-width: 1200px){.newsList{padding-bottom:110px}}.newsList__title{font-size:2rem;text-transform:uppercase;color:#1c1650;font-weight:700;padding:20px 0 32px;text-align:center}@media only screen and (min-width: 850px){.newsList__title{font-size:2.75rem;padding-bottom:48px}}@media only screen and (min-width: 1200px){.newsList__title{font-size:3.5rem;padding:28px 0 60px}}.newsList__list{padding-bottom:30px;display:grid;grid-template-columns:repeat(1, 1fr);gap:20px}@media only screen and (min-width: 850px){.newsList__list{grid-template-columns:repeat(2, 1fr);gap:30px;padding-bottom:45px}}@media only screen and (min-width: 1200px){.newsList__list{grid-template-columns:repeat(3, 1fr);padding-bottom:60px}}@media only screen and (min-width: 1200px){.newsList__list__item:nth-child(1){grid-column:2 span}}.newsList__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px}@media only screen and (min-width: 850px){.newsList__pagination{padding-top:20px}}.newsList__pagination .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px}.newsList__pagination .pagination__arrow,.newsList__pagination .pagination__num{width:40px;height:40px;border:1px solid #44af70;border-radius:50%;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:4px;color:#44af70;font-weight:500;text-decoration:none;font-size:.9375rem;-webkit-transition:background-color .5s,color .5s;transition:background-color .5s,color .5s}@media only screen and (min-width: 1200px){.newsList__pagination .pagination__arrow:hover,.newsList__pagination .pagination__num:hover{background-color:rgba(68,175,112,.1)}}.newsList__pagination .pagination__arrow{font-size:1.25rem;padding-bottom:6px}.newsList__pagination .pagination__arrow.disabled{opacity:.5;pointer-events:none}.newsList__pagination .pagination__num.active{background-color:#44af70;color:#fff;font-weight:700}.newsList__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.newsList__btn__link{width:100%;background-color:#44af70;text-align:center;color:#fff;font-size:1rem;font-weight:700;padding:13px 0 15px;border-radius:999px;text-decoration:none;-webkit-transition:background-color .5s;transition:background-color .5s}@media only screen and (min-width: 500px){.newsList__btn__link{width:auto;padding-inline:24px}}@media only screen and (min-width: 1200px){.newsList__btn__link:hover{background-color:#dc8b66}}.newsDetails{padding-bottom:60px}@media only screen and (min-width: 850px){.newsDetails{padding-bottom:75px}}@media only screen and (min-width: 1200px){.newsDetails{padding-bottom:90px}}.newsDetails__banner{position:relative;margin-bottom:40px;padding:32px 10px}@media only screen and (min-width: 500px){.newsDetails__banner{padding:0 20px}}@media only screen and (min-width: 850px){.newsDetails__banner{padding:0 30px;margin-bottom:52px}}@media only screen and (min-width: 1200px){.newsDetails__banner{padding:0 40px;margin-bottom:65px}}@media only screen and (min-width: 1400px){.newsDetails__banner{padding:0 50px}}@media only screen and (min-width: 1600px){.newsDetails__banner{padding:0 70px}}.newsDetails__banner__pic{position:absolute;top:0;left:0;width:100%;height:100%}.newsDetails__banner__pic:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), color-stop(82%, rgba(0, 0, 0, 0.6)));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.6) 82%)}.newsDetails__banner__content{position:relative;z-index:1;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 30px;min-height:320px}@media only screen and (min-width: 400px){.newsDetails__banner__content{min-height:360px}}@media only screen and (min-width: 500px){.newsDetails__banner__content{padding:0 40px;min-height:400px}}@media only screen and (min-width: 850px){.newsDetails__banner__content{padding:0 60px;min-height:450px}}@media only screen and (min-width: 1200px){.newsDetails__banner__content{padding:0 80px;min-height:500px}}@media only screen and (min-width: 1400px){.newsDetails__banner__content{padding:0 100px;min-height:550px}}@media only screen and (min-width: 1600px){.newsDetails__banner__content{padding:0 150px}}.newsDetails__banner__patch{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;padding-bottom:15px}@media only screen and (min-width: 1200px){.newsDetails__banner__patch{gap:8px;padding-bottom:8px}}.newsDetails__banner__patch span{font-size:.875rem;font-weight:700;background-color:#44af70;padding:5px 12px 8px;border-radius:999px}@media only screen and (min-width: 850px){.newsDetails__banner__patch span{font-size:.9375rem}}@media only screen and (min-width: 1200px){.newsDetails__banner__patch span{font-size:1rem}}.newsDetails__banner__title{text-align:center;color:#fff;font-size:1.375rem;font-weight:700;text-transform:uppercase;line-height:1.4}@media only screen and (min-width: 400px){.newsDetails__banner__title{font-size:1.5rem}}@media only screen and (min-width: 500px){.newsDetails__banner__title{font-size:1.75rem}}@media only screen and (min-width: 850px){.newsDetails__banner__title{font-size:2.5rem}}@media only screen and (min-width: 1200px){.newsDetails__banner__title{font-size:3.4375rem}}.newsDetails__wrapper{max-width:850px}.newsDetails__data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;color:#405261;padding-bottom:40px}@media only screen and (min-width: 500px){.newsDetails__data{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width: 850px){.newsDetails__data{padding-bottom:45px}}@media only screen and (min-width: 1200px){.newsDetails__data{padding-bottom:50px}}.newsDetails__data__date{font-size:.875rem;font-weight:500}.newsDetails__data__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}@media only screen and (min-width: 400px){.newsDetails__data__social{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.newsDetails__data__social .text{font-weight:500;font-size:.875rem}.newsDetails__data__social__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.newsDetails__data__social__item{width:40px;height:40px;border-radius:50%;background-color:#44af70;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;-webkit-transition:background-color .5s;transition:background-color .5s}@media only screen and (min-width: 1200px){.newsDetails__data__social__item:hover{background-color:#dc8b66}}.newsDetails__data__social__item .icon{width:18px;height:18px;fill:#fff}.newsDetails__highlights{padding-bottom:30px}.newsDetails__highlights__subTitle{text-align:center;color:#405261;font-size:1rem;font-weight:700;line-height:1.6}@media only screen and (min-width: 850px){.newsDetails__highlights__subTitle{font-size:1.0625rem}}@media only screen and (min-width: 1200px){.newsDetails__highlights__subTitle{font-size:1.125rem}}.newsDetails__highlights__title{font-size:1.75rem;padding-bottom:20px;font-weight:700;color:#1c1650}@media only screen and (min-width: 850px){.newsDetails__highlights__title{font-size:2.125rem}}@media only screen and (min-width: 1200px){.newsDetails__highlights__title{font-size:2.5rem}}.newsDetails__highlights__text{color:#405261;line-height:1.6;padding-top:24px}.newsDetails__contentPic{margin-bottom:24px}@media only screen and (min-width: 850px){.newsDetails__contentPic{margin-bottom:28px}}@media only screen and (min-width: 1200px){.newsDetails__contentPic{margin-bottom:32px}}.newsDetails__contentPic__img{max-width:100%}.newsDetails__newsContent{color:#405261}.newsDetails__newsContent img{max-width:100%;margin-bottom:28px}.newsDetails__newsContent p{margin-bottom:28px;line-height:1.6;font-size:.875rem}.newsDetails__newsContent p a{color:#44af70;text-decoration:none;-webkit-transition:color .5s;transition:color .5s}@media only screen and (min-width: 1200px){.newsDetails__newsContent p a:hover{color:#dc8b66}}.newsDetails__newsContent p strong{font-weight:800}.newsDetails__newsContent h2,.newsDetails__newsContent h3,.newsDetails__newsContent h4{color:#1c1650;font-weight:700;padding:10px 0 20px}.newsDetails__newsContent h2{font-size:1.5rem}@media only screen and (min-width: 850px){.newsDetails__newsContent h2{font-size:1.75rem}}@media only screen and (min-width: 1200px){.newsDetails__newsContent h2{font-size:2rem}}.newsDetails__newsContent h3{font-size:1.25rem}@media only screen and (min-width: 850px){.newsDetails__newsContent h3{font-size:1.4375rem}}@media only screen and (min-width: 1200px){.newsDetails__newsContent h3{font-size:1.625rem}}.newsDetails__newsContent h4{font-size:1.125rem}@media only screen and (min-width: 850px){.newsDetails__newsContent h4{font-size:1.25rem}}@media only screen and (min-width: 1200px){.newsDetails__newsContent h4{font-size:1.375rem}}.newsDetails__newsContent ul,.newsDetails__newsContent ol{margin-left:20px;padding-bottom:12px}.newsDetails__newsContent ul li,.newsDetails__newsContent ol li{line-height:1.6;font-size:.875rem;padding-bottom:12px}.newsDetails__newsContent ul li a,.newsDetails__newsContent ol li a{color:#44af70;text-decoration:none;-webkit-transition:color .5s;transition:color .5s}@media only screen and (min-width: 1200px){.newsDetails__newsContent ul li a:hover,.newsDetails__newsContent ol li a:hover{color:#dc8b66}}.newsDetails__newsContent ul li{list-style-type:disc}.newsDetails__newsContent ol li{list-style-type:decimal}.newsDetails__nextPrev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding-top:32px;border-top:1px solid #e4e4e4;margin-top:50px}@media only screen and (min-width: 400px){.newsDetails__nextPrev{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.newsDetails__nextPrev__link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;text-decoration:none}@media only screen and (min-width: 1200px){.newsDetails__nextPrev__link:hover .circle{border-color:#dc8b66}}@media only screen and (min-width: 1200px){.newsDetails__nextPrev__link:hover .circle .icon{fill:#dc8b66}}@media only screen and (min-width: 1200px){.newsDetails__nextPrev__link:hover .text{color:#dc8b66}}.newsDetails__nextPrev__link.disabled{pointer-events:none;opacity:.5}.newsDetails__nextPrev__link .circle{width:40px;height:40px;border-radius:50%;border:1px solid #1c1650;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;-webkit-transition:border-color .5s;transition:border-color .5s}.newsDetails__nextPrev__link .circle .icon{width:16px;height:16px;fill:#1c1650;-webkit-transition:fill .5s;transition:fill .5s}.newsDetails__nextPrev__link .text{text-decoration:none;font-weight:500;font-size:.9375rem;color:#1c1650;-webkit-transition:color .5s;transition:color .5s}