.blog-post{display:flex;flex-direction:column;width:100%;height:100%;transition:var(--transition-150)}.ltr .blog-post:hover .blog-post-featured-image>img,.ltr .blog-post:hover .blog-post-featured-image .image-placeholder>img{transform:scale(1.08) rotate(-2deg)}.rtl .blog-post:hover .blog-post-featured-image>img,.rtl .blog-post:hover .blog-post-featured-image .image-placeholder>img{transform:scale(1.08) rotate(2deg)}.blog-post .blog-post-featured-image{aspect-ratio:3/1.5}.blog-post .blog-post-featured-image .image-placeholder{height:100%;width:100%;display:flex;justify-content:center;align-items:center;background:var(--color-white-dark);border-bottom:none;border-radius:var(--radius-default) var(--radius-default) 0 0}.blog-post .blog-post-featured-image .image-placeholder>img{height:100px;width:100px;transition:var(--transition-200)}.blog-post .blog-post-meta{display:flex;margin-bottom:.5rem}.blog-post .blog-post-meta>li{font-size:10px;font-weight:var(--font-light);color:#939085}.ltr .blog-post .blog-post-meta>li{margin-left:25px}.rtl .blog-post .blog-post-meta>li{margin-right:25px}.ltr .blog-post .blog-post-meta>li:first-child{margin-left:0}.rtl .blog-post .blog-post-meta>li:first-child{margin-right:0}.blog-post .blog-post-meta>li>i{font-size:16px;color:var(--color-primary)}.ltr .blog-post .blog-post-meta>li>i{margin:-1px 5px 0 0}.rtl .blog-post .blog-post-meta>li>i{margin:-1px 0 0 5px}.blog-post .blog-post-body{padding:1.5rem 0 1rem}.blog-post .blog-post-title>a{color:#464646;font-weight:var(--font-medium);font-size:12px;line-height:18px;display:-webkit-box;max-width:100%;margin-bottom:13px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-decoration-color:transparent;transition:var(--transition-150)}.blog-post .blog-post-title>a:hover{color:#707070}.blog-post .blog-post-read-more{font-size:12px;font-weight:600;color:#939085;text-decoration:underline}.blog-post .blog-post-read-more:hover{color:var(--color-black)}.new-banner{position:relative;display:block;height:200px}.new-banner img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.new-banner .banner-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:500;z-index:1}.all-blog-posts-wrap{padding-top:50px}.ltr .all-blog-posts-wrap{background:linear-gradient(180deg,#efebe1,#fff 30%)}.rtl .all-blog-posts-wrap{background:linear-gradient(-180deg,#efebe1,#fff 30%)}.all-blog-posts .blog-posts .blog-post-card{width:100%;margin-bottom:40px}.all-blog-posts .blog-posts .blog-post-card.image-left .blog-post{flex-direction:row}.all-blog-posts .blog-posts .blog-post-card.image-right .blog-post{flex-direction:row-reverse}.all-blog-posts .blog-posts .blog-post-card .blog-post{display:flex;align-items:center;height:auto}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-featured-image{--aspect-ratio: 15 / 9;flex:0 0 45%;width:100%;aspect-ratio:var(--aspect-ratio)}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-featured-image img{width:100%;aspect-ratio:var(--aspect-ratio);-o-object-fit:cover;object-fit:cover}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-featured-image .image-placeholder{width:100%;height:auto;aspect-ratio:var(--aspect-ratio);display:flex;align-items:center;justify-content:center;background:#f8f9fa}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-featured-image .image-placeholder img{width:120px;height:120px}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body{flex:1;padding:30px;display:flex;flex-direction:column;justify-content:center}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-meta{margin-bottom:.6rem}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-meta li{color:#6c757d;font-size:12px;font-weight:500}.ltr .all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-meta li{margin-right:15px}.rtl .all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-meta li{margin-left:15px}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-meta li i{color:var(--color-primary)}.ltr .all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-meta li i{margin-right:5px}.rtl .all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-meta li i{margin-left:5px}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-title{margin-bottom:15px}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-title a{color:#464646;text-decoration:none;font-size:24px;font-weight:600;line-height:1.3}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-summary{color:#464646;font-size:22.5px;line-height:1.5}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-excerpt{margin-bottom:20px;color:#6c757d;font-size:16px;line-height:1.5}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-read-more{display:block;width:-moz-max-content;width:max-content;margin-top:15px;background-color:#939085;color:var(--color-white);text-decoration:none;font-weight:500;padding:1rem 2rem;transition:background-color .3s ease}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-read-more:hover{background-color:#3c3c3c}.all-blog-posts .blog-posts .blog-post-card .empty-message{display:flex;width:100%;padding:40px 0;align-items:center;flex-direction:column;text-align:center}.all-blog-posts .blog-posts .blog-post-card .empty-message svg{height:70px;width:100px;margin-bottom:23px}.all-blog-posts .blog-posts .blog-post-card .empty-message svg g{fill:var(--color-primary)}.all-blog-posts .blog-posts .blog-post-card:nth-child(2n) .blog-post{display:flex;align-items:center;height:auto}.all-blog-posts .blog-posts .blog-post-card:nth-child(2n) .blog-post .blog-post-body{align-items:end}.ltr .all-blog-posts .blog-posts .blog-post-card:nth-child(2n) .blog-post .blog-post-body .blog-post-summary{text-align:right}.rtl .all-blog-posts .blog-posts .blog-post-card:nth-child(2n) .blog-post .blog-post-body .blog-post-summary{text-align:left}.all-blog-posts .pagination{margin-top:30px;display:flex;justify-content:center}@media screen and (max-width:768px){.all-blog-posts .blog-posts .blog-post-card .blog-post{display:flex;flex-direction:column;height:auto}.ltr .all-blog-posts .blog-posts .blog-post-card .blog-post{text-align:left}.rtl .all-blog-posts .blog-posts .blog-post-card .blog-post{text-align:right}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-featured-image{flex:none;aspect-ratio:16/9;width:100%}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body{padding:20px}.ltr .all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body{text-align:left!important}.rtl .all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body{text-align:right!important}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-title a{font-size:20px}.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body .blog-post-excerpt{font-size:14px}}@media screen and (max-width:480px){.all-blog-posts .blog-posts .blog-post-card .blog-post .blog-post-body{padding:15px}}
