.post-card{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between}.post-card .image{overflow:hidden;border-radius:8px;width:100%;height:180px;background-image:var(--background-image);background-color:var(--background-secondary);background-size:cover;background-repeat:no-repeat;margin:0 0 10px}@media only screen and (min-width: 767px){.post-card.large{max-width:unset}.post-card.large .image{width:415px;height:240px}}.post-card h3{font-family:"Merriweather Sans";font-size:20px;font-weight:500;margin:0;flex:1}.post-card a{display:block;text-decoration:none;margin:0 0 10px}.post-card a.category{font-size:15px;color:#ffc50e;margin:0 0 4px}.post-card a.author{color:var(--text-secondary);margin:0 5px 0 0}.post-card .details{font-size:14px;color:var(--text-muted);align-items:center;justify-content:flex-start;white-space:nowrap}.post-card .stats{font-size:13px;color:var(--disabled-text)}.post-card .stats span{display:inline-flex;align-items:center;font-size:14px}.post-card .stats span:before{display:block;background-repeat:no-repeat;content:"";margin-right:10px}.post-card .stats span.views{margin:0 10px 0 0}.post-card .stats span.views:before{width:17.5px;height:13px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.5' height='13' viewBox='0 0 17.5 13'%3E%3Cg transform='translate(-1 -5.5)' fill='none' stroke='%23626262' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3E%3Cpath d='M1.5 12s3-6 8.25-6S18 12 18 12s-3 6-8.25 6S1.5 12 1.5 12Z'/%3E%3Cpath d='M18 15.75a2.25 2.25 0 1 1-2.25-2.25A2.25 2.25 0 0 1 18 15.75Z' transform='translate(-6 -3.75)'/%3E%3C/g%3E%3C/svg%3E")}.post-card .stats span.comments:before{width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M14.994 4.2A1.2 1.2 0 0 0 13.8 3H4.2A1.2 1.2 0 0 0 3 4.2v7.2a1.2 1.2 0 0 0 1.2 1.2h8.4L15 15Z' transform='translate(-3 -3)' fill='%23626262'/%3E%3C/svg%3E")}@media only screen and (max-width: 767px){.post-card{width:100%;max-width:300px;margin:0 auto}}.sidebar-layout{display:flex;flex-direction:row;align-items:flex-start;justify-content:start;gap:80px}.sidebar-layout header{flex:0 1 100%}.sidebar-layout .list-title{font-size:1.5rem;font-weight:400;line-height:3;border-bottom:1px solid var(--border-color);display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.sidebar-layout .list-title svg{margin:0 15px 0 0}.sidebar-layout aside{flex:0 1 auto}.sidebar-layout aside ul{margin:0;padding:0;list-style:none;margin-bottom:50px}.sidebar-layout aside ul li{padding:0 20px 0 30px;line-height:56px;cursor:pointer;white-space:nowrap}.sidebar-layout aside ul li.current{background:var(--current-background);font-weight:500;border-radius:6px}.sidebar-layout main{flex:1;overflow:hidden}@media only screen and (max-width: 991px){.sidebar-layout{overflow:hidden;display:block}.sidebar-layout aside:not(.vertical){overflow-x:auto;margin-bottom:40px;padding:0 0 20px}.sidebar-layout aside:not(.vertical) .list-title{display:none}.sidebar-layout aside:not(.vertical) ul{margin:0;padding:0;list-style:none;display:flex;font-size:15px}.sidebar-layout aside:not(.vertical) ul li{white-space:nowrap;color:#9d9d9d;line-height:45px;padding:0 15px;cursor:pointer}.sidebar-layout aside:not(.vertical) ul li.current{background-color:#000;color:#fff;font-weight:500;border-radius:6px}}.shared-aggregator .header{max-width:1440px;border-radius:8px;background:#313134;padding:25px 0;margin:0 auto 40px}.shared-aggregator .header h1{margin:0 30px 0 0}.shared-aggregator .header .header-actions{display:flex;align-items:center;gap:15px}.shared-aggregator .header .total{margin-top:8px}.shared-aggregator .header span:not(.badge){color:var(--grey-color-lighter)}.shared-aggregator .sidebar-layout main h2{font-size:24px;line-height:1;margin:0 auto 40px}@media only screen and (max-width: 991px){.shared-aggregator header .container{flex-wrap:wrap}.shared-aggregator header h1{font-size:28px;margin:0;text-align:left}.shared-aggregator .sidebar-layout main{margin:0}.shared-aggregator .sidebar-layout main h2{text-align:center}.shared-aggregator .sidebar-layout main h2.mark-highlight:after,.shared-aggregator .sidebar-layout main h2 mark:after{background-position:center}}.light .shared-aggregator .header{background:#f8f8f8}.light .shared-aggregator .header h1{color:#232325}.dropdown{position:relative;background:var(--dropdown-background);border:1px solid var(--border-color);border-radius:6px}.dropdown button{outline:none;background:rgba(0,0,0,0);border:none;color:var(--text-secondary);line-height:45px;width:100%;padding:0 20px;gap:10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.dropdown button svg{transform:rotate(90deg);transition:.2s;margin-left:15px}.dropdown.opened button svg{transform:rotate(-90deg)}.dropdown.selected button{color:var(--text-secondary)}.dropdown ul{margin:0;padding:0;list-style:none;border:1px solid var(--border-color);position:absolute;z-index:20;width:100%;background:var(--dropdown-background);border-radius:6px;outline:none;color:var(--text-secondary);margin-top:10px}.dropdown ul li{line-height:58px;font-size:15px;padding:0 20px;white-space:nowrap;color:var(--text-secondary)}.dropdown ul li:not(:last-child){border-bottom:1px solid var(--border-color)}.dropdown ul li.active:not([disabled]){font-weight:600}.dropdown ul li:hover:not([disabled]){color:var(--text-primary);cursor:pointer}.sort-by{margin-left:auto}.sort-by .label{margin:0 10px 0 0}.sort-by button{line-height:45px}.sort-by .dropdown{min-width:250px;margin-right:10px}.sort-by .btn-toggle{padding:0 15px;min-width:unset;min-height:45px;max-width:50px;display:flex;flex-direction:row;align-items:center;justify-content:center}.sort-by .btn-toggle:not(.desc) svg{transform:scaleY(-1)}.pagination{padding:60px 0 40px}.pagination ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.pagination li{width:40px;text-align:center;border-radius:6px;line-height:40px;background:var(--background-secondary)}.pagination li a,.pagination li span{display:block;cursor:pointer;color:var(--text-primary)}.pagination li button{background:none;outline:none;border:none;color:var(--text-primary);cursor:pointer}.pagination li.active{border-color:rgba(0,0,0,0);background-color:var(--border-color)}#posts{padding:0 0 80px}#posts .sidebar-layout{flex-wrap:nowrap}#posts .sort{padding:0 0 25px}@media only screen and (max-width: 767px){#posts{padding:0}#posts .sort{padding:20px 10px 35px}#posts .sidebar-layout aside{padding:0 20px}}#posts .latest-post{background:var(--background-secondary);border-radius:8px;padding:50px 40px 60px;align-items:stretch;margin-bottom:40px;position:relative;background-image:var(--background-image);background-size:cover;background-position:center}#posts .latest-post:after{content:"";display:block;background:linear-gradient(to right, hsl(0, 0%, 9.8039215686%) 0%, hsla(0, 0%, 9.8039215686%, 0.738) 19%, hsla(0, 0%, 9.8039215686%, 0.541) 34%, hsla(0, 0%, 9.8039215686%, 0.382) 47%, hsla(0, 0%, 9.8039215686%, 0.278) 56.5%, hsla(0, 0%, 9.8039215686%, 0.194) 65%, hsla(0, 0%, 9.8039215686%, 0.126) 73%, hsla(0, 0%, 9.8039215686%, 0.075) 80.2%, hsla(0, 0%, 9.8039215686%, 0.042) 86.1%, hsla(0, 0%, 9.8039215686%, 0.021) 91%, hsla(0, 0%, 9.8039215686%, 0.008) 95.2%, hsla(0, 0%, 9.8039215686%, 0.002) 98.2%, hsla(0, 0%, 9.8039215686%, 0) 100%);position:absolute;width:100%;height:100%;bottom:0;left:0;z-index:1;border-radius:8px 0 0 8px}#posts .latest-post .image-box{width:512px;height:320px;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:8px;overflow:hidden}#posts .latest-post .text-box{flex-direction:column;align-items:flex-start;justify-content:flex-start;z-index:2;text-align:left}#posts .latest-post h2{font-size:28px;margin:20px 0 5px;line-height:1.4;text-align:left}#posts .latest-post .details{flex:1;font-size:15px;margin:0 0 40px}#posts .latest-post .details .author{font-weight:600}#posts .latest-post .badge{background-color:#ffc50e;margin:0}#posts .latest-post .read-more{text-decoration:underline;font-weight:600;position:relative;display:inline-block;line-height:1}#posts .latest-post .read-more::after{content:"";position:absolute;display:block;top:0;right:-25px;width:18px;height:18px;transform:rotate(135deg);background-image:url(/assets/full-arrow.svg);background-repeat:no-repeat;background-size:contain}#posts .grid{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}@media only screen and (max-width: 767px){#posts .latest-post{padding:30px 20px;height:400px;display:flex;align-items:flex-end;margin-bottom:45px}#posts .latest-post:after{background:linear-gradient(to top, hsl(0, 0%, 9.8039215686%) 0%, hsla(0, 0%, 9.8039215686%, 0.738) 19%, hsla(0, 0%, 9.8039215686%, 0.541) 34%, hsla(0, 0%, 9.8039215686%, 0.382) 47%, hsla(0, 0%, 9.8039215686%, 0.278) 56.5%, hsla(0, 0%, 9.8039215686%, 0.194) 65%, hsla(0, 0%, 9.8039215686%, 0.126) 73%, hsla(0, 0%, 9.8039215686%, 0.075) 80.2%, hsla(0, 0%, 9.8039215686%, 0.042) 86.1%, hsla(0, 0%, 9.8039215686%, 0.021) 91%, hsla(0, 0%, 9.8039215686%, 0.008) 95.2%, hsla(0, 0%, 9.8039215686%, 0.002) 98.2%, hsla(0, 0%, 9.8039215686%, 0) 100%);border-radius:8px}#posts .latest-post h2{font-size:24px}#posts .latest-post .details{margin-bottom:25px}}
