.stories-section{padding:50px 0}@media (max-width:992px){.stories-section{padding:45px 0}}.stories-section .stories-wrapper{border-radius:20px;position:relative}.stories-section h2{color:var(--white);margin-bottom:30px;font-size:var(--typo-title);line-height:var(--lh-title);font-weight:var(--fw-title);letter-spacing:var(--ls-title);text-align:center}@media (max-width:992px){.stories-section h2{font-size:var(--typo-title-m)}}.stories-section .slider-container{overflow:hidden;position:relative;padding:40px 50px}.stories-section .slider-track *{user-select:none;-webkit-user-drag:none;-ms-user-select:none;-moz-user-select:none}.stories-section .story-card{overflow:hidden;padding:15px;position:relative;z-index:100;background:var(--fill-blur-dark);border-radius:24px}.stories-section .story-card:hover,.stories-section .story-card.active{background:var(--primary);color:var(--base-black)}.stories-section .story-card:hover .story-title,.stories-section .story-card:hover .story-excerpt,.stories-section .story-card:hover .story-date,.stories-section .story-card.active .story-title,.stories-section .story-card.active .story-excerpt,.stories-section .story-card.active .story-date{color:var(--base-black)}.stories-section .story-img img{width:100%;height:235px;object-fit:cover;border-radius:24px;margin-bottom:20px}@media (max-width:992px){.stories-section .story-img img{height:200px}}.stories-section .story-content{padding:20px}.stories-section .story-date{font-size:var(--typo-small-text);line-height:var(--lh-small-text);font-weight:var(--fw-small-text);letter-spacing:var(--ls-small-text);color:var(--white)}@media (max-width:992px){.stories-section .story-date{font-size:var(--typo-small-text-m)}}.stories-section .story-title{font-size:var(--typo-subtitle);line-height:var(--lh-subtitle);font-weight:var(--fw-subtitle);letter-spacing:var(--ls-subtitle);margin-bottom:15px;color:var(--white)}@media (max-width:992px){.stories-section .story-title{font-size:var(--typo-subtitle-m)}}.stories-section .story-excerpt{font-size:var(--typo-text);line-height:var(--lh-text);font-weight:var(--fw-text);letter-spacing:var(--ls-text);color:var(--white)}@media (max-width:992px){.stories-section .story-excerpt{font-size:var(--typo-text-m)}}.stories-section .slider-controls{position:relative;z-index:10;display:flex;justify-content:center;gap:10px;margin-top:1.5rem;padding:0 30px}[dir="rtl"] .stories-section .slider-controls{flex-direction:row-reverse;justify-content:flex-start}.stories-section .slider-controls button{height:56px;width:96px;border-radius:30px;cursor:pointer;position:relative;justify-items:center;display:flex;align-items:center;justify-content:center}.stories-section .slider-controls button:after{content:'';width:37px;height:38px;background-repeat:no-repeat;display:block;place-items:center;filter:var(--invert0)}@media (max-width:992px){.stories-section .slider-controls button{height:34px;width:64px}.stories-section .slider-controls button:after{width:24px;height:24px;background-size:contain;background-position:center}}.stories-section .slider-controls button:before{border-radius:30px}.stories-section .slider-controls button:hover{background-color:var(--primary);color:var(--neutral-black)}.stories-section .slider-controls button.controls-next:after{background-image:url(../../../../../../../../themes/zaka-theme/assets/images/icons/right-arrow-normal.svg)}.stories-section .slider-controls button.controls-prev:after{background-image:url(../../../../../../../../themes/zaka-theme/assets/images/icons/left-arrow-normal.svg)}.light-theme-mode .stories-section .slider-controls button:after{filter:invert(1)}