.block-home-intro{display:grid;grid-template-columns:2fr 1fr;gap:var(--space-5);padding:var(--space-7) var(--space-3) var(--space-5);}.block-home-intro .featured-post{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--space-5);min-height:600px;position:relative;}.block-home-intro .featured-post .content{max-width:700px;background-color:var(--color-p);padding:var(--space-5) var(--space-5) 0 var(--space-5);margin:var(--space-7) 0 0 var(--space-5);position:relative;z-index:1;}.block-home-intro .featured-post .content h1{color:var(--color-n-white);margin-bottom:var(--space-5);}.block-home-intro .featured-post .content .excerpt{background-color:var(--color-n-white);padding:var(--space-4) var(--space-4) 0 var(--space-4);}.block-home-intro .featured-post .content .excerpt .button{margin-top:var(--space-4);}.block-home-intro .featured-post .content .date{min-width:fit-content;width:40%;height:var(--space-5);background-color:var(--color-n-white);position:absolute;top:calc(var(--space-5) * -1);right:calc(var(--space-5) * -1);}.block-home-intro .featured-post .content .date span{display:block;text-align:end;margin:12px var(--space-5) 0 var(--space-2);}.block-home-intro .featured-post .content .detail{width:var(--space-5);height:100%;background:var(--color-n-white);position:absolute;top:0;right:calc(var(--space-5) * -1);}.block-home-intro .featured-post .category{text-wrap:nowrap;margin:0 var(--space-3) var(--space-3);position:relative;z-index:1;}.block-home-intro .featured-list{display:flex;flex-direction:column;}.block-home-intro .featured-list h2{margin-bottom:var(--space-5);}.block-home-intro .featured-list .list{display:flex;flex-direction:column;gap:var(--space-3);}.block-home-intro .featured-list .list .item{display:flex;align-items:flex-start;gap:var(--space-2);padding:var(--space-3);box-shadow:-3px -3px 5px rgba(0,0,0,.1);transition:.3s;}.block-home-intro .featured-list .list .item:hover{box-shadow:0 0 5px 3px rgba(0,0,0,.1);}.block-home-intro .featured-list .list .item:hover svg{translate:var(--space-1);}.block-home-intro .featured-list .list .item img{width:48px;height:48px;}.block-home-intro .featured-list .list .item h3{color:var(--color-p);margin-bottom:var(--space-1);}.block-home-intro .featured-list .list .item p{color:var(--color-text-weak);margin-bottom:var(--space-1);}.block-home-intro .featured-list .list .item svg{flex:0 0 14px;transition:.3s;}.block-home-intro .mobile-featured-list,.block-home-intro .mobile-featured-post{display:none;}.block-home-intro .mobile-featured-list .accordion-button{display:flex;justify-content:space-between;align-items:center;color:var(--color-n-white);background:var(--color-p);padding:var(--space-1) var(--space-2);border-bottom:1px solid var(--color-n-white);}.block-home-intro .mobile-featured-list .accordion-button h2{font-weight:700;}.block-home-intro .mobile-featured-list .accordion-button svg path{fill:var(--color-n-white);}.block-home-intro .mobile-featured-list .accordion-collapse{background:var(--color-n-white);padding:var(--space-3);}.block-home-intro .mobile-featured-list .accordion-collapse a{display:flex;justify-content:space-between;gap:var(--space-2);}.block-home-intro .mobile-featured-list .accordion-collapse a:not(:last-of-type){margin-bottom:var(--space-2);}.block-home-intro .mobile-featured-list .accordion-collapse .item-content{display:flex;gap:var(--space-2);}.block-home-intro .mobile-featured-list .accordion-collapse img{max-width:36px;max-height:36px;}.block-home-intro .mobile-featured-list .accordion-collapse h3{color:var(--color-p);margin-bottom:var(--space-1);}.block-home-intro .mobile-featured-list .accordion-collapse p{color:var(--color-text-weak);}.block-home-intro .mobile-featured-list .accordion-collapse svg{flex:0 0 16px;}.block-home-intro .mobile-featured-post .img{position:relative;}.block-home-intro .mobile-featured-post .img img{height:500px;object-fit:cover;}.block-home-intro .mobile-featured-post .img .date{background:var(--color-n-white);padding:var(--space-1) var(--space-3) var(--space-1) var(--space-5);position:absolute;bottom:0;right:0;}.block-home-intro .mobile-featured-post .content{background:var(--color-p);padding:var(--space-3) var(--space-3) 0 var(--space-3);}.block-home-intro .mobile-featured-post .content h1{color:var(--color-n-white);margin-bottom:var(--space-3);}.block-home-intro .mobile-featured-post .content .excerpt{background:var(--color-n-white);padding:var(--space-3) var(--space-3) 0 var(--space-3);}.block-home-intro .mobile-featured-post .content .excerpt .button{margin:var(--space-3) 0;}.block-home-intro .mobile-featured-post .content .category{max-width:fit-content;}@media only screen and (max-width: 1250px){.block-home-intro{grid-template-columns:1fr;gap:0;padding:0 0 var(--space-6) 0;}.block-home-intro .featured-post,.block-home-intro .featured-list{display:none;}.block-home-intro .mobile-featured-post,.block-home-intro .mobile-featured-list{display:block;}}@media only screen and (max-width: 768px){.block-home-intro .mobile-featured-post .img img{height:300px;}}@media only screen and (max-width: 578px){.block-home-intro .mobile-featured-post .img img{height:240px;}}.block-featured-latest-posts{display:grid;grid-template-columns:2fr 1fr;gap:var(--space-5);padding:var(--space-6) var(--space-3);}.block-featured-latest-posts h2{margin-bottom:var(--space-5);}.block-featured-latest-posts .post-container{max-width:960px;}.block-featured-latest-posts .post-container .posts{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);}.block-featured-latest-posts .post-container .post{display:flex;flex-direction:column;justify-content:space-between;box-shadow:-3px -3px 5px rgba(0,0,0,.1);padding:var(--space-4) var(--space-1) var(--space-4) var(--space-4);transition:.3s;}.block-featured-latest-posts .post-container .post:hover{box-shadow:0 0 5px 3px rgba(0,0,0,.1);}.block-featured-latest-posts .post-container .post:first-child{grid-column:span 2;}.block-featured-latest-posts .post-container .post .date{display:block;text-align:right;color:var(--color-text-weak);margin-bottom:var(--space-1);}.block-featured-latest-posts .post-container .post .image{height:180px;margin-bottom:var(--space-3);}.block-featured-latest-posts .post-container .post:first-child .image{height:260px;}.block-featured-latest-posts .post-container .post .category,.block-featured-latest-posts .post-container .post h3{margin-bottom:var(--space-1);transition:.3s;}.block-featured-latest-posts .post-container .post h3:hover{color:var(--color-p);}.block-featured-latest-posts .post-container .post .content{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-2);height:100%;}.block-featured-latest-posts .post-container .post .content p{color:var(--color-text-weak);}.block-featured-latest-posts .post-container .post .link{max-width:fit-content;display:flex;align-items:center;gap:var(--space-1);font-weight:700;color:var(--color-p);transition:.3s;}.block-featured-latest-posts .post-container .post .link svg path{transition:.3s;fill:var(--color-p);}.block-featured-latest-posts .post-container .post .link:hover svg path{fill:var(--color-n-black);}.block-featured-latest-posts .latest-container .posts{display:flex;flex-direction:column;gap:var(--space-4);box-shadow:-3px -3px 5px rgba(0,0,0,.1);padding:var(--space-4) var(--space-2) var(--space-4) var(--space-4);}.block-featured-latest-posts .latest-container .posts .post{display:flex;justify-content:space-between;gap:var(--space-3);}.block-featured-latest-posts .latest-container .posts .post .content h4{transition:.3s;}.block-featured-latest-posts .latest-container .posts .post:hover .content h4{color:var(--color-p);}.block-featured-latest-posts .latest-container .posts .post:hover svg{translate:var(--space-1);}.block-featured-latest-posts .latest-container .posts .post .content{display:flex;gap:var(--space-2);}.block-featured-latest-posts .latest-container .posts .post .image{flex:0 0 104px;width:104px;height:104px;}.block-featured-latest-posts .latest-container .posts .post svg{flex:0 0 16px;transition:.3s;}.block-featured-latest-posts .latest-container .socials{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4);}.block-featured-latest-posts .latest-container .socials a{flex:0 0 18px;transition:.3s;}.block-featured-latest-posts .latest-container .socials a:hover{scale:1.1;}.block-featured-latest-posts .latest-container .socials img{width:18px;height:18px;}@media only screen and (max-width: 992px){.block-featured-latest-posts{grid-template-columns:1fr;}.block-featured-latest-posts .post-container{order:2;}.block-featured-latest-posts .latest-container .posts{box-shadow:none;padding:0;}}@media only screen and (max-width: 768px){.block-featured-latest-posts h2{margin-bottom:var(--space-4);}.block-featured-latest-posts .post-container .post{padding:var(--space-2) var(--space-1) var(--space-2) var(--space-2);}.block-featured-latest-posts .post-container .posts{grid-template-columns:1fr;}.block-featured-latest-posts .post-container .post:first-child{grid-column:span 1;}.block-featured-latest-posts .post-container .post:first-child .image{height:180px;}.block-featured-latest-posts .latest-container .socials{display:none;}.block-featured-latest-posts .post-container .post:nth-child(3),.block-featured-latest-posts .post-container .post:nth-child(4),.block-featured-latest-posts .post-container .post:nth-child(5),.block-featured-latest-posts .latest-container .post:nth-child(7),.block-featured-latest-posts .latest-container .post:nth-child(8),.block-featured-latest-posts .latest-container .post:nth-child(9){display:none;}}.block-external-news{padding:var(--space-6) 0;}.block-external-news .container-right{height:var(--space-4);background:var(--color-n-black);}.block-external-news .container{padding-left:0;}.block-external-news .posts{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;gap:var(--space-3);}.block-external-news .posts h2{background-color:var(--color-n-black);padding:0 var(--space-4);color:var(--color-n-white);}.block-external-news .posts .post{display:flex;justify-content:space-between;gap:var(--space-2);padding:var(--space-3) 0;}.block-external-news .posts .post:hover h3{color:var(--color-p);}.block-external-news .posts .post:hover svg{translate:var(--space-1);}.block-external-news .posts .post h3{margin-bottom:var(--space-2);transition:.3s;}.block-external-news .posts .post svg{flex:0 0 30px;transition:.3s;}@media only screen and (max-width: 768px){.block-external-news .container-right{display:none;}.block-external-news .container{padding-left:var(--space-3);}.block-external-news .container{background:var(--color-n-black);padding-right:0;}.block-external-news .posts{grid-template-columns:1fr;gap:0;}.block-external-news .posts h2{padding:var(--space-3);}.block-external-news .posts .post{background:var(--color-n-white);padding:var(--space-3);}.block-external-news .posts .post h3{margin-bottom:var(--space-1);}}.block-carousel-posts{padding:var(--space-6) 0;}.block-carousel-posts .overlay{width:100px;height:100%;position:absolute;right:0;top:0;background-image:linear-gradient(90deg,transparent,var(--color-p));z-index:2;opacity:.75;}.block-carousel-posts .container-right{background:var(--color-p);padding-top:var(--space-5);padding-bottom:var(--space-5);}.block-carousel-posts h2{color:var(--color-n-white);margin-bottom:var(--space-5);}.block-carousel-posts .swiper-wrapper{min-height:450px;}.block-carousel-posts .swiper-slide{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-1);height:auto;background-color:var(--color-n-white);padding:var(--space-2) var(--space-1) var(--space-2) var(--space-2);}.block-carousel-posts .swiper-slide .date{display:block;text-align:end;color:var(--color-text-weak);margin-bottom:var(--space-1);}.block-carousel-posts .swiper-slide .image{height:180px;margin-bottom:var(--space-3);}.block-carousel-posts .swiper-slide h3{margin-bottom:var(--space-2);transition:.3s;}.block-carousel-posts .swiper-slide h3:hover{color:var(--color-p);}.block-carousel-posts .swiper-slide .link{max-width:fit-content;display:flex;align-items:center;gap:var(--space-1);font-weight:700;color:var(--color-p);transition:.3s;}.block-carousel-posts .swiper-slide .link:hover svg path{fill:var(--color-n-black);}.block-carousel-posts .swiper-slide .link svg path{fill:var(--color-p);transition:.3s;}.block-carousel-posts .series-link{margin-top:var(--space-5);}.block-carousel-posts .series-link svg{transition:.3s;}.block-carousel-posts .series-link:hover svg{translate:var(--space-1);}.block-carousel-posts .series-link svg path{fill:var(--color-n-white);}@media only screen and (max-width: 992px){}@media only screen and (max-width: 578px){.block-carousel-posts .overlay{display:none;}.block-carousel-posts .extra-slide{display:none;}}.block-latest-post-bt-category{padding-top:var(--space-7);padding-bottom:var(--space-7);}.block-latest-post-bt-category h2{margin-bottom:var(--space-5);}.block-latest-post-bt-category #line{height:8px;margin-bottom:var(--space-4);}.block-latest-post-bt-category .container-wrapper{display:grid;grid-template-columns:1fr 2fr;gap:var(--space-5);margin-top:var(--space-4);}.block-latest-post-bt-category .container-wrapper .container-categories{display:flex;flex-direction:column;gap:var(--space-3);box-shadow:-3px -3px 5px rgba(0,0,0,.1);padding:var(--space-3);padding-right:var(--space-1);transition:.3s;}.block-latest-post-bt-category .container-wrapper .container-categories:hover{box-shadow:0 0 5px 3px rgba(0,0,0,.1);}.block-latest-post-bt-category .container-categories .cat{display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:.3s;}.block-latest-post-bt-category .container-categories .cat.inactive .inactive{display:block;}.block-latest-post-bt-category .container-categories .cat.inactive .active,.block-latest-post-bt-category .container-categories .cat .inactive{display:none;}@media only screen and (max-width: 992px){.block-latest-post-bt-category h2{margin-bottom:var(--space-4);}.block-latest-post-bt-category .container-wrapper{grid-template-columns:1fr;}.block-latest-post-bt-category .container-wrapper .container-categories{gap:var(--space-1);}.block-latest-post-bt-category .container{padding:0;}.block-latest-post-bt-category h2,.block-latest-post-bt-category .container-categories,.block-latest-post-bt-category .latest-post{margin-left:var(--space-3);margin-right:var(--space-3);}}.block-latest-post-bt-category .right-col{position:relative;}.block-latest-post-bt-category .right-col .post-main{display:grid;align-items:end;padding:var(--space-6) var(--space-5) 0;min-height:592px;}.block-latest-post-bt-category .right-col .post-main .post-container{max-width:698px;}.block-latest-post-bt-category .right-col .post-main .post-container .content{padding:var(--space-5) var(--space-5) 0;border-right:var(--space-5) solid var(--color-n-white);}.block-latest-post-bt-category .right-col .post-main .post-container .content h2{color:var(--color-n-white);margin-bottom:var(--space-3);}.block-latest-post-bt-category .right-col .post-main .post-container .content .excerpt{background:var(--color-n-white);padding:var(--space-3) var(--space-3) 0;}.block-latest-post-bt-category .right-col .post-main .post-container .content .excerpt p{margin-bottom:var(--space-3);}.block-latest-post-bt-category .right-col .post-main .post-container .date{min-width:240px;width:fit-content;text-align:right;background:#fff;padding:var(--space-2) 0 var(--space-1) var(--space-3);border-right:var(--space-5) solid var(--color-n-white);margin:0 0 0 auto;position:relative;}.block-latest-post-bt-category .right-col .post-main .button.cat-science-technology:hover,.block-latest-post-bt-category #category-link.cat-science-technology:hover{background:var(--color-science-technology-inactive);}.block-latest-post-bt-category .right-col .post-main .button.cat-business-government:hover,.block-latest-post-bt-category #category-link.cat-business-government:hover{background:var(--color-business-government-inactive);}.block-latest-post-bt-category .right-col .post-main .button.cat-health-wellbeing:hover,.block-latest-post-bt-category #category-link.cat-health-wellbeing:hover{background:var(--color-health-wellbeing-inactive);}.block-latest-post-bt-category .right-col .post-main .button.cat-society-culture:hover,.block-latest-post-bt-category #category-link.cat-society-culture:hover{background:var(--color-society-culture-inactive);}.block-latest-post-bt-category .right-col .post-main .button.cat-environment-sustainability:hover,.block-latest-post-bt-category #category-link.cat-environment-sustainability:hover{background:var(--color-environment-sustainability-inactive);}.block-latest-post-bt-category .right-col .post-main .button.cat-media-the-arts:hover,.block-latest-post-bt-category #category-link.cat-media-the-arts:hover{background:var(--color-media-the-arts-inactive);}.block-latest-post-bt-category .right-col .mobile-post-main{display:none;}.block-latest-post-bt-category .mobile-post-main .img{position:relative;}.block-latest-post-bt-category .mobile-post-main .img img{height:260px;object-fit:cover;}.block-latest-post-bt-category .mobile-post-main .img .date{color:var(--color-text-weak);background:var(--color-n-white);padding:var(--space-1) var(--space-3) var(--space-1) var(--space-5);position:absolute;bottom:0;right:0;}.block-latest-post-bt-category .mobile-post-main .content{padding:var(--space-3) var(--space-3) 0 var(--space-3);}.block-latest-post-bt-category .mobile-post-main .content h2{color:var(--color-n-white);margin-bottom:var(--space-3);}.block-latest-post-bt-category .mobile-post-main .content .excerpt{background:var(--color-n-white);padding:var(--space-3) var(--space-3) 0 var(--space-3);}.block-latest-post-bt-category .mobile-post-main .content .excerpt .button{margin:var(--space-3) 0;}.block-latest-post-bt-category .mobile-post-main .content .category{max-width:fit-content;}@media only screen and (max-width: 992px){.block-latest-post-bt-category .right-col .post-main{display:none;}.block-latest-post-bt-category .right-col .mobile-post-main{display:block;}}@media only screen and (max-width: 578px){.block-latest-post-bt-category .mobile-post-main .img img{height:220px;}}.block-latest-post-bt-category .latest-post-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--space-5);margin-bottom:var(--space-5);}.block-latest-post-bt-category .latest-post-grid .post-square{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-2);box-shadow:-3px -3px 5px rgba(0,0,0,.1);padding:var(--space-4);padding-right:var(--space-2);position:relative;transition:.3s;}.block-latest-post-bt-category .latest-post-grid .post-square:hover{box-shadow:0 0 5px 3px rgba(0,0,0,.1);}.block-latest-post-bt-category .latest-post-grid .post-square .date{display:block;text-align:right;margin-bottom:var(--space-1);}.block-latest-post-bt-category .latest-post-grid .post-square .image{min-height:180px;margin-bottom:var(--space-3);}.block-latest-post-bt-category .latest-post-grid .post-square h3{transition:.3s;}.block-latest-post-bt-category .latest-post-grid .post-square h3:hover{color:var(--color-p);}.block-latest-post-bt-category .latest-post-grid .post-square a{display:flex;align-items:center;gap:var(--space-1);font-weight:700;transition:.3s;}.block-latest-post-bt-category .latest-post-grid .post-square a svg path{transition:.3s;}.block-latest-post-bt-category .latest-post-grid .post-square a:hover svg path{fill:var(--color-n-black);}.block-latest-post-bt-category #category-link{margin-bottom:var(--space-5);}.block-latest-post-bt-category #category-link:hover svg{translate:var(--space-1);}.block-latest-post-bt-category #category-link svg{transition:.3s;}.block-latest-post-bt-category #category-link svg path{fill:var(--color-n-white);}@media only screen and (max-width: 1550px){.block-latest-post-bt-category .latest-post-grid{grid-template-columns:repeat(5,1fr);}.block-latest-post-bt-category .latest-post-grid .post-square:nth-child(6){display:none;}}@media only screen and (max-width: 1400px){.block-latest-post-bt-category .latest-post-grid{grid-template-columns:repeat(4,1fr);gap:var(--space-3);}.block-latest-post-bt-category .latest-post-grid .post-square:nth-child(5){display:none;}}@media only screen and (max-width: 992px){.block-latest-post-bt-category .latest-post-grid{grid-template-columns:repeat(3,1fr);}.block-latest-post-bt-category .latest-post-grid .post-square:nth-child(4){display:none;}.block-latest-post-bt-category .latest-post-grid .post-square{padding:var(--space-2);padding-right:var(--space-1);}}@media only screen and (max-width: 768px){.block-latest-post-bt-category{padding-top:var(--space-6);padding-bottom:var(--space-6);}.block-latest-post-bt-category .latest-post-grid{grid-template-columns:repeat(2,1fr);}.block-latest-post-bt-category .latest-post-grid .post-square:nth-child(3){display:none;}}@media only screen and (max-width: 578px){.block-latest-post-bt-category .latest-post-grid{grid-template-columns:repeat(1,1fr);}}@media only screen and (max-width: 992px){.block-latest-post-bt-category .container .post{grid-template-columns:1fr;gap:var(--space-4);}.block-latest-post-bt-category .container .post .content{}.block-latest-post-bt-category .container .post .image{min-height:350px;}}@media only screen and (max-width: 578px){.block-latest-post-bt-category .container .post .content{display:flex;flex-direction:column;justify-content:center;padding:0;}}