.relatedSection{padding:.5rem 0 3.5rem}.relatedSection img{display:block;width:100%}.relatedSection h2{color:var(--text-primary);font-family:var(--primary-font);font-size:34px;font-weight:800;margin-bottom:20px}.relatedSection .related-carousel-wrap{position:relative}.relatedSection .related-carousel-viewport{overflow:visible}.relatedSection .related-grid{display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}.relatedSection .related-card{background:var(--text-white);border:1px solid var(--ash-color);border-radius:6px;box-shadow:0 8px 22px rgba(0,0,0,.07);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.relatedSection .related-card:focus,.relatedSection .related-card:hover{transform:translateY(-4px)}.relatedSection .related-card img{height:120px;object-fit:cover}.relatedSection .related-info{padding:1.1rem}.relatedSection .related-info h3{color:var(--text-primary);font-family:var(--secondary-font);font-size:15px;line-height:1.15;margin-bottom:10px}.relatedSection .related-info a{align-items:center;color:var(--accent-hover);display:inline-flex;font-size:12px;font-weight:800;gap:8px;letter-spacing:.04em;text-transform:uppercase}.relatedSection .related-info a span{animation:arrowMove 1s ease-in-out infinite;display:inline-block}.relatedSection .related-arrow{display:none}@keyframes arrowMove{0%,to{transform:translateX(0)}50%{transform:translateX(6px)}}@media screen and (max-width:991px){.relatedSection .related-carousel-wrap{padding:0 46px}.relatedSection .related-carousel-viewport{overflow:hidden}.relatedSection .related-grid{display:flex;gap:20px;transition:transform .45s ease;will-change:transform}.relatedSection .related-card{flex:0 0 calc(33.33333% - 13.33333px)}.relatedSection .related-arrow{align-items:center;background:var(--accent-hover);border:0;border-radius:50%;color:var(--text-white);cursor:pointer;display:flex;font-size:28px;height:38px;justify-content:center;line-height:1;position:absolute;top:50%;transform:translateY(-50%);width:38px;z-index:10}.relatedSection .related-arrow:focus,.relatedSection .related-arrow:hover{background:transparent;border:1px solid var(--accent-hover)!important;border-radius:50%;box-shadow:none;color:var(--accent-hover)!important}.relatedSection .related-prev{left:0}.relatedSection .related-next{right:0}}@media screen and (max-width:767px){.relatedSection{padding:1.5rem 0 2rem}.relatedSection .related-carousel-wrap{padding:0 42px}.relatedSection .related-card{flex:0 0 calc(50% - 10px)}.relatedSection h2{font-size:26px;margin-bottom:10px}}@media screen and (max-width:420px){.relatedSection .related-carousel-wrap{padding:0 38px}.relatedSection .related-card{flex:0 0 100%}.relatedSection .related-arrow{font-size:24px;height:34px;width:34px}}