.article-categories-section{width:96%;grid-column:1/2}.article-categories-section .article-categories-section-header{width:100%;height:50px;display:flex;justify-content:space-between;align-items:center;position:relative}.article-categories-section .article-categories-section-header:after{width:100%;height:3px;content:"";position:absolute;bottom:0;background-color:#ff541f}.article-categories-section .article-categories-section-header .article-categories-heading-wrapper{height:100%;width:auto;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px}.article-categories-section .article-categories-section-header .article-categories-heading-wrapper h3{white-space:nowrap;text-overflow:ellipsis}.article-categories-section .article-categories-section-header .lift-of-topics-wrapper{width:90%;height:50px;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:10px;position:relative}.article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-left-arrow-mark{position:relative;background-color:rgba(0,0,0,0);border:none;display:flex;justify-content:center;align-items:center}.article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-left-arrow-mark:before{content:"";position:absolute;top:0;left:19px;width:15px;height:100%;background:linear-gradient(90deg,rgb(255,255,255) 0,rgb(255,255,255) 80%,rgba(255,255,255,0));z-index:1;pointer-events:none}.article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-right-arrow-mark{position:relative;background-color:rgba(0,0,0,0);border:none;display:flex;justify-content:center;align-items:center}.article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-right-arrow-mark:after{content:"";position:absolute;top:0;right:19px;width:15px;height:100%;background:linear-gradient(270deg,rgb(255,255,255) 0,rgb(255,255,255) 80%,rgba(255,255,255,0));z-index:1;pointer-events:none}.article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics{height:85%;width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:30px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics::-webkit-scrollbar{display:none}.article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics .topic{width:-moz-fit-content;width:fit-content;cursor:pointer;padding:7px 0;border-radius:5px;transition:background-color .3s ease;border:none;font-size:16px;font-weight:600;background-color:#fff;white-space:nowrap;text-overflow:ellipsis;color:#959595}.article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics .topic:hover{color:#333f4c}.article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics .topic.highlighted-topic{color:#ff541f;font-weight:700}.article-categories-section .article-categories-list-of-articles-wrapper{width:100%}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper{width:100%;height:auto;border-bottom:2px solid #eee;display:grid;grid-template-columns:.35fr .65fr;grid-gap:25px;gap:25px;padding-bottom:30px;padding-top:30px}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-image{grid-column:1/2;grid-row:1/2;height:200px;width:100%;background-color:#d9d9d9;border-radius:20px;object-fit:cover}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content{grid-column:2/3;grid-row:1/2;display:flex;flex-direction:column;gap:15px}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading{font-size:20px;font-weight:600;cursor:pointer;text-decoration:none}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading a{text-decoration:none;color:#333f4c}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading:hover{opacity:.7}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-meta-utils-wrapper{width:100%;display:flex;flex-direction:row;justify-content:end;gap:10px}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-author{grid-column:1/2;grid-row:2/3}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row;justify-content:space-between}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper{width:50%;height:auto;display:flex;flex-direction:row;justify-content:start;gap:30px}.article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-utils-wrapper{width:50%;height:auto;display:flex;flex-direction:row;justify-content:end;gap:30px}.article-categories-section .article-categories-list-of-articles-wrapper.gridLayout{width:100%;display:flex;flex-wrap:wrap;justify-content:start;gap:25px}.article-categories-section .article-categories-list-of-articles-wrapper.gridLayout>*{flex-basis:calc(33.33% - 20px)}.article-categories-section.gridLayout{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:25px}.categorized-article-wrapper{background-color:rgba(0,0,0,0)!important}.topic-wrapper-unique{display:flex;flex-direction:row;align-items:center;gap:10px}.topic-wrapper-unique .topic-accent-color{background-color:red;height:5px;width:8px;border-radius:100px}.topic-wrapper-unique .topic-unique{font-weight:600;color:#731c30;cursor:pointer;text-decoration:none}.topic-wrapper-unique .topic-unique:hover{opacity:.7}.topic-wrapper-unique .topic-unique.addBackground-unique{color:#fff}.article-category-hero-section{width:100%;height:60vh;display:flex;flex-direction:column;align-items:center;position:relative}.article-category-hero-section .article-category-banner-image-wrapper{width:100%;height:85%;background-color:#ff541f;z-index:1;border-radius:20px;object-fit:cover}.article-category-hero-section .article-category-banner-image-wrapper .article-category-banner-image{width:100%;height:100%;background-color:#ff541f;z-index:1;border-radius:20px;object-fit:cover}.article-category-hero-section .article-carousal-container{height:35%;width:93%;z-index:1;position:absolute;bottom:0}.article-category-hero-section .article-carousal-container .article-carousal-wrapper{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:end}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container{height:350px;width:100%;display:flex;flex-direction:row;gap:10px;align-items:end;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container::-webkit-scrollbar{display:none}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container{height:250px;min-width:350px;background-color:rgba(252,252,255,.862745098);border:.5px solid #e4e7ea;border-radius:10px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:height .3s ease,background-color .3s ease,transform .3s ease;margin-right:10px;display:flex;justify-content:center;align-items:center}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container:last-child{margin-right:0}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container.addBackground{height:300px!important;background-color:#363636!important;z-index:3;color:#fff;transform:scale(1)}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper{height:90%;width:90%;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:20px}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-header-section{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:16px}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-header-section .hero-section-article-arrow-mark{margin-right:-12px;margin-top:-15px}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-heading{text-align:left;font-size:20px;font-weight:700;cursor:pointer}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-heading:hover{opacity:.7}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-heading .link{text-decoration:none;color:#363636}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-heading .link.addBackground{color:#fff}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-description{text-align:left;font-size:14px;font-weight:400}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-meta-wrapper{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container{height:80px;margin-right:-10px;margin-left:10px}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container .hero-section-arrow-wrapper{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:10px}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container .hero-section-arrow-wrapper .hero-section-arrow-mark{height:50px;width:50px;background-color:rgba(252,252,255,.862745098);border:.5px solid #e4e7ea;border-radius:1000px;display:flex;justify-content:center;align-items:center}.article-category-hero-section .carousel-dots{display:flex;justify-content:center;position:absolute;bottom:-30px}.article-category-hero-section .carousel-dots .dot{width:8px;height:8px;border:none;border-radius:100px;background-color:#b2b2b2;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.article-category-hero-section .carousel-dots .dot.active{background-color:#363636}@media(max-width:800px){.article-category-hero-section{width:100%;height:55vh;display:flex;flex-direction:column;align-items:center;position:relative}.article-category-hero-section .article-category-banner-image-wrapper{width:98%;height:80%;background-color:#ff541f;z-index:1;border-radius:20px}.article-category-hero-section .article-category-banner-image-wrapper .article-category-banner-image{width:100%;height:100%;background-color:#ff541f;z-index:1;border-radius:20px}.article-category-hero-section .article-carousal-container{height:35%;width:100%!important;z-index:1;position:absolute;bottom:0}.article-category-hero-section .article-carousal-container .article-carousal-wrapper{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:end}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container{height:210px;width:100%;display:flex;flex-direction:row;gap:10px;align-items:end;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container::-webkit-scrollbar{display:none}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container{height:175px;min-width:270px;width:80%;max-width:300px!important;background-color:rgba(252,252,255,.862745098);border:.5px solid #e4e7ea;border-radius:10px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:height .3s ease,background-color .3s ease;margin-right:10px;display:flex;justify-content:center;align-items:center;scroll-snap-align:center}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container:last-child{margin-right:0}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container.addBackground{height:200px!important;background-color:#363636!important;z-index:3;color:#fff;transform:scale(1)}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper{height:90%;width:90%;display:flex;flex-direction:column;justify-content:start;align-items:start}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-header-section{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-heading{text-align:left;font-size:18px;font-weight:700}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-description{text-align:left;font-size:12px;font-weight:400}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-meta-wrapper{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;font-size:12px}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container{display:none;width:15%;height:80px;margin-left:10px}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container .hero-section-arrow-wrapper{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container .hero-section-arrow-wrapper .hero-section-arrow-mark{height:70px;width:70px;border:2px solid #767676;border-radius:1000px}.article-category-hero-section .carousel-dots{display:flex;justify-content:center;position:absolute;bottom:-30px}.article-category-hero-section .carousel-dots .dot{width:7px;height:7px;border:none;border-radius:100px;background-color:#b2b2b2;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.article-category-hero-section .carousel-dots .dot.active{background-color:#363636}.article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-header-section .hero-section-article-arrow-mark{margin-right:-12px;margin-top:-9px}}.skeleton{background-size:1000px 100%;animation:shimmer 2s linear infinite}.article-category-hero-section.skeleton{background-color:#fff}.article-category-hero-section.skeleton .skeleton-image{width:100%;height:85%;border-radius:20px;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%);animation:shimmer 2s linear infinite}.article-category-hero-section.skeleton .skeleton-article{height:250px;min-width:350px;border-radius:10px;margin-right:10px}.article-category-hero-section.skeleton .skeleton-text{height:20px;margin-bottom:10px;border-radius:4px}.article-category-hero-section.skeleton .skeleton-dot{width:8px;height:8px;border-radius:100px;margin:0 5px}.popular-articles-section{width:auto;height:auto;grid-column:2/3}.popular-articles-section .popular-articles-section-header{height:50px;width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;margin-bottom:30px;position:relative}.popular-articles-section .popular-articles-section-header:after{width:100%;height:3px;content:"";position:absolute;bottom:0;background-color:#ff541f}.popular-articles-section .popular-articles-section-header .popular-articles-heading-wrapper{height:100%;width:-moz-fit-content;width:fit-content;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px}.popular-articles-section .list-of-popular-articles-wrapper{display:flex;flex-direction:column;gap:25px}.popular-articles-section .list-of-popular-articles-wrapper.gridLayout{display:grid!important;grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px}.popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper{display:flex;flex-direction:column;gap:10px}.popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-index{font-size:24px;font-weight:700;color:#9d9d9d}.popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-heading{font-size:20px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-heading a{text-decoration:none;color:#333f4c}.popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-heading:hover{opacity:.7}.popular-articles-section .list-of-popular-articles-wrapper .popular-article-wrapper .popular-article-meta-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media(max-width:800px){.popular-articles-section .list-of-popular-articles-wrapper{grid-template-columns:1fr;gap:10px}.popular-articles-section .list-of-popular-articles-wrapper a{font-size:16px}.popular-articles-section .popular-article-index{font-size:18px!important}}.article-category-featured-section{margin-top:80px;width:93%;height:auto;display:flex;flex-direction:column;justify-content:space-between}.article-category-featured-section .article-category-featured-section-header{width:100%;height:50px;display:flex;justify-content:start;align-items:center;position:relative}.article-category-featured-section .article-category-featured-section-header p{margin-left:20px}.article-category-featured-section .article-category-featured-section-header:after{width:100%;height:3px;content:"";position:absolute;bottom:0;background-color:#ff541f}.article-category-featured-section .article-category-featured-section-header .article-category-featured-heading-wrapper{height:100%;width:-moz-fit-content;width:fit-content;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px;font-size:14px}.article-category-featured-section .featured-articles-container{width:100%;height:90%}.article-category-featured-section .featured-articles-container .featured-articles-wrapper{height:100%;width:100%;display:grid;grid-template-columns:1fr .7fr .7fr;grid-gap:30px;gap:30px;margin-bottom:30px;margin-top:10px}.article-category-featured-section .featured-articles-container .featured-articles-wrapper.addMarginTop{margin-top:10px!important}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large{grid-column:1/2;grid-row:1/3}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-image{height:300px;width:100%;border-radius:20px;background-color:#d9d9d9;object-fit:cover}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content{width:100%;height:50%;display:flex;flex-direction:column;gap:15px}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-header .featured-article-large-content-utils{display:flex;gap:20px}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-heading{font-size:20px;font-weight:600;cursor:pointer;text-decoration:none}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-heading a{text-decoration:none;color:#333f4c}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-heading:hover{opacity:.7}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-description{width:100%;font-size:16px}.article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-meta-wrapper{width:100%;height:auto;display:flex;justify-content:space-between;margin-top:20px}.more-articles-wrapper{width:93%;height:auto;margin-top:30px}.more-articles-wrapper .more-articles-header-wrapper{height:50px;width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;position:relative}.more-articles-wrapper .more-articles-header-wrapper:after{width:100%;height:3px;content:"";position:absolute;bottom:0;background-color:#ff541f}.more-articles-wrapper .more-articles-header-wrapper .more-articles-header{height:100%;width:-moz-fit-content;width:fit-content;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px}.more-articles-wrapper .more-article-wrapper{width:100%;height:auto;margin-top:30px}.more-articles-wrapper .more-article-wrapper.gridLayout{display:flex;flex-wrap:wrap;justify-content:start;gap:25px}.more-articles-wrapper .more-article-wrapper.gridLayout>*{flex-basis:calc(33.33% - 20px)}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper{display:flex;flex-direction:column;gap:10px}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-index{font-size:24px;font-weight:700;color:#9d9d9d}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-heading{font-size:20px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-heading a{text-decoration:none;color:#333f4c}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-heading:hover{opacity:.7}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-meta-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media(max-width:900px){.more-articles-wrapper{width:93%;height:auto;margin-top:20px}.more-articles-wrapper .more-articles-header-wrapper{height:30px;width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;position:relative}.more-articles-wrapper .more-articles-header-wrapper:after{width:100%;height:2px;content:"";position:absolute;bottom:0;background-color:#ff541f}.more-articles-wrapper .more-articles-header-wrapper .more-articles-header{height:100%;width:-moz-fit-content;width:fit-content;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px}.more-articles-wrapper .more-articles-header-wrapper .more-articles-header h3{font-size:16px}.more-articles-wrapper .more-article-wrapper{width:100%;height:auto;margin-top:0}.more-articles-wrapper .more-article-wrapper.gridLayout{display:flex;flex-wrap:wrap;justify-content:start;gap:25px}.more-articles-wrapper .more-article-wrapper.gridLayout>*{flex-basis:calc(33.33% - 20px)}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper{display:flex;flex-direction:column;gap:10px;margin-top:20px}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-index{font-size:20px;font-weight:700;color:#9d9d9d}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-heading{font-size:16px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-heading a{text-decoration:none;color:#333f4c;font-size:16px}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-heading:hover{opacity:.7}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-description{font-size:14px}.more-articles-wrapper .more-article-wrapper .popular-article-wrapper .popular-article-meta-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}@keyframes shimmer-more-articles{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-more-articles .skeleton-description-more-articles,.skeleton-more-articles .skeleton-image-more-articles,.skeleton-more-articles .skeleton-index-more-articles,.skeleton-more-articles .skeleton-meta-more-articles,.skeleton-more-articles .skeleton-text-more-articles,.skeleton-more-articles .skeleton-title-more-articles{background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%);background-size:1000px 100%;animation:shimmer-more-articles 2s linear infinite}.more-articles-wrapper.skeleton-more-articles{width:93%;margin-top:30px;background:rgba(0,0,0,0);border-radius:10px}.more-articles-wrapper.skeleton-more-articles .more-articles-header-wrapper{height:50px;width:100%;position:relative;border-radius:10px}.more-articles-wrapper.skeleton-more-articles .more-articles-header-wrapper:after{width:100%;height:3px;content:"";position:absolute;bottom:0}.more-articles-wrapper.skeleton-more-articles .more-articles-header-wrapper .more-articles-header{height:100%;width:200px;border-top-left-radius:5px;border-top-right-radius:5px}.more-articles-wrapper.skeleton-more-articles .more-articles-header-wrapper .more-articles-header .skeleton-text-more-articles{height:24px;width:150px;border-radius:10px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper{margin-top:30px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper.gridLayout{display:flex;flex-wrap:wrap;justify-content:start;gap:25px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper.gridLayout>*{flex-basis:calc(33.33% - 20px)}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .article-skeleton-more-articles{margin-bottom:25px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .featured-article-small-skeleton .skeleton-image-more-articles{height:200px;margin-bottom:10px;border-radius:10px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .featured-article-small-skeleton .skeleton-title-more-articles{height:24px;margin-bottom:10px;border-radius:10px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .featured-article-small-skeleton .skeleton-meta-more-articles{height:16px;width:70%;border-radius:10px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .article-preview-skeleton{display:flex;gap:10px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .article-preview-skeleton .skeleton-index-more-articles{width:24px;height:24px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .article-preview-skeleton .skeleton-content{flex:1 1}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .article-preview-skeleton .skeleton-content .skeleton-title-more-articles{height:20px;margin-bottom:10px;border-radius:10px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .article-preview-skeleton .skeleton-content .skeleton-description-more-articles{height:16px;margin-bottom:10px;border-radius:10px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .article-preview-skeleton .skeleton-content .skeleton-meta-more-articles{height:14px;width:50%;border-radius:10px}@media(max-width:900px){.more-articles-wrapper.skeleton-more-articles .more-articles-header-wrapper{height:30px}.more-articles-wrapper.skeleton-more-articles .more-articles-header-wrapper .more-articles-header .skeleton-text-more-articles{height:16px;width:120px}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper{margin-top:0}.more-articles-wrapper.skeleton-more-articles .more-article-wrapper .article-skeleton-more-articles{margin-top:20px}}.skeleton-text{height:20px;background-color:#f0f0f0;border-radius:4px}.skeleton-image,.skeleton-text{animation:skeleton-loading 4s linear infinite;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%)}.skeleton{background-color:#e0e0e0;border-radius:4px;animation:shimmer 1.5s linear infinite}.skeleton.skeleton-section{width:96%}.skeleton.skeleton-heading,.skeleton.skeleton-section{animation:skeleton-loading 4s linear infinite;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%)}.skeleton.skeleton-heading{width:100px;height:30px;margin-left:0}.skeleton.skeleton-topic{width:80px;height:25px;margin:0 10px}.skeleton.skeleton-button,.skeleton.skeleton-topic{animation:skeleton-loading 6s linear infinite;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%)}.skeleton.skeleton-button{width:150px;height:40px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes skeleton-loading{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton .skeleton-box{background-color:#e0e0e0;border-radius:4px}.skeleton .categorized-article-image{height:200px;width:100%;animation:skeleton-loading 4s linear infinite;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%)}.skeleton .categorized-article-content-header .categorized-article-content-arrow,.skeleton .categorized-article-content-header .categorized-article-content-category-label{height:20px;width:60px;background-color:#f6f7f8}.skeleton .categorized-article-content-heading{height:20px;width:80%}.skeleton .categorized-article-content-description,.skeleton .categorized-article-content-heading{animation:skeleton-loading 4s linear infinite;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%)}.skeleton .categorized-article-content-description{height:60px;width:100%}.featured-article-small .featured-article-small-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px}.featured-article-small .featured-article-small-wrapper .featured-article-small-image{height:200px;width:100%;border-radius:20px;background-color:#d9d9d9}.featured-article-small .featured-article-small-wrapper .featured-article-small-content{width:100%;height:50%;display:flex;flex-direction:column;gap:15px}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-header .featured-article-small-content-utils{display:flex;gap:20px}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-heading{font-size:20px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-heading a{text-decoration:none;color:#333f4c}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-heading:hover{opacity:.7}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-description{font-size:14px;width:100%}.featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-meta-wrapper{width:100%;height:auto;display:flex;justify-content:space-between;margin-top:10px}.read-more-button-wrapper{width:100%;height:auto;display:flex;justify-content:center;align-items:center;margin-top:20px;margin-bottom:20px}.read-more-button-wrapper .read-more-button{height:auto;background-color:#28374c;border:none;border-radius:100px;color:#fff;font-weight:600;font-size:16px;white-space:nowrap;text-overflow:ellipsis;padding:10px 20px;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;text-decoration:none}.read-more-button-wrapper a{text-decoration:none}.topic-wrapper{display:flex;flex-direction:row;align-items:center;gap:10px}.topic-wrapper .topic-accent-color{background-color:red;height:5px;width:8px;border-radius:100px}.topic-wrapper .topic{font-weight:600;color:#731c30;cursor:pointer}.topic-wrapper .topic:hover{opacity:.7}.topic-wrapper .topic.addBackground{color:#fff}.categorized-article-wrapper{width:100%;height:auto;border-bottom:2px solid #eee;display:grid;grid-template-columns:.35fr .65fr;grid-gap:25px;gap:25px;padding-bottom:30px;padding-top:30px}.categorized-article-wrapper .categorized-article-image{grid-column:1/2;grid-row:1/2;height:200px;width:100%;background-color:#d9d9d9;border-radius:20px;object-fit:cover}.categorized-article-wrapper .categorized-article-content{grid-column:2/3;grid-row:1/2;display:flex;flex-direction:column;gap:15px}.categorized-article-wrapper .categorized-article-content .categorized-article-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading{font-size:20px;font-weight:600;cursor:pointer;text-decoration:none}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading a{text-decoration:none;color:#333f4c}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading:hover{opacity:.7}.categorized-article-wrapper .categorized-article-content .categorized-article-content-meta-utils-wrapper{width:100%;display:flex;flex-direction:row;justify-content:end;gap:10px}.categorized-article-wrapper .categorized-article-content-author{grid-column:1/2;grid-row:2/3}.categorized-article-wrapper .categorized-article-content-meta{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row;justify-content:space-between}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper{width:50%;height:auto;display:flex;flex-direction:row;justify-content:start;gap:30px}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-utils-wrapper{width:50%;height:auto;display:flex;flex-direction:row;justify-content:end;gap:30px}@media(max-width:1170px){.article-categories-and-popular-article{display:flex!important;flex-direction:column}.article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .topic{font-size:16px!important}}@media(max-width:800px){.article-category-container{height:auto;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.article-category-container .article-category-wrapper{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;margin-top:20px}.article-category-container .article-category-wrapper .article-category-hero-section{width:100%;height:55vh;display:flex;flex-direction:column;align-items:center;position:relative}.article-category-container .article-category-wrapper .article-category-hero-section .article-category-banner-image-wrapper{width:98%;height:80%;background-color:#ff541f;z-index:1;border-radius:20px}.article-category-container .article-category-wrapper .article-category-hero-section .article-category-banner-image-wrapper .article-category-banner-image{width:100%;height:100%;background-color:#ff541f;z-index:1;border-radius:20px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container{height:35%;width:93%;z-index:1;position:absolute;bottom:0}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:end}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container{height:200px;width:100%;display:flex;flex-direction:row;gap:10px;align-items:end;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container::-webkit-scrollbar{display:none}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container{height:175px;min-width:270px;background-color:rgba(252,252,255,.862745098);border:.5px solid #e4e7ea;border-radius:10px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:height .3s ease,background-color .3s ease;margin-right:10px;display:flex;justify-content:center;align-items:center}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container:last-child{margin-right:0}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container.addBackground{height:200px!important;background-color:#363636!important;z-index:3;color:#fff}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper{height:90%;width:90%;display:flex;flex-direction:column;justify-content:start;align-items:start}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-header-section{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-heading{text-align:left;font-size:18px;font-weight:700}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-description{text-align:left;font-size:12px;font-weight:400}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-list-of-articles-container .hero-section-article-container .hero-section-article-wrapper .hero-section-article-meta-wrapper{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;font-size:12px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container{display:none;width:15%;height:80px;margin-left:10px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container .hero-section-arrow-wrapper{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.article-category-container .article-category-wrapper .article-category-hero-section .article-carousal-container .article-carousal-wrapper .hero-section-arrow-container .hero-section-arrow-wrapper .hero-section-arrow-mark{height:70px;width:70px;border:2px solid #767676;border-radius:1000px}.article-category-container .article-category-wrapper .article-category-hero-section .carousel-dots{display:flex;justify-content:center;position:absolute;bottom:-30px}.article-category-container .article-category-wrapper .article-category-hero-section .carousel-dots .dot{width:7px;height:7px;border:none;border-radius:100px;background-color:#b2b2b2;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.article-category-container .article-category-wrapper .article-category-hero-section .carousel-dots .dot.active{background-color:#363636}.article-category-container .article-category-wrapper .article-category-featured-section{margin-top:80px;width:93%;height:auto;display:flex;flex-direction:column;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-featured-section .article-category-featured-section-header{width:100%;height:30px;display:flex;justify-content:start;align-items:center;position:relative}.article-category-container .article-category-wrapper .article-category-featured-section .article-category-featured-section-header:after{width:100%;height:2px;content:"";position:absolute;bottom:0;background-color:#ff541f}.article-category-container .article-category-wrapper .article-category-featured-section .article-category-featured-section-header .article-category-featured-heading-wrapper{height:100%;width:-moz-fit-content;width:fit-content;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;font-size:14px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container{width:100%;height:auto;display:block}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper{height:100%;width:100%;display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large{grid-column:1/2;grid-row:1/3}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-image{height:300px;width:100%;border-radius:20px;background-color:#d9d9d9}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content{width:100%;height:50%;display:flex;flex-direction:column;gap:20px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-heading{font-size:24px;font-weight:600}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-description{width:100%}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-large .featured-article-large-wrapper .featured-article-large-content .featured-article-large-content-meta-wrapper{width:100%;height:auto;display:flex;justify-content:space-between;margin-top:20px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-image{height:200px;width:100%;border-radius:20px;background-color:#d9d9d9}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-content{width:100%;height:50%;display:flex;flex-direction:column;gap:15px}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-heading{font-size:20px;font-weight:600}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-description{font-size:14px;width:100%}.article-category-container .article-category-wrapper .article-category-featured-section .featured-articles-container .featured-articles-wrapper .featured-article-small .featured-article-small-wrapper .featured-article-small-content .featured-article-small-content-meta-wrapper{width:100%;height:auto;display:flex;justify-content:space-between;margin-top:10px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper{width:100%;height:auto;border-bottom:1.5px solid #eee;display:grid;grid-template-columns:.35fr 1fr;grid-gap:10px;gap:10px;margin-bottom:5px;padding-bottom:10px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-image{grid-column:1/2;grid-row:1/2;height:105px;width:100%;min-width:120px;background-color:#d9d9d9;border-radius:10px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content{grid-column:2/3;grid-row:1/2;display:flex;flex-direction:column;gap:7px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading{font-size:16px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading a{text-decoration:none;color:#333f4c}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading:hover{opacity:.7}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-description{font-size:14px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content .categorized-article-content-meta-utils-wrapper{width:100%;display:flex;flex-direction:row;justify-content:end;gap:10px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-author{grid-column:1/2;grid-row:2/3;font-size:12px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-meta{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper{width:auto;height:auto;display:flex;flex-direction:row;justify-content:start;gap:15px;font-size:12px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-reading-time{width:55px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-publish-date{width:100px}.article-category-container .article-category-wrapper .article-category-featured-section .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-utils-wrapper{display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article{width:93%;height:auto;display:flex;flex-direction:column;gap:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section{width:100%}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header{width:100%;height:30px;display:flex;justify-content:space-between;align-items:center;position:relative}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header.accent:after{width:100%;height:2px;content:"";position:absolute;bottom:0;background-color:red}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header:after{width:100%;height:2px;content:"";position:absolute;bottom:0;background-color:#c5c5c5}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .article-categories-heading-wrapper.hide{display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .article-categories-heading-wrapper.accent{height:100%;width:auto;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .article-categories-heading-wrapper.accent h3{white-space:nowrap;text-overflow:ellipsis}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper{width:100%;height:50px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper::-webkit-scrollbar{display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics{width:100%;gap:20px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-left-arrow-mark{width:10px;display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-left-arrow-mark:before{content:"";position:absolute;top:0;left:10px;width:15px;height:100%;background:linear-gradient(90deg,rgb(255,255,255) 0,rgb(255,255,255) 80%,rgba(255,255,255,0));z-index:1;pointer-events:none;display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-right-arrow-mark{width:10px;display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .lift-of-topics-right-arrow-mark:after{content:"";position:absolute;top:0;right:10px;width:15px;height:100%;background:linear-gradient(270deg,rgb(255,255,255) 0,rgb(255,255,255) 80%,rgba(255,255,255,0));z-index:1;pointer-events:none;display:none}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .topic{width:-moz-fit-content;width:fit-content;cursor:pointer;padding:5.5px 0;border-radius:5px;transition:background-color .3s ease;border:none;font-size:16px;font-weight:500;background-color:#fff}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .topic.highlighted-topic{color:#ff541f;position:relative;padding:5.5px 0}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-section-header .lift-of-topics-wrapper .topic.highlighted-topic:after{content:"";width:100%;height:2px;position:absolute;bottom:.5px;left:0;background-color:#ff541f;z-index:2}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper{width:100%;margin-top:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper{width:100%;height:auto;border-bottom:1.5px solid #eee;display:grid;grid-template-columns:.35fr 1fr;grid-gap:10px;gap:10px;padding-bottom:10px;padding-top:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-image{grid-column:1/2;grid-row:1/2;height:105px;width:100%;min-width:120px;background-color:#d9d9d9;border-radius:10px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content{grid-column:2/3;grid-row:1/2;display:flex;flex-direction:column;gap:7px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-heading{font-size:16px;font-weight:600}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content .categorized-article-content-description{font-size:14px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-author{grid-column:1/2;grid-row:2/3;font-size:12px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row;justify-content:space-between}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper{width:auto;height:auto;display:flex;flex-direction:row;justify-content:start;gap:15px;font-size:12px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-reading-time{width:55px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-publish-date{width:100px}.article-category-container .article-category-wrapper .article-categories-and-popular-article .article-categories-section .article-categories-list-of-articles-wrapper .categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-utils-wrapper{display:none}.categorized-article-wrapper{padding-top:10px;width:100%;height:auto;border-bottom:1.5px solid #eee;display:grid;grid-template-columns:.35fr 1fr;grid-gap:10px;gap:10px;margin-bottom:5px;padding-bottom:10px}.categorized-article-wrapper .categorized-article-image{grid-column:1/2;grid-row:1/2;height:105px;width:100%;min-width:120px;background-color:#d9d9d9;border-radius:10px}.categorized-article-wrapper .categorized-article-content{grid-column:2/3;grid-row:1/2;display:flex;flex-direction:column;gap:7px}.categorized-article-wrapper .categorized-article-content .categorized-article-content-header{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading{font-size:16px;font-weight:600;color:#333f4c;cursor:pointer;text-decoration:none}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading a{text-decoration:none;color:#333f4c}.categorized-article-wrapper .categorized-article-content .categorized-article-content-heading:hover{opacity:.7}.categorized-article-wrapper .categorized-article-content .categorized-article-content-description{font-size:14px}.categorized-article-wrapper .categorized-article-content .categorized-article-content-meta-utils-wrapper{width:100%;display:flex;flex-direction:row;justify-content:end;gap:10px}.categorized-article-wrapper .categorized-article-content-author{grid-column:1/2;grid-row:2/3;font-size:12px}.categorized-article-wrapper .categorized-article-content-meta{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row;justify-content:space-between}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper{width:auto;height:auto;display:flex;flex-direction:row;justify-content:start;gap:15px;font-size:12px}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-reading-time{width:55px}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-time-data-wrapper .categorized-article-content-meta-publish-date{width:100px}.categorized-article-wrapper .categorized-article-content-meta .categorized-article-content-meta-utils-wrapper{display:none}.read-more-button-wrapper{display:flex;justify-content:start;align-items:center;font-size:14px}.read-more-button-wrapper .read-more-button{padding:7px 10px;font-size:14px}.read-more-button-wrapper .read-more-button img{width:16px;height:16px}}.popular-articles-section-skeleton{width:100%;height:auto;grid-column:2/3;background-color:#fff;border-radius:8px;padding:0;max-width:800px;margin:0 auto}.popular-articles-section-skeleton .popular-articles-section-header-skeleton{height:50px;width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;margin-bottom:30px;position:relative}.popular-articles-section-skeleton .popular-articles-section-header-skeleton:after{width:100%;height:3px;content:"";position:absolute;bottom:0;background-color:#ff541f}.popular-articles-section-skeleton .popular-articles-section-header-skeleton .popular-articles-heading-wrapper-skeleton{height:100%;width:-moz-fit-content;width:fit-content;background-color:#ff541f;color:#fff;display:flex;align-items:center;justify-content:center;padding-left:10px;padding-right:10px;border-top-left-radius:5px;border-top-right-radius:5px}.popular-articles-section-skeleton .list-of-popular-articles-wrapper-skeleton{display:flex;flex-direction:column;gap:25px}.popular-articles-section-skeleton .list-of-popular-articles-wrapper-skeleton.gridLayout{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px}.popular-articles-section-skeleton .list-of-popular-articles-wrapper-skeleton .popular-article-wrapper-skeleton{display:flex;flex-direction:column;gap:10px}.popular-articles-section-skeleton .list-of-popular-articles-wrapper-skeleton .popular-article-wrapper-skeleton .popular-article-index-skeleton{width:30px;height:30px;background-color:#f6f7f8;border-radius:50%}.popular-articles-section-skeleton .list-of-popular-articles-wrapper-skeleton .popular-article-wrapper-skeleton .popular-article-heading-skeleton{height:24px;background-color:#e0e0e0;width:80%;border-radius:4px;animation:skeleton-loading 6s linear infinite;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%)}.popular-articles-section-skeleton .list-of-popular-articles-wrapper-skeleton .popular-article-wrapper-skeleton .popular-article-description-skeleton{height:16px;background-color:#e0e0e0;width:100%;border-radius:4px;animation:skeleton-loading 6s linear infinite;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%)}.popular-articles-section-skeleton .skeleton{animation:skeleton-loading 1s linear infinite alternate}@media(max-width:800px){.popular-articles-section-skeleton{padding:10px}.popular-articles-section-skeleton .list-of-popular-articles-wrapper-skeleton{gap:15px;grid-template-columns:1fr}.popular-articles-section-skeleton .list-of-popular-articles-wrapper-skeleton .popular-article-wrapper-skeleton .popular-article-index-skeleton{font-size:18px}}