.project-carousel{position:relative}.project-carousel-viewport{overflow:hidden}.project-carousel-track{display:flex;transition:transform .56s cubic-bezier(.22,.8,.2,1);will-change:transform}.project-carousel-page{flex:0 0 100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.project-carousel-page .project-card{height:100%}.project-carousel-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:18px;color:#0b789d;font-size:11px;letter-spacing:.12em}.project-carousel-arrow{width:36px;height:36px;border:1px solid rgba(15,125,164,.35);background:transparent;color:#087da4;cursor:pointer;font-size:18px;transition:.2s ease}.project-carousel-arrow:hover:not(:disabled){background:#087da4;color:white;border-color:#087da4}.project-carousel-arrow:disabled{opacity:.3;cursor:not-allowed}.project-carousel-dots{display:flex;gap:7px;margin:0 5px}.project-carousel-dots button{width:7px;height:7px;border:0;border-radius:50%;background:#b6c9d9;padding:0;cursor:pointer}.project-carousel-dots button.active{width:22px;border-radius:10px;background:#168cb4}.play-projects .project-carousel-arrow{border-color:rgba(164,93,35,.35);color:#a65d23}.play-projects .project-carousel-arrow:hover:not(:disabled){background:#a65d23;border-color:#a65d23}.play-projects .project-carousel-dots button.active{background:#ba6a2f}@media(max-width:600px){.project-carousel-page{grid-template-columns:1fr}.project-carousel-controls{justify-content:center;margin-top:16px}}
